Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency laravel/framework to v11.0.8 (#33)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [laravel/framework](https://laravel.com) ([source](https://github.com/laravel/framework)) | `11.0.5` -> `11.0.8` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fframework/11.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/laravel%2fframework/11.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/laravel%2fframework/11.0.5/11.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fframework/11.0.5/11.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>laravel/framework (laravel/framework)</summary> ### [`v11.0.8`](https://github.com/laravel/framework/compare/v11.0.7...v11.0.8) [Compare Source](https://github.com/laravel/framework/compare/v11.0.7...v11.0.8) ### [`v11.0.7`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1107---2024-03-15) [Compare Source](https://github.com/laravel/framework/compare/v11.0.6...v11.0.7) - \[11.x] Re-add translations for ValidationException by [@​driesvints](https://github.com/driesvints) in [https://github.com/laravel/framework/pull/50546](https://github.com/laravel/framework/pull/50546) - \[11.x] Removes unused Dumpable trait by [@​OussamaMater](https://github.com/OussamaMater) in [https://github.com/laravel/framework/pull/50559](https://github.com/laravel/framework/pull/50559) - \[11.x] Fix withRouting docblock type by [@​santigarcor](https://github.com/santigarcor) in [https://github.com/laravel/framework/pull/50563](https://github.com/laravel/framework/pull/50563) - \[11.x] Fix docblock in FakeInvokedProcess.php by [@​saMahmoudzadeh](https://github.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/50568](https://github.com/laravel/framework/pull/50568) - \[11.x] fix: Add missing InvalidArgumentException import to Database/Schema/SqlServerBuilder by [@​ayutaya](https://github.com/ayutaya) in [https://github.com/laravel/framework/pull/50573](https://github.com/laravel/framework/pull/50573) - \[11.x] Improved translation for displaying the count of errors in the validation message by [@​andrey-helldar](https://github.com/andrey-helldar) in [https://github.com/laravel/framework/pull/50560](https://github.com/laravel/framework/pull/50560) - \[11.x] Fix retry_after to be an integer by [@​driesvints](https://github.com/driesvints) in [https://github.com/laravel/framework/pull/50580](https://github.com/laravel/framework/pull/50580) - \[11.x] Use available `getPath()` instead of using `app_path()` to detect if base controller exists by [@​crynobone](https://github.com/crynobone) in [https://github.com/laravel/framework/pull/50583](https://github.com/laravel/framework/pull/50583) - \[11.x] Fix doc block: `[@return](https://github.com/return) static` has been modified to `[@return](https://github.com/return) void` by [@​saMahmoudzadeh](https://github.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/50592](https://github.com/laravel/framework/pull/50592) - accept attributes for channels by [@​taylorotwell](https://github.com/taylorotwell) in laravel/framework@398f494 ### [`v11.0.6`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1106---2024-03-14) [Compare Source](https://github.com/laravel/framework/compare/v11.0.5...v11.0.6) - \[11.x] Fix version constraints for illuminate/process by [@​riesjart](https://github.com/riesjart) in [https://github.com/laravel/framework/pull/50524](https://github.com/laravel/framework/pull/50524) - \[11.x] Update Broadcasting Install Command With Bun Support by [@​HDVinnie](https://github.com/HDVinnie) in [https://github.com/laravel/framework/pull/50525](https://github.com/laravel/framework/pull/50525) - \[11.x] Allows to comment `web` and `health` routes by [@​nunomaduro](https://github.com/nunomaduro) in [https://github.com/laravel/framework/pull/50533](https://github.com/laravel/framework/pull/50533) - \[11.x] Add generics for Arr::first() by [@​phh](https://github.com/phh) in [https://github.com/laravel/framework/pull/50514](https://github.com/laravel/framework/pull/50514) - Change default collation for MySQL by [@​driesvints](https://github.com/driesvints) in [https://github.com/laravel/framework/pull/50555](https://github.com/laravel/framework/pull/50555) - \[11.x] Fixes install:broadcasting command by [@​joedixon](https://github.com/joedixon) in [https://github.com/laravel/framework/pull/50550](https://github.com/laravel/framework/pull/50550) - \[11.x] Fix crash when configuration directory is non-existing by [@​buismaarten](https://github.com/buismaarten) in [https://github.com/laravel/framework/pull/50537](https://github.com/laravel/framework/pull/50537) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/tisnamuliarta/laravel-shadcn). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
- Loading branch information