Bump laravel/framework from 10.30.1 to 10.32.1 #336

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.32.1 into main
dependabot[bot] commented 2023-11-15 00:41:56 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.30.1 to 10.32.1.

Release notes

Sourced from laravel/framework's releases.

v10.32.1

v10.32.0

v10.31.0

Changelog

Sourced from laravel/framework's changelog.

v10.32.1 - 2023-11-14

v10.32.0 - 2023-11-14

v10.31.0 - 2023-11-07

Commits
  • b30e44f patch version
  • 37416f0 fix basic testing of chained batches
  • 33edc51 [10.x] Add @pushElseIf and @pushElse (#48990)
  • 35aa3dd Update CHANGELOG
  • 7e9d130 version
  • c6aeffd [10.x] Fix Postgres cache store failed to put exist cache in transaction (#48...
  • e5a7515 fixes issue with stderr when there was "]" character. (#48975)
  • 0a30702 [10.x] Fixes Exception: Cannot traverse an already closed generator when runn...
  • 3cb7ed2 fix: support expression in computed/virtual/stored columns (#48976)
  • 20085fe [10.x] Fixes Batch Callbacks not triggering if job timeout while in transacti...
  • 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 [laravel/framework](https://github.com/laravel/framework) from 10.30.1 to 10.32.1. <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>v10.32.1</h2> <ul> <li>[10.x] Add <code>@pushElseIf</code> and <code>@pushElse</code> by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48990">laravel/framework#48990</a></li> </ul> <h2>v10.32.0</h2> <ul> <li>Update PendingRequest.php by <a href="https://github.com/mattkingshott"><code>@​mattkingshott</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48939">laravel/framework#48939</a></li> <li>[10.x] Change array_key_exists with null coalescing assignment operator in FilesystemAdapter by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48943">laravel/framework#48943</a></li> <li>[10.x] Use container to resolve email validator class by <a href="https://github.com/orkhanahmadov"><code>@​orkhanahmadov</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48942">laravel/framework#48942</a></li> <li>[10.x] Added <code>getGlobalMiddleware</code> method to HTTP Client Factory by <a href="https://github.com/pascalbaljet"><code>@​pascalbaljet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48950">laravel/framework#48950</a></li> <li>[10.x] Detect MySQL read-only mode error as a lost connection by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48937">laravel/framework#48937</a></li> <li>[10.x] Adds more implicit validation rules for <code>present</code> based on other fields by <a href="https://github.com/diamondobama"><code>@​diamondobama</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48908">laravel/framework#48908</a></li> <li>[10.x] Refactor set_error_handler callback to use arrow function in <code>InteractsWithDeprecationHandling</code> by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48954">laravel/framework#48954</a></li> <li>[10.x] Test Improvements by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48962">laravel/framework#48962</a></li> <li>Fix issue that prevents BladeCompiler to raise an exception when temporal compiled blade template is not found. by <a href="https://github.com/juanparati"><code>@​juanparati</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48957">laravel/framework#48957</a></li> <li>[10.x] Fix how nested transaction callbacks are handled by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48859">laravel/framework#48859</a></li> <li>[10.x] Fixes Batch Callbacks not triggering if job timeout while in transaction by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48961">laravel/framework#48961</a></li> <li>[10.x] expressions in migration computations fail by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48976">laravel/framework#48976</a></li> <li>[10.x] Fixes Exception: Cannot traverse an already closed generator when running Arr::first with an empty generator and no callback by <a href="https://github.com/moshe-autoleadstar"><code>@​moshe-autoleadstar</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48979">laravel/framework#48979</a></li> <li>fixes issue with stderr when there was &quot;]&quot; character. by <a href="https://github.com/nikopeikrishvili"><code>@​nikopeikrishvili</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48975">laravel/framework#48975</a></li> <li>[10.x] Fix Postgres cache store failed to put exist cache in transaction by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48968">laravel/framework#48968</a></li> </ul> <h2>v10.31.0</h2> <ul> <li>[10.x] Allow <code>Sleep::until()</code> to be passed a timestamp as a string by <a href="https://github.com/jameshulse"><code>@​jameshulse</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48883">laravel/framework#48883</a></li> <li>[10.x] Fix whereHasMorph() with nullable morphs by <a href="https://github.com/MarkKremer"><code>@​MarkKremer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48903">laravel/framework#48903</a></li> <li>[10.x] Handle <code>class_parents</code> returning false in <code>class_uses_recursive</code> by <a href="https://github.com/RoflCopter24"><code>@​RoflCopter24</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48902">laravel/framework#48902</a></li> <li>[10.x] Enable default retrieval of all fragments in <code>fragments()</code> and <code>fragmentsIf()</code> methods by <a href="https://github.com/tabuna"><code>@​tabuna</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48894">laravel/framework#48894</a></li> <li>[10.x] Allow placing a batch on a chain by <a href="https://github.com/khepin"><code>@​khepin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48633">laravel/framework#48633</a></li> <li>[10.x] Dispatch 'connection failed' event in async http client request by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48900">laravel/framework#48900</a></li> <li>authenticate method refactored to use null coalescing operator by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48917">laravel/framework#48917</a></li> <li>[10.x] Add support for Sec-Purpose header by <a href="https://github.com/nanos"><code>@​nanos</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48925">laravel/framework#48925</a></li> <li>[10.x] Allow setting retain_visibility config option on Flysystem filesystems by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48935">laravel/framework#48935</a></li> <li>[10.x] Escape forward slashes when exploding wildcard rules by <a href="https://github.com/matt-farrugia"><code>@​matt-farrugia</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48936">laravel/framework#48936</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/10.x/CHANGELOG.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/laravel/framework/compare/v10.32.0...v10.32.1">v10.32.1</a> - 2023-11-14</h2> <ul> <li>[10.x] Add <code>[@pushElseIf](https://github.com/pushElseIf)</code> and <code>[@pushElse](https://github.com/pushElse)</code> by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48990">laravel/framework#48990</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.31.0...v10.32.0">v10.32.0</a> - 2023-11-14</h2> <ul> <li>Update PendingRequest.php by <a href="https://github.com/mattkingshott"><code>@​mattkingshott</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48939">laravel/framework#48939</a></li> <li>[10.x] Change array_key_exists with null coalescing assignment operator in FilesystemAdapter by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48943">laravel/framework#48943</a></li> <li>[10.x] Use container to resolve email validator class by <a href="https://github.com/orkhanahmadov"><code>@​orkhanahmadov</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48942">laravel/framework#48942</a></li> <li>[10.x] Added <code>getGlobalMiddleware</code> method to HTTP Client Factory by <a href="https://github.com/pascalbaljet"><code>@​pascalbaljet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48950">laravel/framework#48950</a></li> <li>[10.x] Detect MySQL read-only mode error as a lost connection by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48937">laravel/framework#48937</a></li> <li>[10.x] Adds more implicit validation rules for <code>present</code> based on other fields by <a href="https://github.com/diamondobama"><code>@​diamondobama</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48908">laravel/framework#48908</a></li> <li>[10.x] Refactor set_error_handler callback to use arrow function in <code>InteractsWithDeprecationHandling</code> by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48954">laravel/framework#48954</a></li> <li>[10.x] Test Improvements by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48962">laravel/framework#48962</a></li> <li>Fix issue that prevents BladeCompiler to raise an exception when temporal compiled blade template is not found. by <a href="https://github.com/juanparati"><code>@​juanparati</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48957">laravel/framework#48957</a></li> <li>[10.x] Fix how nested transaction callbacks are handled by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48859">laravel/framework#48859</a></li> <li>[10.x] Fixes Batch Callbacks not triggering if job timeout while in transaction by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48961">laravel/framework#48961</a></li> <li>[10.x] expressions in migration computations fail by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48976">laravel/framework#48976</a></li> <li>[10.x] Fixes Exception: Cannot traverse an already closed generator when running Arr::first with an empty generator and no callback by <a href="https://github.com/moshe-autoleadstar"><code>@​moshe-autoleadstar</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48979">laravel/framework#48979</a></li> <li>fixes issue with stderr when there was &quot;]&quot; character. by <a href="https://github.com/nikopeikrishvili"><code>@​nikopeikrishvili</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48975">laravel/framework#48975</a></li> <li>[10.x] Fix Postgres cache store failed to put exist cache in transaction by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48968">laravel/framework#48968</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.30.1...v10.31.0">v10.31.0</a> - 2023-11-07</h2> <ul> <li>[10.x] Allow <code>Sleep::until()</code> to be passed a timestamp as a string by <a href="https://github.com/jameshulse"><code>@​jameshulse</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48883">laravel/framework#48883</a></li> <li>[10.x] Fix whereHasMorph() with nullable morphs by <a href="https://github.com/MarkKremer"><code>@​MarkKremer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48903">laravel/framework#48903</a></li> <li>[10.x] Handle <code>class_parents</code> returning false in <code>class_uses_recursive</code> by <a href="https://github.com/RoflCopter24"><code>@​RoflCopter24</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48902">laravel/framework#48902</a></li> <li>[10.x] Enable default retrieval of all fragments in <code>fragments()</code> and <code>fragmentsIf()</code> methods by <a href="https://github.com/tabuna"><code>@​tabuna</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48894">laravel/framework#48894</a></li> <li>[10.x] Allow placing a batch on a chain by <a href="https://github.com/khepin"><code>@​khepin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48633">laravel/framework#48633</a></li> <li>[10.x] Dispatch 'connection failed' event in async http client request by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48900">laravel/framework#48900</a></li> <li>authenticate method refactored to use null coalescing operator by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48917">laravel/framework#48917</a></li> <li>[10.x] Add support for Sec-Purpose header by <a href="https://github.com/nanos"><code>@​nanos</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48925">laravel/framework#48925</a></li> <li>[10.x] Allow setting retain_visibility config option on Flysystem filesystems by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48935">laravel/framework#48935</a></li> <li>[10.x] Escape forward slashes when exploding wildcard rules by <a href="https://github.com/matt-farrugia"><code>@​matt-farrugia</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48936">laravel/framework#48936</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/b30e44f20d244f7ba125283e14a8bbac167f4e5b"><code>b30e44f</code></a> patch version</li> <li><a href="https://github.com/laravel/framework/commit/37416f0ce7a2a059ad08b53eeb07de286553c96f"><code>37416f0</code></a> fix basic testing of chained batches</li> <li><a href="https://github.com/laravel/framework/commit/33edc51f3dfa9560dd561c553ecc79fbc705b121"><code>33edc51</code></a> [10.x] Add <code>@pushElseIf</code> and <code>@pushElse</code> (<a href="https://redirect.github.com/laravel/framework/issues/48990">#48990</a>)</li> <li><a href="https://github.com/laravel/framework/commit/35aa3dd44762ec4244fb5cd1d9d7156c9455f026"><code>35aa3dd</code></a> Update CHANGELOG</li> <li><a href="https://github.com/laravel/framework/commit/7e9d1304ed68ca73cc38dfe35e837e4bf4096deb"><code>7e9d130</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/c6aeffded35c10ac60b14d4cff4b6c45dc57e9ea"><code>c6aeffd</code></a> [10.x] Fix Postgres cache store failed to put exist cache in transaction (<a href="https://redirect.github.com/laravel/framework/issues/48">#48</a>...</li> <li><a href="https://github.com/laravel/framework/commit/e5a751584dc53a7ccf087b831f1ff357ad2dd449"><code>e5a7515</code></a> fixes issue with stderr when there was &quot;]&quot; character. (<a href="https://redirect.github.com/laravel/framework/issues/48975">#48975</a>)</li> <li><a href="https://github.com/laravel/framework/commit/0a3070224fda70819e26fd8697c7767137d52737"><code>0a30702</code></a> [10.x] Fixes Exception: Cannot traverse an already closed generator when runn...</li> <li><a href="https://github.com/laravel/framework/commit/3cb7ed217c568190a39db15bb0d85af4d6889abc"><code>3cb7ed2</code></a> fix: support expression in computed/virtual/stored columns (<a href="https://redirect.github.com/laravel/framework/issues/48976">#48976</a>)</li> <li><a href="https://github.com/laravel/framework/commit/20085feef61119b58fef540cba79595b4a85a89a"><code>20085fe</code></a> [10.x] Fixes Batch Callbacks not triggering if job timeout while in transacti...</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.30.1...v10.32.1">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=10.30.1&new-version=10.32.1)](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 2023-11-22 00:45:26 +00:00 (Migrated from github.com)

Superseded by #344.

Superseded by #344.

Pull request closed

Sign in to join this conversation.