Bump laravel/framework from 10.43.0 to 10.44.0
Bumps laravel/framework from 10.43.0 to 10.44.0.
Release notes
Sourced from laravel/framework's releases.
v10.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.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
-
1199dbe
Update version to v10.44.0 -
af816e5
[10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions (#50068) -
97e87b6
Update facade docblocks -
9f255a7
[10.x] HTTP retry method can accept array as first param (#50064) -
d3533e1
Remove regex case insensitivity modifier in UUID detection to speed it up (#5... -
67616d5
[10.x] Pass Herd specific env variables to "artisan serve" (#50069) -
52305ed
[10.x] fix Validator::validated get nullable array (#50056) -
7ff37c6
Update reserved names in GeneratorCommand (#50043) -
67a0e47
[10.x] Add ScopedBy attribute for models (#50034) -
6c9cbc9
[10.x] Introduce Observe attribute for models (#49843) - 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