trends.stumason.dev
TypeScript
Pull Request Opened
PR #143 opened: chore(deps): bump laravel/framework from 12.60.2 to 13.12.0
Bumps laravel/framework from 12.60.2 to 13.12.0.
▶Release notes
Sourced from laravel/framework's releases.
v13.12.0
- [13.x] Accept Symfony's new control-characters exception message in mailer test by
@kieranbrownin laravel/framework#60202- [13.x] Ability to opt out of worker restart on lost connection by
@jackbaylissin laravel/framework#60201- [13.x] Resolve scheduled event callback parameter by type rather than name by
@kayw-geekin laravel/framework#60197- [13.x] default clear() queue driver param to null by
@jackbaylissin laravel/framework#60192- [13.x] Fix path separator being encoded for LocalFilesystemAdapter by
@jackbaylissin laravel/framework#60194- [13.x] feat: add factory to pivot stub by
@ludo237in laravel/framework#60204- [13.x] Fix incorrect type hint in Optional::offsetUnset() docblock by
@rpsohagin laravel/framework#60207- [13.x] Make ClearCommand prohibitable by
@jackbaylissin laravel/framework#60215- [13.x] Allow auto discovered listeners to opt out of discovery by
@jackbaylissin laravel/framework#60209- [13.x] Ensure Up/Down commands report exceptions by
@jackbaylissin laravel/framework#60232- [13.x] Fix path separator encoding in temporaryUrl on local disk by
@kayw-geekin laravel/framework#60230- [13.x] Add assertJsonPathsCanonicalizing to TestResponse by
@Tresor-Kasendain laravel/framework#60225- [13.x] Add
normalizeparameter toStr::studly()andStr::pascal()by@hotmeteorin laravel/framework#60229- [13.x] Fix async HTTP retries when using array backoff values by
@LucasCavalheriin laravel/framework#60214- [13.x] Replace compact with explicit arrays by
@parkourben99in laravel/framework#60234- [13.x] Add prohibited to KeyGenerateCommand by
@jackbaylissin laravel/framework#60224- [13.x] remove last
compact()call by@browner12in laravel/framework#60235- [13.x] Allow JsonSchema fluent boolean flags to be unset by
@LucasCavalheriin laravel/framework#60239- [13.x] battle harden when scheme is present in the config by
@DGarbs51in laravel/framework#60237- [13.x] Rector : Always convert
compact()to variables by@lucasmichotin laravel/framework#60236- [13.x] Add attributes to Scheduler by
@cosmastechin laravel/framework#60255- [13.x] Guard base_path() call in SQLiteConnector for standalone usage by
@YoussefMansour9in laravel/framework#60266- [13.x] Fix incorrect
@returntypes in Number::spell(), ordinal(), and spellOrdinal() by@AmdadulShakibin laravel/framework#60263- [13.x] Supports using URI-based connection for SQLite using
file:prefix by@crynobonein laravel/framework#60261- [13.x] Add
Client\Request::uri()by@stevebaumanin laravel/framework#60282- [13.x] View\Factory::flushComponents() doesn't reset $slots / $slotStack by
@martinsoenenin laravel/framework#60283- [13.x] Throw ManagedQueueNotFoundException when a managed queue is missing by
@kieranbrownin laravel/framework#60275v13.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
... (truncated)
▶Changelog
Sourced from laravel/framework's changelog.
v13.12.0 - 2026-05-26
- [13.x] Accept Symfony's new control-characters exception message in mailer test by
@kieranbrownin laravel/framework#60202- [13.x] Ability to opt out of worker restart on lost connection by
@jackbaylissin laravel/framework#60201- [13.x] Resolve scheduled event callback parameter by type rather than name by
@kayw-geekin laravel/framework#60197- [13.x] default clear() queue driver param to null by
@jackbaylissin laravel/framework#60192- [13.x] Fix path separator being encoded for LocalFilesystemAdapter by
@jackbaylissin laravel/framework#60194- [13.x] feat: add factory to pivot stub by
@ludo237in laravel/framework#60204- [13.x] Fix incorrect type hint in Optional::offsetUnset() docblock by
@rpsohagin laravel/framework#60207- [13.x] Make ClearCommand prohibitable by
@jackbaylissin laravel/framework#60215- [13.x] Allow auto discovered listeners to opt out of discovery by
@jackbaylissin laravel/framework#60209- [13.x] Ensure Up/Down commands report exceptions by
@jackbaylissin laravel/framework#60232- [13.x] Fix path separator encoding in temporaryUrl on local disk by
@kayw-geekin laravel/framework#60230- [13.x] Add assertJsonPathsCanonicalizing to TestResponse by
@Tresor-Kasendain laravel/framework#60225- [13.x] Add
normalizeparameter toStr::studly()andStr::pascal()by@hotmeteorin laravel/framework#60229- [13.x] Fix async HTTP retries when using array backoff values by
@LucasCavalheriin laravel/framework#60214- [13.x] Replace compact with explicit arrays by
@parkourben99in laravel/framework#60234- [13.x] Add prohibited to KeyGenerateCommand by
@jackbaylissin laravel/framework#60224- [13.x] remove last
compact()call by@browner12in laravel/framework#60235- [13.x] Allow JsonSchema fluent boolean flags to be unset by
@LucasCavalheriin laravel/framework#60239- [13.x] battle harden when scheme is present in the config by
@DGarbs51in laravel/framework#60237- [13.x] Rector : Always convert
compact()to variables by@lucasmichotin laravel/framework#60236- [13.x] Add attributes to Scheduler by
@cosmastechin laravel/framework#60255- [13.x] Guard base_path() call in SQLiteConnector for standalone usage by
@YoussefMansour9in laravel/framework#60266- [13.x] Fix incorrect
@returntypes in Number::spell(), ordinal(), and spellOrdinal() by@AmdadulShakibin laravel/framework#60263- [13.x] Supports using URI-based connection for SQLite using
file:prefix by@crynobonein laravel/framework#60261- [13.x] Add
Client\Request::uri()by@stevebaumanin laravel/framework#60282- [13.x] View\Factory::flushComponents() doesn't reset $slots / $slotStack by
@martinsoenenin laravel/framework#60283- [13.x] Throw ManagedQueueNotFoundException when a managed queue is missing by
@kieranbrownin laravel/framework#60275v13.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
... (truncated)
▶Commits
6ac27a7Update version to v13.12.05d0dd30update commentfae546e[13.x] Throw ManagedQueueNotFoundException when a managed queue is missing (#...2627847use display name4db3505Fix #60278 - View\Factory::flushComponents() doesn't reset $slots / $slotStac...a67650eApply fixes from StyleCIee6949dAdd Client\Request::uri() (#60282)566f2c4Supports using URI-based connection for SQLite usingfile:prefix (#60261)7104220[13.x] Fix incorrect@returntypes in Number::spell(), ordinal(), and spellOr...39cb3f2Guard base_path() call in SQLiteConnector for standalone usage (#60260) (#60266)- 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)
+353
additions
-309
deletions
2
files changed