Bump the minor-and-patch group across 1 directory with 5 updates#810
Merged
github-actions[bot] merged 2 commits intoOct 29, 2025
Merged
Conversation
Contributor
|
@dependabot rebase |
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 |
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>
2a011cd to
5704611
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 3 updates in the / directory: minitest, rubocop-sorbet and tapioca.
Updates
minitestfrom 5.25.5 to 5.26.0Changelog
Sourced from minitest's changelog.
Commits
f78aa72prepped for release5faf12f- 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.b3dcd38clarify an assert_equal + newline + backslash n test output to be more readable14c87efImprove 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.Updates
rubocop-sorbetfrom 0.10.5 to 0.11.0Release notes
Sourced from rubocop-sorbet's releases.
Commits
1388eb5Release v0.11.05e42112Merge pull request #356 from botantony/add_forbid_t_any_with_nilclass_cop4a1000dAddForbidTAnyWithNilClasscop44344b3Merge pull request #355 from Shopify/forbid-t-sigec15f93Add Sorbet/ForbidTSig and Sorbet/ForbidTHelpers copsc943302Merge pull request #354 from Shopify/dependabot/github_actions/actions/stale-...0cbe100Bump actions/stale from 10.0.0 to 10.1.0ea81b48Merge pull request #349 from Earlopain/fix-docs-url-for-lsp00a7604Bump actions/stale from 9.1.0 to 10.0.0 (#351)e58fa58Bump actions/github-script from 7.0.1 to 8.0.0 (#350)Updates
tapiocafrom 0.17.7 to 0.17.8Release notes
Sourced from tapioca's releases.
Commits
0a9b43bBump version to v0.17.8897ea69Merge pull request #2397 from Shopify/dependabot/bundler/rack-3.2.2baff5abBump rack gem RBId524065Bump rack from 3.2.0 to 3.2.26bf27f3Merge pull request #2395 from cub8/output-currently-compiling-gems3864d7aPass verbose parameter to gems command. Print currently compiled gems.c082032Merge pull request #2394 from Shopify/ko/remove-include-kernel-from-modules248119cDo not mixin Kernel for modules2ad6511Merge pull request #2392 from Shopify/dependabot/bundler/minor-and-patch-9c1f...6c480d6Regenerate gem RBIsUpdates
prismfrom 1.5.1 to 1.6.0Release notes
Sourced from prism's releases.
Changelog
Sourced from prism's changelog.
Commits
2924f8fMerge pull request #3683 from ruby/bump-versionb72fcc6Bump to v1.6.01a22357Merge pull request #3679 from Earlopain/parse-as-current9c5cd20Add support forPrism.parse(foo, version: "current")8e88590Merge pull request #3680 from tenderlove/trusted-publishersf224797use bundler cache instead of bundle install64f3c2aAdd npm publishing workflow2b91919Add crates.io publishing workflow6f56379Add gem publishing workflow4848dbdMerge pull request #3682 from froydnj/froydnj-unsigned-shift-constantUpdates
sorbet-static-and-runtimefrom 0.6.12586 to 0.6.12650Release notes
Sourced from sorbet-static-and-runtime's releases.
... (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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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