Bump turbo-rails from 2.0.13 to 2.0.20 #41

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/turbo-rails-2.0.20 into main
dependabot[bot] commented 2025-10-29 18:20:23 +00:00 (Migrated from github.com)

Bumps turbo-rails from 2.0.13 to 2.0.20.

Release notes

Sourced from turbo-rails's releases.

v2.0.20

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

v2.0.19

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

v2.0.17

What's Changed

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

New Contributors

v2.0.14

What's Changed

New Contributors

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

Commits

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 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 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.13 to 2.0.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hotwired/turbo-rails/releases">turbo-rails's releases</a>.</em></p> <blockquote> <h2>v2.0.20</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.19...v2.0.20">https://github.com/hotwired/turbo-rails/compare/v2.0.19...v2.0.20</a></p> <h2>v2.0.19</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.17...v2.0.19">https://github.com/hotwired/turbo-rails/compare/v2.0.17...v2.0.19</a></p> <h2>v2.0.17</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in README.md by <a href="https://github.com/brunocalmels"><code>@​brunocalmels</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/746">hotwired/turbo-rails#746</a></li> <li>Remove compact call on locals in broadcast_rendering_with_defaults by <a href="https://github.com/mathias234"><code>@​mathias234</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/720">hotwired/turbo-rails#720</a></li> </ul> <p>See <a href="https://github.com/hotwired/turbo/releases/tag/v8.0.18">https://github.com/hotwired/turbo/releases/tag/v8.0.18</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brunocalmels"><code>@​brunocalmels</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/746">hotwired/turbo-rails#746</a></li> <li><a href="https://github.com/mathias234"><code>@​mathias234</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/720">hotwired/turbo-rails#720</a></li> </ul> <h2>v2.0.14</h2> <h2>What's Changed</h2> <ul> <li>Fix unwanted model retention when using class methods from <code>Turbo::Broadcastable</code> with locals by <a href="https://github.com/v-yarotsky"><code>@​v-yarotsky</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/710">hotwired/turbo-rails#710</a></li> <li>add test missing assertion by <a href="https://github.com/adrienpoly"><code>@​adrienpoly</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/707">hotwired/turbo-rails#707</a></li> <li>Fix typo in README.md by <a href="https://github.com/qmoya"><code>@​qmoya</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/704">hotwired/turbo-rails#704</a></li> <li>Fix comment typo in gem documentation by <a href="https://github.com/benoittgt"><code>@​benoittgt</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/700">hotwired/turbo-rails#700</a></li> <li>Test installer by <a href="https://github.com/zzak"><code>@​zzak</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/553">hotwired/turbo-rails#553</a></li> <li>Update <code>@​rails/actioncable</code> dependency to version &gt;=7.0 by <a href="https://github.com/adrienpoly"><code>@​adrienpoly</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/705">hotwired/turbo-rails#705</a></li> <li>Include CSRF <code>&lt;meta&gt;</code> elements in frame layout by <a href="https://github.com/seanpdoyle"><code>@​seanpdoyle</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/697">hotwired/turbo-rails#697</a></li> <li>Bump oven-sh/setup-bun from 1 to 2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/722">hotwired/turbo-rails#722</a></li> <li>Fix stream_name calculation inside of thread by <a href="https://github.com/brendon"><code>@​brendon</code></a> in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/727">hotwired/turbo-rails#727</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/v-yarotsky"><code>@​v-yarotsky</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/710">hotwired/turbo-rails#710</a></li> <li><a href="https://github.com/adrienpoly"><code>@​adrienpoly</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/707">hotwired/turbo-rails#707</a></li> <li><a href="https://github.com/qmoya"><code>@​qmoya</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/704">hotwired/turbo-rails#704</a></li> <li><a href="https://github.com/benoittgt"><code>@​benoittgt</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/700">hotwired/turbo-rails#700</a></li> <li><a href="https://github.com/brendon"><code>@​brendon</code></a> made their first contribution in <a href="https://redirect.github.com/hotwired/turbo-rails/pull/727">hotwired/turbo-rails#727</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.13...v2.0.14">https://github.com/hotwired/turbo-rails/compare/v2.0.13...v2.0.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hotwired/turbo-rails/commit/01dd6b93662e7263c472e3ab81a05137ca39318f"><code>01dd6b9</code></a> Bump version</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/e3cd1346da2b78793a27a69f410247555403b68d"><code>e3cd134</code></a> <code>@​hotwired/turbo-rails</code> v8.0.20</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/00f986402296f6fdd6ebc85f2adc6fbb8d956dc3"><code>00f9864</code></a> <code>@​hotwired/turbo-rails</code> v8.0.19</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/2971ba276cb9aad094347d9540a6352fd429cb79"><code>2971ba2</code></a> Bump turbo version</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/aeea473b651703da32e3db430c4728fae5a52bb3"><code>aeea473</code></a> <code>@​hotwired/turbo-rails</code> v8.0.18</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/00e6cba77b1edd47205e3393c4c9d2237608a995"><code>00e6cba</code></a> Bump version</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/30cd8fcc6f82c1ad4edd1ed6069ba878f21f02b3"><code>30cd8fc</code></a> Merge pull request <a href="https://redirect.github.com/hotwired/turbo-rails/issues/720">#720</a> from mathias234/remove-compact</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/4bf3c0b64fd48afca60c33e90205025f743e123f"><code>4bf3c0b</code></a> Merge pull request <a href="https://redirect.github.com/hotwired/turbo-rails/issues/746">#746</a> from brunocalmels/patch-1</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/fe2b8626c9b47d90ff1cd8285980db94fa8d1105"><code>fe2b862</code></a> Fix typo in README.md</li> <li><a href="https://github.com/hotwired/turbo-rails/commit/1782f02c919a72643d474f105293c1213f30034f"><code>1782f02</code></a> Bump version</li> <li>Additional commits viewable in <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.13...v2.0.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=turbo-rails&package-manager=bundler&previous-version=2.0.13&new-version=2.0.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
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 dependabot/bundler/turbo-rails-2.0.20:dependabot/bundler/turbo-rails-2.0.20
git switch dependabot/bundler/turbo-rails-2.0.20

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 dependabot/bundler/turbo-rails-2.0.20
git switch dependabot/bundler/turbo-rails-2.0.20
git rebase main
git switch main
git merge --ff-only dependabot/bundler/turbo-rails-2.0.20
git switch dependabot/bundler/turbo-rails-2.0.20
git rebase main
git switch main
git merge --no-ff dependabot/bundler/turbo-rails-2.0.20
git switch main
git merge --squash dependabot/bundler/turbo-rails-2.0.20
git switch main
git merge --ff-only dependabot/bundler/turbo-rails-2.0.20
git switch main
git merge dependabot/bundler/turbo-rails-2.0.20
git push origin main
Sign in to join this conversation.
No description provided.