#5 - (php) Bump laravel/framework from 9.9.0 to 9.10.1 #140

Merged
dependabot[bot] merged 2 commits from dependabot/composer/main/laravel/framework-9.10.1 into main 2022-05-06 08:34:14 +02:00
dependabot[bot] commented 2022-05-01 08:08:45 +02:00 (Migrated from github.com)

Bumps laravel/framework from 9.9.0 to 9.10.1.

Release notes

Sourced from laravel/framework's releases.

v9.10.0

Added

  • Add the ability to use alias when performing upsert via MySQL (#42053)
  • Illuminate/Routing/Router::middlewareGroup() will support array of the middlewares (#42004, e6b84fb)
  • Added Missing AsCommand attribute on schedule:list (#42069)
  • Add the beforeRefreshingDatabase function to the Testing/RefreshDatabase trait (#42073)
  • Added doesntExpectOutputToContain assertion method (#42096)
  • Added a findOr method to Eloquent (#42092)
  • Allow extension in Illuminate/View/Compilers/Compiler.php (68e41fd)
  • Support 'IS' and 'IS NOT' PostgreSQL operators (#42123)
  • Added str and string methods to Illuminate/Http/Concerns/InteractsWithInput (c9d34b7)
  • Added methods to append and prepend jobs to existing chain (#42138)

Fixes

  • Make it so non-existent jobs run down the failed path instead of crashing (#42079)
  • Fix schedule:work command Artisan binary name (#42083)
  • Fix TrimStrings middleware with non-UTF8 characters (#42065)
  • Copy locale and defaultLocale from original request in Request::createFrom() (#42080)
  • Fix ViewErrorBag for JSON session serialization (#42090)
  • Fix array keys from cached routes in CompiledRouteCollection::getRoutesByMethod() (#42078)
  • Fix json_last_error issue with JsonResponse::setData (#42125)
  • Fix bug in BelongsToMany where non-related rows are returned (#42087)
  • Fix HasAttributes::mutateAttributeForArray when accessing non-cached attribute (#42130)

Changed

  • Make password rule errors translatable (#42060)
  • Redesign of the event:list Command. (#42068)
  • Changed event:list command (#42084)
  • Throw LostDbConnectionException instead of LogicException (#42102)
  • Throw deadlock exception (#42129)
  • Support Arr::forget() for nested ArrayAccess objects (#42142)
  • Allow Illuminate/Collections/Enumerable::jsonSerialize() to return other types (#42133)
  • Update schedule:list colouring output (#42153
Changelog

Sourced from laravel/framework's changelog.

Release Notes for 9.x

Unreleased

v9.10.0 - 2022-04-27

Added

  • Add the ability to use alias when performing upsert via MySQL (#42053)
  • Illuminate/Routing/Router::middlewareGroup() will support array of the middlewares (#42004, e6b84fb)
  • Added Missing AsCommand attribute on schedule:list (#42069)
  • Add the beforeRefreshingDatabase function to the Testing/RefreshDatabase trait (#42073)
  • Added doesntExpectOutputToContain assertion method (#42096)
  • Added a findOr method to Eloquent (#42092)
  • Allow extension in Illuminate/View/Compilers/Compiler.php (68e41fd)
  • Support 'IS' and 'IS NOT' PostgreSQL operators (#42123)
  • Added str and string methods to Illuminate/Http/Concerns/InteractsWithInput (c9d34b7)
  • Added methods to append and prepend jobs to existing chain (#42138)

Fixes

  • Make it so non-existent jobs run down the failed path instead of crashing (#42079)
  • Fix schedule:work command Artisan binary name (#42083)
  • Fix TrimStrings middleware with non-UTF8 characters (#42065)
  • Copy locale and defaultLocale from original request in Request::createFrom() (#42080)
  • Fix ViewErrorBag for JSON session serialization (#42090)
  • Fix array keys from cached routes in CompiledRouteCollection::getRoutesByMethod() (#42078)
  • Fix json_last_error issue with JsonResponse::setData (#42125)
  • Fix bug in BelongsToMany where non-related rows are returned (#42087)
  • Fix HasAttributes::mutateAttributeForArray when accessing non-cached attribute (#42130)

Changed

  • Make password rule errors translatable (#42060)
  • Redesign of the event:list Command. (#42068)
  • Changed event:list command (#42084)
  • Throw LostDbConnectionException instead of LogicException (#42102)
  • Throw deadlock exception (#42129)
  • Support Arr::forget() for nested ArrayAccess objects (#42142)
  • Allow Illuminate/Collections/Enumerable::jsonSerialize() to return other types (#42133)
  • Update schedule:list colouring output (#42153
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)
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.9.0 to 9.10.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>v9.10.0</h2> <h3>Added</h3> <ul> <li>Add the ability to use alias when performing upsert via MySQL (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42053">#42053</a>)</li> <li>Illuminate/Routing/Router::middlewareGroup() will support array of the middlewares (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42004">#42004</a>, <a href="https://github.com/laravel/framework/commit/e6b84fb0f1f1c82ce1a486643e2b20974522cda6">e6b84fb</a>)</li> <li>Added Missing AsCommand attribute on schedule:list (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42069">#42069</a>)</li> <li>Add the beforeRefreshingDatabase function to the Testing/RefreshDatabase trait (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42073">#42073</a>)</li> <li>Added doesntExpectOutputToContain assertion method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42096">#42096</a>)</li> <li>Added a findOr method to Eloquent (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42092">#42092</a>)</li> <li>Allow extension in <code>Illuminate/View/Compilers/Compiler.php</code> (<a href="https://github.com/laravel/framework/commit/68e41fd3691b9aa5548e07c5caf38696c4082513">68e41fd</a>)</li> <li>Support 'IS' and 'IS NOT' PostgreSQL operators (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42123">#42123</a>)</li> <li>Added <code>str</code> and <code>string</code> methods to Illuminate/Http/Concerns/InteractsWithInput (<a href="https://github.com/laravel/framework/commit/c9d34b7be0611d26f3e46669934cf542cc5e9e21">c9d34b7</a>)</li> <li>Added methods to append and prepend jobs to existing chain (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42138">#42138</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Make it so non-existent jobs run down the failed path instead of crashing (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42079">#42079</a>)</li> <li>Fix schedule:work command Artisan binary name (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42083">#42083</a>)</li> <li>Fix TrimStrings middleware with non-UTF8 characters (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42065">#42065</a>)</li> <li>Copy locale and defaultLocale from original request in Request::createFrom() (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42080">#42080</a>)</li> <li>Fix ViewErrorBag for JSON session serialization (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42090">#42090</a>)</li> <li>Fix array keys from cached routes in CompiledRouteCollection::getRoutesByMethod() (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42078">#42078</a>)</li> <li>Fix json_last_error issue with JsonResponse::setData (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42125">#42125</a>)</li> <li>Fix bug in BelongsToMany where non-related rows are returned (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42087">#42087</a>)</li> <li>Fix HasAttributes::mutateAttributeForArray when accessing non-cached attribute (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42130">#42130</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Make password rule errors translatable (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42060">#42060</a>)</li> <li>Redesign of the event:list Command. (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42068">#42068</a>)</li> <li>Changed event:list command (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42084">#42084</a>)</li> <li>Throw LostDbConnectionException instead of LogicException (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42102">#42102</a>)</li> <li>Throw deadlock exception (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42129">#42129</a>)</li> <li>Support Arr::forget() for nested ArrayAccess objects (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42142">#42142</a>)</li> <li>Allow Illuminate/Collections/Enumerable::jsonSerialize() to return other types (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42133">#42133</a>)</li> <li>Update schedule:list colouring output (<a href="%5B#42153%5D(https://github-redirect.dependabot.com/laravel/framework/pull/42153)">#42153</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/9.x/CHANGELOG.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h1>Release Notes for 9.x</h1> <h2><a href="https://github.com/laravel/framework/compare/v9.10.0...9.x">Unreleased</a></h2> <h2><a href="https://github.com/laravel/framework/compare/v9.9.0...v9.10.0">v9.10.0</a> - 2022-04-27</h2> <h3>Added</h3> <ul> <li>Add the ability to use alias when performing upsert via MySQL (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42053">#42053</a>)</li> <li>Illuminate/Routing/Router::middlewareGroup() will support array of the middlewares (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42004">#42004</a>, <a href="https://github.com/laravel/framework/commit/e6b84fb0f1f1c82ce1a486643e2b20974522cda6">e6b84fb</a>)</li> <li>Added Missing AsCommand attribute on schedule:list (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42069">#42069</a>)</li> <li>Add the beforeRefreshingDatabase function to the Testing/RefreshDatabase trait (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42073">#42073</a>)</li> <li>Added doesntExpectOutputToContain assertion method (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42096">#42096</a>)</li> <li>Added a findOr method to Eloquent (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42092">#42092</a>)</li> <li>Allow extension in <code>Illuminate/View/Compilers/Compiler.php</code> (<a href="https://github.com/laravel/framework/commit/68e41fd3691b9aa5548e07c5caf38696c4082513">68e41fd</a>)</li> <li>Support 'IS' and 'IS NOT' PostgreSQL operators (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42123">#42123</a>)</li> <li>Added <code>str</code> and <code>string</code> methods to Illuminate/Http/Concerns/InteractsWithInput (<a href="https://github.com/laravel/framework/commit/c9d34b7be0611d26f3e46669934cf542cc5e9e21">c9d34b7</a>)</li> <li>Added methods to append and prepend jobs to existing chain (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42138">#42138</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Make it so non-existent jobs run down the failed path instead of crashing (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42079">#42079</a>)</li> <li>Fix schedule:work command Artisan binary name (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42083">#42083</a>)</li> <li>Fix TrimStrings middleware with non-UTF8 characters (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42065">#42065</a>)</li> <li>Copy locale and defaultLocale from original request in Request::createFrom() (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42080">#42080</a>)</li> <li>Fix ViewErrorBag for JSON session serialization (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42090">#42090</a>)</li> <li>Fix array keys from cached routes in CompiledRouteCollection::getRoutesByMethod() (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42078">#42078</a>)</li> <li>Fix json_last_error issue with JsonResponse::setData (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42125">#42125</a>)</li> <li>Fix bug in BelongsToMany where non-related rows are returned (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42087">#42087</a>)</li> <li>Fix HasAttributes::mutateAttributeForArray when accessing non-cached attribute (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42130">#42130</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Make password rule errors translatable (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42060">#42060</a>)</li> <li>Redesign of the event:list Command. (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42068">#42068</a>)</li> <li>Changed event:list command (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42084">#42084</a>)</li> <li>Throw LostDbConnectionException instead of LogicException (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42102">#42102</a>)</li> <li>Throw deadlock exception (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42129">#42129</a>)</li> <li>Support Arr::forget() for nested ArrayAccess objects (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42142">#42142</a>)</li> <li>Allow Illuminate/Collections/Enumerable::jsonSerialize() to return other types (<a href="https://github-redirect.dependabot.com/laravel/framework/pull/42133">#42133</a>)</li> <li>Update schedule:list colouring output (<a href="%5B#42153%5D(https://github-redirect.dependabot.com/laravel/framework/pull/42153)">#42153</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/93414b1c7c0a56081d96c060bb850ac192d3d323"><code>93414b1</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/48fbd8dae0edbec88d7afe03cb8d6e500d2121d6"><code>48fbd8d</code></a> Update request.stub (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/42154">#42154</a>)</li> <li><a href="https://github.com/laravel/framework/commit/6d16295550e36d8d354692bd18eb03f781d87ad4"><code>6d16295</code></a> Support PHPStan 1.6.x when validation is extended (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/42151">#42151</a>)</li> <li><a href="https://github.com/laravel/framework/commit/75639121cc55d4390fd75a0f422c7f0a626ece1e"><code>7563912</code></a> revert commit</li> <li><a href="https://github.com/laravel/framework/commit/8f6fa2c03278c78b18ee6d8c1df7bcc96db18284"><code>8f6fa2c</code></a> Update PHPDoc for the paginator interface (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/42167">#42167</a>)</li> <li><a href="https://github.com/laravel/framework/commit/58432f1af81b5cc942a0d063cac01a712bc92704"><code>58432f1</code></a> Apply same syntax of startsWith on endsWith (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/42169">#42169</a>)</li> <li><a href="https://github.com/laravel/framework/commit/1dd741f76d255fbc16edb0f350d6654a648ef102"><code>1dd741f</code></a> [9.x] Fixed changelog</li> <li><a href="https://github.com/laravel/framework/commit/11a078fda9e7e47908fd9d84dcd08c42b933cdf1"><code>11a078f</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/laravel/framework/issues/42157">#42157</a>)</li> <li><a href="https://github.com/laravel/framework/commit/ef2a61ad1e6f1b7ce613675217e25a51c821f826"><code>ef2a61a</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/af061191a75afdd1ce6229efe52aed70707a97de"><code>af06119</code></a> Merge branch '8.x' into 9.x</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v9.9.0...v9.10.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=9.9.0&new-version=9.10.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 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>
Baakoma (Migrated from github.com) approved these changes 2022-05-06 08:31:30 +02:00
Sign in to join this conversation.