RoboJackets / jedi

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

Update dependency laravel/framework to v11.19.0 #553

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.17.0 -> 11.19.0 age adoption passing confidence

Release Notes

laravel/framework (laravel/framework) ### [`v11.19.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11190---2024-07-30) [Compare Source](https://togithub.com/laravel/framework/compare/v11.18.1...v11.19.0) - fix [@​return](https://togithub.com/return) typehint in Illuminate\Contracts\Process\InvokedProcess::wait method by [@​mdmahbubhelal](https://togithub.com/mdmahbubhelal) in [https://github.com/laravel/framework/pull/52304](https://togithub.com/laravel/framework/pull/52304) - \[11.x] Add php doc for ServiceProvider bindings and singletons properties by [@​Anton5360](https://togithub.com/Anton5360) in [https://github.com/laravel/framework/pull/52298](https://togithub.com/laravel/framework/pull/52298) - \[10.x] backport [#​52188](https://togithub.com/laravel/framework/issues/52188) by [@​calebdw](https://togithub.com/calebdw) in [https://github.com/laravel/framework/pull/52293](https://togithub.com/laravel/framework/pull/52293) - Update docblock to accept an Expression for whereLike methods by [@​patrickomeara](https://togithub.com/patrickomeara) in [https://github.com/laravel/framework/pull/52299](https://togithub.com/laravel/framework/pull/52299) - \[11.x] Fix Bcrypt/Argon/Argon2I Hashers not checking database field for nullish value before checking hash compatibility by [@​localpath](https://togithub.com/localpath) in [https://github.com/laravel/framework/pull/52297](https://togithub.com/laravel/framework/pull/52297) - \[11.x] Method to trim '0' digits after decimal point of a given number by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52284](https://togithub.com/laravel/framework/pull/52284) - \[11.x] Add `whereNone` method to the query builder by [@​einar-hansen](https://togithub.com/einar-hansen) in [https://github.com/laravel/framework/pull/52260](https://togithub.com/laravel/framework/pull/52260) - \[11.x] Fix flat array parameter for relation upsert by [@​iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/52289](https://togithub.com/laravel/framework/pull/52289) - \[11.x] `assertSeeHtml`, `assertDontSeeHtml` and `assertSeeHtmlInOrder` testing methods by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52285](https://togithub.com/laravel/framework/pull/52285) - \[11.x] Fully qualify morph columns when using WHERE clauses by [@​maartenpaauw](https://togithub.com/maartenpaauw) in [https://github.com/laravel/framework/pull/52227](https://togithub.com/laravel/framework/pull/52227) - \[10.x] Fix runPaginationCountQuery not working properly for union queries by [@​chinleung](https://togithub.com/chinleung) in [https://github.com/laravel/framework/pull/52314](https://togithub.com/laravel/framework/pull/52314) - \[11.x] Add `assertExactJsonStructure` method by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52311](https://togithub.com/laravel/framework/pull/52311) - \[11.x] Add `withoutHeader()` test method by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52309](https://togithub.com/laravel/framework/pull/52309) - \[11.x] Widen typehints in base service provider by [@​devfrey](https://togithub.com/devfrey) in [https://github.com/laravel/framework/pull/52308](https://togithub.com/laravel/framework/pull/52308) - \[11.X] "Model::preventAccessingMissingAttributes()" Causes Exception During Pagination with ResourceCollection by [@​Katalam](https://togithub.com/Katalam) in [https://github.com/laravel/framework/pull/52305](https://togithub.com/laravel/framework/pull/52305) - \[11.x] Fixes through() relationship by [@​leobeal](https://togithub.com/leobeal) in [https://github.com/laravel/framework/pull/52318](https://togithub.com/laravel/framework/pull/52318) - \[11.x] Add new `success` Method to the Docblock of `Illuminate\Console\View\Components\Factory` by [@​devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/52310](https://togithub.com/laravel/framework/pull/52310) - \[11.x] Fix tests in wrong file by [@​christophrumpel](https://togithub.com/christophrumpel) in [https://github.com/laravel/framework/pull/52329](https://togithub.com/laravel/framework/pull/52329) ### [`v11.18.1`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11181---2024-07-26) [Compare Source](https://togithub.com/laravel/framework/compare/v11.18.0...v11.18.1) - \[11.x] Fix variable typo at Terminating Event test by [@​chu121su12](https://togithub.com/chu121su12) in [https://github.com/laravel/framework/pull/52282](https://togithub.com/laravel/framework/pull/52282) - Revert "\[11.x] Declare bindings and singletons properties in Service Provider" by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/52288](https://togithub.com/laravel/framework/pull/52288) ### [`v11.18.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v11180---2024-07-26) [Compare Source](https://togithub.com/laravel/framework/compare/v11.17.0...v11.18.0) - Added completeWords flag to limit str method by [@​itsmewes](https://togithub.com/itsmewes) in [https://github.com/laravel/framework/pull/52245](https://togithub.com/laravel/framework/pull/52245) - \[11.x] Fix missing \* in phpdoc by [@​pb30](https://togithub.com/pb30) in [https://github.com/laravel/framework/pull/52277](https://togithub.com/laravel/framework/pull/52277) - \[11.x] Fix SQLite schema dumps missing most tables by [@​bakerkretzmar](https://togithub.com/bakerkretzmar) in [https://github.com/laravel/framework/pull/52275](https://togithub.com/laravel/framework/pull/52275) - \[11.x] Access dispatchedBatches via BusFake by [@​gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/laravel/framework/pull/52270](https://togithub.com/laravel/framework/pull/52270) - \[11.x] Adds terminating event by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/52259](https://togithub.com/laravel/framework/pull/52259) - \[11.x] Declare bindings and singletons properties in Service Provider by [@​Anton5360](https://togithub.com/Anton5360) in [https://github.com/laravel/framework/pull/52256](https://togithub.com/laravel/framework/pull/52256) - \[11.x] Fix explicit route binding for broadcast routes by [@​ccharz](https://togithub.com/ccharz) in [https://github.com/laravel/framework/pull/52280](https://togithub.com/laravel/framework/pull/52280) - Revert "\[11.x] Allow non-`ContextualAttribute` attributes to have an `after` callback" by [@​taylorotwell](https://togithub.com/taylorotwell) in [https://github.com/laravel/framework/pull/52281](https://togithub.com/laravel/framework/pull/52281) - \[11.x] Apply relation constraitns on upsert by [@​iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/52239](https://togithub.com/laravel/framework/pull/52239)

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.