Bump livewire/livewire from 4.1.0 to 4.1.2 #572

Merged
dependabot[bot] merged 1 commits from dependabot/composer/livewire/livewire-4.1.2 into main 2026-02-03 05:19:47 +00:00
dependabot[bot] commented 2026-02-03 05:08:47 +00:00 (Migrated from github.com)

Bumps livewire/livewire from 4.1.0 to 4.1.2.

Release notes

Sourced from livewire/livewire's releases.

v4.1.2

What's Changed

Full Changelog: https://github.com/livewire/livewire/compare/v4.1.1...v4.1.2

v4.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/livewire/livewire/compare/v4.1.0...v4.1.1

Commits
  • 8adef21 Merge branch '3.x'
  • 06ec7e8 [3.x] Fix morph markers injected inside dynamic HTML tag names (#9901)
  • 7d362af Update claude to run browser tests headless
  • 365a367 Fix tests
  • cce57bc Build assets
  • d2f48d2 Merge branch '3.x'
  • 93cfb04 wip
  • d5ed98a Merge pull request #9873 from livewire/josh/submit-blur
  • 896f41e [4.x] Add --css flag and config support to make:livewire command (#9872)
  • 7e0c927 [4.x] Fix multiple named slots broken when slot contains a nested Livewire co...
  • 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 4.1.0 to 4.1.2. <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>v4.1.2</h2> <h2>What's Changed</h2> <ul> <li>[3.x] Fix morph markers injected inside dynamic HTML tag names by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9901">livewire/livewire#9901</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v4.1.1...v4.1.2">https://github.com/livewire/livewire/compare/v4.1.1...v4.1.2</a></p> <h2>v4.1.1</h2> <h2>What's Changed</h2> <ul> <li>[4.x] Fix persist directive docs by <a href="https://github.com/webard"><code>@​webard</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9827">livewire/livewire#9827</a></li> <li>[4.x] Add toJSON() to $wire and Component to support JSON.stringify() by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9867">livewire/livewire#9867</a></li> <li>[3.x] Fix smart wire keys regex incorrectly matching &gt; in PHP expressions by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9863">livewire/livewire#9863</a></li> <li>[4.x] Add $wire.$island() API for calling methods scoped to islands by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9862">livewire/livewire#9862</a></li> <li>[3.x] Fix catch-all routes intercepting Livewire update requests by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9854">livewire/livewire#9854</a></li> <li>[4.x] Highlight wire:model v4.1 change in upgrade guide by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9853">livewire/livewire#9853</a></li> <li>[4.x] Fix syntax error when <a href="https://github.com/script"><code>@​script</code></a> blocks start with comments by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9850">livewire/livewire#9850</a></li> <li>[4.x] Expose dispatchEl and dispatchRef on $wire object by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9843">livewire/livewire#9843</a></li> <li>[4.x] Add package development documentation by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9788">livewire/livewire#9788</a></li> <li>[4.x] Fix duplicate message error when event listeners have modelable children by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9842">livewire/livewire#9842</a></li> <li>[4.x] Batch reactive effects for data sync/morph by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9882">livewire/livewire#9882</a></li> <li>[4.x] Make snapshot merges more granular by <a href="https://github.com/calebporzio"><code>@​calebporzio</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9897">livewire/livewire#9897</a></li> <li>[4.x] Allow <code>wire:loading</code> with <code>wire:target</code> to cross island boundaries by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9890">livewire/livewire#9890</a></li> <li>[4.x] Fix <code>#[Url]</code> properties corrupted by scientific notation overflow by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9888">livewire/livewire#9888</a></li> <li>[4.x] Fix S3 file uploads breaking when <code>throw</code> is enabled on the S3 disk by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9887">livewire/livewire#9887</a></li> <li>[4.x] Fix multiple named slots broken when slot contains a nested Livewire component by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9875">livewire/livewire#9875</a></li> <li>[4.x] Add <code>--css</code> flag and config support to <code>make:livewire</code> command by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9872">livewire/livewire#9872</a></li> <li>[4.x] Add failing tests for <code>wire:model.blur</code> form submission sync by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/9873">livewire/livewire#9873</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/webard"><code>@​webard</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/9827">livewire/livewire#9827</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v4.1.0...v4.1.1">https://github.com/livewire/livewire/compare/v4.1.0...v4.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/livewire/livewire/commit/8adef21f35f4ffa87fd2f3655b350236df0c39a8"><code>8adef21</code></a> Merge branch '3.x'</li> <li><a href="https://github.com/livewire/livewire/commit/06ec7e8cd61bb01739b8f26396db6fe73b7e0607"><code>06ec7e8</code></a> [3.x] Fix morph markers injected inside dynamic HTML tag names (<a href="https://redirect.github.com/livewire/livewire/issues/9901">#9901</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/7d362af0dfd95aad9afbf560eb974680501750e9"><code>7d362af</code></a> Update claude to run browser tests headless</li> <li><a href="https://github.com/livewire/livewire/commit/365a367092e880bcc25d369d00540d9163667cef"><code>365a367</code></a> Fix tests</li> <li><a href="https://github.com/livewire/livewire/commit/cce57bcd995dbb3b15a643c2446110998603a2b9"><code>cce57bc</code></a> Build assets</li> <li><a href="https://github.com/livewire/livewire/commit/d2f48d25f81ac49fcd9aa8233618eae9391e3798"><code>d2f48d2</code></a> Merge branch '3.x'</li> <li><a href="https://github.com/livewire/livewire/commit/93cfb04b0b4990e43b0a3ed4e3fda732144fff62"><code>93cfb04</code></a> wip</li> <li><a href="https://github.com/livewire/livewire/commit/d5ed98a7d5ce594f1066232ad9733c84581f81f9"><code>d5ed98a</code></a> Merge pull request <a href="https://redirect.github.com/livewire/livewire/issues/9873">#9873</a> from livewire/josh/submit-blur</li> <li><a href="https://github.com/livewire/livewire/commit/896f41e2ff58e95c26e0c040ee9ac4285d3effe7"><code>896f41e</code></a> [4.x] Add <code>--css</code> flag and config support to <code>make:livewire</code> command (<a href="https://redirect.github.com/livewire/livewire/issues/9872">#9872</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/7e0c9272d3665dbe480ca9aaa7f7e0ccbd9ae19b"><code>7e0c927</code></a> [4.x] Fix multiple named slots broken when slot contains a nested Livewire co...</li> <li>Additional commits viewable in <a href="https://github.com/livewire/livewire/compare/v4.1.0...v4.1.2">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=4.1.0&new-version=4.1.2)](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>
Sign in to join this conversation.