Bump laravel/framework from 8.83.17 to 8.83.27 #8

Merged
dependabot[bot] merged 1 commits from dependabot/composer/laravel/framework-8.83.27 into main 2023-03-13 10:26:41 -05:00
dependabot[bot] commented 2023-03-12 08:44:13 -05:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps laravel/framework from 8.83.17 to 8.83.27.

Release notes

Sourced from laravel/framework's releases.

v8.83.27

Fixed

  • Fixed email verification request (#45227)

v8.83.26

Fixed

  • Fixes controller computed middleware (#44454)

v8.83.25

Added

  • Added Illuminate/Routing/Route::flushController() (#44393)

v8.83.24

Fixed

  • Avoid Passing null to parameter exception on PHP 8.1 (#43951)

Changed

  • Patch for timeless timing attack vulnerability in user login (#44069)

v8.83.23

Fixed

  • Fix DynamoDB locks with 0 seconds duration (#43365)

v8.83.22

Revert

v8.83.21

Revert

v8.83.20

Fixed

  • Fixed transaction attempts counter for sqlsrv (#43176)

Changed

  • Clear Facade resolvedInstances in queue worker resetScope callback (#43215)
  • Protect against ambiguous columns (#43278)

v8.83.19

Fixed

  • Fixed forceCreate on MorphMany not returning newly created object (#42996)
  • Prevent double throwing chained exception on sync queue (#42950)

Changed

  • Disable Column Statistics for php artisan schema:dump on MariaDB (#43027)

v8.83.18

Fixed

  • Fixed bug on forceCreate on a MorphMay relationship not including morph type (#42929)

... (truncated)

Commits

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 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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [laravel/framework](https://github.com/laravel/framework) from 8.83.17 to 8.83.27. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/releases">laravel/framework's releases</a>.</em></p> <blockquote> <h2>v8.83.27</h2> <h3>Fixed</h3> <ul> <li>Fixed email verification request (<a href="https://redirect.github.com/laravel/framework/pull/45227">#45227</a>)</li> </ul> <h2>v8.83.26</h2> <h3>Fixed</h3> <ul> <li>Fixes controller computed middleware (<a href="https://redirect.github.com/laravel/framework/pull/44454">#44454</a>)</li> </ul> <h2>v8.83.25</h2> <h3>Added</h3> <ul> <li>Added <code>Illuminate/Routing/Route::flushController()</code> (<a href="https://redirect.github.com/laravel/framework/pull/44393">#44393</a>)</li> </ul> <h2>v8.83.24</h2> <h3>Fixed</h3> <ul> <li>Avoid Passing null to parameter exception on PHP 8.1 (<a href="https://redirect.github.com/laravel/framework/pull/43951">#43951</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Patch for timeless timing attack vulnerability in user login (<a href="https://redirect.github.com/laravel/framework/pull/44069">#44069</a>)</li> </ul> <h2>v8.83.23</h2> <h3>Fixed</h3> <ul> <li>Fix DynamoDB locks with 0 seconds duration (<a href="https://redirect.github.com/laravel/framework/pull/43365">#43365</a>)</li> </ul> <h2>v8.83.22</h2> <h3>Revert</h3> <ul> <li>Revert <a href="https://redirect.github.com/laravel/framework/pull/43278">&quot;Protect against ambiguous columns&quot;</a> (<a href="https://redirect.github.com/laravel/framework/pull/43362">#43362</a>)</li> </ul> <h2>v8.83.21</h2> <h3>Revert</h3> <ul> <li>Revert of <a href="https://redirect.github.com/laravel/framework/pull/42950">&quot;Prevent double throwing chained exception on sync queue&quot;</a> (<a href="https://redirect.github.com/laravel/framework/pull/43354">#43354</a>)</li> </ul> <h2>v8.83.20</h2> <h3>Fixed</h3> <ul> <li>Fixed transaction attempts counter for sqlsrv (<a href="https://redirect.github.com/laravel/framework/pull/43176">#43176</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Clear Facade resolvedInstances in queue worker resetScope callback (<a href="https://redirect.github.com/laravel/framework/pull/43215">#43215</a>)</li> <li>Protect against ambiguous columns (<a href="https://redirect.github.com/laravel/framework/pull/43278">#43278</a>)</li> </ul> <h2>v8.83.19</h2> <h3>Fixed</h3> <ul> <li>Fixed forceCreate on MorphMany not returning newly created object (<a href="https://redirect.github.com/laravel/framework/pull/42996">#42996</a>)</li> <li>Prevent double throwing chained exception on sync queue (<a href="https://redirect.github.com/laravel/framework/pull/42950">#42950</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Disable Column Statistics for php artisan schema:dump on MariaDB (<a href="https://redirect.github.com/laravel/framework/pull/43027">#43027</a>)</li> </ul> <h2>v8.83.18</h2> <h3>Fixed</h3> <ul> <li>Fixed bug on forceCreate on a MorphMay relationship not including morph type (<a href="https://redirect.github.com/laravel/framework/pull/42929">#42929</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/e1afe088b4ca613fb96dc57e6d8dbcb8cc2c6b49"><code>e1afe08</code></a> patch</li> <li><a href="https://github.com/laravel/framework/commit/2f3879e996927b97f66fa0e52dea4abecd148156"><code>2f3879e</code></a> Fix email verification request (<a href="https://redirect.github.com/laravel/framework/issues/45227">#45227</a>)</li> <li><a href="https://github.com/laravel/framework/commit/36c2292735de11ea927b007cccb5be93ab2ad020"><code>36c2292</code></a> [8.x] Fix database tests (<a href="https://redirect.github.com/laravel/framework/issues/44831">#44831</a>)</li> <li><a href="https://github.com/laravel/framework/commit/5ed79456598617073a6c36b5b07d91de81b35306"><code>5ed7945</code></a> [8.x] Update changelog</li> <li><a href="https://github.com/laravel/framework/commit/7411d9fa71c1b0fd73a33e225f14512b74e6c81e"><code>7411d9f</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/00125498a39d07cee1ba5bc6e4447f9b63a86293"><code>0012549</code></a> Fixes controller computed middleware (<a href="https://redirect.github.com/laravel/framework/issues/44454">#44454</a>)</li> <li><a href="https://github.com/laravel/framework/commit/51abec6b9956f134d1bf6cb06ce50c5c3f86fa2b"><code>51abec6</code></a> Merge remote-tracking branch 'upstream/8.x' into 8.x</li> <li><a href="https://github.com/laravel/framework/commit/c9c8828d058aa39031accee36098514db38b05fb"><code>c9c8828</code></a> [8.x] Added changelog</li> <li><a href="https://github.com/laravel/framework/commit/b77b908a9426efa41d6286a2ef4c3adbf5398ca1"><code>b77b908</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/91c49d96a5a3f13c0f6be67b6988d0d34fab07aa"><code>91c49d9</code></a> Ports <code>Route::flushController</code> (<a href="https://redirect.github.com/laravel/framework/issues/44393">#44393</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v8.83.17...v8.83.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=8.83.17&new-version=8.83.27)](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 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.
No description provided.