laravel/framework (laravel/framework)
### [`v11.30.0`](https://redirect.github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11300---2024-10-30)
[Compare Source](https://redirect.github.com/laravel/framework/compare/v11.29.0...v11.30.0)
- Add `$bind` parameter to `Blade::directive` by [@hossein-zare](https://redirect.github.com/hossein-zare) in [https://github.com/laravel/framework/pull/53279](https://redirect.github.com/laravel/framework/pull/53279)
- \[11.x] Fix `trans_choice()` when translation replacement include `|` separator by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/framework/pull/53331](https://redirect.github.com/laravel/framework/pull/53331)
- \[11.x] Allow the authorize method to accept Backed Enums directly by [@johanvanhelden](https://redirect.github.com/johanvanhelden) in [https://github.com/laravel/framework/pull/53330](https://redirect.github.com/laravel/framework/pull/53330)
- \[11.x] use `exists()` instead of `count()` by [@browner12](https://redirect.github.com/browner12) in [https://github.com/laravel/framework/pull/53328](https://redirect.github.com/laravel/framework/pull/53328)
- \[11.x] Docblock Improvements by [@mtlukaszczyk](https://redirect.github.com/mtlukaszczyk) in [https://github.com/laravel/framework/pull/53325](https://redirect.github.com/laravel/framework/pull/53325)
- Allow for custom Postgres operators to be added by [@boris-glumpler](https://redirect.github.com/boris-glumpler) in [https://github.com/laravel/framework/pull/53324](https://redirect.github.com/laravel/framework/pull/53324)
- \[11.x] Support Optional Dimensions for `vector` Column Type by [@akr4m](https://redirect.github.com/akr4m) in [https://github.com/laravel/framework/pull/53316](https://redirect.github.com/laravel/framework/pull/53316)
- \[11.x] Test Improvements by [@saMahmoudzadeh](https://redirect.github.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/53306](https://redirect.github.com/laravel/framework/pull/53306)
- \[11.x] Added `dropColumnsIfExists`, `dropColumnIfExists` and `dropForeignIfExists` by [@eusonlito](https://redirect.github.com/eusonlito) in [https://github.com/laravel/framework/pull/53305](https://redirect.github.com/laravel/framework/pull/53305)
- \[11.x] Provide an error message for PostTooLargeException by [@patrickomeara](https://redirect.github.com/patrickomeara) in [https://github.com/laravel/framework/pull/53301](https://redirect.github.com/laravel/framework/pull/53301)
- \[11.x] Fix integrity constraint violation on failed_jobs_uuid_unique by [@bytestream](https://redirect.github.com/bytestream) in [https://github.com/laravel/framework/pull/53264](https://redirect.github.com/laravel/framework/pull/53264)
- Revert "\[11.x] Added `dropColumnsIfExists`, `dropColumnIfExists` and `dropForeignIfExists`" by [@taylorotwell](https://redirect.github.com/taylorotwell) in [https://github.com/laravel/framework/pull/53338](https://redirect.github.com/laravel/framework/pull/53338)
- \[11.x] Introduce `HasUniqueStringIds` by [@cosmastech](https://redirect.github.com/cosmastech) in [https://github.com/laravel/framework/pull/53280](https://redirect.github.com/laravel/framework/pull/53280)
- \[11.x] Refactor: check for contextual attribute before getting parameter class name by [@korkoshko](https://redirect.github.com/korkoshko) in [https://github.com/laravel/framework/pull/53339](https://redirect.github.com/laravel/framework/pull/53339)
- \[11.x] Pick up existing views and markdowns when creating mails by [@kevinb1989](https://redirect.github.com/kevinb1989) in [https://github.com/laravel/framework/pull/53308](https://redirect.github.com/laravel/framework/pull/53308)
- \[11.x] Add withoutDefer and withDefer testing helpers by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/framework/pull/53340](https://redirect.github.com/laravel/framework/pull/53340)
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.29.0
->11.30.0
Release Notes
laravel/framework (laravel/framework)
### [`v11.30.0`](https://redirect.github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11300---2024-10-30) [Compare Source](https://redirect.github.com/laravel/framework/compare/v11.29.0...v11.30.0) - Add `$bind` parameter to `Blade::directive` by [@hossein-zare](https://redirect.github.com/hossein-zare) in [https://github.com/laravel/framework/pull/53279](https://redirect.github.com/laravel/framework/pull/53279) - \[11.x] Fix `trans_choice()` when translation replacement include `|` separator by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/framework/pull/53331](https://redirect.github.com/laravel/framework/pull/53331) - \[11.x] Allow the authorize method to accept Backed Enums directly by [@johanvanhelden](https://redirect.github.com/johanvanhelden) in [https://github.com/laravel/framework/pull/53330](https://redirect.github.com/laravel/framework/pull/53330) - \[11.x] use `exists()` instead of `count()` by [@browner12](https://redirect.github.com/browner12) in [https://github.com/laravel/framework/pull/53328](https://redirect.github.com/laravel/framework/pull/53328) - \[11.x] Docblock Improvements by [@mtlukaszczyk](https://redirect.github.com/mtlukaszczyk) in [https://github.com/laravel/framework/pull/53325](https://redirect.github.com/laravel/framework/pull/53325) - Allow for custom Postgres operators to be added by [@boris-glumpler](https://redirect.github.com/boris-glumpler) in [https://github.com/laravel/framework/pull/53324](https://redirect.github.com/laravel/framework/pull/53324) - \[11.x] Support Optional Dimensions for `vector` Column Type by [@akr4m](https://redirect.github.com/akr4m) in [https://github.com/laravel/framework/pull/53316](https://redirect.github.com/laravel/framework/pull/53316) - \[11.x] Test Improvements by [@saMahmoudzadeh](https://redirect.github.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/53306](https://redirect.github.com/laravel/framework/pull/53306) - \[11.x] Added `dropColumnsIfExists`, `dropColumnIfExists` and `dropForeignIfExists` by [@eusonlito](https://redirect.github.com/eusonlito) in [https://github.com/laravel/framework/pull/53305](https://redirect.github.com/laravel/framework/pull/53305) - \[11.x] Provide an error message for PostTooLargeException by [@patrickomeara](https://redirect.github.com/patrickomeara) in [https://github.com/laravel/framework/pull/53301](https://redirect.github.com/laravel/framework/pull/53301) - \[11.x] Fix integrity constraint violation on failed_jobs_uuid_unique by [@bytestream](https://redirect.github.com/bytestream) in [https://github.com/laravel/framework/pull/53264](https://redirect.github.com/laravel/framework/pull/53264) - Revert "\[11.x] Added `dropColumnsIfExists`, `dropColumnIfExists` and `dropForeignIfExists`" by [@taylorotwell](https://redirect.github.com/taylorotwell) in [https://github.com/laravel/framework/pull/53338](https://redirect.github.com/laravel/framework/pull/53338) - \[11.x] Introduce `HasUniqueStringIds` by [@cosmastech](https://redirect.github.com/cosmastech) in [https://github.com/laravel/framework/pull/53280](https://redirect.github.com/laravel/framework/pull/53280) - \[11.x] Refactor: check for contextual attribute before getting parameter class name by [@korkoshko](https://redirect.github.com/korkoshko) in [https://github.com/laravel/framework/pull/53339](https://redirect.github.com/laravel/framework/pull/53339) - \[11.x] Pick up existing views and markdowns when creating mails by [@kevinb1989](https://redirect.github.com/kevinb1989) in [https://github.com/laravel/framework/pull/53308](https://redirect.github.com/laravel/framework/pull/53308) - \[11.x] Add withoutDefer and withDefer testing helpers by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/framework/pull/53340](https://redirect.github.com/laravel/framework/pull/53340)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.