Skip to content

build(deps): bump turbo-rails from 2.0.16 to 2.0.23#991

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/turbo-rails-2.0.23
Open

build(deps): bump turbo-rails from 2.0.16 to 2.0.23#991
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/turbo-rails-2.0.23

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps turbo-rails from 2.0.16 to 2.0.23.

Release notes

Sourced from turbo-rails's releases.

v2.0.23

Updates the bundled JS to freshen stale dependencies from the previous release.

Full Changelog: hotwired/turbo-rails@v2.0.22...v2.0.23

v2.0.22

What's Changed

Full Changelog: hotwired/turbo-rails@v2.0.21...v2.0.22

v2.0.21

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.20...v2.0.21

v2.0.20

Full Changelog: hotwired/turbo-rails@v2.0.19...v2.0.20

v2.0.19

Full Changelog: hotwired/turbo-rails@v2.0.17...v2.0.19

v2.0.17

What's Changed

... (truncated)

Commits
  • 435135b Bump version
  • 22701f1 @​hotwired/turbo-rails v8.0.23
  • 27030b9 Bump version
  • 52cde05 @​hotwired/turbo-rails v8.0.22
  • e511fb2 Bump version
  • 99dc9c5 @​hotwired/turbo-rails v8.0.20
  • c2cd99f v8.0.21
  • 31c78af Respect broadcast suppressions on before/after actions (#770)
  • 16f7613 Only return messages produced by block in capture_turbo_stream_broadcasts
  • dda27a8 Restrict tests to minitest<6
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.16 to 2.0.23.
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.16...v2.0.23)

---
updated-dependencies:
- dependency-name: turbo-rails
  dependency-version: 2.0.23
  dependency-type: direct:production
  update-type: version-update:semver-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 4, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The pull request successfully updates turbo-rails to 2.0.23; however, it also introduces several major transitive dependency updates that are outside the scope of this change. Specifically, the bump to minitest 6.0.6 directly contradicts the turbo-rails v2.0.21 release notes, which recommend restricting minitest to versions below 6.0. Additionally, major updates to connection_pool (v3.0) and erb (v6.0) carry breaking change risks, such as new Ruby version requirements and dependencies on the Prism parser. These should be isolated into separate PRs to ensure stability.

About this PR

  • The update includes major version jumps for connection_pool (2.5 to 3.0) and erb (5.0 to 6.0). These updates are not strictly required for turbo-rails and introduce risks like the removal of ConnectionPool::Wrapper and new requirements for the Prism parser. It is recommended to revert these lockfile changes and run bundle update turbo-rails to isolate the specific dependency.

Test suggestions

  • Verify turbo-rails version update in Gemfile.lock
  • Run existing test suite to verify compatibility with minitest 6.0.6
  • Verify broadcast_refresh_to options forwarding behaves as expected
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Run existing test suite to verify compatibility with minitest 6.0.6
2. Verify broadcast_refresh_to options forwarding behaves as expected

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread Gemfile.lock
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.5)
minitest (6.0.6)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

This update bumps minitest to 6.0.6, which contradicts the turbo-rails v2.0.21 release notes explicitly recommending a restriction to 'minitest < 6'. This major version jump may cause instability in the test suite or incompatibility with turbo-rails' provided test helpers. Recommendation: Revert Gemfile.lock and run bundle update turbo-rails to isolate the update to the intended gem and its necessary dependencies.

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.

0 participants