RoboJackets / jedi

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

Update dependency laravel/framework to v11.11.0 #545

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

laravel/framework (laravel/framework) ### [`v11.11.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11110---2024-06-18) [Compare Source](https://togithub.com/laravel/framework/compare/v11.10.0...v11.11.0) - \[11.x] Add `get`, `write` and `forget` cache events by [@​stayallive](https://togithub.com/stayallive) in [https://github.com/laravel/framework/pull/51560](https://togithub.com/laravel/framework/pull/51560) - \[11.x] Add test for Arr::sortRecursiveDesc() method. by [@​lmottasin](https://togithub.com/lmottasin) in [https://github.com/laravel/framework/pull/51716](https://togithub.com/laravel/framework/pull/51716) - \[11.x] Fix missing table name in `db:table` command by [@​benholmen](https://togithub.com/benholmen) in [https://github.com/laravel/framework/pull/51710](https://togithub.com/laravel/framework/pull/51710) - Ensure files exist for `install:broadcasting` by [@​jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/51719](https://togithub.com/laravel/framework/pull/51719) - \[11.x] Restore exceptions/errors to test assertion failure messages by [@​jessarcher](https://togithub.com/jessarcher) in [https://github.com/laravel/framework/pull/51725](https://togithub.com/laravel/framework/pull/51725) - \[11.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51723](https://togithub.com/laravel/framework/pull/51723) - \[11.x] Add tests for accessible and take method by [@​saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/51724](https://togithub.com/laravel/framework/pull/51724) - Increment the `totalJobs` property for the `BatchFake` when add some jobs by [@​yankewei](https://togithub.com/yankewei) in [https://github.com/laravel/framework/pull/51742](https://togithub.com/laravel/framework/pull/51742) - \[11.x] Give session ID retrieval the Laravel treatment by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/51732](https://togithub.com/laravel/framework/pull/51732) - \[11.x] Fix the chunk method to an integer type in the splitIn method by [@​rookiexxk](https://togithub.com/rookiexxk) in [https://github.com/laravel/framework/pull/51733](https://togithub.com/laravel/framework/pull/51733) - Update:update name method and doc by [@​mehdi-fathi](https://togithub.com/mehdi-fathi) in [https://github.com/laravel/framework/pull/51744](https://togithub.com/laravel/framework/pull/51744) - \[11.x] Fixes `config:publish` with `dontMergeFrameworkConfiguration()` set to `true` by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/51751](https://togithub.com/laravel/framework/pull/51751) - Updated phpdoc for Builder::from() by [@​boris-glumpler](https://togithub.com/boris-glumpler) in [https://github.com/laravel/framework/pull/51767](https://togithub.com/laravel/framework/pull/51767) - \[11.x] Fixed pop on default Beankstalkd queue when not specifically added by [@​rinocs](https://togithub.com/rinocs) in [https://github.com/laravel/framework/pull/51759](https://togithub.com/laravel/framework/pull/51759) - \[11.x] Add `before` and `after` methods to Collection by [@​avosalmon](https://togithub.com/avosalmon) in [https://github.com/laravel/framework/pull/51752](https://togithub.com/laravel/framework/pull/51752) - \[11.x] Change scope for `afterCreating` and `afterMaking` callbacks by [@​jacob418](https://togithub.com/jacob418) in [https://github.com/laravel/framework/pull/51772](https://togithub.com/laravel/framework/pull/51772) - Use numeric literal separator in file rule validation by [@​AmirKhalifehSoltani](https://togithub.com/AmirKhalifehSoltani) in [https://github.com/laravel/framework/pull/51781](https://togithub.com/laravel/framework/pull/51781) - \[11.x] Import Model class for Renderer\Exception by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51778](https://togithub.com/laravel/framework/pull/51778) - \[11.x] About command improvement by [@​AmirKhalifehSoltani](https://togithub.com/AmirKhalifehSoltani) in [https://github.com/laravel/framework/pull/51791](https://togithub.com/laravel/framework/pull/51791) - \[11.x] Test abort behavior by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51800](https://togithub.com/laravel/framework/pull/51800) - \[11.x] Container shares fixed values/initialized instances instead of singleton closure resolutions by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51804](https://togithub.com/laravel/framework/pull/51804) - \[11.x] Fix altering a table that has a column with `default 0` on SQLite by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/51803](https://togithub.com/laravel/framework/pull/51803) - \[11.x] Fix typo in `VendorPublishCommand` by [@​tamiroh](https://togithub.com/tamiroh) in [https://github.com/laravel/framework/pull/51812](https://togithub.com/laravel/framework/pull/51812) - \[11.x] Fix some typos in the tests by [@​tamiroh](https://togithub.com/tamiroh) in [https://github.com/laravel/framework/pull/51811](https://togithub.com/laravel/framework/pull/51811) - \[11.x] Add unprocessableContent and update unprocessableEntity by [@​dwightwatson](https://togithub.com/dwightwatson) in [https://github.com/laravel/framework/pull/51815](https://togithub.com/laravel/framework/pull/51815) - \[11.x] Improve Queue::assertNothingPushed() error message by [@​SjorsO](https://togithub.com/SjorsO) in [https://github.com/laravel/framework/pull/51814](https://togithub.com/laravel/framework/pull/51814) - \[11.x] Add `Relation::getMorphAlias()` by [@​pxlrbt](https://togithub.com/pxlrbt) in [https://github.com/laravel/framework/pull/51809](https://togithub.com/laravel/framework/pull/51809) - \[11.x] Support third-party relations in `model:show` command by [@​staudenmeir](https://togithub.com/staudenmeir) in [https://github.com/laravel/framework/pull/51807](https://togithub.com/laravel/framework/pull/51807) - \[11.x] Fix nested rules custom attribute names by [@​owenandrews](https://togithub.com/owenandrews) in [https://github.com/laravel/framework/pull/51805](https://togithub.com/laravel/framework/pull/51805) - \[11.x] Fix docblock of \Illuminate\Http\Response by [@​seriquynh](https://togithub.com/seriquynh) in [https://github.com/laravel/framework/pull/51823](https://togithub.com/laravel/framework/pull/51823)

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.