laravel/framework (laravel/framework)
### [`v11.8.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1180---2024-05-21)
[Compare Source](https://togithub.com/laravel/framework/compare/v11.7.0...v11.8.0)
- \[11.x] Update PendingRequest.php by [@foremtehan](https://togithub.com/foremtehan) in [https://github.com/laravel/framework/pull/51338](https://togithub.com/laravel/framework/pull/51338)
- Add unshift method to Collection by [@timkelty](https://togithub.com/timkelty) in [https://github.com/laravel/framework/pull/51344](https://togithub.com/laravel/framework/pull/51344)
- \[11.x] Synchronizing cache configuration file with updated laravel v11.0.7 by [@dvlpr91](https://togithub.com/dvlpr91) in [https://github.com/laravel/framework/pull/51336](https://togithub.com/laravel/framework/pull/51336)
- \[11.x] Utilize `null-safe` operator instead of conditional check by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51328](https://togithub.com/laravel/framework/pull/51328)
- \[11.x] Add the events to be displayed on the model:show command by [@WendellAdriel](https://togithub.com/WendellAdriel) in [https://github.com/laravel/framework/pull/51324](https://togithub.com/laravel/framework/pull/51324)
- \[11.x] fix: remove use of Redis::COMPRESSION_ZSTD_MIN by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/51346](https://togithub.com/laravel/framework/pull/51346)
- \[10.x] Backport: Fix SesV2Transport to use correct `EmailTags` argument by [@Tietew](https://togithub.com/Tietew) in [https://github.com/laravel/framework/pull/51352](https://togithub.com/laravel/framework/pull/51352)
- \[11.x] feat: use phpredis 6 in ci by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/51347](https://togithub.com/laravel/framework/pull/51347)
- \[11.x] create new "has" validation rule by [@browner12](https://togithub.com/browner12) in [https://github.com/laravel/framework/pull/51348](https://togithub.com/laravel/framework/pull/51348)
- \[11.x] Add support for previous apps keys in signed URL verification by [@Krisell](https://togithub.com/Krisell) in [https://github.com/laravel/framework/pull/51222](https://togithub.com/laravel/framework/pull/51222)
- \[11.x] Allow setting exit code in migrate:status --pending by [@brecht-vermeersch](https://togithub.com/brecht-vermeersch) in [https://github.com/laravel/framework/pull/51341](https://togithub.com/laravel/framework/pull/51341)
- \[11.x] Fix array rule typehint by [@erik-perri](https://togithub.com/erik-perri) in [https://github.com/laravel/framework/pull/51372](https://togithub.com/laravel/framework/pull/51372)
- \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51365](https://togithub.com/laravel/framework/pull/51365)
- \[10.x] Fix PHPDoc typo by [@staudenmeir](https://togithub.com/staudenmeir) in [https://github.com/laravel/framework/pull/51390](https://togithub.com/laravel/framework/pull/51390)
- \[11.x] Fix return type hint of resolveRouteBindingQuery by [@philbates35](https://togithub.com/philbates35) in [https://github.com/laravel/framework/pull/51392](https://togithub.com/laravel/framework/pull/51392)
- \[11.x] Allow adding array or string for web and api routes in bootstrap/app.php by [@mrthito](https://togithub.com/mrthito) in [https://github.com/laravel/framework/pull/51356](https://togithub.com/laravel/framework/pull/51356)
- \[ 11.x ] Adds ability to manually fail a command from outside the handle() method by [@ProjektGopher](https://togithub.com/ProjektGopher) in [https://github.com/laravel/framework/pull/51435](https://togithub.com/laravel/framework/pull/51435)
- \[10.x] Fix `apa` on non ASCII characters by [@faissaloux](https://togithub.com/faissaloux) in [https://github.com/laravel/framework/pull/51428](https://togithub.com/laravel/framework/pull/51428)
- \[11.x] Compare lowercased column names in getColumnType by [@chady](https://togithub.com/chady) in [https://github.com/laravel/framework/pull/51431](https://togithub.com/laravel/framework/pull/51431)
- \[11.x] Use contracts instead of concrete type for `resolveRouteBindingQuery()` by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51425](https://togithub.com/laravel/framework/pull/51425)
- \[11.x] Set the value of `$this` in macro closures by [@simonwelsh](https://togithub.com/simonwelsh) in [https://github.com/laravel/framework/pull/51401](https://togithub.com/laravel/framework/pull/51401)
- \[11.x] Add missing roundrobin transport driver config by [@u01jmg3](https://togithub.com/u01jmg3) in [https://github.com/laravel/framework/pull/51400](https://togithub.com/laravel/framework/pull/51400)
- \[11.x] Remove unused namespace by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51436](https://togithub.com/laravel/framework/pull/51436)
- \[11.x] Fixes doc block in `Connector.php` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51440](https://togithub.com/laravel/framework/pull/51440)
- \[10.x] Fixes view engine resolvers leaking memory by [@nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/laravel/framework/pull/51450](https://togithub.com/laravel/framework/pull/51450)
- \[11.x] Add some tests to `SupportStrTest` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51437](https://togithub.com/laravel/framework/pull/51437)
- \[11.x] Add isCurrentlyOwnedBy function to lock by [@gazben](https://togithub.com/gazben) in [https://github.com/laravel/framework/pull/51393](https://togithub.com/laravel/framework/pull/51393)
- \[11.x] Collection average/avg optimization by [@bert-w](https://togithub.com/bert-w) in [https://github.com/laravel/framework/pull/51512](https://togithub.com/laravel/framework/pull/51512)
- \[11.x] Introduce `MixManifestNotFoundException` for handling missing Mix manifests by [@xurshudyan](https://togithub.com/xurshudyan) in [https://github.com/laravel/framework/pull/51502](https://togithub.com/laravel/framework/pull/51502)
- \[11.x] MailMakeCommand: Add new `--view` option by [@ryangjchandler](https://togithub.com/ryangjchandler) in [https://github.com/laravel/framework/pull/51411](https://togithub.com/laravel/framework/pull/51411)
- \[11.x] Replace all backed enums with values when building URLs by [@stefanvdlugt](https://togithub.com/stefanvdlugt) in [https://github.com/laravel/framework/pull/51524](https://togithub.com/laravel/framework/pull/51524)
- \[10.x] Do not use `app()` Foundation helper on `ViewServiceProvider` by [@rodrigopedra](https://togithub.com/rodrigopedra) in [https://github.com/laravel/framework/pull/51522](https://togithub.com/laravel/framework/pull/51522)
- Fixes explicit route binding with `BackedEnum` by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51525](https://togithub.com/laravel/framework/pull/51525)
- \[11.x] Add query method to UrlGenerator contract docblock by [@hjanos-bc](https://togithub.com/hjanos-bc) in [https://github.com/laravel/framework/pull/51515](https://togithub.com/laravel/framework/pull/51515)
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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
11.7.0
->11.8.0
Release Notes
laravel/framework (laravel/framework)
### [`v11.8.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1180---2024-05-21) [Compare Source](https://togithub.com/laravel/framework/compare/v11.7.0...v11.8.0) - \[11.x] Update PendingRequest.php by [@foremtehan](https://togithub.com/foremtehan) in [https://github.com/laravel/framework/pull/51338](https://togithub.com/laravel/framework/pull/51338) - Add unshift method to Collection by [@timkelty](https://togithub.com/timkelty) in [https://github.com/laravel/framework/pull/51344](https://togithub.com/laravel/framework/pull/51344) - \[11.x] Synchronizing cache configuration file with updated laravel v11.0.7 by [@dvlpr91](https://togithub.com/dvlpr91) in [https://github.com/laravel/framework/pull/51336](https://togithub.com/laravel/framework/pull/51336) - \[11.x] Utilize `null-safe` operator instead of conditional check by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51328](https://togithub.com/laravel/framework/pull/51328) - \[11.x] Add the events to be displayed on the model:show command by [@WendellAdriel](https://togithub.com/WendellAdriel) in [https://github.com/laravel/framework/pull/51324](https://togithub.com/laravel/framework/pull/51324) - \[11.x] fix: remove use of Redis::COMPRESSION_ZSTD_MIN by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/51346](https://togithub.com/laravel/framework/pull/51346) - \[10.x] Backport: Fix SesV2Transport to use correct `EmailTags` argument by [@Tietew](https://togithub.com/Tietew) in [https://github.com/laravel/framework/pull/51352](https://togithub.com/laravel/framework/pull/51352) - \[11.x] feat: use phpredis 6 in ci by [@calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/51347](https://togithub.com/laravel/framework/pull/51347) - \[11.x] create new "has" validation rule by [@browner12](https://togithub.com/browner12) in [https://github.com/laravel/framework/pull/51348](https://togithub.com/laravel/framework/pull/51348) - \[11.x] Add support for previous apps keys in signed URL verification by [@Krisell](https://togithub.com/Krisell) in [https://github.com/laravel/framework/pull/51222](https://togithub.com/laravel/framework/pull/51222) - \[11.x] Allow setting exit code in migrate:status --pending by [@brecht-vermeersch](https://togithub.com/brecht-vermeersch) in [https://github.com/laravel/framework/pull/51341](https://togithub.com/laravel/framework/pull/51341) - \[11.x] Fix array rule typehint by [@erik-perri](https://togithub.com/erik-perri) in [https://github.com/laravel/framework/pull/51372](https://togithub.com/laravel/framework/pull/51372) - \[11.x] Test Improvements by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51365](https://togithub.com/laravel/framework/pull/51365) - \[10.x] Fix PHPDoc typo by [@staudenmeir](https://togithub.com/staudenmeir) in [https://github.com/laravel/framework/pull/51390](https://togithub.com/laravel/framework/pull/51390) - \[11.x] Fix return type hint of resolveRouteBindingQuery by [@philbates35](https://togithub.com/philbates35) in [https://github.com/laravel/framework/pull/51392](https://togithub.com/laravel/framework/pull/51392) - \[11.x] Allow adding array or string for web and api routes in bootstrap/app.php by [@mrthito](https://togithub.com/mrthito) in [https://github.com/laravel/framework/pull/51356](https://togithub.com/laravel/framework/pull/51356) - \[ 11.x ] Adds ability to manually fail a command from outside the handle() method by [@ProjektGopher](https://togithub.com/ProjektGopher) in [https://github.com/laravel/framework/pull/51435](https://togithub.com/laravel/framework/pull/51435) - \[10.x] Fix `apa` on non ASCII characters by [@faissaloux](https://togithub.com/faissaloux) in [https://github.com/laravel/framework/pull/51428](https://togithub.com/laravel/framework/pull/51428) - \[11.x] Compare lowercased column names in getColumnType by [@chady](https://togithub.com/chady) in [https://github.com/laravel/framework/pull/51431](https://togithub.com/laravel/framework/pull/51431) - \[11.x] Use contracts instead of concrete type for `resolveRouteBindingQuery()` by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51425](https://togithub.com/laravel/framework/pull/51425) - \[11.x] Set the value of `$this` in macro closures by [@simonwelsh](https://togithub.com/simonwelsh) in [https://github.com/laravel/framework/pull/51401](https://togithub.com/laravel/framework/pull/51401) - \[11.x] Add missing roundrobin transport driver config by [@u01jmg3](https://togithub.com/u01jmg3) in [https://github.com/laravel/framework/pull/51400](https://togithub.com/laravel/framework/pull/51400) - \[11.x] Remove unused namespace by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51436](https://togithub.com/laravel/framework/pull/51436) - \[11.x] Fixes doc block in `Connector.php` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51440](https://togithub.com/laravel/framework/pull/51440) - \[10.x] Fixes view engine resolvers leaking memory by [@nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/laravel/framework/pull/51450](https://togithub.com/laravel/framework/pull/51450) - \[11.x] Add some tests to `SupportStrTest` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51437](https://togithub.com/laravel/framework/pull/51437) - \[11.x] Add isCurrentlyOwnedBy function to lock by [@gazben](https://togithub.com/gazben) in [https://github.com/laravel/framework/pull/51393](https://togithub.com/laravel/framework/pull/51393) - \[11.x] Collection average/avg optimization by [@bert-w](https://togithub.com/bert-w) in [https://github.com/laravel/framework/pull/51512](https://togithub.com/laravel/framework/pull/51512) - \[11.x] Introduce `MixManifestNotFoundException` for handling missing Mix manifests by [@xurshudyan](https://togithub.com/xurshudyan) in [https://github.com/laravel/framework/pull/51502](https://togithub.com/laravel/framework/pull/51502) - \[11.x] MailMakeCommand: Add new `--view` option by [@ryangjchandler](https://togithub.com/ryangjchandler) in [https://github.com/laravel/framework/pull/51411](https://togithub.com/laravel/framework/pull/51411) - \[11.x] Replace all backed enums with values when building URLs by [@stefanvdlugt](https://togithub.com/stefanvdlugt) in [https://github.com/laravel/framework/pull/51524](https://togithub.com/laravel/framework/pull/51524) - \[10.x] Do not use `app()` Foundation helper on `ViewServiceProvider` by [@rodrigopedra](https://togithub.com/rodrigopedra) in [https://github.com/laravel/framework/pull/51522](https://togithub.com/laravel/framework/pull/51522) - Fixes explicit route binding with `BackedEnum` by [@crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51525](https://togithub.com/laravel/framework/pull/51525) - \[11.x] Add query method to UrlGenerator contract docblock by [@hjanos-bc](https://togithub.com/hjanos-bc) in [https://github.com/laravel/framework/pull/51515](https://togithub.com/laravel/framework/pull/51515)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 has been generated by Mend Renovate. View repository job log here.