Bump laravel/framework from 11.35.1 to 11.41.0
Bumps laravel/framework from 11.35.1 to 11.41.0.
Release notes
Sourced from laravel/framework's releases.
v11.41.0
- [11.x] more pint rules by
@browner12
in laravel/framework#54332- [11.x] Allow
TestComponent
to be macroable by@ziadoz
in laravel/framework#54359- [11.x] Fix validator return fails if using different date formats by
@mrvipchien
in laravel/framework#54350- [11.x] fix the method
explodeExplicitRule
to support Customizable Date Validation by@mrvipchien
in laravel/framework#54353- [11.x] Adds the
addPath()
method to theLang
facade and theTranslator
class. by@selcukcukur
in laravel/framework#54347- Improve: add fire failed event at once by
@cesarMtorres
in laravel/framework#54376- [11.x] feat: Create missing pgsql database when running migrations by
@mathiasgrimm
in laravel/framework#54314- [11.x] Proper rate limiter fix with phpredis serialization/compression enabled by
@TheLevti
in laravel/framework#54372- Update Stringable Rule testcases by
@mrvipchien
in laravel/framework#54387- [11.x] Use
Date
facade for storing the password confirmation timestamp by@crynobone
in laravel/framework#54383v11.40.0
- draft: fix: Don't release lock for ShouldBeUniqueUntilProcessing Job that gets released by
@mathiasgrimm
in laravel/framework#54261- [11.x] Add Laravel Pint by
@browner12
in laravel/framework#53835- Add self to HasCollection type param in Model by
@thena-seer-sfg
in laravel/framework#54311- [11.x] Add pending attributes by
@tontonsb
in laravel/framework#53720- fix:
schedule:test
on commands using runInBackground by@dallyger
in laravel/framework#54321- [11.x] Helper methods to dump responses of the Laravel HTTP client by
@morrislaptop
in laravel/framework#54317- Add support for cursor editor in ResolvesDumpSource by
@tuxfamily
in laravel/framework#54318- [11.x] Add Customizable Date Validation Rule with Flexible Date Constraints by
@michaelnabil230
in laravel/framework#53465- [11.x] start syncing StyleCI rules to Pint by
@browner12
in laravel/framework#54326- [11.x] apply our new Pint rule to the
/tests
directory by@browner12
in laravel/framework#54325- fix(Collection::pop()): count < 1 by
@artumi-richard
in laravel/framework#54340- Patch CVE-2025-22145 in nesbot/carbon package by
@dennis-koster
in laravel/framework#54335- [11.x] Prevent unintended serialization and compression by
@JeppeKnockaert
in laravel/framework#54337- [11.x] Pass collection of models to
whereMorphedTo
/whereNotMorphedTo
by@gdebrauwer
in laravel/framework#54324v11.39.1
- fix: collapseWithKeys on empty collection by
@benatoff
in laravel/framework#54290- fix(broadcaster): incorrect channel matching because of dot in pattern by
@021-projects
in laravel/framework#54303- [11.x] Use constructor property promotion for database query condition expression by
@shaedrich
in laravel/framework#54302- [11.x] Add IncrementOrCreate method to Eloquent by
@carloeusebi
in laravel/framework#54300- [11.x] Add additional test cases for Arr helper to enhance coverage by
@mrvipchien
in laravel/framework#54298- Bump vite from 5.2.14 to 5.4.12 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot
in laravel/framework#54296- [11.x] Fix unique jobs that have a uniqueVia method by
@DougSisk
in laravel/framework#54294v11.39.0
- [11.x] Replace duplicate
ValidatedInput
functions withInteractsWithData
trait by@stevebauman
in laravel/framework#54208- [11.x] Improve
@SanderMuller
in laravel/framework#54202- [11.x] Fix deprecation warnings in
optimize:clear
andoptimize
by@cosmastech
in laravel/framework#54197- [11.x] Add support for phpredis backoff and max retry config options by
@TheLevti
in laravel/framework#54191- Introduces UseFactory attribute by
@christopherarter
in laravel/framework#54065- [11.x] Set class-string generic on
UseFactory
by@cosmastech
in laravel/framework#54215- [11.x] switch LazyCollection::make() for new LazyCollection() by
@AhmedAlaa4611
in laravel/framework#54216- support style file name hashes with query strings in manifest by
@newapx
in laravel/framework#54219- [11.x] Solidify
Rule::email()
tests by@SanderMuller
in laravel/framework#54226- [11.x] Fix line-ending mismatch in CliDumperTest::testArray and CliDumperTest::testObject by
@AhmedAlaa4611
in laravel/framework#54222- Add a report/log option to filesystem exceptions without throwing by
@lotharthesavior
in laravel/framework#54212- [11.x] Fix Cache component to be aware of phpredis serialization and compression settings by
@TheLevti
in laravel/framework#54221
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.41.0 - 2025-01-28
- [11.x] more pint rules by
@browner12
in laravel/framework#54332- [11.x] Allow
TestComponent
to be macroable by@ziadoz
in laravel/framework#54359- [11.x] Fix validator return fails if using different date formats by
@mrvipchien
in laravel/framework#54350- [11.x] fix the method
explodeExplicitRule
to support Customizable Date Validation by@mrvipchien
in laravel/framework#54353- [11.x] Adds the
addPath()
method to theLang
facade and theTranslator
class. by@selcukcukur
in laravel/framework#54347- Improve: add fire failed event at once by
@cesarMtorres
in laravel/framework#54376- [11.x] feat: Create missing pgsql database when running migrations by
@mathiasgrimm
in laravel/framework#54314- [11.x] Proper rate limiter fix with phpredis serialization/compression enabled by
@TheLevti
in laravel/framework#54372- Update Stringable Rule testcases by
@mrvipchien
in laravel/framework#54387- [11.x] Use
Date
facade for storing the password confirmation timestamp by@crynobone
in laravel/framework#54383v11.40.0 - 2025-01-24
- draft: fix: Don't release lock for ShouldBeUniqueUntilProcessing Job that gets released by
@mathiasgrimm
in laravel/framework#54261- [11.x] Add Laravel Pint by
@browner12
in laravel/framework#53835- Add self to HasCollection type param in Model by
@thena-seer-sfg
in laravel/framework#54311- [11.x] Add pending attributes by
@tontonsb
in laravel/framework#53720- fix:
schedule:test
on commands using runInBackground by@dallyger
in laravel/framework#54321- [11.x] Helper methods to dump responses of the Laravel HTTP client by
@morrislaptop
in laravel/framework#54317- Add support for cursor editor in ResolvesDumpSource by
@tuxfamily
in laravel/framework#54318- [11.x] Add Customizable Date Validation Rule with Flexible Date Constraints by
@michaelnabil230
in laravel/framework#53465- [11.x] start syncing StyleCI rules to Pint by
@browner12
in laravel/framework#54326- [11.x] apply our new Pint rule to the
/tests
directory by@browner12
in laravel/framework#54325- fix(Collection::pop()): count < 1 by
@artumi-richard
in laravel/framework#54340- Patch CVE-2025-22145 in nesbot/carbon package by
@dennis-koster
in laravel/framework#54335- [11.x] Prevent unintended serialization and compression by
@JeppeKnockaert
in laravel/framework#54337- [11.x] Pass collection of models to
whereMorphedTo
/whereNotMorphedTo
by@gdebrauwer
in laravel/framework#54324v11.39.1 - 2025-01-22
- fix: collapseWithKeys on empty collection by
@benatoff
in laravel/framework#54290- fix(broadcaster): incorrect channel matching because of dot in pattern by
@021-projects
in laravel/framework#54303- [11.x] Use constructor property promotion for database query condition expression by
@shaedrich
in laravel/framework#54302- [11.x] Add IncrementOrCreate method to Eloquent by
@carloeusebi
in laravel/framework#54300- [11.x] Add additional test cases for Arr helper to enhance coverage by
@mrvipchien
in laravel/framework#54298- Bump vite from 5.2.14 to 5.4.12 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot
in laravel/framework#54296- [11.x] Fix unique jobs that have a uniqueVia method by
@DougSisk
in laravel/framework#54294v11.39.0 - 2025-01-21
- [11.x] Replace duplicate
ValidatedInput
functions withInteractsWithData
trait by@stevebauman
in laravel/framework#54208- [11.x] Improve
@SanderMuller
in laravel/framework#54202- [11.x] Fix deprecation warnings in
optimize:clear
andoptimize
by@cosmastech
in laravel/framework#54197- [11.x] Add support for phpredis backoff and max retry config options by
@TheLevti
in laravel/framework#54191- Introduces UseFactory attribute by
@christopherarter
in laravel/framework#54065- [11.x] Set class-string generic on
UseFactory
by@cosmastech
in laravel/framework#54215- [11.x] switch LazyCollection::make() for new LazyCollection() by
@AhmedAlaa4611
in laravel/framework#54216- support style file name hashes with query strings in manifest by
@newapx
in laravel/framework#54219
... (truncated)
Commits
-
42d6ae0
Update version to v11.41.0 -
33a882d
[11.x] UseDate
facade for storing the password confirmation timestamp (#54... -
d141865
update testcase rule is a part of the list (#54387) -
2d10f2a
[11.x] Proper rate limiter fix with phpredis serialization/compression enable... -
96302bf
[11.x] feat: Create missing pgsql database when running migrations (#54314) -
8d2c225
Improve: add fire failed event at once (#54376) -
13c3913
[11.x] Adds theaddPath()
method to theLang
facade and theTranslator
... -
b7fca4b
[11.x] fix the methodexplodeExplicitRule
to support Customizable Date... -
48bdc07
[11.x] Fix validator return fails if using different date formats (#54350) -
4673387
[11.x] AllowTestComponent
to be macroable (#54359) - Additional commits viewable in compare view