RoboJackets / jedi

Identity event bus
Apache License 2.0
0 stars 0 forks source link

Update dependency laravel/framework to v11.17.0 #552

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/framework (source) 11.16.0 -> 11.17.0 age adoption passing confidence

Release Notes

laravel/framework (laravel/framework) ### [`v11.17.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11170---2024-07-23) [Compare Source](https://togithub.com/laravel/framework/compare/v11.16.0...v11.17.0) - \[10.x] Fix PHP_CLI_SERVER_WORKERS warning by suppressing it by [@​pelomedusa](https://togithub.com/pelomedusa) in [https://github.com/laravel/framework/pull/52094](https://togithub.com/laravel/framework/pull/52094) - \[11.x] Use `Command::FAILURE` for `db:wipe` command by [@​siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52152](https://togithub.com/laravel/framework/pull/52152) - \[11.x] Update outdated config files by [@​TENIOS](https://togithub.com/TENIOS) in [https://github.com/laravel/framework/pull/52150](https://togithub.com/laravel/framework/pull/52150) - \[11.x] Fix 'pushProcessor method not found on LoggerInterface' error by [@​cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/framework/pull/52117](https://togithub.com/laravel/framework/pull/52117) - \[11.x] Use `Command::FAILURE` for `migrate:fresh` command by [@​siarheipashkevich](https://togithub.com/siarheipashkevich) in [https://github.com/laravel/framework/pull/52153](https://togithub.com/laravel/framework/pull/52153) - Improve accuracy of `Collection::isEmpty` and `isNotEmpty` assertions by [@​spawnia](https://togithub.com/spawnia) in [https://github.com/laravel/framework/pull/52184](https://togithub.com/laravel/framework/pull/52184) - \[11.x] Fix return for ApplicationBuilder:: withCommandRouting method by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/52181](https://togithub.com/laravel/framework/pull/52181) - \[11.x] Refactor: Replace get_called_class() with static::class for consistency by [@​fernandokbs](https://togithub.com/fernandokbs) in [https://github.com/laravel/framework/pull/52173](https://togithub.com/laravel/framework/pull/52173) - \[11.x] Improve readability of SQLite schema dumps by [@​bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52172](https://togithub.com/laravel/framework/pull/52172) - \[11.x] Allow non-`ContextualAttribute` attributes to have an `after` callback by [@​innocenzi](https://togithub.com/innocenzi) in [https://github.com/laravel/framework/pull/52167](https://togithub.com/laravel/framework/pull/52167) - \[11.x] Ignoring column definitions when determining if a blueprint has a create command by [@​kingsven](https://togithub.com/kingsven) in [https://github.com/laravel/framework/pull/52177](https://togithub.com/laravel/framework/pull/52177) - Add specify exceptions for exceptions handling the vite manifest file by [@​SamuelWei](https://togithub.com/SamuelWei) in [https://github.com/laravel/framework/pull/52169](https://togithub.com/laravel/framework/pull/52169) - \[11.x] fix: Model newCollection generics; feat: add HasCollection trait by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52171](https://togithub.com/laravel/framework/pull/52171) - Add whereLike clause to query builder by [@​einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52147](https://togithub.com/laravel/framework/pull/52147) - \[11.x] Implement HasV7Uuids to use with MariaDB native uuid data type by [@​Karem-sobhy](https://togithub.com/Karem-sobhy) in [https://github.com/laravel/framework/pull/52029](https://togithub.com/laravel/framework/pull/52029) - \[11.x] Rename `Model::$collection` to `$collectionClass` by [@​GromNaN](https://togithub.com/GromNaN) in [https://github.com/laravel/framework/pull/52186](https://togithub.com/laravel/framework/pull/52186) - \[11.x] Allow microsecond travel by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52190](https://togithub.com/laravel/framework/pull/52190) - \[11.x] fix: Model/JsonResource::toJson should not fail with prior json errors by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52188](https://togithub.com/laravel/framework/pull/52188) - \[11.x] Fix SQL Server tests by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/52222](https://togithub.com/laravel/framework/pull/52222) - \[11.x] Inspect exception of assertThrows by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52224](https://togithub.com/laravel/framework/pull/52224) - \[10.x] Backport [#​51615](https://togithub.com/laravel/framework/issues/51615) by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/laravel/framework/pull/52215](https://togithub.com/laravel/framework/pull/52215) - \[11.x] fix: Request::json() json errors when decoding empty string by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52204](https://togithub.com/laravel/framework/pull/52204) - \[11.x] Reduce the number of queries with `Cache::many` and `Cache::putMany` methods in the database driver by [@​tonysm](https://togithub.com/tonysm) in [https://github.com/laravel/framework/pull/52209](https://togithub.com/laravel/framework/pull/52209) - Add method `QueryExecuted::toRawSql()` by [@​spawnia](https://togithub.com/spawnia) in [https://github.com/laravel/framework/pull/52192](https://togithub.com/laravel/framework/pull/52192) - \[11.x] Support lower version of Carbon by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52233](https://togithub.com/laravel/framework/pull/52233) - \[11.x] Prevent bug (🐛) emoji on `Collection`/`Dumpable` `dd` method by [@​jessarcher](https://togithub.com/jessarcher) in [https://github.com/laravel/framework/pull/52234](https://togithub.com/laravel/framework/pull/52234)

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.