Bump laravel/framework from 11.4.0 to 11.5.0 #521

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-11.5.0 into main
dependabot[bot] commented 2024-04-24 00:21:30 +00:00 (Migrated from github.com)

Bumps laravel/framework from 11.4.0 to 11.5.0.

Release notes

Sourced from laravel/framework's releases.

v11.5.0

Changelog

Sourced from laravel/framework's changelog.

v11.5.0 - 2024-04-23

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 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 11.4.0 to 11.5.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>v11.5.0</h2> <ul> <li>[11.x] Add namespace for <code>make:trait</code> and <code>make:interface</code> command by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51083">laravel/framework#51083</a></li> <li>[11.x] Ability to generate URL's with query params by <a href="https://github.com/stevebauman"><code>@​stevebauman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51075">laravel/framework#51075</a></li> <li>[11.x] Adds anonymous broadcasting by <a href="https://github.com/joedixon"><code>@​joedixon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51082">laravel/framework#51082</a></li> <li>[10.x] Binding order is incorrect when using cursor paginate with multiple unions with a where by <a href="https://github.com/thijsvdanker"><code>@​thijsvdanker</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50884">laravel/framework#50884</a></li> <li>[10.x] Fix cursor paginate with union and column alias by <a href="https://github.com/thijsvdanker"><code>@​thijsvdanker</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50882">laravel/framework#50882</a></li> <li>[11.x] Fix typo in tests by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51093">laravel/framework#51093</a></li> <li>Fix argument type in <code>Cache\Store</code> by <a href="https://github.com/GromNaN"><code>@​GromNaN</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51100">laravel/framework#51100</a></li> <li>Correct comment's grammatical and semantic errors by <a href="https://github.com/javadihugo"><code>@​javadihugo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51101">laravel/framework#51101</a></li> <li>[11.x] Replace matches typehint fix by <a href="https://github.com/henzeb"><code>@​henzeb</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51095">laravel/framework#51095</a></li> <li>[11.x] Exclude <code>laravel_through_key</code> when replicating model, fixes <a href="https://redirect.github.com/laravel/framework/issues/51097">#51097</a> by <a href="https://github.com/levu42"><code>@​levu42</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51098">laravel/framework#51098</a></li> <li>[11.x] Add enum types to static Rule methods by <a href="https://github.com/erik-perri"><code>@​erik-perri</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51090">laravel/framework#51090</a></li> <li>[11.x] Add decrement method to the rate limiter class by <a href="https://github.com/AlexJump24"><code>@​AlexJump24</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51102">laravel/framework#51102</a></li> <li>[11.x] Remove dead code by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51106">laravel/framework#51106</a></li> <li>[11.x] Fix support for other hashing implementations when using <code>hashed</code> cast by <a href="https://github.com/j3j5"><code>@​j3j5</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51112">laravel/framework#51112</a></li> <li>Revert &quot;[11.x] Adds support for <code>int</code> backed enums to implicit <code>Enum</code> route binding&quot; by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51119">laravel/framework#51119</a></li> <li>[11.x] Add support for enums in <code>whereIn</code> route constraints by <a href="https://github.com/osbre"><code>@​osbre</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51121">laravel/framework#51121</a></li> <li>Clarify that \Illuminate\Http\Request::replace replace all input values by <a href="https://github.com/treyssatvincent"><code>@​treyssatvincent</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51123">laravel/framework#51123</a></li> <li>[11.x] Fix db:show's --counts option by <a href="https://github.com/xuchunyang"><code>@​xuchunyang</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51140">laravel/framework#51140</a></li> <li>Update RuntimeException message when no data has been found by <a href="https://github.com/mikemeijer"><code>@​mikemeijer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51133">laravel/framework#51133</a></li> <li>[11] Update DetectsLostConnections.php by <a href="https://github.com/it-can"><code>@​it-can</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51127">laravel/framework#51127</a></li> <li>[11.x] Reset connection after migrate for FreshCommand by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51167">laravel/framework#51167</a></li> <li>[10.x] Address Null Parameter Deprecations in UrlGenerator by <a href="https://github.com/aldobarr"><code>@​aldobarr</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51148">laravel/framework#51148</a></li> <li>[11.x] Provide context for NestedRules by <a href="https://github.com/imahmood"><code>@​imahmood</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51160">laravel/framework#51160</a></li> <li>[11.x] Fix renaming columns with <code>NULL</code> as default on legacy MariaDB/MySQL by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51177">laravel/framework#51177</a></li> <li>[11.x] Supercharge Blade by <a href="https://github.com/assertchris"><code>@​assertchris</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51143">laravel/framework#51143</a></li> <li>[11.x] Allow implicit binding to have optional backed enums by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51178">laravel/framework#51178</a></li> <li>[11.x] Blade Component Loop Speed Improvement by <a href="https://github.com/lonnylot"><code>@​lonnylot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51158">laravel/framework#51158</a></li> <li>[11.x] Fix normalizedNameCache by <a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51185">laravel/framework#51185</a></li> <li>[11.x] GenericUser use <code>getAuthPasswordName</code> instead of hardcoded column name by <a href="https://github.com/Daniel-H123"><code>@​Daniel-H123</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51186">laravel/framework#51186</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/11.x/CHANGELOG.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/laravel/framework/compare/v11.4.0...v11.5.0">v11.5.0</a> - 2024-04-23</h2> <ul> <li>[11.x] Add namespace for <code>make:trait</code> and <code>make:interface</code> command by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51083">laravel/framework#51083</a></li> <li>[11.x] Ability to generate URL's with query params by <a href="https://github.com/stevebauman"><code>@​stevebauman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51075">laravel/framework#51075</a></li> <li>[11.x] Adds anonymous broadcasting by <a href="https://github.com/joedixon"><code>@​joedixon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51082">laravel/framework#51082</a></li> <li>[10.x] Binding order is incorrect when using cursor paginate with multiple unions with a where by <a href="https://github.com/thijsvdanker"><code>@​thijsvdanker</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50884">laravel/framework#50884</a></li> <li>[10.x] Fix cursor paginate with union and column alias by <a href="https://github.com/thijsvdanker"><code>@​thijsvdanker</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50882">laravel/framework#50882</a></li> <li>[11.x] Fix typo in tests by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51093">laravel/framework#51093</a></li> <li>Fix argument type in <code>Cache\Store</code> by <a href="https://github.com/GromNaN"><code>@​GromNaN</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51100">laravel/framework#51100</a></li> <li>Correct comment's grammatical and semantic errors by <a href="https://github.com/javadihugo"><code>@​javadihugo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51101">laravel/framework#51101</a></li> <li>[11.x] Replace matches typehint fix by <a href="https://github.com/henzeb"><code>@​henzeb</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51095">laravel/framework#51095</a></li> <li>[11.x] Exclude <code>laravel_through_key</code> when replicating model, fixes <a href="https://redirect.github.com/laravel/framework/issues/51097">#51097</a> by <a href="https://github.com/levu42"><code>@​levu42</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51098">laravel/framework#51098</a></li> <li>[11.x] Add enum types to static Rule methods by <a href="https://github.com/erik-perri"><code>@​erik-perri</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51090">laravel/framework#51090</a></li> <li>[11.x] Add decrement method to the rate limiter class by <a href="https://github.com/AlexJump24"><code>@​AlexJump24</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51102">laravel/framework#51102</a></li> <li>[11.x] Remove dead code by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51106">laravel/framework#51106</a></li> <li>[11.x] Fix support for other hashing implementations when using <code>hashed</code> cast by <a href="https://github.com/j3j5"><code>@​j3j5</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51112">laravel/framework#51112</a></li> <li>Revert &quot;[11.x] Adds support for <code>int</code> backed enums to implicit <code>Enum</code> route binding&quot; by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51119">laravel/framework#51119</a></li> <li>[11.x] Add support for enums in <code>whereIn</code> route constraints by <a href="https://github.com/osbre"><code>@​osbre</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51121">laravel/framework#51121</a></li> <li>Clarify that \Illuminate\Http\Request::replace replace all input values by <a href="https://github.com/treyssatvincent"><code>@​treyssatvincent</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51123">laravel/framework#51123</a></li> <li>[11.x] Fix db:show's --counts option by <a href="https://github.com/xuchunyang"><code>@​xuchunyang</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51140">laravel/framework#51140</a></li> <li>Update RuntimeException message when no data has been found by <a href="https://github.com/mikemeijer"><code>@​mikemeijer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51133">laravel/framework#51133</a></li> <li>[11] Update DetectsLostConnections.php by <a href="https://github.com/it-can"><code>@​it-can</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51127">laravel/framework#51127</a></li> <li>[11.x] Reset connection after migrate for FreshCommand by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51167">laravel/framework#51167</a></li> <li>[10.x] Address Null Parameter Deprecations in UrlGenerator by <a href="https://github.com/aldobarr"><code>@​aldobarr</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51148">laravel/framework#51148</a></li> <li>[11.x] Provide context for NestedRules by <a href="https://github.com/imahmood"><code>@​imahmood</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51160">laravel/framework#51160</a></li> <li>[11.x] Fix renaming columns with <code>NULL</code> as default on legacy MariaDB/MySQL by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51177">laravel/framework#51177</a></li> <li>[11.x] Supercharge Blade by <a href="https://github.com/assertchris"><code>@​assertchris</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51143">laravel/framework#51143</a></li> <li>[11.x] Allow implicit binding to have optional backed enums by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51178">laravel/framework#51178</a></li> <li>[11.x] Blade Component Loop Speed Improvement by <a href="https://github.com/lonnylot"><code>@​lonnylot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51158">laravel/framework#51158</a></li> <li>[11.x] Fix normalizedNameCache by <a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51185">laravel/framework#51185</a></li> <li>[11.x] GenericUser use <code>getAuthPasswordName</code> instead of hardcoded column name by <a href="https://github.com/Daniel-H123"><code>@​Daniel-H123</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51186">laravel/framework#51186</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/e3c24268f1404805e15099b9f035fe310cb30753"><code>e3c2426</code></a> Update version to v11.5.0</li> <li><a href="https://github.com/laravel/framework/commit/43e4a9cf59fac0ea46135d848cc0ead52f49038f"><code>43e4a9c</code></a> Merge branch '10.x' into 11.x</li> <li><a href="https://github.com/laravel/framework/commit/ad758500b47964d022addf119600a1b1b0230733"><code>ad75850</code></a> Update version to v10.48.9</li> <li><a href="https://github.com/laravel/framework/commit/b7516a823d8db2ee14a6159a575738ee0a0a0dd1"><code>b7516a8</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/laravel/framework/commit/0546f75e96451f9fe94a3179853d29ee32a8dad1"><code>0546f75</code></a> Use getter for getAuthPassword attribute key (<a href="https://redirect.github.com/laravel/framework/issues/51186">#51186</a>)</li> <li><a href="https://github.com/laravel/framework/commit/79c9874700427e0e469fb3f56c5f072342263e73"><code>79c9874</code></a> Fix normalizedNameCache (<a href="https://redirect.github.com/laravel/framework/issues/51185">#51185</a>)</li> <li><a href="https://github.com/laravel/framework/commit/5d4b26edcd1e9ac91c8452fa93de77502bec4b78"><code>5d4b26e</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/2b1ad999f896941f19147df83b26f0a3ef407b4a"><code>2b1ad99</code></a> [11.x] Blade Component Loop Speed Improvement (<a href="https://redirect.github.com/laravel/framework/issues/51158">#51158</a>)</li> <li><a href="https://github.com/laravel/framework/commit/7042fec2756f53802ac94f4c3d30802cfd2a5c04"><code>7042fec</code></a> [11.x] Allow implicit binding to have optional backed enums (<a href="https://redirect.github.com/laravel/framework/issues/51178">#51178</a>)</li> <li><a href="https://github.com/laravel/framework/commit/ca54cb6c18463df488d986559571d2f81da0cfad"><code>ca54cb6</code></a> [11.x] Supercharge Blade (<a href="https://redirect.github.com/laravel/framework/issues/51143">#51143</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v11.4.0...v11.5.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=11.4.0&new-version=11.5.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 2024-04-24 08:03:01 +00:00 (Migrated from github.com)

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.