rxcod9 / joy-voyager-laravel-demo

Joy Voyager Laravel Demo shows integration of Joy Voyager Packages with Voyager.
https://joy-voyager.kodmonk.com
5 stars 1 forks source link

Update dependency laravel/framework to v10 - autoclosed #53

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/framework (source) ~6.0\|~7.0\|~8.0\|^9.0 -> 10.48.0 age adoption passing confidence

Release Notes

laravel/framework (laravel/framework) ### [`v10.48.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10480---2024-03-12) [Compare Source](https://togithub.com/laravel/framework/compare/v10.47.0...v10.48.0) - fix: allow null, string and string array as allowed tags by [@​maartenpaauw](https://togithub.com/maartenpaauw) in [https://github.com/laravel/framework/pull/50409](https://togithub.com/laravel/framework/pull/50409) - \[10.x] Allow `Expression` at more places in Query Builder by [@​pascalbaljet](https://togithub.com/pascalbaljet) in [https://github.com/laravel/framework/pull/50402](https://togithub.com/laravel/framework/pull/50402) - \[10.x] Sleep syncing by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/50392](https://togithub.com/laravel/framework/pull/50392) - \[10.x] Cleaning Trait on multi-lines by [@​gcazin](https://togithub.com/gcazin) in [https://github.com/laravel/framework/pull/50413](https://togithub.com/laravel/framework/pull/50413) - fix: incomplete type for Builder::from property by [@​sebj54](https://togithub.com/sebj54) in [https://github.com/laravel/framework/pull/50426](https://togithub.com/laravel/framework/pull/50426) - \[10.x] After commit callback throwing an exception causes broken transactions afterwards by [@​oprypkhantc](https://togithub.com/oprypkhantc) in [https://github.com/laravel/framework/pull/50423](https://togithub.com/laravel/framework/pull/50423) - \[10.x] Anonymous component bound attribute values are evaluated twice by [@​danharrin](https://togithub.com/danharrin) in [https://github.com/laravel/framework/pull/50403](https://togithub.com/laravel/framework/pull/50403) - \[10.x] Fix for sortByDesc ignoring multiple attributes by [@​TWithers](https://togithub.com/TWithers) in [https://github.com/laravel/framework/pull/50431](https://togithub.com/laravel/framework/pull/50431) - \[10.x] Allow sync with carbon to be set from fake method by [@​abenerd](https://togithub.com/abenerd) in [https://github.com/laravel/framework/pull/50450](https://togithub.com/laravel/framework/pull/50450) - \[10.x] Improves `Illuminate\Mail\Mailables\Envelope` docblock by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/50448](https://togithub.com/laravel/framework/pull/50448) - \[10.x] Incorrect return in `FileSystem.php` by [@​gcazin](https://togithub.com/gcazin) in [https://github.com/laravel/framework/pull/50459](https://togithub.com/laravel/framework/pull/50459) - \[10.x] fix return types by [@​imahmood](https://togithub.com/imahmood) in [https://github.com/laravel/framework/pull/50461](https://togithub.com/laravel/framework/pull/50461) - fix: phpstan issue - right side of || always false by [@​Carnicero90](https://togithub.com/Carnicero90) in [https://github.com/laravel/framework/pull/50453](https://togithub.com/laravel/framework/pull/50453) ### [`v10.47.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10470---2024-03-05) [Compare Source](https://togithub.com/laravel/framework/compare/v10.46.0...v10.47.0) - \[10.x] Allow for relation key to be an enum by [@​AJenbo](https://togithub.com/AJenbo) in [https://github.com/laravel/framework/pull/50311](https://togithub.com/laravel/framework/pull/50311) - FIx for "empty" strings passed to Str::apa() by [@​tiagof](https://togithub.com/tiagof) in [https://github.com/laravel/framework/pull/50335](https://togithub.com/laravel/framework/pull/50335) - \[10.x] Fixed header mail text component to not use markdown by [@​dmyers](https://togithub.com/dmyers) in [https://github.com/laravel/framework/pull/50332](https://togithub.com/laravel/framework/pull/50332) - \[10.x] Add test for the "empty strings in `Str::apa()`" fix by [@​osbre](https://togithub.com/osbre) in [https://github.com/laravel/framework/pull/50340](https://togithub.com/laravel/framework/pull/50340) - \[10.x] Fix the cache cannot expire cache with `0` TTL by [@​kayw-geek](https://togithub.com/kayw-geek) in [https://github.com/laravel/framework/pull/50359](https://togithub.com/laravel/framework/pull/50359) - \[10.x] Add fail on timeout to queue listener by [@​saeedhosseiinii](https://togithub.com/saeedhosseiinii) in [https://github.com/laravel/framework/pull/50352](https://togithub.com/laravel/framework/pull/50352) - \[10.x] Support sort option flags on sortByMany Collections by [@​TWithers](https://togithub.com/TWithers) in [https://github.com/laravel/framework/pull/50269](https://togithub.com/laravel/framework/pull/50269) - \[10.x] Add `whereAll` and `whereAny` methods to the query builder by [@​musiermoore](https://togithub.com/musiermoore) in [https://github.com/laravel/framework/pull/50344](https://togithub.com/laravel/framework/pull/50344) - \[10.x] Adds Reverb broadcasting driver by [@​joedixon](https://togithub.com/joedixon) in [https://github.com/laravel/framework/pull/50088](https://togithub.com/laravel/framework/pull/50088) ### [`v10.46.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10460---2024-02-27) [Compare Source](https://togithub.com/laravel/framework/compare/v10.45.1...v10.46.0) - \[10.x] Ensure lazy-loading for trashed morphTo relations works by [@​nuernbergerA](https://togithub.com/nuernbergerA) in [https://github.com/laravel/framework/pull/50176](https://togithub.com/laravel/framework/pull/50176) - \[10.x] Arr::select not working when $keys is a string by [@​Sicklou](https://togithub.com/Sicklou) in [https://github.com/laravel/framework/pull/50169](https://togithub.com/laravel/framework/pull/50169) - \[10.x] Added passing loaded relationship to value callback by [@​dkulyk](https://togithub.com/dkulyk) in [https://github.com/laravel/framework/pull/50167](https://togithub.com/laravel/framework/pull/50167) - \[10.x] Fix optional charset and collation when creating database by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/laravel/framework/pull/50168](https://togithub.com/laravel/framework/pull/50168) - \[10.x] update doc block in PendingProcess.php by [@​saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/50198](https://togithub.com/laravel/framework/pull/50198) - \[10.x] Fix Accepting nullable Parameters, updated doc block, and null pointer exception handling in batchable trait by [@​saMahmoudzadeh](https://togithub.com/saMahmoudzadeh) in [https://github.com/laravel/framework/pull/50209](https://togithub.com/laravel/framework/pull/50209) - Make GuardsAttributes fillable property DocBlock more specific by [@​liamduckett](https://togithub.com/liamduckett) in [https://github.com/laravel/framework/pull/50229](https://togithub.com/laravel/framework/pull/50229) - \[10.x] Add only and except methods to Enum validation rule by [@​Anton5360](https://togithub.com/Anton5360) in [https://github.com/laravel/framework/pull/50226](https://togithub.com/laravel/framework/pull/50226) - \[10.x] Fixes on nesting operations performed while applying scopes. by [@​Guilhem-DELAITRE](https://togithub.com/Guilhem-DELAITRE) in [https://github.com/laravel/framework/pull/50207](https://togithub.com/laravel/framework/pull/50207) - \[10.x] Custom RateLimiter increase by [@​khepin](https://togithub.com/khepin) in [https://github.com/laravel/framework/pull/50197](https://togithub.com/laravel/framework/pull/50197) - \[10.x] Add Lateral Join to Query Builder by [@​Bakke](https://togithub.com/Bakke) in [https://github.com/laravel/framework/pull/50050](https://togithub.com/laravel/framework/pull/50050) - \[10.x] Update return type by [@​AmirRezaM75](https://togithub.com/AmirRezaM75) in [https://github.com/laravel/framework/pull/50252](https://togithub.com/laravel/framework/pull/50252) - \[10.x] Fix dockblock by [@​michaelnabil230](https://togithub.com/michaelnabil230) in [https://github.com/laravel/framework/pull/50259](https://togithub.com/laravel/framework/pull/50259) - \[10.x] Add `Conditionable` in enum rule by [@​michaelnabil230](https://togithub.com/michaelnabil230) in [https://github.com/laravel/framework/pull/50257](https://togithub.com/laravel/framework/pull/50257) - \[10.x] Update Facade::$app to nullable by [@​villfa](https://togithub.com/villfa) in [https://github.com/laravel/framework/pull/50260](https://togithub.com/laravel/framework/pull/50260) - \[10.x] Truncate sqlite table name with prefix by [@​kitloong](https://togithub.com/kitloong) in [https://github.com/laravel/framework/pull/50251](https://togithub.com/laravel/framework/pull/50251) - Correction comment for Str::orderedUuid() - https://github.com/larave… by [@​wq9578](https://togithub.com/wq9578) in [https://github.com/laravel/framework/pull/50268](https://togithub.com/laravel/framework/pull/50268) ### [`v10.45.1`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10451---2024-02-21) [Compare Source](https://togithub.com/laravel/framework/compare/v10.45.0...v10.45.1) - Fix typehint for ResetPassword::toMailUsing() by [@​KKSzymanowski](https://togithub.com/KKSzymanowski) in [https://github.com/laravel/framework/pull/50163](https://togithub.com/laravel/framework/pull/50163) - \[10.x] Fix Process::fake() never matching multi-line commands by [@​SjorsO](https://togithub.com/SjorsO) in [https://github.com/laravel/framework/pull/50164](https://togithub.com/laravel/framework/pull/50164) ### [`v10.45.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10450---2024-02-20) [Compare Source](https://togithub.com/laravel/framework/compare/v10.44.0...v10.45.0) - \[10.x] Update `Stringable` phpdoc by [@​milwad-dev](https://togithub.com/milwad-dev) in [https://github.com/laravel/framework/pull/50075](https://togithub.com/laravel/framework/pull/50075) - \[10.x] Allow `Collection::select()` to work on `ArrayAccess` by [@​axlon](https://togithub.com/axlon) in [https://github.com/laravel/framework/pull/50072](https://togithub.com/laravel/framework/pull/50072) - \[10.x] Add `before` to the `PendingBatch` by [@​xiCO2k](https://togithub.com/xiCO2k) in [https://github.com/laravel/framework/pull/50058](https://togithub.com/laravel/framework/pull/50058) - \[10.x] Adjust rules call sequence by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/50084](https://togithub.com/laravel/framework/pull/50084) - \[10.x] Fixes `Illuminate\Support\Str::fromBase64()` return type by [@​SamAsEnd](https://togithub.com/SamAsEnd) in [https://github.com/laravel/framework/pull/50108](https://togithub.com/laravel/framework/pull/50108) - \[10.x] Actually fix fromBase64 return type by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/laravel/framework/pull/50113](https://togithub.com/laravel/framework/pull/50113) - \[10.x] Fix warning and deprecation for Str::api by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/50114](https://togithub.com/laravel/framework/pull/50114) - \[10.x] Mark model instanse as not exists on deleting MorphPivot relation. by [@​dkulyk](https://togithub.com/dkulyk) in [https://github.com/laravel/framework/pull/50135](https://togithub.com/laravel/framework/pull/50135) - \[10.x] Adds Tappable and Conditionable to Relation class by [@​DarkGhostHunter](https://togithub.com/DarkGhostHunter) in [https://github.com/laravel/framework/pull/50124](https://togithub.com/laravel/framework/pull/50124) - \[10.x] Added getQualifiedMorphTypeName to MorphToMany by [@​dkulyk](https://togithub.com/dkulyk) in [https://github.com/laravel/framework/pull/50153](https://togithub.com/laravel/framework/pull/50153) ### [`v10.44.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10440---2024-02-13) [Compare Source](https://togithub.com/laravel/framework/compare/v10.43.0...v10.44.0) - \[10.x] Fix empty request for HTTP connection exception by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/49924](https://togithub.com/laravel/framework/pull/49924) - \[10.x] Add Collection::select() method by [@​morrislaptop](https://togithub.com/morrislaptop) in [https://github.com/laravel/framework/pull/49845](https://togithub.com/laravel/framework/pull/49845) - \[10.x] Refactor `getPreviousUrlFromSession` method in UrlGenerator by [@​milwad-dev](https://togithub.com/milwad-dev) in [https://github.com/laravel/framework/pull/49944](https://togithub.com/laravel/framework/pull/49944) - \[10.x] Add POSIX compliant cleanup to artisan serve by [@​Tofandel](https://togithub.com/Tofandel) in [https://github.com/laravel/framework/pull/49943](https://togithub.com/laravel/framework/pull/49943) - \[10.x] Fix infinite loop when global scopes query contains aggregates by [@​mateusjunges](https://togithub.com/mateusjunges) in [https://github.com/laravel/framework/pull/49972](https://togithub.com/laravel/framework/pull/49972) - \[10.x] Adds PHPUnit 11 as conflict by [@​nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/laravel/framework/pull/49957](https://togithub.com/laravel/framework/pull/49957) - Revert "\[10.x] fix Before/After validation rules" by [@​taylorotwell](https://togithub.com/taylorotwell) in [https://github.com/laravel/framework/pull/50013](https://togithub.com/laravel/framework/pull/50013) - \[10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by [@​joke2k](https://togithub.com/joke2k) in [https://github.com/laravel/framework/pull/49990](https://togithub.com/laravel/framework/pull/49990) - \[10.x] Added `setAbly()` method for `AblyBroadcaster` by [@​Rijoanul-Shanto](https://togithub.com/Rijoanul-Shanto) in [https://github.com/laravel/framework/pull/49981](https://togithub.com/laravel/framework/pull/49981) - \[10.x] Fix in appendExceptionToException method exception type check by [@​t1nkl](https://togithub.com/t1nkl) in [https://github.com/laravel/framework/pull/49958](https://togithub.com/laravel/framework/pull/49958) - \[10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by [@​hulkur](https://togithub.com/hulkur) in [https://github.com/laravel/framework/pull/49952](https://togithub.com/laravel/framework/pull/49952) - Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49973](https://togithub.com/laravel/framework/pull/49973) - \[10.x] Add `toBase64()` and `fromBase64()` methods to Stringable and Str classes by [@​mtownsend5512](https://togithub.com/mtownsend5512) in [https://github.com/laravel/framework/pull/49984](https://togithub.com/laravel/framework/pull/49984) - \[10.x] Allows to defer resolving pcntl only if it's available by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/50024](https://togithub.com/laravel/framework/pull/50024) - \[10.x] Fixes missing `Throwable` import and handle if `originalExceptionHandler` or `originalDeprecationHandler` property isn't used by alternative TestCase by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/50021](https://togithub.com/laravel/framework/pull/50021) - \[10.x] Type hinting for conditional validation rules by [@​lorenzolosa](https://togithub.com/lorenzolosa) in [https://github.com/laravel/framework/pull/50017](https://togithub.com/laravel/framework/pull/50017) - \[10.x] Introduce new `Arr::take()` helper by [@​ryangjchandler](https://togithub.com/ryangjchandler) in [https://github.com/laravel/framework/pull/50015](https://togithub.com/laravel/framework/pull/50015) - \[10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by [@​comes](https://togithub.com/comes) in [https://github.com/laravel/framework/pull/49966](https://togithub.com/laravel/framework/pull/49966) - \[10.x] Introduce Observe attribute for models by [@​emargareten](https://togithub.com/emargareten) in [https://github.com/laravel/framework/pull/49843](https://togithub.com/laravel/framework/pull/49843) - \[10.x] Add ScopedBy attribute for models by [@​emargareten](https://togithub.com/emargareten) in [https://github.com/laravel/framework/pull/50034](https://togithub.com/laravel/framework/pull/50034) - \[10.x] Update reserved names in `GeneratorCommand` by [@​xurshudyan](https://togithub.com/xurshudyan) in [https://github.com/laravel/framework/pull/50043](https://togithub.com/laravel/framework/pull/50043) - \[10.x] fix Validator::validated get nullable array by [@​helitik](https://togithub.com/helitik) in [https://github.com/laravel/framework/pull/50056](https://togithub.com/laravel/framework/pull/50056) - \[10.x] Pass Herd specific env variables to "artisan serve" by [@​mpociot](https://togithub.com/mpociot) in [https://github.com/laravel/framework/pull/50069](https://togithub.com/laravel/framework/pull/50069) - Remove regex case insensitivity modifier in UUID detection to speed it up slightly by [@​maximal](https://togithub.com/maximal) in [https://github.com/laravel/framework/pull/50067](https://togithub.com/laravel/framework/pull/50067) - \[10.x] HTTP retry method can accept array as first param by [@​me-shaon](https://togithub.com/me-shaon) in [https://github.com/laravel/framework/pull/50064](https://togithub.com/laravel/framework/pull/50064) - \[10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by [@​oprypkhantc](https://togithub.com/oprypkhantc) in [https://github.com/laravel/framework/pull/50068](https://togithub.com/laravel/framework/pull/50068) ### [`v10.43.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10430---2024-01-30) [Compare Source](https://togithub.com/laravel/framework/compare/v10.42.0...v10.43.0) - \[10.x] Add storage:unlink command by [@​salkovmx](https://togithub.com/salkovmx) in [https://github.com/laravel/framework/pull/49795](https://togithub.com/laravel/framework/pull/49795) - \[10.x] Unify `\Illuminate\Log\LogManager` method definition comments with `\Psr\Logger\Interface` by [@​eusonlito](https://togithub.com/eusonlito) in [https://github.com/laravel/framework/pull/49805](https://togithub.com/laravel/framework/pull/49805) - \[10.x] class-name string argument for global scopes by [@​emargareten](https://togithub.com/emargareten) in [https://github.com/laravel/framework/pull/49802](https://togithub.com/laravel/framework/pull/49802) - \[10.x] Add `hasIndex()` and minor Schema enhancements by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49796](https://togithub.com/laravel/framework/pull/49796) - \[10.x] Do not touch `BelongsToMany` relation when using `withoutTouching` by [@​mateusjunges](https://togithub.com/mateusjunges) in [https://github.com/laravel/framework/pull/49798](https://togithub.com/laravel/framework/pull/49798) - \[10.x] Check properties on mailables are initialized before sharing with the view by [@​j3j5](https://togithub.com/j3j5) in [https://github.com/laravel/framework/pull/49813](https://togithub.com/laravel/framework/pull/49813) - \[10.x] Remove duplicate actions/checkout from queue workflow by [@​Jubeki](https://togithub.com/Jubeki) in [https://github.com/laravel/framework/pull/49828](https://togithub.com/laravel/framework/pull/49828) - \[10.x] Add `insertOrIgnoreUsing` for Eloquent by [@​trovster](https://togithub.com/trovster) in [https://github.com/laravel/framework/pull/49827](https://togithub.com/laravel/framework/pull/49827) - \[10.x] Make `hasIndex()` Order-sensitive by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49840](https://togithub.com/laravel/framework/pull/49840) - \[10.x] Release action by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/49838](https://togithub.com/laravel/framework/pull/49838) - \[10.x] Add MariaDb1060Platform by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/49848](https://togithub.com/laravel/framework/pull/49848) - \[10.x] Unified Pivot and Model Doc Block `$guarded` by [@​eusonlito](https://togithub.com/eusonlito) in [https://github.com/laravel/framework/pull/49851](https://togithub.com/laravel/framework/pull/49851) - \[10.x] Introducing `beforeStartingTransaction` callback and use it in `LazilyRefreshDatabase` by [@​pascalbaljet](https://togithub.com/pascalbaljet) in [https://github.com/laravel/framework/pull/49853](https://togithub.com/laravel/framework/pull/49853) - \[10.x] fix password max validation message by [@​MrPunyapal](https://togithub.com/MrPunyapal) in [https://github.com/laravel/framework/pull/49861](https://togithub.com/laravel/framework/pull/49861) - \[10.x] Fix validation message used for max file size by [@​mateusjunges](https://togithub.com/mateusjunges) in [https://github.com/laravel/framework/pull/49879](https://togithub.com/laravel/framework/pull/49879) - Update README.md by [@​foremtehan](https://togithub.com/foremtehan) in [https://github.com/laravel/framework/pull/49878](https://togithub.com/laravel/framework/pull/49878) - \[10.x] Adds `FormRequest[@​getRules](https://togithub.com/getRules)()` method by [@​cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/framework/pull/49860](https://togithub.com/laravel/framework/pull/49860) - \[10.x] add addGlobalScopes method by [@​emargareten](https://togithub.com/emargareten) in [https://github.com/laravel/framework/pull/49880](https://togithub.com/laravel/framework/pull/49880) - \[10.x] Allow brick/math 0.12 by [@​LogicSatinn](https://togithub.com/LogicSatinn) in [https://github.com/laravel/framework/pull/49883](https://togithub.com/laravel/framework/pull/49883) - \[10.x] Add support for streamed JSON Response by [@​pelmered](https://togithub.com/pelmered) in [https://github.com/laravel/framework/pull/49873](https://togithub.com/laravel/framework/pull/49873) - \[10.x] Using the native fopen exception in LockableFile.php by [@​eusonlito](https://togithub.com/eusonlito) in [https://github.com/laravel/framework/pull/49895](https://togithub.com/laravel/framework/pull/49895) - \[10.x] Fix LazilyRefreshDatabase when testing artisan commands by [@​iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/49914](https://togithub.com/laravel/framework/pull/49914) - \[10.x] Fix expressions in with-functions doing aggregates by [@​tpetry](https://togithub.com/tpetry) in [https://github.com/laravel/framework/pull/49912](https://togithub.com/laravel/framework/pull/49912) - \[10.x] Fix redis tag entries never becoming stale if cache ttl is past time by [@​jagers](https://togithub.com/jagers) in [https://github.com/laravel/framework/pull/49864](https://togithub.com/laravel/framework/pull/49864) - \[10.x] Fix - The `Translator` may incorrectly report the locale of a missing translation key by [@​VicGUTT](https://togithub.com/VicGUTT) in [https://github.com/laravel/framework/pull/49900](https://togithub.com/laravel/framework/pull/49900) - \[10.x] fix Before/After validation rules by [@​MrPunyapal](https://togithub.com/MrPunyapal) in [https://github.com/laravel/framework/pull/49871](https://togithub.com/laravel/framework/pull/49871) ### [`v10.42.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10420---2024-01-23) [Compare Source](https://togithub.com/laravel/framework/compare/v10.41.0...v10.42.0) - \[10.x] Switch to hash_equals in `File::hasSameHash()` by [@​simonhamp](https://togithub.com/simonhamp) in [https://github.com/laravel/framework/pull/49721](https://togithub.com/laravel/framework/pull/49721) - \[10.x] fix Rule::unless for callable $condition by [@​dbakan](https://togithub.com/dbakan) in [https://github.com/laravel/framework/pull/49726](https://togithub.com/laravel/framework/pull/49726) - \[10.x] Adds JobQueueing event by [@​dmason30](https://togithub.com/dmason30) in [https://github.com/laravel/framework/pull/49722](https://togithub.com/laravel/framework/pull/49722) - \[10.x] Fix decoding issue in MailLogTransport by [@​rojtjo](https://togithub.com/rojtjo) in [https://github.com/laravel/framework/pull/49727](https://togithub.com/laravel/framework/pull/49727) - \[10.x] Implement "max" validation rule for passwords by [@​angelej](https://togithub.com/angelej) in [https://github.com/laravel/framework/pull/49739](https://togithub.com/laravel/framework/pull/49739) - \[10.x] Add multiple channels/routes to AnonymousNotifiable at once by [@​iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/49745](https://togithub.com/laravel/framework/pull/49745) - \[10.x] Sort service providers alphabetically by [@​buismaarten](https://togithub.com/buismaarten) in [https://github.com/laravel/framework/pull/49762](https://togithub.com/laravel/framework/pull/49762) - \[10.x] Global default options for the http factory by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/49767](https://togithub.com/laravel/framework/pull/49767) - \[10.x] Only use `Carbon` if accessed from Laravel or also uses `illuminate/support` by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49772](https://togithub.com/laravel/framework/pull/49772) - \[10.x] Add `Str::unwrap` by [@​stevebauman](https://togithub.com/stevebauman) in [https://github.com/laravel/framework/pull/49779](https://togithub.com/laravel/framework/pull/49779) - \[10.x] Allow Uuid and Ulid in Carbon::createFromId() by [@​kylekatarnls](https://togithub.com/kylekatarnls) in [https://github.com/laravel/framework/pull/49783](https://togithub.com/laravel/framework/pull/49783) - \[10.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49785](https://togithub.com/laravel/framework/pull/49785) ### [`v10.41.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10410---2024-01-16) [Compare Source](https://togithub.com/laravel/framework/compare/v10.40.0...v10.41.0) - \[10.x] Add a `threshold` parameter to the `Number::spell` helper by [@​caendesilva](https://togithub.com/caendesilva) in [https://github.com/laravel/framework/pull/49610](https://togithub.com/laravel/framework/pull/49610) - Revert "\[10.x] Make ComponentAttributeBag Arrayable" by [@​luanfreitasdev](https://togithub.com/luanfreitasdev) in [https://github.com/laravel/framework/pull/49623](https://togithub.com/laravel/framework/pull/49623) - \[10.x] Fix return value and docblock by [@​dwightwatson](https://togithub.com/dwightwatson) in [https://github.com/laravel/framework/pull/49627](https://togithub.com/laravel/framework/pull/49627) - \[10.x] Add an option to specify the default path to the models directory for `php artisan model:prune` by [@​dbhynds](https://togithub.com/dbhynds) in [https://github.com/laravel/framework/pull/49617](https://togithub.com/laravel/framework/pull/49617) - \[10.x] Allow job chains to be conditionally dispatched by [@​fjarrett](https://togithub.com/fjarrett) in [https://github.com/laravel/framework/pull/49624](https://togithub.com/laravel/framework/pull/49624) - \[10.x] Add test for existing empty test by [@​lioneaglesolutions](https://togithub.com/lioneaglesolutions) in [https://github.com/laravel/framework/pull/49632](https://togithub.com/laravel/framework/pull/49632) - \[10.x] Add additional context to Mailable assertion messages by [@​lioneaglesolutions](https://togithub.com/lioneaglesolutions) in [https://github.com/laravel/framework/pull/49631](https://togithub.com/laravel/framework/pull/49631) - \[10.x] Allow job batches to be conditionally dispatched by [@​fjarrett](https://togithub.com/fjarrett) in [https://github.com/laravel/framework/pull/49639](https://togithub.com/laravel/framework/pull/49639) - \[10.x] Revert parameter name change by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/49659](https://togithub.com/laravel/framework/pull/49659) - \[10.x] Printing Name of The Method that Calls `ensureIntlExtensionIsInstalled` in `Number` class. by [@​devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/49660](https://togithub.com/laravel/framework/pull/49660) - \[10.x] Update pagination tailwind.blade.php by [@​anasmorahhib](https://togithub.com/anasmorahhib) in [https://github.com/laravel/framework/pull/49665](https://togithub.com/laravel/framework/pull/49665) - \[10.x] feat: add base argument to Stringable->toInteger() by [@​adamczykpiotr](https://togithub.com/adamczykpiotr) in [https://github.com/laravel/framework/pull/49670](https://togithub.com/laravel/framework/pull/49670) - \[10.x]: Remove unused class ShouldBeUnique when make a job by [@​Kenini1805](https://togithub.com/Kenini1805) in [https://github.com/laravel/framework/pull/49669](https://togithub.com/laravel/framework/pull/49669) - \[10.x] Add tests for Eloquent methods by [@​milwad-dev](https://togithub.com/milwad-dev) in [https://github.com/laravel/framework/pull/49673](https://togithub.com/laravel/framework/pull/49673) - Implement draft workflow by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/49683](https://togithub.com/laravel/framework/pull/49683) - \[10.x] Fixing Types, Word and Returns of `Number`class. by [@​devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/49681](https://togithub.com/laravel/framework/pull/49681) - \[10.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49679](https://togithub.com/laravel/framework/pull/49679) - \[10.x] Officially support floats in trans_choice and Translator::choice by [@​philbates35](https://togithub.com/philbates35) in [https://github.com/laravel/framework/pull/49693](https://togithub.com/laravel/framework/pull/49693) - \[10.x] Use static function by [@​michaelnabil230](https://togithub.com/michaelnabil230) in [https://github.com/laravel/framework/pull/49696](https://togithub.com/laravel/framework/pull/49696) - \[10.x] Revert "\[10.x] Improve numeric comparison for custom casts" by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/49702](https://togithub.com/laravel/framework/pull/49702) - \[10.x] Add exit code to queue:clear, and queue:forget commands by [@​bytestream](https://togithub.com/bytestream) in [https://github.com/laravel/framework/pull/49707](https://togithub.com/laravel/framework/pull/49707) - \[10.x] Allow StreamInterface as raw HTTP Client body by [@​janolivermr](https://togithub.com/janolivermr) in [https://github.com/laravel/framework/pull/49705](https://togithub.com/laravel/framework/pull/49705) ### [`v10.40.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10400---2024-01-09) [Compare Source](https://togithub.com/laravel/framework/compare/v10.39.0...v10.40.0) - \[10.x] `Model::preventAccessingMissingAttributes()` raises exception for enums & primitive castable attributes that were not retrieved by [@​cosmastech](https://togithub.com/cosmastech) in [https://github.com/laravel/framework/pull/49480](https://togithub.com/laravel/framework/pull/49480) - \[10.x] Include system versioned tables for MariaDB by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49509](https://togithub.com/laravel/framework/pull/49509) - \[10.x] Fixes the `Arr::dot()` method to properly handle indexes array by [@​kayw-geek](https://togithub.com/kayw-geek) in [https://github.com/laravel/framework/pull/49507](https://togithub.com/laravel/framework/pull/49507) - \[10.x] Expand Gate::allows & Gate::denies signature by [@​antonkomarev](https://togithub.com/antonkomarev) in [https://github.com/laravel/framework/pull/49503](https://togithub.com/laravel/framework/pull/49503) - \[10.x] Improve numeric comparison for custom casts by [@​imahmood](https://togithub.com/imahmood) in [https://github.com/laravel/framework/pull/49504](https://togithub.com/laravel/framework/pull/49504) - \[10.x] Add session except method by [@​xurshudyan](https://togithub.com/xurshudyan) in [https://github.com/laravel/framework/pull/49520](https://togithub.com/laravel/framework/pull/49520) - \[10.x] Add `Number::clamp` by [@​jbrooksuk](https://togithub.com/jbrooksuk) in [https://github.com/laravel/framework/pull/49512](https://togithub.com/laravel/framework/pull/49512) - \[10.x] Fix Schedule test by [@​michaelnabil230](https://togithub.com/michaelnabil230) in [https://github.com/laravel/framework/pull/49538](https://togithub.com/laravel/framework/pull/49538) - \[10.x] Use correct format of date by [@​buismaarten](https://togithub.com/buismaarten) in [https://github.com/laravel/framework/pull/49541](https://togithub.com/laravel/framework/pull/49541) - \[10.x] Clean Arr by [@​michaelnabil230](https://togithub.com/michaelnabil230) in [https://github.com/laravel/framework/pull/49530](https://togithub.com/laravel/framework/pull/49530) - \[10.x] Make ComponentAttributeBag Arrayable by [@​iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/49524](https://togithub.com/laravel/framework/pull/49524) - \[10.x] Fix whenAggregated when default is not specified by [@​lovePizza](https://togithub.com/lovePizza) in [https://github.com/laravel/framework/pull/49521](https://togithub.com/laravel/framework/pull/49521) - \[10.x] Update AsArrayObject.php to use ARRAY_AS_PROPS flag by [@​pintend](https://togithub.com/pintend) in [https://github.com/laravel/framework/pull/49534](https://togithub.com/laravel/framework/pull/49534) - \[10.x] Remove invalid `RedisCluster::client()` call by [@​tillkruss](https://togithub.com/tillkruss) in [https://github.com/laravel/framework/pull/49560](https://togithub.com/laravel/framework/pull/49560) - \[10.x] Remove unused code from `PhpRedisConnector` by [@​tillkruss](https://togithub.com/tillkruss) in [https://github.com/laravel/framework/pull/49559](https://togithub.com/laravel/framework/pull/49559) - \[10.x] Flush about command during test runs by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/49557](https://togithub.com/laravel/framework/pull/49557) - \[10.x] Fix parentOfParameter method by [@​iamgergo](https://togithub.com/iamgergo) in [https://github.com/laravel/framework/pull/49548](https://togithub.com/laravel/framework/pull/49548) - \[10.x] Make the Schema Builder macroable by [@​kevinb1989](https://togithub.com/kevinb1989) in [https://github.com/laravel/framework/pull/49547](https://togithub.com/laravel/framework/pull/49547) - \[10.x] Remove unused code from tests by [@​imahmood](https://togithub.com/imahmood) in [https://github.com/laravel/framework/pull/49566](https://togithub.com/laravel/framework/pull/49566) - \[10.x] Update Query/Builder.php $columns typehint by [@​Grldk](https://togithub.com/Grldk) in [https://github.com/laravel/framework/pull/49563](https://togithub.com/laravel/framework/pull/49563) - \[10.x] Add assertViewEmpty to TestView by [@​dwightwatson](https://togithub.com/dwightwatson) in [https://github.com/laravel/framework/pull/49558](https://togithub.com/laravel/framework/pull/49558) - \[10.x] Update tailwind.blade.php for dark mode by [@​sabinchacko03](https://togithub.com/sabinchacko03) in [https://github.com/laravel/framework/pull/49515](https://togithub.com/laravel/framework/pull/49515) - \[10.x] Fix deprecation with null value in cache FileStore by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/49578](https://togithub.com/laravel/framework/pull/49578) - \[10.x] Allow Vite asset path customization by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/49437](https://togithub.com/laravel/framework/pull/49437) - \[10.x] Type hinting of the second parameter of date- and time-related `where*()` methods of `Illuminate\Database\Query\Builder` by [@​lorenzolosa](https://togithub.com/lorenzolosa) in [https://github.com/laravel/framework/pull/49599](https://togithub.com/laravel/framework/pull/49599) - \[10.x] Fix Stringable::convertCase() return type by [@​vaites](https://togithub.com/vaites) in [https://github.com/laravel/framework/pull/49590](https://togithub.com/laravel/framework/pull/49590) - Allow \Blade::stringable() to be called on native Iterables by [@​tsjason](https://togithub.com/tsjason) in [https://github.com/laravel/framework/pull/49591](https://togithub.com/laravel/framework/pull/49591) - \[10.x] Refactor time handling using `InteractsWithTime` trait method by [@​xurshudyan](https://togithub.com/xurshudyan) in [https://github.com/laravel/framework/pull/49601](https://togithub.com/laravel/framework/pull/49601) - \[10.x] Add `assertCount` test helper by [@​xurshudyan](https://togithub.com/xurshudyan) in [https://github.com/laravel/framework/pull/49609](https://togithub.com/laravel/framework/pull/49609) - \[10.x] Ability to establish connection without using Config Repository by [@​deleugpn](https://togithub.com/deleugpn) in [https://github.com/laravel/framework/pull/49527](https://togithub.com/laravel/framework/pull/49527) - \[10.x] Add APA style title helper by [@​hotmeteor](https://togithub.com/hotmeteor) in [https://github.com/laravel/framework/pull/49572](https://togithub.com/laravel/framework/pull/49572) - \[10.x] Fix usage of alternatives in error output by [@​Mrjavaci](https://togithub.com/Mrjavaci) in [https://github.com/laravel/framework/pull/49614](https://togithub.com/laravel/framework/pull/49614) - \[10.x] Use locks for queue job popping for PlanetScale's MySQL-compatible Vitess 19 engine by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49561](https://togithub.com/laravel/framework/pull/49561) ### [`v10.39.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10390---2023-12-27) [Compare Source](https://togithub.com/laravel/framework/compare/v10.38.2...v10.39.0) - \[9.x] Support for phpredis 6.0.0 by [@​MichalHubatka](https://togithub.com/MichalHubatka) in [https://github.com/laravel/framework/pull/48380](https://togithub.com/laravel/framework/pull/48380) - \[10.x] Dynamic `maxTries` for queued jobs by [@​mechelon](https://togithub.com/mechelon) in [https://github.com/laravel/framework/pull/49473](https://togithub.com/laravel/framework/pull/49473) - \[10.x] Avoid TypeError when using json validation rule when PHP < 8.3 by [@​Xint0](https://togithub.com/Xint0) in [https://github.com/laravel/framework/pull/49474](https://togithub.com/laravel/framework/pull/49474) - \[10.x] Fix use statement compilation in Blade templates by [@​MrPunyapal](https://togithub.com/MrPunyapal) in [https://github.com/laravel/framework/pull/49479](https://togithub.com/laravel/framework/pull/49479) - \[10.x] Allow testing prompts validation by [@​cerbero90](https://togithub.com/cerbero90) in [https://github.com/laravel/framework/pull/49447](https://togithub.com/laravel/framework/pull/49447) - \[10.x] Add 'Roundrobin' Symfony mailer transport driver by [@​me-shaon](https://togithub.com/me-shaon) in [https://github.com/laravel/framework/pull/49435](https://togithub.com/laravel/framework/pull/49435) ### [`v10.38.2`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10382---2023-12-22) [Compare Source](https://togithub.com/laravel/framework/compare/v10.38.1...v10.38.2) - \[10.x] Add `conflict` for `doctrine/dbal:^4.0` to `illuminate/database` by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49456](https://togithub.com/laravel/framework/pull/49456) - \[10.x] Simplify Arr::dot by [@​bastien-phi](https://togithub.com/bastien-phi) in [https://github.com/laravel/framework/pull/49461](https://togithub.com/laravel/framework/pull/49461) - \[10.x] Illuminate\Filesystem\join_paths(): Argument [#​2](https://togithub.com/laravel/framework/issues/2) must be of type string, null given by [@​tylernathanreed](https://togithub.com/tylernathanreed) in [https://github.com/laravel/framework/pull/49467](https://togithub.com/laravel/framework/pull/49467) - \[10.x] Allow deprecation logging in tests by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/49457](https://togithub.com/laravel/framework/pull/49457) - \[10.x] Fix missing Validation rules not working with nested array by [@​aabadawy](https://togithub.com/aabadawy) in [https://github.com/laravel/framework/pull/49449](https://togithub.com/laravel/framework/pull/49449) ### [`v10.38.1`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10381---2023-12-20) [Compare Source](https://togithub.com/laravel/framework/compare/v10.38.0...v10.38.1) - \[10.x] Adds support for parse callbacks from anonymous classes by [@​nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/laravel/framework/pull/49432](https://togithub.com/laravel/framework/pull/49432) - Revert "\[10.x] Drop the primary key if it exists when adding a new primary key" by [@​taylorotwell](https://togithub.com/taylorotwell) in [https://github.com/laravel/framework/pull/49448](https://togithub.com/laravel/framework/pull/49448) - \[10.x] Fix installing DBAL on a fresh app by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/49438](https://togithub.com/laravel/framework/pull/49438) - \[10.x] Add method to create request by [@​dododedodonl](https://togithub.com/dododedodonl) in [https://github.com/laravel/framework/pull/49446](https://togithub.com/laravel/framework/pull/49446) - \[10.x] Move `Illuminate\Foundation\Application::joinPaths()` to `Illuminate\Filesystem\join_paths()` by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49433](https://togithub.com/laravel/framework/pull/49433) ### [`v10.38.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10380---2023-12-19) [Compare Source](https://togithub.com/laravel/framework/compare/v10.37.3...v10.38.0) - \[10.x] Add routeRoute method to test request by [@​fragkp](https://togithub.com/fragkp) in [https://github.com/laravel/framework/pull/49366](https://togithub.com/laravel/framework/pull/49366) - \[10.x] Update import & typo by [@​chu121su12](https://togithub.com/chu121su12) in [https://github.com/laravel/framework/pull/49370](https://togithub.com/laravel/framework/pull/49370) - \[10.x] Show default `false` values in `db:table` command by [@​PerryvanderMeer](https://togithub.com/PerryvanderMeer) in [https://github.com/laravel/framework/pull/49379](https://togithub.com/laravel/framework/pull/49379) - \[10.x] Fix primary key creation for MySQL with `sql_require_primary_key` enabled by [@​mtawil](https://togithub.com/mtawil) in [https://github.com/laravel/framework/pull/49374](https://togithub.com/laravel/framework/pull/49374) - \[10.x] Add `charset` and `collation` method to `Blueprint` by [@​gcazin](https://togithub.com/gcazin) in [https://github.com/laravel/framework/pull/49396](https://togithub.com/laravel/framework/pull/49396) - Fixes second run of `about` command on Octane by [@​josecl](https://togithub.com/josecl) in [https://github.com/laravel/framework/pull/49387](https://togithub.com/laravel/framework/pull/49387) - \[10.x] Fix bug in ArrayLock getCurrentOwner by [@​Joostb](https://togithub.com/Joostb) in [https://github.com/laravel/framework/pull/49393](https://togithub.com/laravel/framework/pull/49393) - \[10.x] Dynamo Batch Repository - Match Default Horizon Sort by [@​evan-burrell](https://togithub.com/evan-burrell) in [https://github.com/laravel/framework/pull/49391](https://togithub.com/laravel/framework/pull/49391) - \[10.x] Add Blade `[@session](https://togithub.com/session)` Directive by [@​jrd-lewis](https://togithub.com/jrd-lewis) in [https://github.com/laravel/framework/pull/49339](https://togithub.com/laravel/framework/pull/49339) - \[10.x] Improve `Arr::dot` performance by [@​bastien-phi](https://togithub.com/bastien-phi) in [https://github.com/laravel/framework/pull/49386](https://togithub.com/laravel/framework/pull/49386) - \[10.x] Fix assertStatus() parameter order by [@​marcovo](https://togithub.com/marcovo) in [https://github.com/laravel/framework/pull/49404](https://togithub.com/laravel/framework/pull/49404) - \[10.x] Only set `defaultCasters` if not previously set by [@​inxilpro](https://togithub.com/inxilpro) in [https://github.com/laravel/framework/pull/49402](https://togithub.com/laravel/framework/pull/49402) - \[10.x] Fixes parameter type in `ManagesFrequencies` by [@​Lucas-Schmukas](https://togithub.com/Lucas-Schmukas) in [https://github.com/laravel/framework/pull/49399](https://togithub.com/laravel/framework/pull/49399) - \[10.x] Add SQLite support for `whereJsonContains` method by [@​danieleambrosino](https://togithub.com/danieleambrosino) in [https://github.com/laravel/framework/pull/49401](https://togithub.com/laravel/framework/pull/49401) - \[10x.] Use native json_validate in Validation by [@​gtjamesa](https://togithub.com/gtjamesa) in [https://github.com/laravel/framework/pull/49413](https://togithub.com/laravel/framework/pull/49413) - \[10.x] Introducing `isEmpty` and `isNotEmpty` to `ComponentAttributeBag` by [@​devajmeireles](https://togithub.com/devajmeireles) in [https://github.com/laravel/framework/pull/49408](https://togithub.com/laravel/framework/pull/49408) - \[10.x] Drop the primary key if it exists when adding a new primary key by [@​KieranFYI](https://togithub.com/KieranFYI) in [https://github.com/laravel/framework/pull/49392](https://togithub.com/laravel/framework/pull/49392) - \[10.x] Improve schema builder `getColumns()` method by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49416](https://togithub.com/laravel/framework/pull/49416) - \[10.x] Add `MailMessage` helpers for plain text email notifications by [@​onlime](https://togithub.com/onlime) in [https://github.com/laravel/framework/pull/49407](https://togithub.com/laravel/framework/pull/49407) - \[10.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49426](https://togithub.com/laravel/framework/pull/49426) - \[10.x] Add Conditionable to Pipeline by [@​shane-zeng](https://togithub.com/shane-zeng) in [https://github.com/laravel/framework/pull/49429](https://togithub.com/laravel/framework/pull/49429) ### [`v10.37.3`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10373---2023-12-13) [Compare Source](https://togithub.com/laravel/framework/compare/v10.37.2...v10.37.3) - Flush middleware callbacks by [@​taylorotwell](https://togithub.com/taylorotwell) in https://github.com/laravel/framework/commit/bb49a72c1a839b2b19d0fcea4e8b203a122454ef ### [`v10.37.2`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10372---2023-12-13) [Compare Source](https://togithub.com/laravel/framework/compare/v10.37.1...v10.37.2) - Ability to test chained job via closure by [@​jasonmccreary](https://togithub.com/jasonmccreary) in [https://github.com/laravel/framework/pull/49337](https://togithub.com/laravel/framework/pull/49337) - \[10.x] Add `progress` option to `PendingBatch` by [@​orkhanahmadov](https://togithub.com/orkhanahmadov) in [https://github.com/laravel/framework/pull/49273](https://togithub.com/laravel/framework/pull/49273) - \[10.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49338](https://togithub.com/laravel/framework/pull/49338) - \[10.x] Avoid using `rescue()` in standalone `illuminate/database` component. by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49355](https://togithub.com/laravel/framework/pull/49355) - \[10.x] Exclude extension types on PostgreSQL when retrieving types by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49358](https://togithub.com/laravel/framework/pull/49358) - \[10.x] Revert "\[10.x] Disconnecting the database connection after testing" by [@​driesvints](https://togithub.com/driesvints) in [https://github.com/laravel/framework/pull/49361](https://togithub.com/laravel/framework/pull/49361) ### [`v10.37.1`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10371---2023-12-12) [Compare Source](https://togithub.com/laravel/framework/compare/v10.37.0...v10.37.1) - \[10.x] Disconnecting the database connection after testing by [@​KentarouTakeda](https://togithub.com/KentarouTakeda) in [https://github.com/laravel/framework/pull/49327](https://togithub.com/laravel/framework/pull/49327) - \[10.x] Get user-defined types on PostgreSQL by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49303](https://togithub.com/laravel/framework/pull/49303) ### [`v10.37.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10370---2023-12-12) [Compare Source](https://togithub.com/laravel/framework/compare/v10.36.0...v10.37.0) - \[10.x] Add `engine` method to `Blueprint` by [@​jbrooksuk](https://togithub.com/jbrooksuk) in [https://github.com/laravel/framework/pull/49250](https://togithub.com/laravel/framework/pull/49250) - \[10.x] Use translator from validator in `Can` and `Enum` rules by [@​fancyweb](https://togithub.com/fancyweb) in [https://github.com/laravel/framework/pull/49251](https://togithub.com/laravel/framework/pull/49251) - \[10.x] Get indexes of a table by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49204](https://togithub.com/laravel/framework/pull/49204) - \[10.x] Filesystem : can lock file on append of content by [@​StephaneBour](https://togithub.com/StephaneBour) in [https://github.com/laravel/framework/pull/49262](https://togithub.com/laravel/framework/pull/49262) - \[10.x] Test Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49266](https://togithub.com/laravel/framework/pull/49266) - \[10.x] Fixes generating facades documentation shouldn't be affected by `php-psr` extension by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49268](https://togithub.com/laravel/framework/pull/49268) - \[10.x] Fixes `AboutCommand::format()` docblock by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49274](https://togithub.com/laravel/framework/pull/49274) - \[10.x] `Route::getController()` should return `null` when the accessing closure based route by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49269](https://togithub.com/laravel/framework/pull/49269) - \[10.x] Add "noActionOnUpdate" method in Illuminate/Database/Schema/ForeignKeyDefinition by [@​hrsa](https://togithub.com/hrsa) in [https://github.com/laravel/framework/pull/49297](https://togithub.com/laravel/framework/pull/49297) - \[10.x] Fixing number helper for floating 0.0 by [@​mr-punyapal](https://togithub.com/mr-punyapal) in [https://github.com/laravel/framework/pull/49277](https://togithub.com/laravel/framework/pull/49277) - \[10.x] Allow checking if lock succesfully restored by [@​Joostb](https://togithub.com/Joostb) in [https://github.com/laravel/framework/pull/49272](https://togithub.com/laravel/framework/pull/49272) - \[10.x] Enable DynamoDB as a backend for Job Batches by [@​khepin](https://togithub.com/khepin) in [https://github.com/laravel/framework/pull/49169](https://togithub.com/laravel/framework/pull/49169) - \[10.x] Removed deprecated and not used argument by [@​Muetze42](https://togithub.com/Muetze42) in [https://github.com/laravel/framework/pull/49304](https://togithub.com/laravel/framework/pull/49304) - \[10.x] Add Conditionable to Batched and Chained jobs by [@​bretto36](https://togithub.com/bretto36) in [https://github.com/laravel/framework/pull/49310](https://togithub.com/laravel/framework/pull/49310) - \[10.x] Include partitioned tables on PostgreSQL when retrieving tables by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49326](https://togithub.com/laravel/framework/pull/49326) - \[10.x] Allow to pass `Arrayable` or `Stringble` in rules `In` and `NotIn` by [@​michaelnabil230](https://togithub.com/michaelnabil230) in [https://github.com/laravel/framework/pull/49055](https://togithub.com/laravel/framework/pull/49055) - \[10.x] Display error message if json_encode() fails by [@​aimeos](https://togithub.com/aimeos) in [https://github.com/laravel/framework/pull/48856](https://togithub.com/laravel/framework/pull/48856) - \[10.x] Allow error list per field by [@​timacdonald](https://togithub.com/timacdonald) in [https://github.com/laravel/framework/pull/49309](https://togithub.com/laravel/framework/pull/49309) - \[10.x] Get foreign keys of a table by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49264](https://togithub.com/laravel/framework/pull/49264) - \[10.x] PHPStan Improvements by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49343](https://togithub.com/laravel/framework/pull/49343) - \[10.x] Handle missing translations: more robust handling of callback return value by [@​DeanWunder](https://togithub.com/DeanWunder) in [https://github.com/laravel/framework/pull/49341](https://togithub.com/laravel/framework/pull/49341) ### [`v10.36.0`](https://togithub.com/laravel/framework/compare/v10.35.0...v10.36.0) [Compare Source](https://togithub.com/laravel/framework/compare/v10.35.0...v10.36.0) ### [`v10.35.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10350---2023-12-05) [Compare Source](https://togithub.com/laravel/framework/compare/v10.34.2...v10.35.0) - \[10.x] Add `Conditionable` trait to `AssertableJson` by [@​khalilst](https://togithub.com/khalilst) in [https://github.com/laravel/framework/pull/49172](https://togithub.com/laravel/framework/pull/49172) - \[10.x] Add `--with-secret` option to Artisan `down` command. by [@​jj15asmr](https://togithub.com/jj15asmr) in [https://github.com/laravel/framework/pull/49171](https://togithub.com/laravel/framework/pull/49171) - \[10.x] Add support for `Number::summarize` by [@​jcsoriano](https://togithub.com/jcsoriano) in [https://github.com/laravel/framework/pull/49197](https://togithub.com/laravel/framework/pull/49197) - \[10.x] Add Blade [@​use](https://togithub.com/use) directive by [@​simonhamp](https://togithub.com/simonhamp) in [https://github.com/laravel/framework/pull/49179](https://togithub.com/laravel/framework/pull/49179) - \[10.x] Fixes retrying failed jobs causes PHP memory exhaustion errors when dealing with thousands of failed jobs by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49186](https://togithub.com/laravel/framework/pull/49186) - \[10.x] Add "substituteImplicitBindingsUsing" method to router by [@​calebporzio](https://togithub.com/calebporzio) in [https://github.com/laravel/framework/pull/49200](https://togithub.com/laravel/framework/pull/49200) - \[10.x] Cookies Having Independent Partitioned State (CHIPS) by [@​fabricecw](https://togithub.com/fabricecw) in [https://github.com/laravel/framework/pull/48745](https://togithub.com/laravel/framework/pull/48745) - \[10.x] Update InteractsWithDictionary.php to use base InvalidArgumentException by [@​Grldk](https://togithub.com/Grldk) in [https://github.com/laravel/framework/pull/49209](https://togithub.com/laravel/framework/pull/49209) - \[10.x] Fix docblock for wasRecentlyCreated by [@​stancl](https://togithub.com/stancl) in [https://github.com/laravel/framework/pull/49208](https://togithub.com/laravel/framework/pull/49208) - \[10.x] Fix loss of attributes after

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laravel/framework:10.48.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency psr/simple-cache is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laravel/framework 10.48.0 -> satisfiable by laravel/framework[v10.48.0].
    - laravel/framework v10.48.0 requires monolog/monolog ^3.0 -> found monolog/monolog[dev-main, 3.0.0-RC1, ..., 3.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laravel/framework v10.48.0 requires monolog/monolog ^3.0 -> found monolog/monolog[dev-main, 3.0.0-RC1, ..., 3.x-dev] but these were not loaded, likely because it conflicts with another require.
    - joy/voyager-api v1.2.35 requires darkaonline/l5-swagger ^7.0|^8.0 -> satisfiable by darkaonline/l5-swagger[8.4.1].
    - darkaonline/l5-swagger 8.4.1 requires laravel/framework ^9.0 || >=8.40.0 || ^7.0 -> satisfiable by laravel/framework[v10.48.0].
    - joy/voyager-api is locked to version v1.2.35 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.