Skip to content

Bump the minor-and-patch group across 1 directory with 5 updates#810

Merged
github-actions[bot] merged 2 commits into
mainfrom
dependabot/bundler/minor-and-patch-2117c6c740
Oct 29, 2025
Merged

Bump the minor-and-patch group across 1 directory with 5 updates#810
github-actions[bot] merged 2 commits into
mainfrom
dependabot/bundler/minor-and-patch-2117c6c740

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 3 updates in the / directory: minitest, rubocop-sorbet and tapioca.

Updates minitest from 5.25.5 to 5.26.0

Changelog

Sourced from minitest's changelog.

=== 5.26.0 / 2025-10-07

The Seattle.rb Nerd Party, Slightly Tipsy Edition!

  • 2 minor enhancements:

    • Added extra documentation to Minitest::TestTask options.
    • Make parallelize_me! a no-op when n_threads=1.
  • 9 bug fixes:

    • Bypass parallel_executor entirely when n_threads=1.
    • Don't require rubygems in Rakefile... it is 2025.
    • Ensure that minitest exits non-zero on Interrupt. (tavianator)
    • Fix Minitest.run sequence rdoc to include loop vars and read consistently.
    • Fix call to parallel_executor.shutdown when it isn't defined.
    • Removed some 1.8/1.9-based code from the assertions and expectations.
    • Still fighting with rdoc? Yup. Still fighting with rdoc...
    • Switched assert_equal's diff from Tempfile.open to Tempfile.create.
    • Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)
Commits
  • f78aa72 prepped for release
  • 5faf12f - Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)
  • 839c5f0 - Bypass parallel_executor entirely when n_threads=1.
  • 7c90742 - Switched assert_equal's diff from Tempfile.open to Tempfile.create.
  • b3dcd38 clarify an assert_equal + newline + backslash n test output to be more readable
  • 14c87ef Improve let tests to no longer be order dependent.
  • 6c995cf - Ensure that minitest exits non-zero on Interrupt. (tavianator)
  • 42ce806 - Removed some 1.8/1.9-based code from the assertions and expectations.
  • a17393e - Still fighting with rdoc? Yup. Still fighting with rdoc...
  • 68b3d0c - Don't require rubygems in Rakefile... it is 2025.
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.10.5 to 0.11.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.11.0

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.10.4...v0.11.0

Commits
  • 1388eb5 Release v0.11.0
  • 5e42112 Merge pull request #356 from botantony/add_forbid_t_any_with_nilclass_cop
  • 4a1000d Add ForbidTAnyWithNilClass cop
  • 44344b3 Merge pull request #355 from Shopify/forbid-t-sig
  • ec15f93 Add Sorbet/ForbidTSig and Sorbet/ForbidTHelpers cops
  • c943302 Merge pull request #354 from Shopify/dependabot/github_actions/actions/stale-...
  • 0cbe100 Bump actions/stale from 10.0.0 to 10.1.0
  • ea81b48 Merge pull request #349 from Earlopain/fix-docs-url-for-lsp
  • 00a7604 Bump actions/stale from 9.1.0 to 10.0.0 (#351)
  • e58fa58 Bump actions/github-script from 7.0.1 to 8.0.0 (#350)
  • Additional commits viewable in compare view

Updates tapioca from 0.17.7 to 0.17.8

Release notes

Sourced from tapioca's releases.

v0.17.8

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.17.7...v0.17.8

Commits
  • 0a9b43b Bump version to v0.17.8
  • 897ea69 Merge pull request #2397 from Shopify/dependabot/bundler/rack-3.2.2
  • baff5ab Bump rack gem RBI
  • d524065 Bump rack from 3.2.0 to 3.2.2
  • 6bf27f3 Merge pull request #2395 from cub8/output-currently-compiling-gems
  • 3864d7a Pass verbose parameter to gems command. Print currently compiled gems.
  • c082032 Merge pull request #2394 from Shopify/ko/remove-include-kernel-from-modules
  • 248119c Do not mixin Kernel for modules
  • 2ad6511 Merge pull request #2392 from Shopify/dependabot/bundler/minor-and-patch-9c1f...
  • 6c480d6 Regenerate gem RBIs
  • Additional commits viewable in compare view

Updates prism from 1.5.1 to 1.6.0

Release notes

Sourced from prism's releases.

v1.6.0

Added

  • Add support for passing "current" as the version option to Prism.* APIs.

Changed

  • Remove a compiler warning for a missing unsigned cast for a shift value.

v1.5.2

Changed

  • Fix character literal forced encoding when a unicode escape sequence is used.
  • Reject 1 if foo = bar baz.
  • Clear static literal flag on interpolated strings.
  • Reject optional argument/endless method definition ambiguity.
Changelog

Sourced from prism's changelog.

[1.6.0] - 2025-10-16

Added

  • Add support for passing "current" as the version option to Prism.* APIs.

Changed

  • Remove a compiler warning for a missing unsigned cast for a shift value.

[1.5.2] - 2025-10-09

Changed

  • Fix character literal forced encoding when a unicode escape sequence is used.
  • Reject 1 if foo = bar baz.
  • Clear static literal flag on interpolated strings.
  • Reject optional argument/endless method definition ambiguity.
Commits
  • 2924f8f Merge pull request #3683 from ruby/bump-version
  • b72fcc6 Bump to v1.6.0
  • 1a22357 Merge pull request #3679 from Earlopain/parse-as-current
  • 9c5cd20 Add support for Prism.parse(foo, version: "current")
  • 8e88590 Merge pull request #3680 from tenderlove/trusted-publishers
  • f224797 use bundler cache instead of bundle install
  • 64f3c2a Add npm publishing workflow
  • 2b91919 Add crates.io publishing workflow
  • 6f56379 Add gem publishing workflow
  • 4848dbd Merge pull request #3682 from froydnj/froydnj-unsigned-shift-constant
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.6.12586 to 0.6.12650

Release notes

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

sorbet 0.6.12649.20251016173128-27b93cc66

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12648.20251016142819-f6aa4dc10

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12647.20251016141834-ed0f11c39

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12646.20251016121338-4f0fcdbaf

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12645.20251014173456-23e5ba096

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12644.20251014170504-fbba5cd44

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12643.20251014162319-f3424245d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.6.12642.20251013175745-ece52e5e2

... (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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 20, 2025
@dependabot dependabot Bot requested a review from a team as a code owner October 20, 2025 21:02
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 20, 2025
@github-actions github-actions Bot enabled auto-merge October 20, 2025 21:03
@amomchilov

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Oct 23, 2025

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps the minor-and-patch group with 3 updates in the / directory: [minitest](https://github.com/minitest/minitest), [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) and [tapioca](https://github.com/Shopify/tapioca).


Updates `minitest` from 5.25.5 to 5.26.0
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.5...v5.26.0)

Updates `rubocop-sorbet` from 0.10.5 to 0.11.0
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.10.5...v0.11.0)

Updates `tapioca` from 0.17.7 to 0.17.8
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.17.7...v0.17.8)

Updates `prism` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v1.5.1...v1.6.0)

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

---
updated-dependencies:
- dependency-name: minitest
  dependency-version: 5.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tapioca
  dependency-version: 0.17.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prism
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.6.12650
  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 force-pushed the dependabot/bundler/minor-and-patch-2117c6c740 branch from 2a011cd to 5704611 Compare October 27, 2025 21:49
@jesse-shopify jesse-shopify self-assigned this Oct 29, 2025
@github-actions github-actions Bot merged commit 890bed1 into main Oct 29, 2025
8 checks passed
@github-actions github-actions Bot deleted the dependabot/bundler/minor-and-patch-2117c6c740 branch October 29, 2025 15:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants