Bump solid_cable from 3.0.8 to 3.0.12 #26

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/solid_cable-3.0.12 into main
dependabot[bot] commented 2025-08-14 19:25:45 +00:00 (Migrated from github.com)

Bumps solid_cable from 3.0.8 to 3.0.12.

Release notes

Sourced from solid_cable's releases.

v3.0.12

What's Changed

Full Changelog: https://github.com/rails/solid_cable/compare/v3.0.11...v3.0.12

v3.0.11

What's Changed

Full Changelog: https://github.com/rails/solid_cable/compare/v3.0.10...v3.0.11

v3.0.10

What's Changed

New Contributors

Full Changelog: https://github.com/rails/solid_cable/compare/v3.0.8...v3.0.9

Commits
  • c6c10aa Bump version
  • e5d73f5 Dont broadcast message in compute_if_present to avoid race condition (#72)
  • 9e16e1d Version bump
  • de8f975 Cleanup #broadcast_messages to avoid race conditions (#68)
  • 4f459ef Bump version
  • 5aa6f1f Use timeout instead
  • 8890c20 Bump version
  • 7de4eb5 Avoid the test suite hanging when poping queue if it is empty
  • cb4f5eb Prevent broadcasting old messages when new channels are subscribed (#67)
  • d159d08 Remove dead code
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [solid_cable](https://github.com/rails/solid_cable) from 3.0.8 to 3.0.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/solid_cable/releases">solid_cable's releases</a>.</em></p> <blockquote> <h2>v3.0.12</h2> <h2>What's Changed</h2> <ul> <li>Dont broadcast message in compute_if_present to avoid race condition by <a href="https://github.com/npezza93"><code>@​npezza93</code></a> in <a href="https://redirect.github.com/rails/solid_cable/pull/72">rails/solid_cable#72</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rails/solid_cable/compare/v3.0.11...v3.0.12">https://github.com/rails/solid_cable/compare/v3.0.11...v3.0.12</a></p> <h2>v3.0.11</h2> <h2>What's Changed</h2> <ul> <li>Cleanup #broadcast_messages to avoid race conditions by <a href="https://github.com/npezza93"><code>@​npezza93</code></a> in <a href="https://redirect.github.com/rails/solid_cable/pull/68">rails/solid_cable#68</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rails/solid_cable/compare/v3.0.10...v3.0.11">https://github.com/rails/solid_cable/compare/v3.0.10...v3.0.11</a></p> <h2>v3.0.10</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/EpicureanHeron"><code>@​EpicureanHeron</code></a> in <a href="https://redirect.github.com/rails/solid_cable/pull/64">rails/solid_cable#64</a></li> <li>Prevent broadcasting old messages when new channels are subscribed by <a href="https://github.com/npezza93"><code>@​npezza93</code></a> in <a href="https://redirect.github.com/rails/solid_cable/pull/67">rails/solid_cable#67</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/EpicureanHeron"><code>@​EpicureanHeron</code></a> made their first contribution in <a href="https://redirect.github.com/rails/solid_cable/pull/64">rails/solid_cable#64</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rails/solid_cable/compare/v3.0.8...v3.0.9">https://github.com/rails/solid_cable/compare/v3.0.8...v3.0.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/solid_cable/commit/c6c10aa8aea136e849e9e80fc8af47e5bf39409e"><code>c6c10aa</code></a> Bump version</li> <li><a href="https://github.com/rails/solid_cable/commit/e5d73f5b1720150d2acbcd5fe69c4cf2d66d5043"><code>e5d73f5</code></a> Dont broadcast message in compute_if_present to avoid race condition (<a href="https://redirect.github.com/rails/solid_cable/issues/72">#72</a>)</li> <li><a href="https://github.com/rails/solid_cable/commit/9e16e1dead1ab14a34654a165f187bc19399cc15"><code>9e16e1d</code></a> Version bump</li> <li><a href="https://github.com/rails/solid_cable/commit/de8f97534aece29dacbda04b706deeb56a043d22"><code>de8f975</code></a> Cleanup #broadcast_messages to avoid race conditions (<a href="https://redirect.github.com/rails/solid_cable/issues/68">#68</a>)</li> <li><a href="https://github.com/rails/solid_cable/commit/4f459efec0685d03f3a29faa5456cbdbaa0a1fcf"><code>4f459ef</code></a> Bump version</li> <li><a href="https://github.com/rails/solid_cable/commit/5aa6f1f4a0b3181fa9da82161e2da121a6adff55"><code>5aa6f1f</code></a> Use timeout instead</li> <li><a href="https://github.com/rails/solid_cable/commit/8890c20e936415f63e48d108063bf462e5101493"><code>8890c20</code></a> Bump version</li> <li><a href="https://github.com/rails/solid_cable/commit/7de4eb5ef2ea3fb1df0b8bc7f7006dedd2e91c6c"><code>7de4eb5</code></a> Avoid the test suite hanging when poping queue if it is empty</li> <li><a href="https://github.com/rails/solid_cable/commit/cb4f5ebee3b673739611b0aed43683b823c092d2"><code>cb4f5eb</code></a> Prevent broadcasting old messages when new channels are subscribed (<a href="https://redirect.github.com/rails/solid_cable/issues/67">#67</a>)</li> <li><a href="https://github.com/rails/solid_cable/commit/d159d08430d68a27e9333c9fb2bd945c35102992"><code>d159d08</code></a> Remove dead code</li> <li>Additional commits viewable in <a href="https://github.com/rails/solid_cable/compare/v3.0.8...v3.0.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=solid_cable&package-manager=bundler&previous-version=3.0.8&new-version=3.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
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/solid_cable-3.0.12:dependabot/bundler/solid_cable-3.0.12
git switch dependabot/bundler/solid_cable-3.0.12

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