Bump livewire/livewire from 3.6.4 to 3.7.0 #534

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/livewire/livewire-3.7.0 into main
dependabot[bot] commented 2025-11-24 00:09:09 +00:00 (Migrated from github.com)

Bumps livewire/livewire from 3.6.4 to 3.7.0.

Release notes

Sourced from livewire/livewire's releases.

v3.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/livewire/livewire/compare/v3.6.4...v3.7.0

v3.7.0-beta.2

What's Changed

... (truncated)

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 [livewire/livewire](https://github.com/livewire/livewire) from 3.6.4 to 3.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/livewire/livewire/releases">livewire/livewire's releases</a>.</em></p> <blockquote> <h2>v3.7.0</h2> <h2>What's Changed</h2> <ul> <li>Fix morph markers when using <code>view:cache</code> by <a href="https://github.com/27pchrisl"><code>@​27pchrisl</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8068">livewire/livewire#8068</a></li> <li>Change the error modal to be a dialog element by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9320">livewire/livewire#9320</a></li> <li>Fix disable back button cache not being reset by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9327">livewire/livewire#9327</a></li> <li>Fix snapshot errors with smart wire keys by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9310">livewire/livewire#9310</a></li> <li>Fix pagination path by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9332">livewire/livewire#9332</a></li> <li>Update documentation for published stubs by <a href="https://github.com/manelgavalda"><code>@​manelgavalda</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9330">livewire/livewire#9330</a></li> <li>Add return docblock for Testable <code>invade()</code> method by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9325">livewire/livewire#9325</a></li> <li>Remove invalid void return by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9309">livewire/livewire#9309</a></li> <li>Add <code>withoutLazyLoading</code> to facade docblock by <a href="https://github.com/NicTorgersen"><code>@​NicTorgersen</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9298">livewire/livewire#9298</a></li> <li>Fix incorrect <code>getValue()</code> exception message labelled with <code>set</code> by <a href="https://github.com/rinodrummer"><code>@​rinodrummer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9282">livewire/livewire#9282</a></li> <li>Fix component not found error by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9339">livewire/livewire#9339</a></li> <li>Remove unused <code>mount()</code> arguments from Livewire directive by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9194">livewire/livewire#9194</a></li> <li>Insert new <code>wire:stream</code> content into the DOM by <a href="https://github.com/austincarpenter"><code>@​austincarpenter</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9204">livewire/livewire#9204</a></li> <li>Change facade to reference class directly by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9220">livewire/livewire#9220</a></li> <li>Fix <code>method_exists()</code> error when resetting arrays using nested syntax by <a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9221">livewire/livewire#9221</a></li> <li>Add return type to FrontendAssets <code>scripts()</code> and <code>styles()</code> methods by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9274">livewire/livewire#9274</a></li> <li>Fix navigate progress bar so it completes on page load by <a href="https://github.com/iammarjamal"><code>@​iammarjamal</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9196">livewire/livewire#9196</a></li> <li>Add navigate <code>preserve-scroll</code> by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9341">livewire/livewire#9341</a></li> <li>Add release tokens for deployment invalidation by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9326">livewire/livewire#9326</a></li> <li>Fix error when there is a single parameter in <code>Livewire.dispatch()</code> by <a href="https://github.com/GC-Max"><code>@​GC-Max</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9163">livewire/livewire#9163</a></li> <li>Fix optional route parameters by <a href="https://github.com/moisish"><code>@​moisish</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9014">livewire/livewire#9014</a></li> <li>Allow rewriting of temporary upload/download urls for S3 by <a href="https://github.com/austincarpenter"><code>@​austincarpenter</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8963">livewire/livewire#8963</a></li> <li>Add default middleware to <code>FileUploadController</code> so it can be overridden by <a href="https://github.com/marianperca"><code>@​marianperca</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8953">livewire/livewire#8953</a></li> <li>Smart wire keys fixes by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9351">livewire/livewire#9351</a></li> <li>Add support for multiple action parameters to <code>wire:target</code> by <a href="https://github.com/blazery"><code>@​blazery</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8940">livewire/livewire#8940</a></li> <li>Fix csp nonce causing duplicate Alpine/Livewire instance by <a href="https://github.com/dorkster100"><code>@​dorkster100</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8793">livewire/livewire#8793</a></li> <li>Make wire:navigate.hover cache temporary by <a href="https://github.com/stancl"><code>@​stancl</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8175">livewire/livewire#8175</a></li> <li>Support hooks within form classes by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8682">livewire/livewire#8682</a></li> <li>Fix morph inside custom web elements by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9474">livewire/livewire#9474</a></li> <li>Fix <code>wire:current</code> after morph by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9384">livewire/livewire#9384</a></li> <li>[3.x] Fix wire loading multiple methods and params by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9513">livewire/livewire#9513</a></li> <li>[3.x] Update wire-model.js by <a href="https://github.com/ganyicz"><code>@​ganyicz</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9565">livewire/livewire#9565</a></li> <li>[3.x] Add file append support for Flux by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9583">livewire/livewire#9583</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/27pchrisl"><code>@​27pchrisl</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8068">livewire/livewire#8068</a></li> <li><a href="https://github.com/NicTorgersen"><code>@​NicTorgersen</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/9298">livewire/livewire#9298</a></li> <li><a href="https://github.com/iammarjamal"><code>@​iammarjamal</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/9196">livewire/livewire#9196</a></li> <li><a href="https://github.com/GC-Max"><code>@​GC-Max</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/9163">livewire/livewire#9163</a></li> <li><a href="https://github.com/moisish"><code>@​moisish</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/9014">livewire/livewire#9014</a></li> <li><a href="https://github.com/marianperca"><code>@​marianperca</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8953">livewire/livewire#8953</a></li> <li><a href="https://github.com/dorkster100"><code>@​dorkster100</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8793">livewire/livewire#8793</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v3.6.4...v3.7.0">https://github.com/livewire/livewire/compare/v3.6.4...v3.7.0</a></p> <h2>v3.7.0-beta.2</h2> <h2>What's Changed</h2> <ul> <li>[3.x] Fix wire loading multiple methods and params by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9513">livewire/livewire#9513</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/livewire/livewire/commit/f5f9efe6d5a7059116bd695a89d95ceedf33f3cb"><code>f5f9efe</code></a> wip</li> <li><a href="https://github.com/livewire/livewire/commit/59ac13c2702a2a1b0852bf3c15d7acd1cc19863f"><code>59ac13c</code></a> update docs</li> <li><a href="https://github.com/livewire/livewire/commit/56b8250b43e96a9d8e32ec1b38e14a9a644910c1"><code>56b8250</code></a> [3.x] Add file append support for Flux (<a href="https://redirect.github.com/livewire/livewire/issues/9583">#9583</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/b5b975af099ef516a8867172e22b845979dce97d"><code>b5b975a</code></a> Revert &quot;Clean up extra compiled Blade views&quot;</li> <li><a href="https://github.com/livewire/livewire/commit/3c072236f11c316419e3d9860a5440fdb1d467d0"><code>3c07223</code></a> [3.x] Update wire-model.js (<a href="https://redirect.github.com/livewire/livewire/issues/9565">#9565</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/491af9e12af576681764b6f1fd24e1fcc938e1ea"><code>491af9e</code></a> Escape teleport directive in callout</li> <li><a href="https://github.com/livewire/livewire/commit/a38fbd2e4fa7f3a7863f032e313ba0d4c13c6b9c"><code>a38fbd2</code></a> Update docs routes</li> <li><a href="https://github.com/livewire/livewire/commit/dbca74fac92c541924ae88c182487a7ffee6f174"><code>dbca74f</code></a> Clean up extra compiled Blade views</li> <li><a href="https://github.com/livewire/livewire/commit/f641ecdb3b49b38bc5e0369e89fac60f1e4dbd98"><code>f641ecd</code></a> [3.x] Fix wire loading multiple methods and params (<a href="https://redirect.github.com/livewire/livewire/issues/9513">#9513</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/f6ea1b9d70bb167b4b1f9c9f7c1ff6ba78fe09c5"><code>f6ea1b9</code></a> Fix Laravel 12 failing test</li> <li>Additional commits viewable in <a href="https://github.com/livewire/livewire/compare/v3.6.4...v3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=livewire/livewire&package-manager=composer&previous-version=3.6.4&new-version=3.7.0)](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>
dependabot[bot] commented 2025-11-26 00:12:45 +00:00 (Migrated from github.com)

Looks like livewire/livewire is up-to-date now, so this is no longer needed.

Looks like livewire/livewire is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.