Bump the "all" group with 2 updates across multiple ecosystems#927
Merged
Conversation
Bumps the all group with 4 updates: [tomlrb](https://github.com/fbernier/tomlrb), [json](https://github.com/ruby/json), [minitest](https://github.com/minitest/minitest) and [minitest-hooks](https://github.com/jeremyevans/minitest-hooks). Updates `tomlrb` from 2.0.3 to 2.0.4 - [Changelog](https://github.com/fbernier/tomlrb/blob/master/CHANGELOG.md) - [Commits](fbernier/tomlrb@v2.0.3...v2.0.4) Updates `json` from 2.17.1 to 2.18.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.17.1...v2.18.0) Updates `minitest` from 5.26.2 to 5.27.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.26.2...v5.27.0) Updates `minitest-hooks` from 1.5.2 to 1.5.3 - [Changelog](https://github.com/jeremyevans/minitest-hooks/blob/master/CHANGELOG) - [Commits](jeremyevans/minitest-hooks@1.5.2...1.5.3) build(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [haskell-actions/setup](https://github.com/haskell-actions/setup). Updates `ruby/setup-ruby` from 1.270.0 to 1.275.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@ac793fd...d354de1) Updates `haskell-actions/setup` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](haskell-actions/setup@82e8b50...0512451) --- updated-dependencies: - dependency-name: tomlrb dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: json dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: minitest dependency-version: 5.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: minitest-hooks dependency-version: 1.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: ruby/setup-ruby dependency-version: 1.275.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: haskell-actions/setup dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
|
The Please review the pull request for any additional changes required and merge when ready. |
MikeMcQuaid
approved these changes
Dec 22, 2025
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the all group with 4 updates: tomlrb, json, minitest and minitest-hooks.
Updates
tomlrbfrom 2.0.3 to 2.0.4Changelog
Sourced from tomlrb's changelog.
Commits
263d97fMerge pull request #54 from fbernier/toml-testebe44cdAdd v2.0.4 changelogse258318Bump version to v2.0.4bb66e4dUpdate TOML test1d2a299Merge pull request #53 from fbernier/toml-test-v1.6.087fef24Update generated parsera97ffb7Update lib/tomlrb/parser.ybf481e0Use skip method for skipped tests8db4d41Update generated parser4f49008Use literaral commaUpdates
jsonfrom 2.17.1 to 2.18.0Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
1cdd212Release 2.18.03459499Addallow_control_charactersparsing option1da3fd9Add a specific error for unescaped newlinescf3993cRemove dead code from JSON::TruffleRuby::Generator4218a42Remove dead code in benchmark/encoder.rbUpdates
minitestfrom 5.26.2 to 5.27.0Changelog
Sourced from minitest's changelog.
Commits
819e9b5Branching minitest to version 5.27.0e9a9fc3! Adding post install message announcing the EOL for minitest 5.4525c88REVERTED: Removed obsolete conditional for prerecord. For now... Wait for MT6.6b3fb6c- Removed obsolete guards around Warning.72b90c3- Removed obsolete version guards for pattern matching assertions.a8143f2- Removed obsolete conditional for prerecordf6fffa1+ Use Kernel#warn uplevel argument for nicer warnings. (byroot)a0e9289Fixed reporter test shape variation warning. (havenwood)15394fc+ Removed TestTask::Work#initialize since Queue can now initialize with an En...8a4d7ee- Switched all internal requires to require_relative.Updates
minitest-hooksfrom 1.5.2 to 1.5.3Changelog
Sourced from minitest-hooks's changelog.
Commits
e690c2eBump version to 1.5.3fc549a2Add nocov around minitest 6 conditional88126f2Add metadata and required ruby version to gemspec672d4afWork correctly on minitest 6+922f3fbUse SimpleCov.add_filter block instead of stringab7d5c1Add JRuby 10.0 to CIf498593Switch rdoc task to normal rake task, avoid rdoc/task requiree99a6b0Adjust specs to pass on Ruby 3.5332e0bcInstall libsqlite3-dev in CI, hopefully fixes Ruby 2.0-2.483e96c9Work with ubuntu-latest using 24.04 by default in CIBumps the all group with 2 updates: ruby/setup-ruby and haskell-actions/setup.
Updates
ruby/setup-rubyfrom 1.270.0 to 1.275.0Release notes
Sourced from ruby/setup-ruby's releases.
Commits
d354de1Skip saving cache for merge_group evented55d55Fix rubyinstaller2 urls for latest releasea25f1e4Update CRuby releases on Windows211ffaaAdd ruby-4.0.0-preview3f8d7259Add ruby-3.4.8Updates
haskell-actions/setupfrom 2.8.2 to 2.9.1Release notes
Sourced from haskell-actions/setup's releases.
Commits
0512451Fix #130: support GHCup on 32bit architecture (#131)45e5652Bump actions/checkout from 5 to 60a703b5Test: drop macos-13 (deprecated, does not support node 24)cb2922aBump to node 246a58893Bump actions/setup-node from 5 to 6Dependabot 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