Bump livewire/livewire from 3.4.10 to 3.4.11 #523

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/livewire/livewire-3.4.11 into main
dependabot[bot] commented 2024-04-25 00:27:12 +00:00 (Migrated from github.com)

Bumps livewire/livewire from 3.4.10 to 3.4.11.

Release notes

Sourced from livewire/livewire's releases.

v3.4.11

What's Changed

New Contributors

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

Commits
  • 8a78d0c bump Alpine version
  • 224c2f0 Add browser test Can submit form using magic actions without breaking form (#...
  • 1b1e0f0 bump alpine to 3.13.9
  • ed89372 Fix hydrating union types (#8286)
  • 27436fc Added config for cleaning up old files. (#8296)
  • 10bf80e Fix @teleport directive when view is cached (#8282)
  • 01a4ee8 Add withoutLazyLoading() testing helper (#8326)
  • 470ecbc Use assertSetStrict in tests (#8297)
  • 7c3757b Fix URL in issue template (#8295)
  • cac2f7b prevent multiple of the same custom directives from registering
  • 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.10 to 3.4.11. <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.11</h2> <h2>What's Changed</h2> <ul> <li>Fixed missing semicolon in forms.md by <a href="https://github.com/Qirel"><code>@​Qirel</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8249">livewire/livewire#8249</a></li> <li>Fixed undefined key with unset method of DataStore by <a href="https://github.com/dmyers"><code>@​dmyers</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8231">livewire/livewire#8231</a></li> <li>Improved the progress bar animation . fix for discussion <a href="https://redirect.github.com/livewire/livewire/issues/8041">#8041</a> by <a href="https://github.com/joydeep-bhowmik"><code>@​joydeep-bhowmik</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8204">livewire/livewire#8204</a></li> <li>Add $wire to directive API by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8258">livewire/livewire#8258</a></li> <li>Don't register listener for custom directive by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8259">livewire/livewire#8259</a></li> <li>[3.x] Fix conflicts with PHP's predefined classes by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8253">livewire/livewire#8253</a></li> <li>[3.x] Clarify docs for validation utilities by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8254">livewire/livewire#8254</a></li> <li>[3.x] Fix persistance of validation errors in forms by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8262">livewire/livewire#8262</a></li> <li>Add <code>$this-&gt;pull()</code> component method by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8266">livewire/livewire#8266</a></li> <li>Add support to invade <code>Testable</code> by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8264">livewire/livewire#8264</a></li> <li>Missing trait hooks by <a href="https://github.com/AlexandreBonaventure"><code>@​AlexandreBonaventure</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8268">livewire/livewire#8268</a></li> <li>Fix readme logo in dark mode by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8274">livewire/livewire#8274</a></li> <li>Removed unnecessary call to $property-&gt;setAccessible(true); by <a href="https://github.com/xurshudyan"><code>@​xurshudyan</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8273">livewire/livewire#8273</a></li> <li>Fix URL in issue template by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8295">livewire/livewire#8295</a></li> <li>Use <code>assertSetStrict</code> in tests by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8297">livewire/livewire#8297</a></li> <li>Add <code>withoutLazyLoading()</code> testing helper by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8326">livewire/livewire#8326</a></li> <li>Fix <code>@teleport</code> directive when view is cached by <a href="https://github.com/luanfreitasdev"><code>@​luanfreitasdev</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8282">livewire/livewire#8282</a></li> <li>Added config for cleaning up old files. by <a href="https://github.com/Boorinio"><code>@​Boorinio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8296">livewire/livewire#8296</a></li> <li>Fix hydrating union types by <a href="https://github.com/PerryvanderMeer"><code>@​PerryvanderMeer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8286">livewire/livewire#8286</a></li> <li>Fix submit form using magic actions without breaking form by <a href="https://github.com/danie-ramdhani"><code>@​danie-ramdhani</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/8241">livewire/livewire#8241</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Qirel"><code>@​Qirel</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8249">livewire/livewire#8249</a></li> <li><a href="https://github.com/dmyers"><code>@​dmyers</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8231">livewire/livewire#8231</a></li> <li><a href="https://github.com/joydeep-bhowmik"><code>@​joydeep-bhowmik</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8204">livewire/livewire#8204</a></li> <li><a href="https://github.com/Boorinio"><code>@​Boorinio</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/8296">livewire/livewire#8296</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v3.4.10...v3.4.11">https://github.com/livewire/livewire/compare/v3.4.10...v3.4.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/livewire/livewire/commit/8a78d0c3ae9b4c96a2d8932ea4ac0dc782325de0"><code>8a78d0c</code></a> bump Alpine version</li> <li><a href="https://github.com/livewire/livewire/commit/224c2f0e6a7685bb0fd18b7d1960586fda99f4ee"><code>224c2f0</code></a> Add browser test Can submit form using magic actions without breaking form (#...</li> <li><a href="https://github.com/livewire/livewire/commit/1b1e0f02f2d23aaa8a5d7c8c977078aa3963206d"><code>1b1e0f0</code></a> bump alpine to 3.13.9</li> <li><a href="https://github.com/livewire/livewire/commit/ed89372eb6eee3952bf7ccd1a6a082b29a709a4b"><code>ed89372</code></a> Fix hydrating union types (<a href="https://redirect.github.com/livewire/livewire/issues/8286">#8286</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/27436fcef33234956ffb16bc45f3887a561c226c"><code>27436fc</code></a> Added config for cleaning up old files. (<a href="https://redirect.github.com/livewire/livewire/issues/8296">#8296</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/10bf80e61b0df627881118f56d8d78d60f99fb65"><code>10bf80e</code></a> Fix <code>@teleport</code> directive when view is cached (<a href="https://redirect.github.com/livewire/livewire/issues/8282">#8282</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/01a4ee889acd620f85937044a978ec82b1953205"><code>01a4ee8</code></a> Add <code>withoutLazyLoading()</code> testing helper (<a href="https://redirect.github.com/livewire/livewire/issues/8326">#8326</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/470ecbc686148b2844705c200943b201d754a282"><code>470ecbc</code></a> Use <code>assertSetStrict</code> in tests (<a href="https://redirect.github.com/livewire/livewire/issues/8297">#8297</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/7c3757b0f1e56425dbd89f8173ddc3517dfa1dde"><code>7c3757b</code></a> Fix URL in issue template (<a href="https://redirect.github.com/livewire/livewire/issues/8295">#8295</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/cac2f7b28f37980653aaec99d9de55de21b2ebaa"><code>cac2f7b</code></a> prevent multiple of the same custom directives from registering</li> <li>Additional commits viewable in <a href="https://github.com/livewire/livewire/compare/v3.4.10...v3.4.11">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.10&new-version=3.4.11)](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-28 07:27:39 +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.