Update dependency turbo-rails to v2.0.23 #8

Open
renovate wants to merge 1 commit from renovate/turbo-rails-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
turbo-rails (changelog) 2.0.112.0.23 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hotwired/turbo-rails (turbo-rails)

v2.0.23

Compare Source

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

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.22...v2.0.23

v2.0.22

Compare Source

What's Changed

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.21...v2.0.22

v2.0.21

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.20...v2.0.21

v2.0.20

Compare Source

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.19...v2.0.20

v2.0.19

Compare Source

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.17...v2.0.19

v2.0.17

Compare Source

What's Changed

See https://github.com/hotwired/turbo/releases/tag/v8.0.18

New Contributors

v2.0.16

Compare Source

v2.0.14

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.13...v2.0.14

v2.0.13

Compare Source

What's Changed

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.12...v2.0.13

v2.0.12

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.11...v2.0.12


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [turbo-rails](https://github.com/hotwired/turbo-rails) ([changelog](https://github.com/hotwired/turbo-rails/releases)) | `2.0.11` → `2.0.23` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/turbo-rails/2.0.23?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/turbo-rails/2.0.11/2.0.23?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>hotwired/turbo-rails (turbo-rails)</summary> ### [`v2.0.23`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.23) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.22...v2.0.23) Updates the bundled JS to freshen stale dependencies from the previous release. **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.22...v2.0.23> ### [`v2.0.22`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.22) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.21...v2.0.22) #### What's Changed - Updates the bundled JS to [v8.0.22](https://github.com/hotwired/turbo/compare/v8.0.21...v8.0.22) for renamed `session.navigator` to avoid clobbering `window.navigator`. See [hotwired/turbo#1489](https://github.com/hotwired/turbo/pull/1489). **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.21...v2.0.22> ### [`v2.0.21`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.21) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.20...v2.0.21) #### What's Changed - Add `rails@8.1` to the CI matrix by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;758](https://github.com/hotwired/turbo-rails/pull/758) - Use an immediate debouncer for tests by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;761](https://github.com/hotwired/turbo-rails/pull/761) - Include hidden elements for turbo-cable-stream-source selector by [@&#8203;excid3](https://github.com/excid3) in [#&#8203;740](https://github.com/hotwired/turbo-rails/pull/740) - Fix CI for `ruby@3.2.x`-`rails@7.2.x` by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;764](https://github.com/hotwired/turbo-rails/pull/764) - Add turbo frame assertion test helpers by [@&#8203;excid3](https://github.com/excid3) in [#&#8203;742](https://github.com/hotwired/turbo-rails/pull/742) - Acccept meta tag string arguments as well by [@&#8203;frenkel](https://github.com/frenkel) in [#&#8203;754](https://github.com/hotwired/turbo-rails/pull/754) - \[fix [#&#8203;762](https://github.com/hotwired/turbo-rails/issues/762)] Forward broadcast\_refresh\_to options by [@&#8203;OutlawAndy](https://github.com/OutlawAndy) in [#&#8203;763](https://github.com/hotwired/turbo-rails/pull/763) - Add support for Model Class in Action and Frame helpers by [@&#8203;afrase](https://github.com/afrase) in [#&#8203;597](https://github.com/hotwired/turbo-rails/pull/597) - Remove legacy workaround for Rails < 7 by [@&#8203;drjayvee](https://github.com/drjayvee) in [#&#8203;766](https://github.com/hotwired/turbo-rails/pull/766) - Fix debouncer tests to wait on correct debouncer by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;767](https://github.com/hotwired/turbo-rails/pull/767) - Restrict tests to `minitest < 6` by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;774](https://github.com/hotwired/turbo-rails/pull/774) - Only return messages produced by block in `capture_turbo_stream_broadcasts` by [@&#8203;Vivalldi](https://github.com/Vivalldi) in [#&#8203;736](https://github.com/hotwired/turbo-rails/pull/736) - Respect broadcast suppressions on before/after actions by [@&#8203;stowersjoshua](https://github.com/stowersjoshua) in [#&#8203;770](https://github.com/hotwired/turbo-rails/pull/770) #### New Contributors - [@&#8203;djmb](https://github.com/djmb) made their first contribution in [#&#8203;761](https://github.com/hotwired/turbo-rails/pull/761) - [@&#8203;frenkel](https://github.com/frenkel) made their first contribution in [#&#8203;754](https://github.com/hotwired/turbo-rails/pull/754) - [@&#8203;OutlawAndy](https://github.com/OutlawAndy) made their first contribution in [#&#8203;763](https://github.com/hotwired/turbo-rails/pull/763) - [@&#8203;afrase](https://github.com/afrase) made their first contribution in [#&#8203;597](https://github.com/hotwired/turbo-rails/pull/597) - [@&#8203;drjayvee](https://github.com/drjayvee) made their first contribution in [#&#8203;766](https://github.com/hotwired/turbo-rails/pull/766) - [@&#8203;Vivalldi](https://github.com/Vivalldi) made their first contribution in [#&#8203;736](https://github.com/hotwired/turbo-rails/pull/736) - [@&#8203;stowersjoshua](https://github.com/stowersjoshua) made their first contribution in [#&#8203;770](https://github.com/hotwired/turbo-rails/pull/770) **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.20...v2.0.21> ### [`v2.0.20`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.20) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.19...v2.0.20) **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.19...v2.0.20> ### [`v2.0.19`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.19) [Compare Source](https://github.com/hotwired/turbo-rails/compare/2.0.17...v2.0.19) **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.17...v2.0.19> ### [`v2.0.17`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.17) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.16...2.0.17) #### What's Changed - Fix typo in README.md by [@&#8203;brunocalmels](https://github.com/brunocalmels) in [#&#8203;746](https://github.com/hotwired/turbo-rails/pull/746) - Remove compact call on locals in broadcast\_rendering\_with\_defaults by [@&#8203;mathias234](https://github.com/mathias234) in [#&#8203;720](https://github.com/hotwired/turbo-rails/pull/720) See <https://github.com/hotwired/turbo/releases/tag/v8.0.18> #### New Contributors - [@&#8203;brunocalmels](https://github.com/brunocalmels) made their first contribution in [#&#8203;746](https://github.com/hotwired/turbo-rails/pull/746) - [@&#8203;mathias234](https://github.com/mathias234) made their first contribution in [#&#8203;720](https://github.com/hotwired/turbo-rails/pull/720) ### [`v2.0.16`](https://github.com/hotwired/turbo-rails/compare/v2.0.14...v2.0.16) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.14...v2.0.16) ### [`v2.0.14`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.14) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.13...v2.0.14) #### What's Changed - Fix unwanted model retention when using class methods from `Turbo::Broadcastable` with locals by [@&#8203;v-yarotsky](https://github.com/v-yarotsky) in [#&#8203;710](https://github.com/hotwired/turbo-rails/pull/710) - add test missing assertion by [@&#8203;adrienpoly](https://github.com/adrienpoly) in [#&#8203;707](https://github.com/hotwired/turbo-rails/pull/707) - Fix typo in README.md by [@&#8203;qmoya](https://github.com/qmoya) in [#&#8203;704](https://github.com/hotwired/turbo-rails/pull/704) - Fix comment typo in gem documentation by [@&#8203;benoittgt](https://github.com/benoittgt) in [#&#8203;700](https://github.com/hotwired/turbo-rails/pull/700) - Test installer by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;553](https://github.com/hotwired/turbo-rails/pull/553) - Update [@&#8203;rails/actioncable](https://github.com/rails/actioncable) dependency to version >=7.0 by [@&#8203;adrienpoly](https://github.com/adrienpoly) in [#&#8203;705](https://github.com/hotwired/turbo-rails/pull/705) - Include CSRF `<meta>` elements in frame layout by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;697](https://github.com/hotwired/turbo-rails/pull/697) - Bump oven-sh/setup-bun from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;722](https://github.com/hotwired/turbo-rails/pull/722) - Fix stream\_name calculation inside of thread by [@&#8203;brendon](https://github.com/brendon) in [#&#8203;727](https://github.com/hotwired/turbo-rails/pull/727) #### New Contributors - [@&#8203;v-yarotsky](https://github.com/v-yarotsky) made their first contribution in [#&#8203;710](https://github.com/hotwired/turbo-rails/pull/710) - [@&#8203;adrienpoly](https://github.com/adrienpoly) made their first contribution in [#&#8203;707](https://github.com/hotwired/turbo-rails/pull/707) - [@&#8203;qmoya](https://github.com/qmoya) made their first contribution in [#&#8203;704](https://github.com/hotwired/turbo-rails/pull/704) - [@&#8203;benoittgt](https://github.com/benoittgt) made their first contribution in [#&#8203;700](https://github.com/hotwired/turbo-rails/pull/700) - [@&#8203;brendon](https://github.com/brendon) made their first contribution in [#&#8203;727](https://github.com/hotwired/turbo-rails/pull/727) **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.13...v2.0.14> ### [`v2.0.13`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.13) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.12...v2.0.13) #### What's Changed - Drop Support for `ruby@2.x.x` by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;698](https://github.com/hotwired/turbo-rails/pull/698) - Drop Support for `rails < 7.1` by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;698](https://github.com/hotwired/turbo-rails/pull/698) - `turbo_stream` tag builder: support `:partial` with block by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;701](https://github.com/hotwired/turbo-rails/pull/701) - Revert "Keep flash in Turbo Frame requests ([#&#8203;699](https://github.com/hotwired/turbo-rails/issues/699))" by [@&#8203;jorgemanrubia](https://github.com/jorgemanrubia) in [#&#8203;716](https://github.com/hotwired/turbo-rails/pull/716) **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.12...v2.0.13> ### [`v2.0.12`](https://github.com/hotwired/turbo-rails/releases/tag/v2.0.12) [Compare Source](https://github.com/hotwired/turbo-rails/compare/v2.0.11...v2.0.12) #### What's Changed - Bump rollup from 2.79.1 to 2.79.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;687](https://github.com/hotwired/turbo-rails/pull/687) - Update to rack 3 by [@&#8203;ramhoj](https://github.com/ramhoj) in [#&#8203;696](https://github.com/hotwired/turbo-rails/pull/696) - Commit to `ruby@2.6` support by [@&#8203;seanpdoyle](https://github.com/seanpdoyle) in [#&#8203;682](https://github.com/hotwired/turbo-rails/pull/682) - Keep flash in Turbo Frame requests by [@&#8203;p8](https://github.com/p8) in [#&#8203;699](https://github.com/hotwired/turbo-rails/pull/699) #### New Contributors - [@&#8203;ramhoj](https://github.com/ramhoj) made their first contribution in [#&#8203;696](https://github.com/hotwired/turbo-rails/pull/696) - [@&#8203;p8](https://github.com/p8) made their first contribution in [#&#8203;699](https://github.com/hotwired/turbo-rails/pull/699) **Full Changelog**: <https://github.com/hotwired/turbo-rails/compare/v2.0.11...v2.0.12> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yLjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi43MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency turbo-rails to v2.0.20
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.20 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.20 (pull_request) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.20 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.20 (push) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
f8e0edacb2
renovate force-pushed renovate/turbo-rails-2.x-lockfile from f8e0edacb2
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.20 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.20 (pull_request) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.20 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.20 (push) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to 3893b812e4
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.21 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.21 (push) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.21 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.21 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
2026-01-17 00:01:45 +00:00
Compare
renovate changed title from Update dependency turbo-rails to v2.0.20 to Update dependency turbo-rails to v2.0.21 2026-01-17 00:01:47 +00:00
renovate force-pushed renovate/turbo-rails-2.x-lockfile from 3893b812e4
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.21 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.21 (push) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.21 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.21 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to deb205c8ce
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.22 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.22 (push) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.22 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.22 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Waiting to run
2026-01-29 00:01:51 +00:00
Compare
renovate changed title from Update dependency turbo-rails to v2.0.21 to Update dependency turbo-rails to v2.0.22 2026-01-29 00:01:51 +00:00
renovate force-pushed renovate/turbo-rails-2.x-lockfile from deb205c8ce
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.22 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.22 (push) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.22 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.22 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Waiting to run
to 7e2f7a7b16
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.23 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.23 (push) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.23 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.23 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
2026-01-30 00:01:49 +00:00
Compare
renovate changed title from Update dependency turbo-rails to v2.0.22 to Update dependency turbo-rails to v2.0.23 2026-01-30 00:01:51 +00:00
Some checks failed
build.yml / Update dependency turbo-rails to v2.0.23 (push) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.23 (push) Failing after 0s
build.yml / Update dependency turbo-rails to v2.0.23 (pull_request) Failing after 0s
deploy.yml / Update dependency turbo-rails to v2.0.23 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/turbo-rails-2.x-lockfile:renovate/turbo-rails-2.x-lockfile
git switch renovate/turbo-rails-2.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/turbo-rails-2.x-lockfile
git switch renovate/turbo-rails-2.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/turbo-rails-2.x-lockfile
git switch renovate/turbo-rails-2.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/turbo-rails-2.x-lockfile
git switch main
git merge --squash renovate/turbo-rails-2.x-lockfile
git switch main
git merge --ff-only renovate/turbo-rails-2.x-lockfile
git switch main
git merge renovate/turbo-rails-2.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hobbypunk/discord-santa!8
No description provided.