monica
monica copied to clipboard
chore: Bump laravel/framework from 9.24.0 to 9.30.1
Bumps laravel/framework from 9.24.0 to 9.30.1.
Release notes
Sourced from laravel/framework's releases.
v9.30.0
Added
- Added stop_buffering config option to logger (#44071)
- Added read-only filesystem adapter decoration as a config option (#44079)
- Added scoped filesystem driver (#44105)
- Add force option to all make commands (#44100)
Fixed
- Fixed QueryBuilder whereNot with array conditions (#44083)
Changed
- Passing event into viaQueue and viaConnection of Queued Listener (#44080)
- Improve testability of batched jobs (#44075)
- Allow any kind of whitespace in cron expression (#44110)
v9.29.0
Added
- Added RequiredIfAccepted validation rule (#44035)
- Added
Illuminate/Foundation/Vite::assetPath()
(#44037)- Added ability to discard Eloquent Model changes (#43772)
- Added ability to determine if attachments exist to
Illuminate/Mail/Mailable
(#43967)- Added
Illuminate/Support/Testing/Fakes/BusFake::assertNothingBatched()
(#44056)Reverted
Fixed
- Avoid Passing null to parameter exception on PHP 8.1 (#43951)
- Align Remember Me Cookie Duration with CookieJar expiration (#44026)
- Fix Stringable typehints with Enumerable (#44030)
- Fixed middleware "SetCacheHeaders" with file responses (#44063)
Changed
- Don't use locks for queue job popping for PlanetScale's MySQL-compatible Vitess engine (#44027)
- Avoid matching 'use' in custom Stub templates in
Illuminate/Console/GeneratorCommand.php
(#44049)v9.28.0
Added
- Added view data assertions to TestView (#43923)
- Added
Illuminate/Routing/Redirector::getIntendedUrl()
(#43938)- Added Eloquent mode to prevent prevently silently discarding fills for attributes not in $fillable (#43893)
- Added
Illuminate/Testing/PendingCommand::assertOk()
(#43968)- Make Application macroable (#43966)
- Introducing Signal Traps (#43933)
- Allow registering instances of commands (#43986)
- Support Enumerable in Stringable (#44012)
Fixed
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
Release Notes for 9.x
Unreleased
v9.30.0 - 2022-09-13
Added
- Added stop_buffering config option to logger (#44071)
- Added read-only filesystem adapter decoration as a config option (#44079)
- Added scoped filesystem driver (#44105)
- Add force option to all make commands (#44100)
Fixed
- Fixed QueryBuilder whereNot with array conditions (#44083)
Changed
- Passing event into viaQueue and viaConnection of Queued Listener (#44080)
- Improve testability of batched jobs (#44075)
- Allow any kind of whitespace in cron expression (#44110)
v9.29.0 - 2022-09-09
Added
- Added RequiredIfAccepted validation rule (#44035)
- Added
Illuminate/Foundation/Vite::assetPath()
(#44037)- Added ability to discard Eloquent Model changes (#43772)
- Added ability to determine if attachments exist to
Illuminate/Mail/Mailable
(#43967)- Added
Illuminate/Support/Testing/Fakes/BusFake::assertNothingBatched()
(#44056)Reverted
Fixed
- Avoid Passing null to parameter exception on PHP 8.1 (#43951)
- Align Remember Me Cookie Duration with CookieJar expiration (#44026)
- Fix Stringable typehints with Enumerable (#44030)
- Fixed middleware "SetCacheHeaders" with file responses (#44063)
Changed
- Don't use locks for queue job popping for PlanetScale's MySQL-compatible Vitess engine (#44027)
- Avoid matching 'use' in custom Stub templates in
Illuminate/Console/GeneratorCommand.php
(#44049)v9.28.0 - 2022-09-06
Added
... (truncated)
Commits
9533f79
version71fbb30
[9.x] Fix BC issues introduced in #44080 (#44137)bff5039
[9.x] Improve test for sole, select, addSelect in Builder class (#44128)ca0c5e2
Detect broken connection after MSSQL upgrade (#44121)8a77c3a
add interacts with queue middleware to send queued mailable (#44124)e4e9df0
improve exception7996b8a
[9.x] Implementexcept
method for fake classes to define what should not be...93ff1bc
[9.x] UUID and ULID support for Eloquent (#44074)65693c0
[9.x] Added changelog6bf3f93
[9.x] Added 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)