trends.stumason.dev
TypeScript
Pull Request Opened
PR #136 opened: chore(deps): bump laravel/framework from 12.59.0 to 13.11.2
Bumps laravel/framework from 12.59.0 to 13.11.2.
▶Release notes
Sourced from laravel/framework's releases.
v13.11.2
- [13.x] Fix lifecycle deferred event methods by
@cosmastechin laravel/framework#60190- [13.x] Boot managed queues before service providers boot by
@kieranbrownin laravel/framework#60198v13.11.1
- Normalize Windows env variable comparison in ServeCommand by
@wangchenxudevin laravel/framework#60183- [13.x] Rename X-Request-ID header to Cloud-Request-ID by
@kieranbrownin laravel/framework#60188v13.11.0
- [13.x] Dedicated Cloud Queue by
@kieranbrownin laravel/framework#60180v13.10.0
- [13.x] Improve queue metric tests by
@timacdonaldin laravel/framework#60124- [13.x] Add tests for SeeInHtml constraint covering unicode whitespace by
@scabarcas17in laravel/framework#60128- [13.x] Fix starts_with/ends_with rules rejecting numeric values by
@aydinfatihin laravel/framework#60120- Fix typo in docblock for listManagementOptions method in SesV2Transport by
@daliendevin laravel/framework#60115- [13.x] Fix typo in mergeAttributeFromCachedCasts() PHPDoc comment by
@mosabbirrakibin laravel/framework#60112- [13.x] Optimize Worker queue pause check by
@jackbaylissin laravel/framework#60109- [13.x] Fix typo in preg_replace_array() PHPDoc comment by
@mosabbirrakibin laravel/framework#60111- Add storage store by
@taylorotwellin laravel/framework#60131- Fix typo in Builder::getRelation() comment by
@rpsohagin laravel/framework#60130- URL Encode Paths by
@taylorotwellin laravel/framework#60137- [13.x] Add WorkerIdle event by
@jackbaylissin laravel/framework#60134- [13.x] Replace
@returnwith@varon docblocks for properties in tests by@scabarcas17in laravel/framework#60132- [13.x] Pass WorkerOptions to Pausing/Resuming/Interrupted by
@jackbaylissin laravel/framework#60135- [13.x] Switch force check in Worker by
@jackbaylissin laravel/framework#60145- [13.x] Skip delimiter filesystem tests on Windows by
@jackbaylissin laravel/framework#60143- Delimit aggregate alias by
@willrowein laravel/framework#60140- [13.x] Allow lifecycle and output callbacks on Schedule::group() by
@cosmastechin laravel/framework#60133- [13.x] Allow passing scheduled
Eventin callbacks by@cosmastechin laravel/framework#60144- Validate against line breaks in emails by
@taylorotwellin laravel/framework#60151- [13.x] Add
assertPushedOnce()by@weshooperin laravel/framework#60150- [13.x] Fix callable usage in
Event@callEventCallback()by@cosmastechin laravel/framework#60148- [13.x] Fix numeric property names being cast to integers in JsonSchema requi… by
@irabbi360in laravel/framework#60149- [13.x] Pass worker options to Looping by
@jackbaylissin laravel/framework#60153- [13.x] Support enum queue names in QueueFake by
@Tresor-Kasendain laravel/framework#60161- [13.x] Remove obsolete
@phpstan-ignoreclauses by@jnoordsijin laravel/framework#60164- [13.x] Consistent test OS attributes by
@jnoordsijin laravel/framework#60162- Output cloud request ID in logs by
@jradtilbrookin laravel/framework#60156- [13.x] Optionally flush the SQS overflow store on queue:clear by
@Orrisonin laravel/framework#60138- [13.x] Add JSON output option to ListFailedCommand and corresponding tests by
@Tresor-Kasendain laravel/framework#60168- [13.x] Add schema foreign key existence helper by
@Tresor-Kasendain laravel/framework#60169- Stop when empty for by
@taylorotwellin laravel/framework#60176- [13.x] Add initial value type to return of
reduceandreduceWithKeysby@jnoordsijin laravel/framework#60178- [13.x] Fix incorrect type hint in EncodedHtmlString::convert() docblock by
@rpsohagin laravel/framework#60186v13.9.0
- [13.x] Fix issue using custom aws credential providers by
@iWaderin laravel/framework#60000- [13.x] Revert "Correct Factory::configure
@returnto $this (#59963)" by@jnoordsijin laravel/framework#60004- [13.x] Replace
mb_splitwithpreg_splitby@jnoordsijin laravel/framework#60012
... (truncated)
▶Changelog
Sourced from laravel/framework's changelog.
v13.11.2 - 2026-05-20
- [13.x] Fix lifecycle deferred event methods by
@cosmastechin laravel/framework#60190- [13.x] Boot managed queues before service providers boot by
@kieranbrownin laravel/framework#60198v13.11.1 - 2026-05-19
- Normalize Windows env variable comparison in ServeCommand by
@wangchenxudevin laravel/framework#60183- [13.x] Rename X-Request-ID header to Cloud-Request-ID by
@kieranbrownin laravel/framework#60188v13.11.0 - 2026-05-19
- [13.x] Dedicated Cloud Queue by
@kieranbrownin laravel/framework#60180v13.10.0 - 2026-05-19
- [13.x] Improve queue metric tests by
@timacdonaldin laravel/framework#60124- [13.x] Add tests for SeeInHtml constraint covering unicode whitespace by
@scabarcas17in laravel/framework#60128- [13.x] Fix starts_with/ends_with rules rejecting numeric values by
@aydinfatihin laravel/framework#60120- Fix typo in docblock for listManagementOptions method in SesV2Transport by
@daliendevin laravel/framework#60115- [13.x] Fix typo in mergeAttributeFromCachedCasts() PHPDoc comment by
@mosabbirrakibin laravel/framework#60112- [13.x] Optimize Worker queue pause check by
@jackbaylissin laravel/framework#60109- [13.x] Fix typo in preg_replace_array() PHPDoc comment by
@mosabbirrakibin laravel/framework#60111- Add storage store by
@taylorotwellin laravel/framework#60131- Fix typo in Builder::getRelation() comment by
@rpsohagin laravel/framework#60130- URL Encode Paths by
@taylorotwellin laravel/framework#60137- [13.x] Add WorkerIdle event by
@jackbaylissin laravel/framework#60134- [13.x] Replace
@returnwith@varon docblocks for properties in tests by@scabarcas17in laravel/framework#60132- [13.x] Pass WorkerOptions to Pausing/Resuming/Interrupted by
@jackbaylissin laravel/framework#60135- [13.x] Switch force check in Worker by
@jackbaylissin laravel/framework#60145- [13.x] Skip delimiter filesystem tests on Windows by
@jackbaylissin laravel/framework#60143- Delimit aggregate alias by
@willrowein laravel/framework#60140- [13.x] Allow lifecycle and output callbacks on Schedule::group() by
@cosmastechin laravel/framework#60133- [13.x] Allow passing scheduled
Eventin callbacks by@cosmastechin laravel/framework#60144- Validate against line breaks in emails by
@taylorotwellin laravel/framework#60151- [13.x] Add
assertPushedOnce()by@weshooperin laravel/framework#60150- [13.x] Fix callable usage in
Event@callEventCallback()by@cosmastechin laravel/framework#60148- [13.x] Fix numeric property names being cast to integers in JsonSchema requi… by
@irabbi360in laravel/framework#60149- [13.x] Pass worker options to Looping by
@jackbaylissin laravel/framework#60153- [13.x] Support enum queue names in QueueFake by
@Tresor-Kasendain laravel/framework#60161- [13.x] Remove obsolete
@phpstan-ignoreclauses by@jnoordsijin laravel/framework#60164- [13.x] Consistent test OS attributes by
@jnoordsijin laravel/framework#60162- Output cloud request ID in logs by
@jradtilbrookin laravel/framework#60156- [13.x] Optionally flush the SQS overflow store on queue:clear by
@Orrisonin laravel/framework#60138- [13.x] Add JSON output option to ListFailedCommand and corresponding tests by
@Tresor-Kasendain laravel/framework#60168- [13.x] Add schema foreign key existence helper by
@Tresor-Kasendain laravel/framework#60169- Stop when empty for by
@taylorotwellin laravel/framework#60176- [13.x] Add initial value type to return of
reduceandreduceWithKeysby@jnoordsijin laravel/framework#60178- [13.x] Fix incorrect type hint in EncodedHtmlString::convert() docblock by
@rpsohagin laravel/framework#60186
... (truncated)
▶Commits
4148042Update version to v13.11.2ff0dda1[13.x] Boot managed queues before service providers boot (#60198)e8043a0fix grouping (#60190)943edefUpdate CHANGELOG6b70133Update version to v13.11.1499d5e7Rename X-Request-ID header to Cloud-Request-ID (#60188)a7c6f00Normalize Windows env variable comparison in ServeCommand (#60183)e190491Update CHANGELOGd3d814fUpdate version to v13.11.04ddf016Update CHANGELOG- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
+338
additions
-289
deletions
2
files changed