laravel/framework (laravel/framework)
### [`v11.7.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1170---2024-05-07)
[Compare Source](https://togithub.com/laravel/framework/compare/v11.6.0...v11.7.0)
- \[11.x] Fix SesV2Transport to use correct `EmailTags` argument by [@Tietew](https://togithub.com/Tietew) in [https://github.com/laravel/framework/pull/51265](https://togithub.com/laravel/framework/pull/51265)
- \[11.x] Add Databases nightly workflow by [@Jubeki](https://togithub.com/Jubeki) in [https://github.com/laravel/framework/pull/51218](https://togithub.com/laravel/framework/pull/51218)
- \[11.x] update "min" and "max" rule comments by [@browner12](https://togithub.com/browner12) in [https://github.com/laravel/framework/pull/51274](https://togithub.com/laravel/framework/pull/51274)
- \[11.x] Fix namespace and improvement PSR in `ClassMakeCommandTest.php` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51280](https://togithub.com/laravel/framework/pull/51280)
- \[11.x] improvement test coverage for view components. by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51271](https://togithub.com/laravel/framework/pull/51271)
- \[11.x] Introduce method `Rule::array()` by [@Jacobs63](https://togithub.com/Jacobs63) in [https://github.com/laravel/framework/pull/51250](https://togithub.com/laravel/framework/pull/51250)
- \[11.x] Fix docblock for collection pluck methods by [@SanderMuller](https://togithub.com/SanderMuller) in [https://github.com/laravel/framework/pull/51295](https://togithub.com/laravel/framework/pull/51295)
- \[11.x] Add tests for handling non-baked enum and empty string requests by [@hrant1020](https://togithub.com/hrant1020) in [https://github.com/laravel/framework/pull/51289](https://togithub.com/laravel/framework/pull/51289)
- blank and filled now support stringable by [@lava83](https://togithub.com/lava83) in [https://github.com/laravel/framework/pull/51300](https://togithub.com/laravel/framework/pull/51300)
- \[11.x] Fix ratio validation for high ratio images by [@ahmedbally](https://togithub.com/ahmedbally) in [https://github.com/laravel/framework/pull/51296](https://togithub.com/laravel/framework/pull/51296)
- \[11.x] Add int|float support to e method by [@trippo](https://togithub.com/trippo) in [https://github.com/laravel/framework/pull/51314](https://togithub.com/laravel/framework/pull/51314)
- \[11.x] Add release notes by [@driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/51310](https://togithub.com/laravel/framework/pull/51310)
- \[11.x] `Stringable` is also an interface of symfony by [@lava83](https://togithub.com/lava83) in [https://github.com/laravel/framework/pull/51309](https://togithub.com/laravel/framework/pull/51309)
- \[11.x] Add some tests and improvement test coverage for `Str::camel` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51308](https://togithub.com/laravel/framework/pull/51308)
- \[11.x] Using the `??` Operator (Null Coalescing Operator) by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51305](https://togithub.com/laravel/framework/pull/51305)
- \[11.x] Add ability to override the default loading cached Routes for application by [@ahmedabdel3al](https://togithub.com/ahmedabdel3al) in [https://github.com/laravel/framework/pull/51292](https://togithub.com/laravel/framework/pull/51292)
- \[11.x] Add ->whereJsonOverlaps() for mysql by [@parkourben99](https://togithub.com/parkourben99) in [https://github.com/laravel/framework/pull/51288](https://togithub.com/laravel/framework/pull/51288)
- \[11.x] Add `InteractsWithInput` methods to `ValidatedInput` by [@aydinfatih](https://togithub.com/aydinfatih) in [https://github.com/laravel/framework/pull/51316](https://togithub.com/laravel/framework/pull/51316)
- \[11.x] Adding PasswordResetLinkSent event by [@Muffinman](https://togithub.com/Muffinman) in [https://github.com/laravel/framework/pull/51253](https://togithub.com/laravel/framework/pull/51253)
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.6.0
->11.7.0
Release Notes
laravel/framework (laravel/framework)
### [`v11.7.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1170---2024-05-07) [Compare Source](https://togithub.com/laravel/framework/compare/v11.6.0...v11.7.0) - \[11.x] Fix SesV2Transport to use correct `EmailTags` argument by [@Tietew](https://togithub.com/Tietew) in [https://github.com/laravel/framework/pull/51265](https://togithub.com/laravel/framework/pull/51265) - \[11.x] Add Databases nightly workflow by [@Jubeki](https://togithub.com/Jubeki) in [https://github.com/laravel/framework/pull/51218](https://togithub.com/laravel/framework/pull/51218) - \[11.x] update "min" and "max" rule comments by [@browner12](https://togithub.com/browner12) in [https://github.com/laravel/framework/pull/51274](https://togithub.com/laravel/framework/pull/51274) - \[11.x] Fix namespace and improvement PSR in `ClassMakeCommandTest.php` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51280](https://togithub.com/laravel/framework/pull/51280) - \[11.x] improvement test coverage for view components. by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51271](https://togithub.com/laravel/framework/pull/51271) - \[11.x] Introduce method `Rule::array()` by [@Jacobs63](https://togithub.com/Jacobs63) in [https://github.com/laravel/framework/pull/51250](https://togithub.com/laravel/framework/pull/51250) - \[11.x] Fix docblock for collection pluck methods by [@SanderMuller](https://togithub.com/SanderMuller) in [https://github.com/laravel/framework/pull/51295](https://togithub.com/laravel/framework/pull/51295) - \[11.x] Add tests for handling non-baked enum and empty string requests by [@hrant1020](https://togithub.com/hrant1020) in [https://github.com/laravel/framework/pull/51289](https://togithub.com/laravel/framework/pull/51289) - blank and filled now support stringable by [@lava83](https://togithub.com/lava83) in [https://github.com/laravel/framework/pull/51300](https://togithub.com/laravel/framework/pull/51300) - \[11.x] Fix ratio validation for high ratio images by [@ahmedbally](https://togithub.com/ahmedbally) in [https://github.com/laravel/framework/pull/51296](https://togithub.com/laravel/framework/pull/51296) - \[11.x] Add int|float support to e method by [@trippo](https://togithub.com/trippo) in [https://github.com/laravel/framework/pull/51314](https://togithub.com/laravel/framework/pull/51314) - \[11.x] Add release notes by [@driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/51310](https://togithub.com/laravel/framework/pull/51310) - \[11.x] `Stringable` is also an interface of symfony by [@lava83](https://togithub.com/lava83) in [https://github.com/laravel/framework/pull/51309](https://togithub.com/laravel/framework/pull/51309) - \[11.x] Add some tests and improvement test coverage for `Str::camel` by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51308](https://togithub.com/laravel/framework/pull/51308) - \[11.x] Using the `??` Operator (Null Coalescing Operator) by [@saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51305](https://togithub.com/laravel/framework/pull/51305) - \[11.x] Add ability to override the default loading cached Routes for application by [@ahmedabdel3al](https://togithub.com/ahmedabdel3al) in [https://github.com/laravel/framework/pull/51292](https://togithub.com/laravel/framework/pull/51292) - \[11.x] Add ->whereJsonOverlaps() for mysql by [@parkourben99](https://togithub.com/parkourben99) in [https://github.com/laravel/framework/pull/51288](https://togithub.com/laravel/framework/pull/51288) - \[11.x] Add `InteractsWithInput` methods to `ValidatedInput` by [@aydinfatih](https://togithub.com/aydinfatih) in [https://github.com/laravel/framework/pull/51316](https://togithub.com/laravel/framework/pull/51316) - \[11.x] Adding PasswordResetLinkSent event by [@Muffinman](https://togithub.com/Muffinman) in [https://github.com/laravel/framework/pull/51253](https://togithub.com/laravel/framework/pull/51253)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.