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

Build(deps): Bump the bundler-all group with 5 updates #3762

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the bundler-all group with 5 updates:

Package From To
sidekiq 7.2.0 7.2.1
bugsnag 6.26.1 6.26.2
aws-partitions 1.880.0 1.883.0
aws-sdk-core 3.190.2 3.190.3
minitest 5.21.1 5.21.2

Updates sidekiq from 7.2.0 to 7.2.1

Changelog

Sourced from sidekiq's changelog.

7.2.1

  • Add Sidekiq::Work type which replaces the raw Hash as the third parameter in Sidekiq::WorkSet#each { |pid, tid, hash| ... } #6145
  • DEPRECATED: direct access to the attributes within the hash block parameter above. The Sidekiq::Work instance contains accessor methods to get at the same data, e.g.
work["queue"] # Old
work.queue # New
  • Fix Ruby 3.3 warnings around base64 gem [#6151, earlopain]
Commits

Updates bugsnag from 6.26.1 to 6.26.2

Release notes

Sourced from bugsnag's releases.

v6.26.2

Fixes

  • Fix unhandled URI::InvalidURIError in Cleaner#clean_url | #811
Changelog

Sourced from bugsnag's changelog.

v6.26.2 (17 January 2024)

Fixes

  • Fix unhandled URI::InvalidURIError in Cleaner#clean_url | #811
Commits

Updates aws-partitions from 1.880.0 to 1.883.0

Changelog

Sourced from aws-partitions's changelog.

1.883.0 (2024-01-19)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.882.0 (2024-01-18)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.881.0 (2024-01-16)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits

Updates aws-sdk-core from 3.190.2 to 3.190.3

Changelog

Sourced from aws-sdk-core's changelog.

3.190.3 (2024-01-16)

  • Issue - Add mutex around accessing stub api_requests.
Commits

Updates minitest from 5.21.1 to 5.21.2

Changelog

Sourced from minitest's changelog.

=== 5.21.2 / 2024-01-17

  • 1 bug fix:

    • Fixed bug in Minitest::Compress#compress formatting w/ nested patterns. Now recurses properly.
Commits
  • 71dab66 prepped for release
  • 005b187 - Fixed bug in Minitest::Compress#compress formatting w/ nested patterns. Now...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bundler-all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `7.2.0` | `7.2.1` |
| [bugsnag](https://github.com/bugsnag/bugsnag-ruby) | `6.26.1` | `6.26.2` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.880.0` | `1.883.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.190.2` | `3.190.3` |
| [minitest](https://github.com/minitest/minitest) | `5.21.1` | `5.21.2` |


Updates `sidekiq` from 7.2.0 to 7.2.1
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.0...v7.2.1)

Updates `bugsnag` from 6.26.1 to 6.26.2
- [Release notes](https://github.com/bugsnag/bugsnag-ruby/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-ruby/blob/master/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-ruby@v6.26.1...v6.26.2)

Updates `aws-partitions` from 1.880.0 to 1.883.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.190.2 to 3.190.3
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `minitest` from 5.21.1 to 5.21.2
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.21.1...v5.21.2)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: bugsnag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: aws-partitions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: aws-sdk-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: minitest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@just1602 just1602 merged commit 0f41460 into main Jan 22, 2024
6 of 7 checks passed
@just1602 just1602 deleted the dependabot/bundler/bundler-all-3d97f67057 branch January 22, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant