Skip to content

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

Merged
KaanOzkan merged 2 commits into
mainfrom
dependabot/bundler/minor-and-patch-d298eecf6c
May 20, 2026
Merged

Bump the minor-and-patch group with 6 updates#2629
KaanOzkan merged 2 commits into
mainfrom
dependabot/bundler/minor-and-patch-d298eecf6c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

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

Package From To
graphql 2.6.1 2.6.2
shopify-money 4.1.0 4.1.1
sidekiq 8.1.4 8.1.5
sorbet-static 0.6.13210 0.6.13226
sorbet-static-and-runtime 0.6.13210 0.6.13226
spoom 1.7.14 1.7.15

Updates graphql from 2.6.1 to 2.6.2

Changelog

Sourced from graphql's changelog.

2.6.2

New features

  • Use a better error message for end-of-file parse errors #6513

Bug fixes

  • Execution::Next: Lots of compatibility improvements and bug fixes #5625 #5618
  • Directives: handle errors raised when checking .include? #5612
  • Improve error message when a field definition is missing at runtime #5615
  • JRuby: fix Dataloader#with #5616
  • DetailedTrace: fix introspection with anonymous classes #5624
Commits
  • e6f0868 2.6.2
  • 4afdf6f Merge pull request #5625 from rmosolgo/exec-next-test-cleanup
  • 06bbc65 Fix lint error
  • ecffdc6 document as_default
  • 4b383bc Document helpers
  • f221578 use methods for exec_next test behaviors
  • c4f62ef Merge pull request #5624 from rmosolgo/perfetto-fix-anon-classes
  • bd39b27 fix detailed trace on anonymous classes
  • 19f5bac Start categorizing exec-next skips
  • 5c43bc7 Merge pull request #5619 from rmosolgo/next-as-default-option
  • Additional commits viewable in compare view

Updates shopify-money from 4.1.0 to 4.1.1

Release notes

Sourced from shopify-money's releases.

v4.1.1

What's Changed

Full Changelog: Shopify/money@v4.1.0...v4.1.1

Commits

Updates sidekiq from 8.1.4 to 8.1.5

Changelog

Sourced from sidekiq's changelog.

8.1.5

  • Identify Sidekiq connnections in Redis with CLIENT SETINFO #6986
  • Fix edge case where Web UI could show an empty Batch set #6987
Commits

Updates sorbet-static from 0.6.13210 to 0.6.13226

Release notes

Sourced from sorbet-static's releases.

sorbet 0.6.13225.20260518113024-997fcaaaa

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13224.20260517161725-1786862c9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13223.20260517075653-4e883a0e7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13222.20260515114323-481c40380

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13221.20260515010518-422429e0d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13220.20260513145518-2fc020c37

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13219.20260512163756-875a49561

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13218.20260512162702-1e0441384

... (truncated)

Commits

Updates sorbet-static-and-runtime from 0.6.13210 to 0.6.13226

Release notes

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

sorbet 0.6.13225.20260518113024-997fcaaaa

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13224.20260517161725-1786862c9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13223.20260517075653-4e883a0e7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13222.20260515114323-481c40380

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13221.20260515010518-422429e0d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13220.20260513145518-2fc020c37

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13219.20260512163756-875a49561

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.13218.20260512162702-1e0441384

... (truncated)

Commits

Updates spoom from 1.7.14 to 1.7.15

Release notes

Sourced from spoom's releases.

v1.7.15

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: Shopify/spoom@v1.7.14...v1.7.15

Commits
  • 1488c06 Bump version to v1.7.15
  • 21e8e9b Merge pull request #917 from Shopify/jb-rbs-marker-gaurd
  • 5d5eb6a Don't count unchanged files in translated file number
  • ca8a1fd Add typed: true to test example files
  • b3862c1 Skip RBS rewrite when file contains no RBS syntax
  • cf78a6e Merge pull request #918 from Shopify/Alex/allow-else-with-only-comment
  • 682bc1e Merge pull request #919 from Shopify/Alex/reduce-syscalls
  • 589bd7a Reduce stat syscalls
  • 9e30b24 Allow empty else if it has a comment
  • d922de7 Merge pull request #915 from Shopify/dependabot/bundler/minor-and-patch-37394...
  • Additional commits viewable 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 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 |
| --- | --- | --- |
| [graphql](https://github.com/rmosolgo/graphql-ruby) | `2.6.1` | `2.6.2` |
| [shopify-money](https://github.com/Shopify/money) | `4.1.0` | `4.1.1` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `8.1.4` | `8.1.5` |
| [sorbet-static](https://github.com/sorbet/sorbet) | `0.6.13210` | `0.6.13226` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.6.13210` | `0.6.13226` |
| [spoom](https://github.com/Shopify/spoom) | `1.7.14` | `1.7.15` |


Updates `graphql` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.6.1...v2.6.2)

Updates `shopify-money` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/Shopify/money/releases)
- [Commits](Shopify/money@v4.1.0...v4.1.1)

Updates `sidekiq` from 8.1.4 to 8.1.5
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v8.1.4...v8.1.5)

Updates `sorbet-static` from 0.6.13210 to 0.6.13226
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

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

Updates `spoom` from 1.7.14 to 1.7.15
- [Release notes](https://github.com/Shopify/spoom/releases)
- [Commits](Shopify/spoom@v1.7.14...v1.7.15)

---
updated-dependencies:
- dependency-name: graphql
  dependency-version: 2.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: shopify-money
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sidekiq
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-static
  dependency-version: 0.6.13226
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.13226
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: spoom
  dependency-version: 1.7.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2026 06:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 19, 2026
@KaanOzkan KaanOzkan merged commit 0c9e666 into main May 20, 2026
19 checks passed
@KaanOzkan KaanOzkan deleted the dependabot/bundler/minor-and-patch-d298eecf6c branch May 20, 2026 21:07
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.

1 participant