Bump laravel/framework from 10.43.0 to 10.45.0
Bumps laravel/framework from 10.43.0 to 10.45.0.
Release notes
Sourced from laravel/framework's releases.
v10.45.0
- [10.x] Update
Stringable
phpdoc by@milwad-dev
in laravel/framework#50075- [10.x] Allow
Collection::select()
to work onArrayAccess
by@axlon
in laravel/framework#50072- [10.x] Add
before
to thePendingBatch
by@xiCO2k
in laravel/framework#50058- [10.x] Adjust rules call sequence by
@driesvints
in laravel/framework#50084- [10.x] Fixes
Illuminate\Support\Str::fromBase64()
return type by@SamAsEnd
in laravel/framework#50108- [10.x] Actually fix fromBase64 return type by
@GrahamCampbell
in laravel/framework#50113- [10.x] Fix warning and deprecation for Str::api by
@driesvints
in laravel/framework#50114- [10.x] Mark model instanse as not exists on deleting MorphPivot relation. by
@dkulyk
in laravel/framework#50135- [10.x] Adds Tappable and Conditionable to Relation class by
@DarkGhostHunter
in laravel/framework#50124- [10.x] Added getQualifiedMorphTypeName to MorphToMany by
@dkulyk
in laravel/framework#50153v10.44.0
- [10.x] Fix empty request for HTTP connection exception by
@driesvints
in laravel/framework#49924- [10.x] Add Collection::select() method by
@morrislaptop
in laravel/framework#49845- [10.x] Refactor
getPreviousUrlFromSession
method in UrlGenerator by@milwad-dev
in laravel/framework#49944- [10.x] Add POSIX compliant cleanup to artisan serve by
@Tofandel
in laravel/framework#49943- [10.x] Fix infinite loop when global scopes query contains aggregates by
@mateusjunges
in laravel/framework#49972- [10.x] Adds PHPUnit 11 as conflict by
@nunomaduro
in laravel/framework#49957- Revert "[10.x] fix Before/After validation rules" by
@taylorotwell
in laravel/framework#50013- [10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by
@joke2k
in laravel/framework#49990- [10.x] Added
setAbly()
method forAblyBroadcaster
by@Rijoanul-Shanto
in laravel/framework#49981- [10.x] Fix in appendExceptionToException method exception type check by
@t1nkl
in laravel/framework#49958- [10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by
@hulkur
in laravel/framework#49952- Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by
@crynobone
in laravel/framework#49973- [10.x] Add
toBase64()
andfromBase64()
methods to Stringable and Str classes by@mtownsend5512
in laravel/framework#49984- [10.x] Allows to defer resolving pcntl only if it's available by
@crynobone
in laravel/framework#50024- [10.x] Fixes missing
Throwable
import and handle iforiginalExceptionHandler
ororiginalDeprecationHandler
property isn't used by alternative TestCase by@crynobone
in laravel/framework#50021- [10.x] Type hinting for conditional validation rules by
@lorenzolosa
in laravel/framework#50017- [10.x] Introduce new
Arr::take()
helper by@ryangjchandler
in laravel/framework#50015- [10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by
@comes
in laravel/framework#49966- [10.x] Introduce Observe attribute for models by
@emargareten
in laravel/framework#49843- [10.x] Add ScopedBy attribute for models by
@emargareten
in laravel/framework#50034- [10.x] Update reserved names in
GeneratorCommand
by@xurshudyan
in laravel/framework#50043- [10.x] fix Validator::validated get nullable array by
@helitik
in laravel/framework#50056- [10.x] Pass Herd specific env variables to "artisan serve" by
@mpociot
in laravel/framework#50069- Remove regex case insensitivity modifier in UUID detection to speed it up slightly by
@maximal
in laravel/framework#50067- [10.x] HTTP retry method can accept array as first param by
@me-shaon
in laravel/framework#50064- [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by
@oprypkhantc
in laravel/framework#50068
Changelog
Sourced from laravel/framework's changelog.
v10.45.0 - 2024-02-20
- [10.x] Update
Stringable
phpdoc by@milwad-dev
in laravel/framework#50075- [10.x] Allow
Collection::select()
to work onArrayAccess
by@axlon
in laravel/framework#50072- [10.x] Add
before
to thePendingBatch
by@xiCO2k
in laravel/framework#50058- [10.x] Adjust rules call sequence by
@driesvints
in laravel/framework#50084- [10.x] Fixes
Illuminate\Support\Str::fromBase64()
return type by@SamAsEnd
in laravel/framework#50108- [10.x] Actually fix fromBase64 return type by
@GrahamCampbell
in laravel/framework#50113- [10.x] Fix warning and deprecation for Str::api by
@driesvints
in laravel/framework#50114- [10.x] Mark model instanse as not exists on deleting MorphPivot relation. by
@dkulyk
in laravel/framework#50135- [10.x] Adds Tappable and Conditionable to Relation class by
@DarkGhostHunter
in laravel/framework#50124- [10.x] Added getQualifiedMorphTypeName to MorphToMany by
@dkulyk
in laravel/framework#50153v10.44.0 - 2024-02-13
- [10.x] Fix empty request for HTTP connection exception by
@driesvints
in laravel/framework#49924- [10.x] Add Collection::select() method by
@morrislaptop
in laravel/framework#49845- [10.x] Refactor
getPreviousUrlFromSession
method in UrlGenerator by@milwad-dev
in laravel/framework#49944- [10.x] Add POSIX compliant cleanup to artisan serve by
@Tofandel
in laravel/framework#49943- [10.x] Fix infinite loop when global scopes query contains aggregates by
@mateusjunges
in laravel/framework#49972- [10.x] Adds PHPUnit 11 as conflict by
@nunomaduro
in laravel/framework#49957- Revert "[10.x] fix Before/After validation rules" by
@taylorotwell
in laravel/framework#50013- [10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by
@joke2k
in laravel/framework#49990- [10.x] Added
setAbly()
method forAblyBroadcaster
by@Rijoanul-Shanto
in laravel/framework#49981- [10.x] Fix in appendExceptionToException method exception type check by
@t1nkl
in laravel/framework#49958- [10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by
@hulkur
in laravel/framework#49952- Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by
@crynobone
in laravel/framework#49973- [10.x] Add
toBase64()
andfromBase64()
methods to Stringable and Str classes by@mtownsend5512
in laravel/framework#49984- [10.x] Allows to defer resolving pcntl only if it's available by
@crynobone
in laravel/framework#50024- [10.x] Fixes missing
Throwable
import and handle iforiginalExceptionHandler
ororiginalDeprecationHandler
property isn't used by alternative TestCase by@crynobone
in laravel/framework#50021- [10.x] Type hinting for conditional validation rules by
@lorenzolosa
in laravel/framework#50017- [10.x] Introduce new
Arr::take()
helper by@ryangjchandler
in laravel/framework#50015- [10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by
@comes
in laravel/framework#49966- [10.x] Introduce Observe attribute for models by
@emargareten
in laravel/framework#49843- [10.x] Add ScopedBy attribute for models by
@emargareten
in laravel/framework#50034- [10.x] Update reserved names in
GeneratorCommand
by@xurshudyan
in laravel/framework#50043- [10.x] fix Validator::validated get nullable array by
@helitik
in laravel/framework#50056- [10.x] Pass Herd specific env variables to "artisan serve" by
@mpociot
in laravel/framework#50069- Remove regex case insensitivity modifier in UUID detection to speed it up slightly by
@maximal
in laravel/framework#50067- [10.x] HTTP retry method can accept array as first param by
@me-shaon
in laravel/framework#50064- [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by
@oprypkhantc
in laravel/framework#50068
Commits
-
8b08d8c
Update version to v10.45.0 -
4e19d4e
[10.x] Added getQualifiedMorphTypeName to MorphToMany (#50153) -
0804e5f
Apply fixes from StyleCI -
025b24c
[10.x] Adds Tappable and Conditionable to Relation class (#50124) -
85b2878
[10.x] Mark model instanse as not exists on deleting MorphPivot relation. (#5... -
cf95132
Fix warning and deprecation (#50114) -
d5a35ef
Actually fix fromBase64 return type (#50113) -
7784c1b
Minor typo (#50108) -
0fc01c1
Adjust rules call sequence (#50084) -
84e7f85
[10.x] Addbefore
to thePendingBatch
(#50058) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts