laravel-api-starter
laravel-api-starter copied to clipboard
chore(deps): bump laravel/framework from 11.23.5 to 11.24.0
trafficstars
Bumps laravel/framework from 11.23.5 to 11.24.0.
Release notes
Sourced from laravel/framework's releases.
v11.24.0
- [11.x] Fix issue where
$namevariable in non base config file becomes it's key by@rojtjoin laravel/framework#52738- [11.x] PHPDoc Improvements by
@amitmerchant1990in laravel/framework#52797- [11.x] Remove a unused import and fix docblock for DeferredCallbackCollection by
@seriquynhin laravel/framework#52808- [11.x] Handle SQLSTATE[HY000] [2002] Operation now in progress in DetectsLostConnection trait #52759 by
@webartisan10in laravel/framework#52805- [11.x] Add prependLocation method to View Factory by
@nshiroin laravel/framework#52806- [11.x] add nullOnUpdate() method to ForeignKeyDefinition by
@gisuNasrin laravel/framework#52798- [11.x] Allow
BackedEnumto be passed toRoute::can()by@Omegadelain laravel/framework#52792- [11.x] Ensure headers are only attached to illuminate responses by
@timacdonaldin laravel/framework#52789- [11.x] feat: improve Collection groupBy, keyBy generics by
@calebdwin laravel/framework#52787- [11.x] Using Correct
ConcurrencyConfiguration Index Name by@devajmeirelesin laravel/framework#52788- [11.x] Ensure
withoutPretendingmethod properly resets state after callback execution by@xurshudyanin laravel/framework#52794- [11.x] delegate
ProcessDriver@defer()toProcessDriver@run()method by@rodrigopedrain laravel/framework#52807- [11.x] Use command string instead of array on
Concurrency\ProcessDriverby@rodrigopedrain laravel/framework#52813- [11.x] Allows Laravel Framework to correctly resolve PHP binary when running via Laravel Herd by
@crynobonein laravel/framework#52791- [11.x] Move Defer classes to Support component and add
Illuminate\Support\deferfunction by@crynobonein laravel/framework#52801- [11.x] Suggest
laravel/serializable-closureon Database component by@crynobonein laravel/framework#52835- Bump vite from 5.2.10 to 5.2.14 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabotin laravel/framework#52834- [11.x] Update Concurrency component's composer dependencies by
@rodrigopedrain laravel/framework#52836- Add result shorthands for
Processfakes by@jasonmccrearyin laravel/framework#52840- Update SerializesCastableAttributes to include array generics by
@cosmastechin laravel/framework#52841- [11.x] CI Improvements by
@crynobonein laravel/framework#52850- [11.x] Supports
laravel/promptsv0.2 by@crynobonein laravel/framework#52849- [11.x] Handle allows null parameter instead of requiring default value by
@crynobonein laravel/framework#52866- [11.x] Adds
@throwssection to Concurrency manager doc block by@rnambaalein laravel/framework#52856- Update stub to remove unused trait imports by
@lombervidin laravel/framework#52877- [11.x] Fix validation rule type hints by
@axlonin laravel/framework#52870- [11.x] Support multiple batch IDs when retrying failed batch jobs by
@skegel13in laravel/framework#52873- [11.x] Remove unused namespaces from DatabaseInspectionCommand and LocalFileSystemAdapter by
@saMahmoudzadehin laravel/framework#52868- [11.x] Auto-register commands in
routes/console.phpby@SamuelNitschein laravel/framework#52867- [11.x] Prevent infinite recursion on
touchesParents()for chaperoned models by@samlevin laravel/framework#52883- Bump rollup from 4.17.1 to 4.22.4 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabotin laravel/framework#52892- [11.x]
Cache::flexibleimprovements by@timacdonaldin laravel/framework#52891- [11.x] Add
\DateTimeInterfaceand\DateIntervalto type forCache::flexible()by@bram-pkgin laravel/framework#52888- [11.x] CI Improvements by
@crynobonein laravel/framework#52851- [11.x] Do not trigger missing translation key handling when checking existence of translation key by
@gdebrauwerin laravel/framework#52895
Changelog
Sourced from laravel/framework's changelog.
v11.24.0 - 2024-09-24
- [11.x] Fix issue where
$namevariable in non base config file becomes it's key by@rojtjoin laravel/framework#52738- [11.x] PHPDoc Improvements by
@amitmerchant1990in laravel/framework#52797- [11.x] Remove a unused import and fix docblock for DeferredCallbackCollection by
@seriquynhin laravel/framework#52808- [11.x] Handle SQLSTATE[HY000] [2002] Operation now in progress in DetectsLostConnection trait #52759 by
@webartisan10in laravel/framework#52805- [11.x] Add prependLocation method to View Factory by
@nshiroin laravel/framework#52806- [11.x] add nullOnUpdate() method to ForeignKeyDefinition by
@gisuNasrin laravel/framework#52798- [11.x] Allow
BackedEnumto be passed toRoute::can()by@Omegadelain laravel/framework#52792- [11.x] Ensure headers are only attached to illuminate responses by
@timacdonaldin laravel/framework#52789- [11.x] feat: improve Collection groupBy, keyBy generics by
@calebdwin laravel/framework#52787- [11.x] Using Correct
ConcurrencyConfiguration Index Name by@devajmeirelesin laravel/framework#52788- [11.x] Ensure
withoutPretendingmethod properly resets state after callback execution by@xurshudyanin laravel/framework#52794- [11.x] delegate
ProcessDriver[@defer](https://github.com/defer)()toProcessDriver[@run](https://github.com/run)()method by@rodrigopedrain laravel/framework#52807- [11.x] Use command string instead of array on
Concurrency\ProcessDriverby@rodrigopedrain laravel/framework#52813- [11.x] Allows Laravel Framework to correctly resolve PHP binary when running via Laravel Herd by
@crynobonein laravel/framework#52791- [11.x] Move Defer classes to Support component and add
Illuminate\Support\deferfunction by@crynobonein laravel/framework#52801- [11.x] Suggest
laravel/serializable-closureon Database component by@crynobonein laravel/framework#52835- Bump vite from 5.2.10 to 5.2.14 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabotin laravel/framework#52834- [11.x] Update Concurrency component's composer dependencies by
@rodrigopedrain laravel/framework#52836- Add result shorthands for
Processfakes by@jasonmccrearyin laravel/framework#52840- Update SerializesCastableAttributes to include array generics by
@cosmastechin laravel/framework#52841- [11.x] CI Improvements by
@crynobonein laravel/framework#52850- [11.x] Supports
laravel/promptsv0.2 by@crynobonein laravel/framework#52849- [11.x] Handle allows null parameter instead of requiring default value by
@crynobonein laravel/framework#52866- [11.x] Adds
[@throws](https://github.com/throws)section to Concurrency manager doc block by@rnambaalein laravel/framework#52856- Update stub to remove unused trait imports by
@lombervidin laravel/framework#52877- [11.x] Fix validation rule type hints by
@axlonin laravel/framework#52870- [11.x] Support multiple batch IDs when retrying failed batch jobs by
@skegel13in laravel/framework#52873- [11.x] Remove unused namespaces from DatabaseInspectionCommand and LocalFileSystemAdapter by
@saMahmoudzadehin laravel/framework#52868- [11.x] Auto-register commands in
routes/console.phpby@SamuelNitschein laravel/framework#52867- [11.x] Prevent infinite recursion on
touchesParents()for chaperoned models by@samlevin laravel/framework#52883- Bump rollup from 4.17.1 to 4.22.4 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabotin laravel/framework#52892- [11.x]
Cache::flexibleimprovements by@timacdonaldin laravel/framework#52891- [11.x] Add
\DateTimeInterfaceand\DateIntervalto type forCache::flexible()by@bram-pkgin laravel/framework#52888- [11.x] CI Improvements by
@crynobonein laravel/framework#52851- [11.x] Do not trigger missing translation key handling when checking existence of translation key by
@gdebrauwerin laravel/framework#52895
Commits
557da2bUpdate version to v11.24.000c7899wipf8f0668Do not trigger missing translation key handling when checking existence of th...a84070d[11.x] CI Improvements (#52851)84540bdAdd\DateTimeInterfaceand\DateIntervalto type forCache::flexible()...b05e6f8[11.x]Cache::flexibleimprovements (#52891)47ba027Bump rollup in /src/Illuminate/Foundation/resources/exceptions/renderer (#52892)95fd374[11.x] Prevent infinite recursion when touching chaperoned models (#52883)e216708Auto-Register Commands inroutes/console.php(#52867)b2a66a8Remove unused namespaces from DatabaseInspectionCommand and LocalFilesystemAd...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)