Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot February 2024 rollup #225

Merged
merged 6 commits into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. Bump the bundler-deps group with 1 update

    Bumps the bundler-deps group with 1 update: [rubocop](https://github.com/rubocop/rubocop).
    
    
    Updates `rubocop` from 1.59.0 to 1.60.2
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.59.0...v1.60.2)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bundler-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a0ebc95 View commit details
    Browse the repository at this point in the history
  2. Bump the npm-deps group with 1 update

    Bumps the npm-deps group with 1 update: [prettier](https://github.com/prettier/prettier).
    
    
    Updates `prettier` from 3.1.1 to 3.2.4
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.1.1...3.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    653903f View commit details
    Browse the repository at this point in the history
  3. Bump the gha-deps group with 5 updates

    Bumps the gha-deps group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.165.1` | `1.171.0` |
    | [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) | `5.1.0` | `5.2.0` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.0.0` | `4.3.0` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.0` | `4.1.1` |
    | [artichoke/generate_third_party](https://github.com/artichoke/generate_third_party) | `1.11.0` | `1.12.1` |
    
    
    Updates `ruby/setup-ruby` from 1.165.1 to 1.171.0
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@360dc86...22fdc77)
    
    Updates `mheap/github-action-required-labels` from 5.1.0 to 5.2.0
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@4e9ef4c...cc7a79f)
    
    Updates `actions/upload-artifact` from 4.0.0 to 4.3.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4.0.0...v4.3.0)
    
    Updates `actions/download-artifact` from 4.1.0 to 4.1.1
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4.1.0...v4.1.1)
    
    Updates `artichoke/generate_third_party` from 1.11.0 to 1.12.1
    - [Release notes](https://github.com/artichoke/generate_third_party/releases)
    - [Changelog](https://github.com/artichoke/generate_third_party/blob/trunk/CHANGELOG.md)
    - [Commits](artichoke/generate_third_party@v1.11.0...v1.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gha-deps
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gha-deps
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gha-deps
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: gha-deps
    - dependency-name: artichoke/generate_third_party
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gha-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d95b67b View commit details
    Browse the repository at this point in the history
  4. Bump the pip-deps group with 4 updates

    Bumps the pip-deps group with 4 updates: [stamina](https://github.com/hynek/stamina), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff) and [platformdirs](https://github.com/platformdirs/platformdirs).
    
    
    Updates `stamina` from 24.1.0 to 24.2.0
    - [Release notes](https://github.com/hynek/stamina/releases)
    - [Changelog](https://github.com/hynek/stamina/blob/main/CHANGELOG.md)
    - [Commits](hynek/stamina@24.1.0...24.2.0)
    
    Updates `black` from 23.12.1 to 24.1.1
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.1...24.1.1)
    
    Updates `ruff` from 0.1.9 to 0.1.15
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.9...v0.1.15)
    
    Updates `platformdirs` from 4.1.0 to 4.2.0
    - [Release notes](https://github.com/platformdirs/platformdirs/releases)
    - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
    - [Commits](tox-dev/platformdirs@4.1.0...4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: stamina
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-deps
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: pip-deps
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-deps
    - dependency-name: platformdirs
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    859c4eb View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branches 'origin/dependabot/bundler/bundler-dep…

    …s-eff850f405', 'origin/dependabot/github_actions/gha-deps-687dcc884f', 'origin/dependabot/npm_and_yarn/npm-deps-b0cbfab62e' and 'origin/dependabot/pip/pip-deps-dccc42327f' into lopopolo/feb-2024-dependabot
    lopopolo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    21e45b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e4bb9a View commit details
    Browse the repository at this point in the history