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

Bump the minor-and-patch group with 6 updates #2131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the minor-and-patch group with 6 updates:

Package From To
debug 1.9.2 1.10.0
irb 1.14.2 1.14.3
google-protobuf 4.29.1 4.29.2
sidekiq 7.3.6 7.3.7
rbi 0.2.1 0.2.2
sorbet-static-and-runtime 0.5.11694 0.5.11708

Updates debug from 1.9.2 to 1.10.0

Release notes

Sourced from debug's releases.

v1.10.0

What's Changed

New Contributors

Full Changelog: ruby/debug@v1.9.2...v1.10.0

Commits
  • bead098 v1.10.0
  • 51b0161 port_range lvar is not defined
  • affee18 Add option for trying a range of TCP ports
  • 87d607d allow puts without argument
  • 3685859 Improve RUBYOPT's handling in tests
  • ee59c85 Prompt assertion should use assert_raw_line_text instead of assert_line_text
  • 07df517 Modify misc/README.md.erb and regenerate README
  • 1405bf8 Fix minor typos / grammar in README.md
  • 9c42795 Add changelog_uri to gemspec (#1106)
  • ef5e54c Fix flaky tests
  • Additional commits viewable in compare view

Updates irb from 1.14.2 to 1.14.3

Release notes

Sourced from irb's releases.

v1.14.3

What's Changed

🐛 Bug Fixes

📚 Documentation

🛠 Other Changes

New Contributors

Full Changelog: ruby/irb@v1.14.2...v1.14.3

Commits

Updates google-protobuf from 4.29.1 to 4.29.2

Commits

Updates sidekiq from 7.3.6 to 7.3.7

Changelog

Sourced from sidekiq's changelog.

7.3.7

  • Backport Sidekiq::Web.configure for compatibility with 8.0 #6532
  • Backport url_params(key) and route_params(key) for compatibility with 8.0 #6532
  • Various fixes for UI filtering #6508
  • Tune inspect for internal S::Components to keep size managable #6553
Commits

Updates rbi from 0.2.1 to 0.2.2

Commits
  • e9c6406 Bump version to v0.2.2
  • b1dd32b Merge pull request #384 from Shopify/at-rbs-attached-class
  • e8d7495 Merge pull request #385 from Shopify/dependabot/bundler/minor-and-patch-bfcd6...
  • 6538787 Bump the minor-and-patch group with 3 updates
  • 70d9f52 Translate RBI attached_class to RBS instance
  • c108596 Merge pull request #383 from Shopify/dependabot/bundler/minor-and-patch-78902...
  • a7a0f19 Bump the minor-and-patch group with 4 updates
  • ac2b536 Merge pull request #382 from Shopify/dependabot/bundler/minor-and-patch-34e56...
  • 93efe1f Bump the minor-and-patch group with 4 updates
  • 14871a3 Merge pull request #381 from Shopify/dependabot/bundler/minor-and-patch-24121...
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11694 to 0.5.11708

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11707.20241219181650-f3331edbb

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11707', :group => :development
gem 'sorbet-runtime', '0.5.11707'

sorbet 0.5.11706.20241219145439-b30d8cf9b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11706', :group => :development
gem 'sorbet-runtime', '0.5.11706'

sorbet 0.5.11705.20241219091427-363435333

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11705', :group => :development
gem 'sorbet-runtime', '0.5.11705'

sorbet 0.5.11704.20241217164538-e449b46b9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11704', :group => :development
gem 'sorbet-runtime', '0.5.11704'

sorbet 0.5.11703.20241217190426-97c50e148

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11703', :group => :development
gem 'sorbet-runtime', '0.5.11703'

sorbet 0.5.11702.20241217131246-3116f7c1c

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11702', :group => :development
gem 'sorbet-runtime', '0.5.11702'

sorbet 0.5.11701.20241217131218-97200460b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11701', :group => :development
gem 'sorbet-runtime', '0.5.11701'

sorbet 0.5.11700.20241217104754-594746991

... (truncated)

Commits

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 minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [debug](https://github.com/ruby/debug) | `1.9.2` | `1.10.0` |
| [irb](https://github.com/ruby/irb) | `1.14.2` | `1.14.3` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.29.1` | `4.29.2` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `7.3.6` | `7.3.7` |
| [rbi](https://github.com/Shopify/rbi) | `0.2.1` | `0.2.2` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11694` | `0.5.11708` |


Updates `debug` from 1.9.2 to 1.10.0
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.9.2...v1.10.0)

Updates `irb` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.2...v1.14.3)

Updates `google-protobuf` from 4.29.1 to 4.29.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `sidekiq` from 7.3.6 to 7.3.7
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.3.6...v7.3.7)

Updates `rbi` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/Shopify/rbi/releases)
- [Commits](Shopify/rbi@v0.2.1...v0.2.2)

Updates `sorbet-static-and-runtime` from 0.5.11694 to 0.5.11708
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: irb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: google-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sidekiq
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rbi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 23, 2024 21:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants