Bump livewire/livewire from 2.10.5 to 2.12.7 #2

Merged
dependabot[bot] merged 1 commit from dependabot/composer/livewire/livewire-2.12.7 into main 2024-10-31 12:35:21 -07:00
dependabot[bot] commented 2024-10-31 12:34:57 -07:00 (Migrated from github.com)

Bumps livewire/livewire from 2.10.5 to 2.12.7.

Release notes

Sourced from livewire/livewire's releases.

v2.12.7

What's Changed

New Contributors

Full Changelog: https://github.com/livewire/livewire/compare/v2.12.6...v2.12.7

v2.12.6

What's Changed

Full Changelog: https://github.com/livewire/livewire/compare/v2.12.5...v2.12.6

v2.12.5

What's Changed

Full Changelog: https://github.com/livewire/livewire/compare/v2.12.4...v2.12.5

v2.12.4

What's Changed

Full Changelog: https://github.com/livewire/livewire/compare/v2.12.3...v2.12.4

v2.12.3

  • Added missing component resolver to resolve expensive components JIT

Full Changelog: https://github.com/livewire/livewire/compare/v2.12.2...v2.12.3

v2.12.2

What's Changed

Full Changelog: https://github.com/livewire/livewire/compare/v2.12.1...v2.12.2

v2.12.1

What's Changed

Full Changelog: https://github.com/livewire/livewire/compare/v2.12.0...v2.12.1

... (truncated)

Commits
  • cd168c6 Fix image extensions validation vulnerability
  • c3e0031 [V2] Fix TemporaryUploadedFile::dimensions return type (#7879)
  • 3c48623 [V2] Add failing tests for TestableLivewire (#6512)
  • 7d3a57b Fix dusk
  • 959f52e Revert "[v2] Fix extension guessing (#6011)"
  • 96a249f [v2] Fix for imageSize method on TemporaryUploadedFile to support dimensions ...
  • cca62ce Disable github actions fail fast, so remaining tests still run even if there ...
  • a7a6239 Add imageSize method on TemporaryUploadedFile (#5896)
  • 0ab41bb Add vercel config file to disable build and deployments
  • 1780a0f [v2] Fix extension guessing (#6011)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [livewire/livewire](https://github.com/livewire/livewire) from 2.10.5 to 2.12.7. <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>v2.12.7</h2> <h2>What's Changed</h2> <ul> <li>[V2] Add failing tests for <code>TestableLivewire</code> by <a href="https://github.com/austincarpenter"><code>@​austincarpenter</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/6512">livewire/livewire#6512</a></li> <li>[V2] Fix TemporaryUploadedFile::dimensions return type by <a href="https://github.com/ruudz"><code>@​ruudz</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/7879">livewire/livewire#7879</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ruudz"><code>@​ruudz</code></a> made their first contribution in <a href="https://redirect.github.com/livewire/livewire/pull/7879">livewire/livewire#7879</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v2.12.6...v2.12.7">https://github.com/livewire/livewire/compare/v2.12.6...v2.12.7</a></p> <h2>v2.12.6</h2> <h2>What's Changed</h2> <ul> <li>[v2] Revert &quot;[v2] Fix extension guessing (<a href="https://redirect.github.com/livewire/livewire/pull/6011">livewire/livewire#6011</a>)&quot;</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v2.12.5...v2.12.6">https://github.com/livewire/livewire/compare/v2.12.5...v2.12.6</a></p> <h2>v2.12.5</h2> <h2>What's Changed</h2> <ul> <li>[v2] Fix for imageSize method on TemporaryUploadedFile to support dimensions validation rule by <a href="https://github.com/jordanhavard"><code>@​jordanhavard</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/6083">livewire/livewire#6083</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v2.12.4...v2.12.5">https://github.com/livewire/livewire/compare/v2.12.4...v2.12.5</a></p> <h2>v2.12.4</h2> <h2>What's Changed</h2> <ul> <li>[v2] Fix extension guessing by <a href="https://github.com/nuernbergerA"><code>@​nuernbergerA</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/6011">livewire/livewire#6011</a></li> <li>[v2] Add imageSize method on TemporaryUploadedFile to support dimensions validation rule by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/5896">livewire/livewire#5896</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v2.12.3...v2.12.4">https://github.com/livewire/livewire/compare/v2.12.3...v2.12.4</a></p> <h2>v2.12.3</h2> <ul> <li>Added missing component resolver to resolve expensive components JIT</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v2.12.2...v2.12.3">https://github.com/livewire/livewire/compare/v2.12.2...v2.12.3</a></p> <h2>v2.12.2</h2> <h2>What's Changed</h2> <ul> <li>Add locale prefix to fix localised route paths by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/5589">livewire/livewire#5589</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v2.12.1...v2.12.2">https://github.com/livewire/livewire/compare/v2.12.1...v2.12.2</a></p> <h2>v2.12.1</h2> <h2>What's Changed</h2> <ul> <li>Fix persistent middleware redirect issue by <a href="https://github.com/joshhanley"><code>@​joshhanley</code></a> in <a href="https://redirect.github.com/livewire/livewire/pull/5574">livewire/livewire#5574</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/livewire/livewire/compare/v2.12.0...v2.12.1">https://github.com/livewire/livewire/compare/v2.12.0...v2.12.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/livewire/livewire/commit/cd168c6212ea13d13b82b3132485741f82d9fad9"><code>cd168c6</code></a> Fix image extensions validation vulnerability</li> <li><a href="https://github.com/livewire/livewire/commit/c3e0031652dd7387f0a6c8cd605a4d0d253a7145"><code>c3e0031</code></a> [V2] Fix TemporaryUploadedFile::dimensions return type (<a href="https://redirect.github.com/livewire/livewire/issues/7879">#7879</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/3c486239bc228e7a3b0ed64bba3e055209024fa0"><code>3c48623</code></a> [V2] Add failing tests for <code>TestableLivewire</code> (<a href="https://redirect.github.com/livewire/livewire/issues/6512">#6512</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/7d3a57b3193299cf1a0639a3935c696f4da2cf92"><code>7d3a57b</code></a> Fix dusk</li> <li><a href="https://github.com/livewire/livewire/commit/959f52ed5b06c6722c0c266821b1ed16604c1e7f"><code>959f52e</code></a> Revert &quot;[v2] Fix extension guessing (<a href="https://redirect.github.com/livewire/livewire/issues/6011">#6011</a>)&quot;</li> <li><a href="https://github.com/livewire/livewire/commit/96a249f5ab51d8377817d802f91d1e440869c1d6"><code>96a249f</code></a> [v2] Fix for imageSize method on TemporaryUploadedFile to support dimensions ...</li> <li><a href="https://github.com/livewire/livewire/commit/cca62ce8f751279c36404886b74a02e6dd0110f2"><code>cca62ce</code></a> Disable github actions fail fast, so remaining tests still run even if there ...</li> <li><a href="https://github.com/livewire/livewire/commit/a7a6239cb3ca79b73c9e405a947e78a9d86a751f"><code>a7a6239</code></a> Add imageSize method on TemporaryUploadedFile (<a href="https://redirect.github.com/livewire/livewire/issues/5896">#5896</a>)</li> <li><a href="https://github.com/livewire/livewire/commit/0ab41bbc5726e492ed4e9d7ca6f87720a777bebf"><code>0ab41bb</code></a> Add vercel config file to disable build and deployments</li> <li><a href="https://github.com/livewire/livewire/commit/1780a0fa71bfb36e91aa58d6b8de10dca796013c"><code>1780a0f</code></a> [v2] Fix extension guessing (<a href="https://redirect.github.com/livewire/livewire/issues/6011">#6011</a>)</li> <li>Additional commits viewable in <a href="https://github.com/livewire/livewire/compare/v2.10.5...v2.12.7">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=2.10.5&new-version=2.12.7)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/punkfairie/fanatic/network/alerts). </details>
Sign in to join this conversation.
No description provided.