laravel-blog
laravel-blog copied to clipboard
Bump laravel/framework from 11.45.1 to 12.36.1
Bumps laravel/framework from 11.45.1 to 12.36.1.
Release notes
Sourced from laravel/framework's releases.
v12.36.1
- [12.x] EnumerateValues::value() support and return negative values if exists #54910 by
@rafaelqueirozin laravel/framework#57566- [12.x] always use the
operatorargument forversion_compare()by@browner12in laravel/framework#57569- [12.x] add
allDirectories()method toFilesytemby@browner12in laravel/framework#57565- Revert "[12.x] EnumerateValues::value() support and return negative values if exists #54910" by
@taylorotwellin laravel/framework#57572v12.36.0
- [12.x] Remove return void from Http\Client\Batch's constructor by
@rodrigopedrain laravel/framework#57518- [12.x] Namespace file cache lock keys by
@faisucin laravel/framework#57516- [12.x] Remove
@returntag from constructor by@noir4yin laravel/framework#57536- [12.x] Add missing
@throwsannotation by@AhmedAlaa4611in laravel/framework#57535- [12.x] allow chaining on setters by
@browner12in laravel/framework#57532- [12.x] Stop double prefixing S3 filesystem paths by
@cosmastechin laravel/framework#57534- [12.x] test
Uribuilder methods by@browner12in laravel/framework#57549- [12.x] Refactor
jsonSerialize()method to use match expression by@amirhshokriin laravel/framework#57552- [12.x] redirect response enforce same origin by
@browner12in laravel/framework#57533- [12.x] Add Eloquent Collection methods:
setAppends&&withoutAppendsby@cosmastechin laravel/framework#57561- [12.x] Fix buffer overflow when flushing Redis cache tags with many keys by
@faisucin laravel/framework#57562- [12.x] Allow validator message placeholers to be capitalized by
@florianraithin laravel/framework#57556- Exclude property hooks on return of Model::__sleep() by
@rafaelqueirozin laravel/framework#57557- [12.x] Add concurrency control to Http::pool and Http::batch by
@WendellAdrielin laravel/framework#57555v12.35.1
- Store previous route name in session by
@taylorotwellin laravel/framework#57477- [12.x] Update CSS in minimal exception view. by
@FoksVHoxin laravel/framework#57490- [12.x] Ensure HTTP batch results are returned in the same order as requested by
@jessarcherin laravel/framework#57483- [12.x] Correct
Responsenamespace inBatchby@simon-tmain laravel/framework#57481- [12.x] Rename NamedScope to Scope by
@AhmedAlaa4611in laravel/framework#57478- Fix S3 adapter to use correct path separator and update related tests by
@Kleppingerin laravel/framework#57497- [12.x] Replace Bootcamp with Laravel Learn by
@AhmedAlaa4611in laravel/framework#57506- [12.x] Pass exception to
QueueFailedOverevent by@jessarcherin laravel/framework#57503- [12.x] Add warning when server workers cannot be respected by
@timacdonaldin laravel/framework#57482- [12.x] Emit underlying store name in cache events when using failover by
@jessarcherin laravel/framework#57505v12.35.0
- [12.x] Fix
DB::update()with subqueries is not supported for all databases by@crynobonein laravel/framework#57381- [12.x] Ensure custom validation messages work for AnyOf, Can and Enum by
@jackbaylissin laravel/framework#57356- Added Neovim editor support in ResolvesDumpSource by
@cseknowledgein laravel/framework#57392- Add clickable file reference for thrown exception by
@jasonmccrearyin laravel/framework#57400- [12.x] Render newlines in query tooltip by
@faisucin laravel/framework#57310- [12.x] Add SQS FIFO and fair queue messageGroup() method support by
@patrickcarlohickmanin laravel/framework#57421- [12.x] Use MariaDB idiomatic
json_value()by@crishojin laravel/framework#57417- Deferred queue by
@taylorotwellin laravel/framework#57428- Fix validate integer php doc type annotation by
@tei0110in laravel/framework#57435- [12.x] Fix passing countable to Number::format() by
@riesjartin laravel/framework#57434- [12.x] Update
Route::middlewareto accept null by@avosalmonin laravel/framework#57436- Only replace first basePath occurrence in dump source href by
@fritz-cin laravel/framework#57458- [12.x] Add missing
@throwsannotations to Encrypter class by@sumaiazamanin laravel/framework#57451- [12.x] Add missing
@throwsannotations to Database Connection class by@sumaiazamanin laravel/framework#57452- [12.x] Test Improvements by
@crynobonein laravel/framework#57461
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v12.36.1 - 2025-10-29
- [12.x] EnumerateValues::value() support and return negative values if exists #54910 by
@rafaelqueirozin laravel/framework#57566- [12.x] always use the
operatorargument forversion_compare()by@browner12in laravel/framework#57569- [12.x] add
allDirectories()method toFilesytemby@browner12in laravel/framework#57565- Revert "[12.x] EnumerateValues::value() support and return negative values if exists #54910" by
@taylorotwellin laravel/framework#57572v12.36.0 - 2025-10-28
- [12.x] Remove return void from Http\Client\Batch's constructor by
@rodrigopedrain laravel/framework#57518- [12.x] Namespace file cache lock keys by
@faisucin laravel/framework#57516- [12.x] Remove
@returntag from constructor by@noir4yin laravel/framework#57536- [12.x] Add missing
@throwsannotation by@AhmedAlaa4611in laravel/framework#57535- [12.x] allow chaining on setters by
@browner12in laravel/framework#57532- [12.x] Stop double prefixing S3 filesystem paths by
@cosmastechin laravel/framework#57534- [12.x] test
Uribuilder methods by@browner12in laravel/framework#57549- [12.x] Refactor
jsonSerialize()method to use match expression by@amirhshokriin laravel/framework#57552- [12.x] redirect response enforce same origin by
@browner12in laravel/framework#57533- [12.x] Add Eloquent Collection methods:
setAppends&&withoutAppendsby@cosmastechin laravel/framework#57561- [12.x] Fix buffer overflow when flushing Redis cache tags with many keys by
@faisucin laravel/framework#57562- [12.x] Allow validator message placeholers to be capitalized by
@florianraithin laravel/framework#57556- Exclude property hooks on return of Model::__sleep() by
@rafaelqueirozin laravel/framework#57557- [12.x] Add concurrency control to Http::pool and Http::batch by
@WendellAdrielin laravel/framework#57555v12.35.1 - 2025-10-23
- Store previous route name in session by
@taylorotwellin laravel/framework#57477- [12.x] Update CSS in minimal exception view. by
@FoksVHoxin laravel/framework#57490- [12.x] Ensure HTTP batch results are returned in the same order as requested by
@jessarcherin laravel/framework#57483- [12.x] Correct
Responsenamespace inBatchby@simon-tmain laravel/framework#57481- [12.x] Rename NamedScope to Scope by
@AhmedAlaa4611in laravel/framework#57478- Fix S3 adapter to use correct path separator and update related tests by
@Kleppingerin laravel/framework#57497- [12.x] Replace Bootcamp with Laravel Learn by
@AhmedAlaa4611in laravel/framework#57506- [12.x] Pass exception to
QueueFailedOverevent by@jessarcherin laravel/framework#57503- [12.x] Add warning when server workers cannot be respected by
@timacdonaldin laravel/framework#57482- [12.x] Emit underlying store name in cache events when using failover by
@jessarcherin laravel/framework#57505v12.35.0 - 2025-10-21
- [12.x] Fix
DB::update()with subqueries is not supported for all databases by@crynobonein laravel/framework#57381- [12.x] Ensure custom validation messages work for AnyOf, Can and Enum by
@jackbaylissin laravel/framework#57356- Added Neovim editor support in ResolvesDumpSource by
@cseknowledgein laravel/framework#57392- Add clickable file reference for thrown exception by
@jasonmccrearyin laravel/framework#57400- [12.x] Render newlines in query tooltip by
@faisucin laravel/framework#57310- [12.x] Add SQS FIFO and fair queue messageGroup() method support by
@patrickcarlohickmanin laravel/framework#57421- [12.x] Use MariaDB idiomatic
json_value()by@crishojin laravel/framework#57417- Deferred queue by
@taylorotwellin laravel/framework#57428- Fix validate integer php doc type annotation by
@tei0110in laravel/framework#57435- [12.x] Fix passing countable to Number::format() by
@riesjartin laravel/framework#57434- [12.x] Update
Route::middlewareto accept null by@avosalmonin laravel/framework#57436
... (truncated)
Commits
cad110dUpdate version to v12.36.18605f8aRevert "EnumerateValues::value() support and return negative values if exists...70b2c87[12.x] addallDirectories()method toFilesytem(#57565)2a10877always use theoperatorargument forversion_compare()(#57569)d158526EnumerateValues::value() support and return negative values if exists #54910 ...7d99c2aUpdate CHANGELOG5247c8fUpdate version to v12.36.0d71b256Update facade docblocksf5cf0d4[12.x] Add concurrency control to Http::pool and Http::batch (#57555)b5e9003Exclude property hooks on return of Model::__sleep() (#57557)- 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)