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
@driesvintsin laravel/framework#49924- [10.x] Add Collection::select() method by
@morrislaptopin laravel/framework#49845- [10.x] Refactor
getPreviousUrlFromSessionmethod in UrlGenerator by@milwad-devin laravel/framework#49944- [10.x] Add POSIX compliant cleanup to artisan serve by
@Tofandelin laravel/framework#49943- [10.x] Fix infinite loop when global scopes query contains aggregates by
@mateusjungesin laravel/framework#49972- [10.x] Adds PHPUnit 11 as conflict by
@nunomaduroin laravel/framework#49957- Revert "[10.x] fix Before/After validation rules" by
@taylorotwellin laravel/framework#50013- [10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by
@joke2kin laravel/framework#49990- [10.x] Added
setAbly()method forAblyBroadcasterby@Rijoanul-Shantoin laravel/framework#49981- [10.x] Fix in appendExceptionToException method exception type check by
@t1nklin laravel/framework#49958- [10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by
@hulkurin laravel/framework#49952- Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by
@crynobonein laravel/framework#49973- [10.x] Add
toBase64()andfromBase64()methods to Stringable and Str classes by@mtownsend5512in laravel/framework#49984- [10.x] Allows to defer resolving pcntl only if it's available by
@crynobonein laravel/framework#50024- [10.x] Fixes missing
Throwableimport and handle iforiginalExceptionHandlerororiginalDeprecationHandlerproperty isn't used by alternative TestCase by@crynobonein laravel/framework#50021- [10.x] Type hinting for conditional validation rules by
@lorenzolosain laravel/framework#50017- [10.x] Introduce new
Arr::take()helper by@ryangjchandlerin laravel/framework#50015- [10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by
@comesin laravel/framework#49966- [10.x] Introduce Observe attribute for models by
@emargaretenin laravel/framework#49843- [10.x] Add ScopedBy attribute for models by
@emargaretenin laravel/framework#50034- [10.x] Update reserved names in
GeneratorCommandby@xurshudyanin laravel/framework#50043- [10.x] fix Validator::validated get nullable array by
@helitikin laravel/framework#50056- [10.x] Pass Herd specific env variables to "artisan serve" by
@mpociotin laravel/framework#50069- Remove regex case insensitivity modifier in UUID detection to speed it up slightly by
@maximalin laravel/framework#50067- [10.x] HTTP retry method can accept array as first param by
@me-shaonin laravel/framework#50064- [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by
@oprypkhantcin 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
@driesvintsin laravel/framework#49924- [10.x] Add Collection::select() method by
@morrislaptopin laravel/framework#49845- [10.x] Refactor
getPreviousUrlFromSessionmethod in UrlGenerator by@milwad-devin laravel/framework#49944- [10.x] Add POSIX compliant cleanup to artisan serve by
@Tofandelin laravel/framework#49943- [10.x] Fix infinite loop when global scopes query contains aggregates by
@mateusjungesin laravel/framework#49972- [10.x] Adds PHPUnit 11 as conflict by
@nunomaduroin laravel/framework#49957- Revert "[10.x] fix Before/After validation rules" by
@taylorotwellin laravel/framework#50013- [10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by
@joke2kin laravel/framework#49990- [10.x] Added
setAbly()method forAblyBroadcasterby@Rijoanul-Shantoin laravel/framework#49981- [10.x] Fix in appendExceptionToException method exception type check by
@t1nklin laravel/framework#49958- [10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by
@hulkurin laravel/framework#49952- Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by
@crynobonein laravel/framework#49973- [10.x] Add
toBase64()andfromBase64()methods to Stringable and Str classes by@mtownsend5512in laravel/framework#49984- [10.x] Allows to defer resolving pcntl only if it's available by
@crynobonein laravel/framework#50024- [10.x] Fixes missing
Throwableimport and handle iforiginalExceptionHandlerororiginalDeprecationHandlerproperty isn't used by alternative TestCase by@crynobonein laravel/framework#50021- [10.x] Type hinting for conditional validation rules by
@lorenzolosain laravel/framework#50017- [10.x] Introduce new
Arr::take()helper by@ryangjchandlerin laravel/framework#50015- [10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by
@comesin laravel/framework#49966- [10.x] Introduce Observe attribute for models by
@emargaretenin laravel/framework#49843- [10.x] Add ScopedBy attribute for models by
@emargaretenin laravel/framework#50034- [10.x] Update reserved names in
GeneratorCommandby@xurshudyanin laravel/framework#50043- [10.x] fix Validator::validated get nullable array by
@helitikin laravel/framework#50056- [10.x] Pass Herd specific env variables to "artisan serve" by
@mpociotin laravel/framework#50069- Remove regex case insensitivity modifier in UUID detection to speed it up slightly by
@maximalin laravel/framework#50067- [10.x] HTTP retry method can accept array as first param by
@me-shaonin laravel/framework#50064- [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by
@oprypkhantcin laravel/framework#50068
Commits
-
1199dbeUpdate version to v10.44.0 -
af816e5[10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions (#50068) -
97e87b6Update facade docblocks -
9f255a7[10.x] HTTP retry method can accept array as first param (#50064) -
d3533e1Remove 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) -
7ff37c6Update 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 rebasewill rebase this MR -
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts