Bump livewire/livewire from 3.4.9 to 3.4.10 #518

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/livewire/livewire-3.4.10 into main
dependabot[bot] commented 2024-04-23 01:02:21 +00:00 (Migrated from github.com)

Bumps livewire/livewire from 3.4.9 to 3.4.10.

Release notes

Sourced from livewire/livewire's releases.

v3.4.10

What's Changed

New Contributors

Full Changelog: https://github.com/livewire/livewire/compare/v3.4.9...v3.4.10

Commits
  • 6f90e2d use latest Alpine (3.13.8)
  • e87ae4f Fix Laravel 11 tests (#8232)
  • 4f3a726 EloquentModelSynth: convert empty string to null for enum casted attributes (...
  • 7602804 build assets
  • 72249b9 Merge branch 'main' into bugfix/query-string-replace-all
  • f65fad5 build assets
  • d75df14 Merge branch 'main' into bugfix/query-string-replace-all
  • c9513c0 Prioritize component listener registration (#8226)
  • eacb8fe Update wire-loading.md (#8221)
  • 7503ef5 add docs warning about wire:target not supporting multiple action method/para...
  • 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 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.4.9 to 3.4.10. <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.4.10</h2> <h2>What's Changed</h2> <ul> <li>Update forms.md by <a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8131">livewire/livewire#8131</a></li> <li>Fix <code>wire:navigate</code> back button &quot;null&quot; issue by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/7895">livewire/livewire#7895</a></li> <li>Update actions.md by <a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8122">livewire/livewire#8122</a></li> <li>Add float synthesizer to handle empty inputs in combination with Forms by <a href="https://github.com/lsmedia"><code>@​lsmedia</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8126">livewire/livewire#8126</a></li> <li>[3.x] Make commands lazy by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8157">livewire/livewire#8157</a></li> <li>Warn about multiple Alpine instances from Livewire by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8164">livewire/livewire#8164</a></li> <li>Add troubleshooting documentation page by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8174">livewire/livewire#8174</a></li> <li>[Docs] Fix typo in <code>troubleshooting.md</code> by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8176">livewire/livewire#8176</a></li> <li>BaseUrl Attribute properties are not filled similarly when using queryString() methods by <a href="https://github.com/robert-stanciu"><code>@​robert-stanciu</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8099">livewire/livewire#8099</a></li> <li>Remove unused use statement by <a href="https://github.com/buismaarten"><code>@​buismaarten</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8179">livewire/livewire#8179</a></li> <li>Fix deterministic Blade key generation by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8167">livewire/livewire#8167</a></li> <li>Fix empty body after visiting 404 page in laravel octane by <a href="https://github.com/gazzoy"><code>@​gazzoy</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8139">livewire/livewire#8139</a></li> <li>Re-enable Laravel 11 tests by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8188">livewire/livewire#8188</a></li> <li>add cancelable alpine:navigate event by <a href="https://github.com/n1crack"><code>@​n1crack</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8093">livewire/livewire#8093</a></li> <li>Added warning about event listeners with wire:navigate by <a href="https://github.com/samlev"><code>@​samlev</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8140">livewire/livewire#8140</a></li> <li>Prevent listeners leak with once modifier by <a href="https://github.com/AlexandreBonaventure"><code>@​AlexandreBonaventure</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8147">livewire/livewire#8147</a></li> <li>Fix <code>wire:loading.remove</code> with renderless actions by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8218">livewire/livewire#8218</a></li> <li>[3.x] Better support for <code>BackedEnum</code> while testing by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8187">livewire/livewire#8187</a></li> <li>Fix file input clearing by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8120">livewire/livewire#8120</a></li> <li>Add browser test for navigate page with hashtag by <a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8143">livewire/livewire#8143</a></li> <li>Add browser test for binding class when navigate back by <a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8154">livewire/livewire#8154</a></li> <li>Update wire-loading.md by <a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8221">livewire/livewire#8221</a></li> <li>Prioritize component listener registration by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8226">livewire/livewire#8226</a></li> <li>Fix - Handling query params without values by <a href="https://github.com/davidrushton"><code>@​davidrushton</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8197">livewire/livewire#8197</a></li> <li>EloquentModelSynth: convert empty string to null for enum casted attributes by <a href="https://github.com/TobMoeller"><code>@​TobMoeller</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8220">livewire/livewire#8220</a></li> <li>Fix Laravel 11 tests by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8232">livewire/livewire#8232</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8131">livewire/livewire#8131</a></li> <li><a href="https://github.com/lsmedia"><code>@​lsmedia</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8126">livewire/livewire#8126</a></li> <li><a href="https://github.com/robert-stanciu"><code>@​robert-stanciu</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8099">livewire/livewire#8099</a></li> <li><a href="https://github.com/buismaarten"><code>@​buismaarten</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8179">livewire/livewire#8179</a></li> <li><a href="https://github.com/n1crack"><code>@​n1crack</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8093">livewire/livewire#8093</a></li> <li><a href="https://github.com/AlexandreBonaventure"><code>@​AlexandreBonaventure</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8147">livewire/livewire#8147</a></li> <li><a href="https://github.com/TobMoeller"><code>@​TobMoeller</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8220">livewire/livewire#8220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v3.4.9...v3.4.10">https://github.com/livewire/livewire/compare/v3.4.9...v3.4.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/livewire/livewire/commit/6f90e2d7f8e80a97a7406c22a0fbc61ca1256ed9"><code>6f90e2d</code></a> use latest Alpine (3.13.8)</li> <li><a href="https://github.com/livewire/livewire/commit/e87ae4fb689f55db63038bdd363750d5ecf6a028"><code>e87ae4f</code></a> Fix Laravel 11 tests (<a href="https://redirect.github.com/livewire/livewire/issues/8232">#8232</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/4f3a726fc0c4510dc36865062619cd8d69d3347d"><code>4f3a726</code></a> EloquentModelSynth: convert empty string to null for enum casted attributes (...</li> <li><a href="https://github.com/livewire/livewire/commit/76028043ccf65052832e806c0119e6dbe4d1efc0"><code>7602804</code></a> build assets</li> <li><a href="https://github.com/livewire/livewire/commit/72249b98357e04bf2f6c8084eb1a48ee41b4a98b"><code>72249b9</code></a> Merge branch 'main' into bugfix/query-string-replace-all</li> <li><a href="https://github.com/livewire/livewire/commit/f65fad5ba369fbfb189d7f7248734d73eadeec46"><code>f65fad5</code></a> build assets</li> <li><a href="https://github.com/livewire/livewire/commit/d75df14357f15e65d4c0283dfd905a153f4c7488"><code>d75df14</code></a> Merge branch 'main' into bugfix/query-string-replace-all</li> <li><a href="https://github.com/livewire/livewire/commit/c9513c045c2c9ea65c4bce2310990fb0dbcd0312"><code>c9513c0</code></a> Prioritize component listener registration (<a href="https://redirect.github.com/livewire/livewire/issues/8226">#8226</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/eacb8fea10460622a1cf41d67bcfe9ea705693e7"><code>eacb8fe</code></a> Update wire-loading.md (<a href="https://redirect.github.com/livewire/livewire/issues/8221">#8221</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/7503ef50d2b317cde63c8c1a201775723aecc1eb"><code>7503ef5</code></a> add docs warning about wire:target not supporting multiple action method/para...</li> <li>Additional commits viewable in <a href="https://github.com/livewire/livewire/compare/v3.4.9...v3.4.10">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.4.9&new-version=3.4.10)](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 2024-04-23 01:20:41 +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.