laravel-starter-kit
laravel-starter-kit copied to clipboard
Bump laravel/framework from 10.15.0 to 10.44.0
Bumps laravel/framework from 10.15.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#50068v10.43.0
- [10.x] Add storage:unlink command by
@​salkovmx
in laravel/framework#49795- [10.x] Unify
\Illuminate\Log\LogManager
method definition comments with\Psr\Logger\Interface
by@​eusonlito
in laravel/framework#49805- [10.x] class-name string argument for global scopes by
@​emargareten
in laravel/framework#49802- [10.x] Add
hasIndex()
and minor Schema enhancements by@​hafezdivandari
in laravel/framework#49796- [10.x] Do not touch
BelongsToMany
relation when usingwithoutTouching
by@​mateusjunges
in laravel/framework#49798- [10.x] Check properties on mailables are initialized before sharing with the view by
@​j3j5
in laravel/framework#49813- [10.x] Remove duplicate actions/checkout from queue workflow by
@​Jubeki
in laravel/framework#49828- [10.x] Add
insertOrIgnoreUsing
for Eloquent by@​trovster
in laravel/framework#49827- [10.x] Make
hasIndex()
Order-sensitive by@​hafezdivandari
in laravel/framework#49840- [10.x] Release action by
@​driesvints
in laravel/framework#49838- [10.x] Add MariaDb1060Platform by
@​driesvints
in laravel/framework#49848- [10.x] Unified Pivot and Model Doc Block
$guarded
by@​eusonlito
in laravel/framework#49851- [10.x] Introducing
beforeStartingTransaction
callback and use it inLazilyRefreshDatabase
by@​pascalbaljet
in laravel/framework#49853- [10.x] fix password max validation message by
@​MrPunyapal
in laravel/framework#49861- [10.x] Fix validation message used for max file size by
@​mateusjunges
in laravel/framework#49879- Update README.md by
@​foremtehan
in laravel/framework#49878- [10.x] Adds
FormRequest@getRules()
method by@​cosmastech
in laravel/framework#49860- [10.x] add addGlobalScopes method by
@​emargareten
in laravel/framework#49880- [10.x] Allow brick/math 0.12 by
@​LogicSatinn
in laravel/framework#49883- [10.x] Add support for streamed JSON Response by
@​pelmered
in laravel/framework#49873- [10.x] Using the native fopen exception in LockableFile.php by
@​eusonlito
in laravel/framework#49895
... (truncated)
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#50068v10.43.0 - 2024-01-30
- [10.x] Add storage:unlink command by
@​salkovmx
in laravel/framework#49795- [10.x] Unify
\Illuminate\Log\LogManager
method definition comments with\Psr\Logger\Interface
by@​eusonlito
in laravel/framework#49805- [10.x] class-name string argument for global scopes by
@​emargareten
in laravel/framework#49802- [10.x] Add
hasIndex()
and minor Schema enhancements by@​hafezdivandari
in laravel/framework#49796- [10.x] Do not touch
BelongsToMany
relation when usingwithoutTouching
by@​mateusjunges
in laravel/framework#49798- [10.x] Check properties on mailables are initialized before sharing with the view by
@​j3j5
in laravel/framework#49813- [10.x] Remove duplicate actions/checkout from queue workflow by
@​Jubeki
in laravel/framework#49828- [10.x] Add
insertOrIgnoreUsing
for Eloquent by@​trovster
in laravel/framework#49827- [10.x] Make
hasIndex()
Order-sensitive by@​hafezdivandari
in laravel/framework#49840- [10.x] Release action by
@​driesvints
in laravel/framework#49838- [10.x] Add MariaDb1060Platform by
@​driesvints
in laravel/framework#49848- [10.x] Unified Pivot and Model Doc Block
$guarded
by@​eusonlito
in laravel/framework#49851- [10.x] Introducing
beforeStartingTransaction
callback and use it inLazilyRefreshDatabase
by@​pascalbaljet
in laravel/framework#49853- [10.x] fix password max validation message by
@​MrPunyapal
in laravel/framework#49861- [10.x] Fix validation message used for max file size by
@​mateusjunges
in laravel/framework#49879- Update README.md by
@​foremtehan
in laravel/framework#49878- [10.x] Adds
FormRequest[@getRules](https://github.com/getRules)()
method by@​cosmastech
in laravel/framework#49860- [10.x] add addGlobalScopes method by
@​emargareten
in laravel/framework#49880- [10.x] Allow brick/math 0.12 by
@​LogicSatinn
in laravel/framework#49883
... (truncated)
Commits
1199dbe
Update version to v10.44.0af816e5
[10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions (#50068)97e87b6
Update facade docblocks9f255a7
[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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Not patch bumped ⚠️
New bumped version is not patch , this require manual marge ⚠️