Commit 2e600df
authored
Build(deps): bump livewire/livewire from 3.6.1 to 3.6.2 (#52)
Bumps [livewire/livewire](https://github.com/livewire/livewire) from
3.6.1 to 3.6.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>v3.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Replace deprecated <code>tweakApplication()</code> and use
<code>beforeServingApplication()</code> instead by <a
href="https://github.com/crynobone"><code>@crynobone</code></a> in <a
href="https://redirect.github.com/livewire/livewire/pull/9234">livewire/livewire#9234</a></li>
<li>[Chore] Sync next page classes with previous page class by <a
href="https://github.com/danie-ramdhani"><code>@danie-ramdhani</code></a>
in <a
href="https://redirect.github.com/livewire/livewire/pull/9232">livewire/livewire#9232</a></li>
<li>Add support for <code>wire:ignore.children</code> by <a
href="https://github.com/joshhanley"><code>@joshhanley</code></a> in <a
href="https://redirect.github.com/livewire/livewire/pull/9229">livewire/livewire#9229</a></li>
<li>Add validation support to synths by <a
href="https://github.com/joshhanley"><code>@joshhanley</code></a> in <a
href="https://redirect.github.com/livewire/livewire/pull/9231">livewire/livewire#9231</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/livewire/livewire/compare/v3.6.1...v3.6.2">https://github.com/livewire/livewire/compare/v3.6.1...v3.6.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/livewire/livewire/commit/8f8914731f5eb43b6bb145d87c8d5a9edfc89313"><code>8f89147</code></a>
Merge branch 'josh/move-validation-to-synth'</li>
<li><a
href="https://github.com/livewire/livewire/commit/4724b5748af7e7834f92312ab77c717ea9d9c294"><code>4724b57</code></a>
wip</li>
<li><a
href="https://github.com/livewire/livewire/commit/b8730b58babbf41957bc3627f0f49ed1e924e719"><code>b8730b5</code></a>
wip</li>
<li><a
href="https://github.com/livewire/livewire/commit/27f9b8f4b62a750e4f96481c59c9e5eea13bf77e"><code>27f9b8f</code></a>
Add support for <code>wire:ignore.children</code> (<a
href="https://redirect.github.com/livewire/livewire/issues/9229">#9229</a>)</li>
<li><a
href="https://github.com/livewire/livewire/commit/e5f3656d0a5ca5306192d8855dd341b0062a44ef"><code>e5f3656</code></a>
[Chore] Sync next page classes with previous page class (<a
href="https://redirect.github.com/livewire/livewire/issues/9232">#9232</a>)</li>
<li><a
href="https://github.com/livewire/livewire/commit/b777c2ff761f7fe4216848068cc0f792488606cd"><code>b777c2f</code></a>
Replace deprecated <code>tweakApplication()</code> and use
<code>beforeServingApplication()</code> ...</li>
<li><a
href="https://github.com/livewire/livewire/commit/b0525f9785dfdd22d20375bd58d059fe9a32a198"><code>b0525f9</code></a>
Add enum validation test</li>
<li><a
href="https://github.com/livewire/livewire/commit/9394c854ff8476e20348959f23a27460601c0597"><code>9394c85</code></a>
Update <code>WireableSynth</code></li>
<li><a
href="https://github.com/livewire/livewire/commit/a5a7026c3fbd13f942b2b603a6ed358f5bdabfb6"><code>a5a7026</code></a>
Fix missing name change</li>
<li><a
href="https://github.com/livewire/livewire/commit/12d897e221ce20711a9ab6dc8b58b6cc00ad9a1f"><code>12d897e</code></a>
Rename to <code>unwrap</code></li>
<li>Additional commits viewable in <a
href="https://github.com/livewire/livewire/compare/v3.6.1...v3.6.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+7
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments