Bump laravel/framework from 11.1.1 to 11.4.0 #516

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-11.4.0 into main
dependabot[bot] commented 2024-04-23 01:02:06 +00:00 (Migrated from github.com)

Bumps laravel/framework from 11.1.1 to 11.4.0.

Release notes

Sourced from laravel/framework's releases.

v11.4.0

v11.3.1

v11.3.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.4.0 - 2024-04-16

v11.3.1 - 2024-04-10

v11.3.0 - 2024-04-09

... (truncated)

Commits
  • c1dc67c Update version to v11.4.0
  • 731dfd0 Merge branch '10.x' into 11.x
  • 8e9ab6d Update version to v10.48.8
  • f57756a [11.x] Fix expectsChoice assertion with optional multiselect prompts. (#5...
  • 6a8b505 Fix: Make context key default null (#51080)
  • 192f909 - Illuminate\Database\Query::whereIntegerInRaw() now properly handles BackedE...
  • 50a9491 [11.x] Consider after_commit config in SyncQueue (#51071)
  • 645f57a [11.x] Pass decay seconds or minutes like hour and day (#51054)
  • ad00a85 Add throttle method to LazyCollection (#51060)
  • 8f42dc0 Validate MAC per key (#51063)
  • 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 11.1.1 to 11.4.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.4.0</h2> <ul> <li>[11.x] Apc Cache - Remove long-time gone apc_* functions by <a href="https://github.com/serpentblade"><code>@​serpentblade</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51010">laravel/framework#51010</a></li> <li>[11.x] Allowing Usage of Livewire Wire Boolean Style Directives by <a href="https://github.com/devajmeireles"><code>@​devajmeireles</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51007">laravel/framework#51007</a></li> <li>[11.x] Introduces <code>Exceptions</code> facade by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50704">laravel/framework#50704</a></li> <li>[11.x] <code>afterQuery</code> hook by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50587">laravel/framework#50587</a></li> <li>Fix computed columns mapping to wrong tables by <a href="https://github.com/maddhatter"><code>@​maddhatter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51009">laravel/framework#51009</a></li> <li>[11.x] improvement test for string title by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51015">laravel/framework#51015</a></li> <li>[11.x] Fix failing <code>afterQuery</code> method tests when using sql server by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51016">laravel/framework#51016</a></li> <li>[11.x] Fix: Apply database connection before checking if the repository exist by <a href="https://github.com/sjspereira"><code>@​sjspereira</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51021">laravel/framework#51021</a></li> <li>[10.x] Fix error when using <code>orderByRaw()</code> in query before using <code>cursorPaginate()</code> by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51023">laravel/framework#51023</a></li> <li>[11.x] Add RequiredIfDeclined validation rule by <a href="https://github.com/timmydhooghe"><code>@​timmydhooghe</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51030">laravel/framework#51030</a></li> <li>[11.x] Adds support for enums on <code>mapInto</code> collection method by <a href="https://github.com/lukeraymonddowning"><code>@​lukeraymonddowning</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51027">laravel/framework#51027</a></li> <li>[11.x] Fix prompt fallback return value when using numeric keys by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50995">laravel/framework#50995</a></li> <li>[11.x] Adds support for <code>int</code> backed enums to implicit <code>Enum</code> route binding by <a href="https://github.com/monurakkaya"><code>@​monurakkaya</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51029">laravel/framework#51029</a></li> <li>[11.x] Configuration to disable events on Cache Repository by <a href="https://github.com/serpentblade"><code>@​serpentblade</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51032">laravel/framework#51032</a></li> <li>Revert &quot;[11.x] Name of job set by displayName() must be honoured by S… by <a href="https://github.com/RobertBoes"><code>@​RobertBoes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51034">laravel/framework#51034</a></li> <li>chore: fix some typos in comments by <a href="https://github.com/laterlaugh"><code>@​laterlaugh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51037">laravel/framework#51037</a></li> <li>Name of job set by displayName() must be honoured by Schedule by <a href="https://github.com/SCIF"><code>@​SCIF</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51038">laravel/framework#51038</a></li> <li>Fix more typos by <a href="https://github.com/szepeviktor"><code>@​szepeviktor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51039">laravel/framework#51039</a></li> <li>[11.x] Fix some doc blocks by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51043">laravel/framework#51043</a></li> <li>[11.x] Add <a href="https://github.com/throws"><code>@​throws</code></a> ConnectionException tag on Http methods for IDE support by <a href="https://github.com/masoudtajer"><code>@​masoudtajer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51066">laravel/framework#51066</a></li> <li>[11.x] Add Prompts <code>textarea</code> fallback for tests and add assertion tests by <a href="https://github.com/lioneaglesolutions"><code>@​lioneaglesolutions</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51055">laravel/framework#51055</a></li> <li>Validate MAC per key by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51063">laravel/framework#51063</a></li> <li>[11.x] Add <code>throttle</code> method to <code>LazyCollection</code> by <a href="https://github.com/JosephSilber"><code>@​JosephSilber</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51060">laravel/framework#51060</a></li> <li>[11.x] Pass decay seconds or minutes like hour and day by <a href="https://github.com/jimmypuckett"><code>@​jimmypuckett</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51054">laravel/framework#51054</a></li> <li>[11.x] Consider after_commit config in SyncQueue by <a href="https://github.com/hansnn"><code>@​hansnn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51071">laravel/framework#51071</a></li> <li>[10.x] Database layer fixes by <a href="https://github.com/saadsidqui"><code>@​saadsidqui</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49787">laravel/framework#49787</a></li> <li>[11.x] Fix context helper always requiring <code>$key</code> value by <a href="https://github.com/nikspyratos"><code>@​nikspyratos</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51080">laravel/framework#51080</a></li> <li>[11.x] Fix <code>expectsChoice</code> assertion with optional <code>multiselect</code> prompts. by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51078">laravel/framework#51078</a></li> </ul> <h2>v11.3.1</h2> <ul> <li>[11.x] Name of job set by displayName() must be honoured by Schedule by <a href="https://github.com/SCIF"><code>@​SCIF</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50973">laravel/framework#50973</a></li> <li>Add Conditionable trait to Testing\PendingCommand.php by <a href="https://github.com/tobz-nz"><code>@​tobz-nz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50988">laravel/framework#50988</a></li> <li>Allow sorting of route:list by multiple column/factors using a comma by <a href="https://github.com/fredbradley"><code>@​fredbradley</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50998">laravel/framework#50998</a></li> <li>[10.x] Added eachById and chunkByIdDesc to BelongsToMany by <a href="https://github.com/lonnylot"><code>@​lonnylot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50991">laravel/framework#50991</a></li> </ul> <h2>v11.3.0</h2> <ul> <li>[10.x] Prevent Redis connection error report flood on queue worker by <a href="https://github.com/kasus"><code>@​kasus</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50812">laravel/framework#50812</a></li> <li>[11.x] Optimize SetCacheHeaders to ensure error responses aren't cached by <a href="https://github.com/MinaWilliam"><code>@​MinaWilliam</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50903">laravel/framework#50903</a></li> <li>[11.x] Add session <code>hasAny</code> method by <a href="https://github.com/mahmoudmohamedramadan"><code>@​mahmoudmohamedramadan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50897">laravel/framework#50897</a></li> <li>[11.x] Add option to report throttled exception in ThrottlesExceptions middleware by <a href="https://github.com/JaZo"><code>@​JaZo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50896">laravel/framework#50896</a></li> <li>[11.x] Add DeleteWhenMissingModels attribute by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50890">laravel/framework#50890</a></li> <li>[11.x] Allow customizing TrimStrings::$except by <a href="https://github.com/grohiro"><code>@​grohiro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50901">laravel/framework#50901</a></li> <li>[11.x] Add pull methods to Context by <a href="https://github.com/renegeuze"><code>@​renegeuze</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50904">laravel/framework#50904</a></li> <li>[11.x] Remove redundant code from MariaDbGrammar by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50907">laravel/framework#50907</a></li> <li>[11.x] Explicit nullable parameter declarations to fix PHP 8.4 deprecation by <a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50922">laravel/framework#50922</a></li> <li>[11.x] Add setters to cache stores by <a href="https://github.com/stancl"><code>@​stancl</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50912">laravel/framework#50912</a></li> <li>[10.x] Laravel 10x optional withSize for hasTable by <a href="https://github.com/apspan"><code>@​apspan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50888">laravel/framework#50888</a></li> <li>[11.x] Fix prompting for missing array arguments on artisan command by <a href="https://github.com/macocci7"><code>@​macocci7</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50850">laravel/framework#50850</a></li> <li>[11.x] Add strict-mode safe hasAttribute method to Eloquent by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50909">laravel/framework#50909</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.3.1...v11.4.0">v11.4.0</a> - 2024-04-16</h2> <ul> <li>[11.x] Apc Cache - Remove long-time gone apc_* functions by <a href="https://github.com/serpentblade"><code>@​serpentblade</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51010">laravel/framework#51010</a></li> <li>[11.x] Allowing Usage of Livewire Wire Boolean Style Directives by <a href="https://github.com/devajmeireles"><code>@​devajmeireles</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51007">laravel/framework#51007</a></li> <li>[11.x] Introduces <code>Exceptions</code> facade by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50704">laravel/framework#50704</a></li> <li>[11.x] <code>afterQuery</code> hook by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50587">laravel/framework#50587</a></li> <li>Fix computed columns mapping to wrong tables by <a href="https://github.com/maddhatter"><code>@​maddhatter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51009">laravel/framework#51009</a></li> <li>[11.x] improvement test for string title by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51015">laravel/framework#51015</a></li> <li>[11.x] Fix failing <code>afterQuery</code> method tests when using sql server by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51016">laravel/framework#51016</a></li> <li>[11.x] Fix: Apply database connection before checking if the repository exist by <a href="https://github.com/sjspereira"><code>@​sjspereira</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51021">laravel/framework#51021</a></li> <li>[10.x] Fix error when using <code>orderByRaw()</code> in query before using <code>cursorPaginate()</code> by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51023">laravel/framework#51023</a></li> <li>[11.x] Add RequiredIfDeclined validation rule by <a href="https://github.com/timmydhooghe"><code>@​timmydhooghe</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51030">laravel/framework#51030</a></li> <li>[11.x] Adds support for enums on <code>mapInto</code> collection method by <a href="https://github.com/lukeraymonddowning"><code>@​lukeraymonddowning</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51027">laravel/framework#51027</a></li> <li>[11.x] Fix prompt fallback return value when using numeric keys by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50995">laravel/framework#50995</a></li> <li>[11.x] Adds support for <code>int</code> backed enums to implicit <code>Enum</code> route binding by <a href="https://github.com/monurakkaya"><code>@​monurakkaya</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51029">laravel/framework#51029</a></li> <li>[11.x] Configuration to disable events on Cache Repository by <a href="https://github.com/serpentblade"><code>@​serpentblade</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51032">laravel/framework#51032</a></li> <li>Revert &quot;[11.x] Name of job set by displayName() must be honoured by S… by <a href="https://github.com/RobertBoes"><code>@​RobertBoes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51034">laravel/framework#51034</a></li> <li>chore: fix some typos in comments by <a href="https://github.com/laterlaugh"><code>@​laterlaugh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51037">laravel/framework#51037</a></li> <li>Name of job set by displayName() must be honoured by Schedule by <a href="https://github.com/SCIF"><code>@​SCIF</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51038">laravel/framework#51038</a></li> <li>Fix more typos by <a href="https://github.com/szepeviktor"><code>@​szepeviktor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51039">laravel/framework#51039</a></li> <li>[11.x] Fix some doc blocks by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51043">laravel/framework#51043</a></li> <li>[11.x] Add <a href="https://github.com/throws"><code>@​throws</code></a> ConnectionException tag on Http methods for IDE support by <a href="https://github.com/masoudtajer"><code>@​masoudtajer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51066">laravel/framework#51066</a></li> <li>[11.x] Add Prompts <code>textarea</code> fallback for tests and add assertion tests by <a href="https://github.com/lioneaglesolutions"><code>@​lioneaglesolutions</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51055">laravel/framework#51055</a></li> <li>Validate MAC per key by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51063">laravel/framework#51063</a></li> <li>[11.x] Add <code>throttle</code> method to <code>LazyCollection</code> by <a href="https://github.com/JosephSilber"><code>@​JosephSilber</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51060">laravel/framework#51060</a></li> <li>[11.x] Pass decay seconds or minutes like hour and day by <a href="https://github.com/jimmypuckett"><code>@​jimmypuckett</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51054">laravel/framework#51054</a></li> <li>[11.x] Consider after_commit config in SyncQueue by <a href="https://github.com/hansnn"><code>@​hansnn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51071">laravel/framework#51071</a></li> <li>[10.x] Database layer fixes by <a href="https://github.com/saadsidqui"><code>@​saadsidqui</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49787">laravel/framework#49787</a></li> <li>[11.x] Fix context helper always requiring <code>$key</code> value by <a href="https://github.com/nikspyratos"><code>@​nikspyratos</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51080">laravel/framework#51080</a></li> <li>[11.x] Fix <code>expectsChoice</code> assertion with optional <code>multiselect</code> prompts. by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/51078">laravel/framework#51078</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v11.3.0...v11.3.1">v11.3.1</a> - 2024-04-10</h2> <ul> <li>[11.x] Name of job set by displayName() must be honoured by Schedule by <a href="https://github.com/SCIF"><code>@​SCIF</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50973">laravel/framework#50973</a></li> <li>Add Conditionable trait to Testing\PendingCommand.php by <a href="https://github.com/tobz-nz"><code>@​tobz-nz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50988">laravel/framework#50988</a></li> <li>Allow sorting of route:list by multiple column/factors using a comma by <a href="https://github.com/fredbradley"><code>@​fredbradley</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50998">laravel/framework#50998</a></li> <li>[10.x] Added eachById and chunkByIdDesc to BelongsToMany by <a href="https://github.com/lonnylot"><code>@​lonnylot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50991">laravel/framework#50991</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v11.2.0...v11.3.0">v11.3.0</a> - 2024-04-09</h2> <ul> <li>[10.x] Prevent Redis connection error report flood on queue worker by <a href="https://github.com/kasus"><code>@​kasus</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50812">laravel/framework#50812</a></li> <li>[11.x] Optimize SetCacheHeaders to ensure error responses aren't cached by <a href="https://github.com/MinaWilliam"><code>@​MinaWilliam</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50903">laravel/framework#50903</a></li> <li>[11.x] Add session <code>hasAny</code> method by <a href="https://github.com/mahmoudmohamedramadan"><code>@​mahmoudmohamedramadan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50897">laravel/framework#50897</a></li> <li>[11.x] Add option to report throttled exception in ThrottlesExceptions middleware by <a href="https://github.com/JaZo"><code>@​JaZo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50896">laravel/framework#50896</a></li> <li>[11.x] Add DeleteWhenMissingModels attribute by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50890">laravel/framework#50890</a></li> <li>[11.x] Allow customizing TrimStrings::$except by <a href="https://github.com/grohiro"><code>@​grohiro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50901">laravel/framework#50901</a></li> <li>[11.x] Add pull methods to Context by <a href="https://github.com/renegeuze"><code>@​renegeuze</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50904">laravel/framework#50904</a></li> <li>[11.x] Remove redundant code from MariaDbGrammar by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50907">laravel/framework#50907</a></li> <li>[11.x] Explicit nullable parameter declarations to fix PHP 8.4 deprecation by <a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50922">laravel/framework#50922</a></li> <li>[11.x] Add setters to cache stores by <a href="https://github.com/stancl"><code>@​stancl</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50912">laravel/framework#50912</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/c1dc67c28811dc5be524a30b18f29ce62126716a"><code>c1dc67c</code></a> Update version to v11.4.0</li> <li><a href="https://github.com/laravel/framework/commit/731dfd08fb5492225e1b6f53a7974ed091b1e890"><code>731dfd0</code></a> Merge branch '10.x' into 11.x</li> <li><a href="https://github.com/laravel/framework/commit/8e9ab6da362f268170fe815127aed5ec7d303697"><code>8e9ab6d</code></a> Update version to v10.48.8</li> <li><a href="https://github.com/laravel/framework/commit/f57756ae5b233337ecb3ba50fbb3ec161d316b2f"><code>f57756a</code></a> [11.x] Fix <code>expectsChoice</code> assertion with optional <code>multiselect</code> prompts. (<a href="https://redirect.github.com/laravel/framework/issues/5">#5</a>...</li> <li><a href="https://github.com/laravel/framework/commit/6a8b5051553321a4c18c2eadf17d192c92f3e42e"><code>6a8b505</code></a> Fix: Make context key default null (<a href="https://redirect.github.com/laravel/framework/issues/51080">#51080</a>)</li> <li><a href="https://github.com/laravel/framework/commit/192f909a8b2a702e9e2d9702b836bf6d51e8728b"><code>192f909</code></a> - Illuminate\Database\Query::whereIntegerInRaw() now properly handles BackedE...</li> <li><a href="https://github.com/laravel/framework/commit/50a9491fc46bcb929f2b976daa349a123cf7b45c"><code>50a9491</code></a> [11.x] Consider after_commit config in SyncQueue (<a href="https://redirect.github.com/laravel/framework/issues/51071">#51071</a>)</li> <li><a href="https://github.com/laravel/framework/commit/645f57a95fdb6fb83897981f199806c3b0dfb1eb"><code>645f57a</code></a> [11.x] Pass decay seconds or minutes like hour and day (<a href="https://redirect.github.com/laravel/framework/issues/51054">#51054</a>)</li> <li><a href="https://github.com/laravel/framework/commit/ad00a85a1e0514006c4eb056f4fd17b4a4a4e47e"><code>ad00a85</code></a> Add <code>throttle</code> method to <code>LazyCollection</code> (<a href="https://redirect.github.com/laravel/framework/issues/51060">#51060</a>)</li> <li><a href="https://github.com/laravel/framework/commit/8f42dc012a1b90462e9d76d75142159f76948aa4"><code>8f42dc0</code></a> Validate MAC per key (<a href="https://redirect.github.com/laravel/framework/issues/51063">#51063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v11.1.1...v11.4.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.1.1&new-version=11.4.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-23 01:20:38 +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.