Skip to content

Bump the "all" group with 2 updates across multiple ecosystems#927

Merged
MikeMcQuaid merged 3 commits into
mainfrom
dependabot/all-8d45b57a90
Dec 22, 2025
Merged

Bump the "all" group with 2 updates across multiple ecosystems#927
MikeMcQuaid merged 3 commits into
mainfrom
dependabot/all-8d45b57a90

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

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 tomlrb from 2.0.3 to 2.0.4

Changelog

Sourced from tomlrb's changelog.

2.0.4 - 2025-12-18

  • Update Racc to v1.8.1
  • Code cleanup
  • Fix conformance to TOML v1.0.0
Commits

Updates json from 2.17.1 to 2.18.0

Release notes

Sourced from json's releases.

v2.18.0

What's Changed

  • Add :allow_control_characters parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).

Full Changelog: ruby/json@v2.17.1...v2.18.0

Changelog

Sourced from json's changelog.

2025-12-11 (2.18.0)

  • Add :allow_control_characters parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).
Commits
  • 1cdd212 Release 2.18.0
  • 3459499 Add allow_control_characters parsing option
  • 1da3fd9 Add a specific error for unescaped newlines
  • cf3993c Remove dead code from JSON::TruffleRuby::Generator
  • 4218a42 Remove dead code in benchmark/encoder.rb
  • See full diff in compare view

Updates minitest from 5.26.2 to 5.27.0

Changelog

Sourced from minitest's changelog.

=== 5.27.0 / 2025-12-11

  • 1 major enhancement:

    • Adding post install message announcing the EOL for minitest 5!
  • 2 minor enhancements:

    • Removed TestTask::Work#initialize since Queue can now initialize with an Enumerable! AMAZING!
    • Use Kernel#warn uplevel argument for nicer warnings. (byroot)
  • 5 bug fixes:

    • Cleaned up option aliasing a tad.
    • Removed obsolete conditional for prerecord
    • Removed obsolete guards around Warning.
    • Removed obsolete version guards for pattern matching assertions.
    • Switched all internal requires to require_relative.
Commits
  • 819e9b5 Branching minitest to version 5.27.0
  • e9a9fc3 ! Adding post install message announcing the EOL for minitest 5.
  • 4525c88 REVERTED: 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 prerecord
  • f6fffa1 + Use Kernel#warn uplevel argument for nicer warnings. (byroot)
  • a0e9289 Fixed 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.
  • Additional commits viewable in compare view

Updates minitest-hooks from 1.5.2 to 1.5.3

Changelog

Sourced from minitest-hooks's changelog.

=== 1.5.3 (2025-12-18)

  • Work correctly on minitest 6+ (jeremyevans)
Commits
  • e690c2e Bump version to 1.5.3
  • fc549a2 Add nocov around minitest 6 conditional
  • 88126f2 Add metadata and required ruby version to gemspec
  • 672d4af Work correctly on minitest 6+
  • 922f3fb Use SimpleCov.add_filter block instead of string
  • ab7d5c1 Add JRuby 10.0 to CI
  • f498593 Switch rdoc task to normal rake task, avoid rdoc/task require
  • e99a6b0 Adjust specs to pass on Ruby 3.5
  • 332e0bc Install libsqlite3-dev in CI, hopefully fixes Ruby 2.0-2.4
  • 83e96c9 Work with ubuntu-latest using 24.04 by default in CI
  • Additional commits viewable in compare view

Bumps the all group with 2 updates: ruby/setup-ruby and haskell-actions/setup.

Updates ruby/setup-ruby from 1.270.0 to 1.275.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.275.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.274.0...v1.275.0

v1.274.0

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.273.0...v1.274.0

v1.273.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.272.0...v1.273.0

v1.272.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.271.0...v1.272.0

v1.271.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.270.0...v1.271.0

Commits

Updates haskell-actions/setup from 2.8.2 to 2.9.1

Release notes

Sourced from haskell-actions/setup's releases.

v2.9.0

Test: drop macos-13 (deprecated, does not support node 24)

What's Changed

Full Changelog: haskell-actions/setup@v2.8.1...v2.9.0

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 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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 22, 2025
@github-actions

Copy link
Copy Markdown

The licensed-ci GitHub Action has created a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

@MikeMcQuaid MikeMcQuaid merged commit 18ce405 into main Dec 22, 2025
46 checks passed
@MikeMcQuaid MikeMcQuaid deleted the dependabot/all-8d45b57a90 branch December 22, 2025 09:49
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

Development

Successfully merging this pull request may close these issues.

1 participant