Bump laravel/framework from 10.30.1 to 10.31.0 #326

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.31.0 into main
dependabot[bot] commented 2023-11-08 00:18:52 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.30.1 to 10.31.0.

Release notes

Sourced from laravel/framework's releases.

v10.31.0

Changelog

Sourced from laravel/framework's changelog.

v10.31.0 - 2023-11-07

Commits
  • 507ce9b version
  • 9cd047c [10.x] Escape forward slashes when exploding wildcard rules (#48936)
  • fe2ac4a Allow setting retain_visibility config option on Flysystem filesystems (#48935)
  • b9266bc Add support for Sec-Purpose header (#48925)
  • ea4198a authenticate method refactored to use null coalescing operator (#48917)
  • 3d37d78 Update PendingRequest.php (#48900)
  • e5e67c4 [10.x] Allow placing a batch on a chain (#48633)
  • f171d70 Apply fixes from StyleCI
  • 9c73544 [10.x] Enable default retrieval of all fragments in fragments() and `fragme...
  • 0ca0d32 Handle class_parents returning false in class_uses_recursive (#48902)
  • 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.31.0. <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.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.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/507ce9b28bce4b5e4140c28943092ca38e9a52e4"><code>507ce9b</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/9cd047cc2076b969e2e7980dd0038997bf2aded4"><code>9cd047c</code></a> [10.x] Escape forward slashes when exploding wildcard rules (<a href="https://redirect.github.com/laravel/framework/issues/48936">#48936</a>)</li> <li><a href="https://github.com/laravel/framework/commit/fe2ac4aa199ee6d32dfb22a7ddb197599864379e"><code>fe2ac4a</code></a> Allow setting retain_visibility config option on Flysystem filesystems (<a href="https://redirect.github.com/laravel/framework/issues/48935">#48935</a>)</li> <li><a href="https://github.com/laravel/framework/commit/b9266bcbddc33acc9f6c3922653af93b48c2ae62"><code>b9266bc</code></a> Add support for Sec-Purpose header (<a href="https://redirect.github.com/laravel/framework/issues/48925">#48925</a>)</li> <li><a href="https://github.com/laravel/framework/commit/ea4198a1dcb8dcaf5037f7f1f9cb5d9dc2e1a58e"><code>ea4198a</code></a> authenticate method refactored to use null coalescing operator (<a href="https://redirect.github.com/laravel/framework/issues/48917">#48917</a>)</li> <li><a href="https://github.com/laravel/framework/commit/3d37d781d4bd299e17e4c58c6a85963747ac4762"><code>3d37d78</code></a> Update PendingRequest.php (<a href="https://redirect.github.com/laravel/framework/issues/48900">#48900</a>)</li> <li><a href="https://github.com/laravel/framework/commit/e5e67c4b85ac2b46e67657b6f6a9ff2b9578f3a8"><code>e5e67c4</code></a> [10.x] Allow placing a batch on a chain (<a href="https://redirect.github.com/laravel/framework/issues/48633">#48633</a>)</li> <li><a href="https://github.com/laravel/framework/commit/f171d70e28ceb4a7aae18e727c07e5d28925b3b8"><code>f171d70</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/9c735447ffa04ce552bbc9287886e7746b64a330"><code>9c73544</code></a> [10.x] Enable default retrieval of all fragments in <code>fragments()</code> and `fragme...</li> <li><a href="https://github.com/laravel/framework/commit/0ca0d328eefceebd443f59b0ad582e1082acfe1b"><code>0ca0d32</code></a> Handle <code>class_parents</code> returning false in <code>class_uses_recursive</code> (<a href="https://redirect.github.com/laravel/framework/issues/48902">#48902</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.30.1...v10.31.0">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.31.0)](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-15 00:41:58 +00:00 (Migrated from github.com)

Superseded by #336.

Superseded by #336.

Pull request closed

Sign in to join this conversation.