laravel/framework (laravel/framework)
### [`v11.21.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11210---2024-08-20)
[Compare Source](https://togithub.com/laravel/framework/compare/v11.20.0...v11.21.0)
- \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/52402](https://togithub.com/laravel/framework/pull/52402)
- \[11.x] Fix docblock for the event dispatcher by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52411](https://togithub.com/laravel/framework/pull/52411)
- \[11.x] fix: Update text email template by [@tranvanhieu01012002](https://togithub.com/tranvanhieu01012002) in [https://github.com/laravel/framework/pull/52417](https://togithub.com/laravel/framework/pull/52417)
- \[11.x] Make `expectsChoice` assertion more intuitive with associative arrays. by [@jessarcher](https://togithub.com/jessarcher) in [https://github.com/laravel/framework/pull/52408](https://togithub.com/laravel/framework/pull/52408)
- \[11.x] Add `resource()` method to Illuminate\Http\Client\Response by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52412](https://togithub.com/laravel/framework/pull/52412)
- \[10.x] fix: prevent casting empty string to array from triggering json error by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52415](https://togithub.com/laravel/framework/pull/52415)
- \[11.x] Add ResponseInterface mixin to `Illuminate\Http\Client\Response` by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52410](https://togithub.com/laravel/framework/pull/52410)
- \[11.x] Don't touch BelongsTo relationship when it doesn't exist by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52407](https://togithub.com/laravel/framework/pull/52407)
- \[11.x] Fix `Factory::afterCreating` callable argument type by [@villfa](https://togithub.com/villfa) in [https://github.com/laravel/framework/pull/52424](https://togithub.com/laravel/framework/pull/52424)
- \[11.x] Auto-secure cookies by [@fabricecw](https://togithub.com/fabricecw) in [https://github.com/laravel/framework/pull/52422](https://togithub.com/laravel/framework/pull/52422)
- fix: add missing phpdoc types for Model::$table and Model::$dateFormat by [@taka-oyama](https://togithub.com/taka-oyama) in [https://github.com/laravel/framework/pull/52425](https://togithub.com/laravel/framework/pull/52425)
- \[11.x] Add `withoutHeaders` method by [@milwad-dev](https://togithub.com/milwad-dev) in [https://github.com/laravel/framework/pull/52435](https://togithub.com/laravel/framework/pull/52435)
- Checking availability before calling Log::flushSharedContext() method by [@ajaxray](https://togithub.com/ajaxray) in [https://github.com/laravel/framework/pull/52470](https://togithub.com/laravel/framework/pull/52470)
- \[11.x] MessageBag errors out when custom rules are created and the class is left out of the message array by [@DanteB918](https://togithub.com/DanteB918) in [https://github.com/laravel/framework/pull/52451](https://togithub.com/laravel/framework/pull/52451)
- Create Notification make command markdown name placeholder from Notif… by [@hosseinakbari-liefermia](https://togithub.com/hosseinakbari-liefermia) in [https://github.com/laravel/framework/pull/52465](https://togithub.com/laravel/framework/pull/52465)
- \[11.x] Add `forceDestroy` to `SoftDeletes` by [@jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/52432](https://togithub.com/laravel/framework/pull/52432)
- Make SQLiteProcessor cope with '/' in column names by [@vroomfondle](https://togithub.com/vroomfondle) in [https://github.com/laravel/framework/pull/52490](https://togithub.com/laravel/framework/pull/52490)
- \[11.x] Improve Cookie Testing Coverage by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/52472](https://togithub.com/laravel/framework/pull/52472)
- \[11.x] Fix for [#52436](https://togithub.com/laravel/framework/issues/52436) artisan schema:dump infinite recursion by [@rust17](https://togithub.com/rust17) in [https://github.com/laravel/framework/pull/52492](https://togithub.com/laravel/framework/pull/52492)
- Run prepareNestedBatches on append/prependToChain & chain by [@SabatinoMasala](https://togithub.com/SabatinoMasala) in [https://github.com/laravel/framework/pull/52486](https://togithub.com/laravel/framework/pull/52486)
- \[11.x] Enhance DB inspection commands by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52501](https://togithub.com/laravel/framework/pull/52501)
- \[11.x] Constrain key when asserting database has a model by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52464](https://togithub.com/laravel/framework/pull/52464)
- Add `between` to `AssertableJson` by [@rudashi](https://togithub.com/rudashi) in [https://github.com/laravel/framework/pull/52479](https://togithub.com/laravel/framework/pull/52479)
- \[11.x] Eager asset prefetching strategies for Vite by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52462](https://togithub.com/laravel/framework/pull/52462)
- \[11.x] Support attributes in `app()->call()` by [@innocenzi](https://togithub.com/innocenzi) in [https://github.com/laravel/framework/pull/52428](https://togithub.com/laravel/framework/pull/52428)
- \[11.x] Applying `value` Function into the `$default` value of `transform` helper by [@devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/52510](https://togithub.com/laravel/framework/pull/52510)
- \[11.x] Enhanced typing for `HigherOrderCollectionProxy` by [@Voltra](https://togithub.com/Voltra) in [https://github.com/laravel/framework/pull/52484](https://togithub.com/laravel/framework/pull/52484)
- \[11.x] Add `expectsSearch()` assertion for testing prompts that use `search()` and `multisearch()` functions by [@JayBizzle](https://togithub.com/JayBizzle) in [https://github.com/laravel/framework/pull/51669](https://togithub.com/laravel/framework/pull/51669)
- \[11.x] revert [#52510](https://togithub.com/laravel/framework/issues/52510) which added a unneeded function call by [@rodrigopedra](https://togithub.com/rodrigopedra) in [https://github.com/laravel/framework/pull/52526](https://togithub.com/laravel/framework/pull/52526)
Configuration
📅 Schedule: Branch creation - "before 4pm on Wednesday except before 9am on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
11.20.0
->11.21.0
Release Notes
laravel/framework (laravel/framework)
### [`v11.21.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11210---2024-08-20) [Compare Source](https://togithub.com/laravel/framework/compare/v11.20.0...v11.21.0) - \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/52402](https://togithub.com/laravel/framework/pull/52402) - \[11.x] Fix docblock for the event dispatcher by [@seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52411](https://togithub.com/laravel/framework/pull/52411) - \[11.x] fix: Update text email template by [@tranvanhieu01012002](https://togithub.com/tranvanhieu01012002) in [https://github.com/laravel/framework/pull/52417](https://togithub.com/laravel/framework/pull/52417) - \[11.x] Make `expectsChoice` assertion more intuitive with associative arrays. by [@jessarcher](https://togithub.com/jessarcher) in [https://github.com/laravel/framework/pull/52408](https://togithub.com/laravel/framework/pull/52408) - \[11.x] Add `resource()` method to Illuminate\Http\Client\Response by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52412](https://togithub.com/laravel/framework/pull/52412) - \[10.x] fix: prevent casting empty string to array from triggering json error by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52415](https://togithub.com/laravel/framework/pull/52415) - \[11.x] Add ResponseInterface mixin to `Illuminate\Http\Client\Response` by [@einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52410](https://togithub.com/laravel/framework/pull/52410) - \[11.x] Don't touch BelongsTo relationship when it doesn't exist by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52407](https://togithub.com/laravel/framework/pull/52407) - \[11.x] Fix `Factory::afterCreating` callable argument type by [@villfa](https://togithub.com/villfa) in [https://github.com/laravel/framework/pull/52424](https://togithub.com/laravel/framework/pull/52424) - \[11.x] Auto-secure cookies by [@fabricecw](https://togithub.com/fabricecw) in [https://github.com/laravel/framework/pull/52422](https://togithub.com/laravel/framework/pull/52422) - fix: add missing phpdoc types for Model::$table and Model::$dateFormat by [@taka-oyama](https://togithub.com/taka-oyama) in [https://github.com/laravel/framework/pull/52425](https://togithub.com/laravel/framework/pull/52425) - \[11.x] Add `withoutHeaders` method by [@milwad-dev](https://togithub.com/milwad-dev) in [https://github.com/laravel/framework/pull/52435](https://togithub.com/laravel/framework/pull/52435) - Checking availability before calling Log::flushSharedContext() method by [@ajaxray](https://togithub.com/ajaxray) in [https://github.com/laravel/framework/pull/52470](https://togithub.com/laravel/framework/pull/52470) - \[11.x] MessageBag errors out when custom rules are created and the class is left out of the message array by [@DanteB918](https://togithub.com/DanteB918) in [https://github.com/laravel/framework/pull/52451](https://togithub.com/laravel/framework/pull/52451) - Create Notification make command markdown name placeholder from Notif… by [@hosseinakbari-liefermia](https://togithub.com/hosseinakbari-liefermia) in [https://github.com/laravel/framework/pull/52465](https://togithub.com/laravel/framework/pull/52465) - \[11.x] Add `forceDestroy` to `SoftDeletes` by [@jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/52432](https://togithub.com/laravel/framework/pull/52432) - Make SQLiteProcessor cope with '/' in column names by [@vroomfondle](https://togithub.com/vroomfondle) in [https://github.com/laravel/framework/pull/52490](https://togithub.com/laravel/framework/pull/52490) - \[11.x] Improve Cookie Testing Coverage by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/52472](https://togithub.com/laravel/framework/pull/52472) - \[11.x] Fix for [#52436](https://togithub.com/laravel/framework/issues/52436) artisan schema:dump infinite recursion by [@rust17](https://togithub.com/rust17) in [https://github.com/laravel/framework/pull/52492](https://togithub.com/laravel/framework/pull/52492) - Run prepareNestedBatches on append/prependToChain & chain by [@SabatinoMasala](https://togithub.com/SabatinoMasala) in [https://github.com/laravel/framework/pull/52486](https://togithub.com/laravel/framework/pull/52486) - \[11.x] Enhance DB inspection commands by [@hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52501](https://togithub.com/laravel/framework/pull/52501) - \[11.x] Constrain key when asserting database has a model by [@patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52464](https://togithub.com/laravel/framework/pull/52464) - Add `between` to `AssertableJson` by [@rudashi](https://togithub.com/rudashi) in [https://github.com/laravel/framework/pull/52479](https://togithub.com/laravel/framework/pull/52479) - \[11.x] Eager asset prefetching strategies for Vite by [@timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52462](https://togithub.com/laravel/framework/pull/52462) - \[11.x] Support attributes in `app()->call()` by [@innocenzi](https://togithub.com/innocenzi) in [https://github.com/laravel/framework/pull/52428](https://togithub.com/laravel/framework/pull/52428) - \[11.x] Applying `value` Function into the `$default` value of `transform` helper by [@devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/52510](https://togithub.com/laravel/framework/pull/52510) - \[11.x] Enhanced typing for `HigherOrderCollectionProxy` by [@Voltra](https://togithub.com/Voltra) in [https://github.com/laravel/framework/pull/52484](https://togithub.com/laravel/framework/pull/52484) - \[11.x] Add `expectsSearch()` assertion for testing prompts that use `search()` and `multisearch()` functions by [@JayBizzle](https://togithub.com/JayBizzle) in [https://github.com/laravel/framework/pull/51669](https://togithub.com/laravel/framework/pull/51669) - \[11.x] revert [#52510](https://togithub.com/laravel/framework/issues/52510) which added a unneeded function call by [@rodrigopedra](https://togithub.com/rodrigopedra) in [https://github.com/laravel/framework/pull/52526](https://togithub.com/laravel/framework/pull/52526)Configuration
📅 Schedule: Branch creation - "before 4pm on Wednesday except before 9am on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.