Update dependency laravel/framework to v12 - autoclosed #86

Closed
professeur-chen wants to merge 1 commit from renovate/laravel-framework-12.x into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
laravel/framework (source) require major ^11.0 -> ^12.0

Release Notes

laravel/framework (laravel/framework)

v12.2.0

Compare Source

v12.1.1

Compare Source

v12.1.0

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

v11.44.2

Compare Source

v11.44.1

Compare Source

v11.44.0

Compare Source

v11.43.2

Compare Source

v11.43.1

Compare Source

v11.43.0

Compare Source

v11.42.1

Compare Source

v11.42.0

Compare Source

v11.41.3

Compare Source

v11.41.2

Compare Source

v11.41.1

Compare Source

v11.41.0

Compare Source

v11.40.0

Compare Source

v11.39.1

Compare Source

v11.39.0

Compare Source

v11.38.2

Compare Source

v11.38.1

Compare Source

v11.38.0

Compare Source

v11.37.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [laravel/framework](https://laravel.com) ([source](https://github.com/laravel/framework)) | require | major | `^11.0` -> `^12.0` | --- ### Release Notes <details> <summary>laravel/framework (laravel/framework)</summary> ### [`v12.2.0`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1220---2025-03-12) [Compare Source](https://github.com/laravel/framework/compare/v12.1.1...v12.2.0) - Add dates to allowed PHPDoc types of Builder::having() by [@&#8203;miken32](https://github.com/miken32) in https://github.com/laravel/framework/pull/54899 - \[11.x] Fix double negative in `whereNotMorphedTo()` query by [@&#8203;owenvoke](https://github.com/owenvoke) in https://github.com/laravel/framework/pull/54902 - Add test for Arr::partition by [@&#8203;liamduckett](https://github.com/liamduckett) in https://github.com/laravel/framework/pull/54913 - \[11.x] Expose process checkTimeout method by [@&#8203;mattmcdev](https://github.com/mattmcdev) in https://github.com/laravel/framework/pull/54912 - \[12.x] Compilable for Validation Contract by [@&#8203;peterfox](https://github.com/peterfox) in https://github.com/laravel/framework/pull/54882 - \[11.x] Backport "Change `paginate()` method return types to `\Illuminate\Pagination\LengthAwarePaginator`" by [@&#8203;carestad](https://github.com/carestad) in https://github.com/laravel/framework/pull/54917 - \[11.x] Revert faulty change to `EnumeratesValues::ensure()` doc block by [@&#8203;axlon](https://github.com/axlon) in https://github.com/laravel/framework/pull/54919 - Ensure ValidationEmailRuleTest skips tests requiring the intl extension when unavailable by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54918 - ✅ Ensure Enum validation is case-sensitive by adding a new test case. by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54922 - \[12.x] Feature: Collection chunk without preserving keys by [@&#8203;liamduckett](https://github.com/liamduckett) in https://github.com/laravel/framework/pull/54916 - \[12.x] Add test coverage for Uri::withQueryIfMissing method by [@&#8203;mohammadrasoulasghari](https://github.com/mohammadrasoulasghari) in https://github.com/laravel/framework/pull/54923 - Fix issue with using RedisCluster with compression or serialization by [@&#8203;rzv-me](https://github.com/rzv-me) in https://github.com/laravel/framework/pull/54934 - \[12.x] Add test coverage for Str::replaceMatches method by [@&#8203;mohammadrasoulasghari](https://github.com/mohammadrasoulasghari) in https://github.com/laravel/framework/pull/54930 - \[12.x] Types: Collection chunk without preserving keys by [@&#8203;liamduckett](https://github.com/liamduckett) in https://github.com/laravel/framework/pull/54924 - \[12.x] Add `ddBody` method to TestResponse for dumping various response payloads by [@&#8203;Sammyjo20](https://github.com/Sammyjo20) in https://github.com/laravel/framework/pull/54933 - \[11.x] Backport "Fix issue with using `RedisCluster` with compression or serialization" by [@&#8203;rzv-me](https://github.com/rzv-me) in https://github.com/laravel/framework/pull/54935 - \[12.x] feat: add `CanBeOneOfMany` support to `HasOneThrough` by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/54759 - \[12.x] Hotfix - Add function_exists check to ddBody in TestResponse by [@&#8203;Sammyjo20](https://github.com/Sammyjo20) in https://github.com/laravel/framework/pull/54937 - \[12.x] Refactor: Remove unnecessary variables in Str class methods by [@&#8203;mohammadrasoulasghari](https://github.com/mohammadrasoulasghari) in https://github.com/laravel/framework/pull/54963 - Add Tests for Str::pluralPascal Method by [@&#8203;mohammadrasoulasghari](https://github.com/mohammadrasoulasghari) in https://github.com/laravel/framework/pull/54957 - \[12.x] Fix visibility of setUp and tearDown in tests by [@&#8203;naopusyu](https://github.com/naopusyu) in https://github.com/laravel/framework/pull/54950 - \[12.x] Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54944 - Fix missing return in `assertOnlyInvalid` by [@&#8203;parth391](https://github.com/parth391) in https://github.com/laravel/framework/pull/54941 - Handle case when migrate:install command is called and table exists by [@&#8203;joe-tito](https://github.com/joe-tito) in https://github.com/laravel/framework/pull/54938 - \[11.x] Fix callOnce in Seeder so it handles arrays properly by [@&#8203;lbovit](https://github.com/lbovit) in https://github.com/laravel/framework/pull/54985 - Change "exceptoin" spelling mistake to "exception" by [@&#8203;hvlucas](https://github.com/hvlucas) in https://github.com/laravel/framework/pull/54979 - \[12.x] Add test for after method in LazyCollection by [@&#8203;mohammadrasoulasghari](https://github.com/mohammadrasoulasghari) in https://github.com/laravel/framework/pull/54978 - \[12.x] Add `increment` and `decrement` methods to `Context` by [@&#8203;mattmcdev](https://github.com/mattmcdev) in https://github.com/laravel/framework/pull/54976 - Ensure ExcludeIf correctly rejects a null value as an invalid condition by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54973 - \[12.x] apply Pint rule "no_spaces_around_offset" by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54970 - \[12.x] apply Pint rule "single_line_comment_style" by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54969 - \[12.x] do not use mix of newline and inline formatting by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54967 - \[12.x] use single indent for multiline ternaries by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54971 ### [`v12.1.1`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1211---2025-03-05) [Compare Source](https://github.com/laravel/framework/compare/v12.1.0...v12.1.1) - \[11.x] Add valid values to ensure method by [@&#8203;lancepioch](https://github.com/lancepioch) in https://github.com/laravel/framework/pull/54840 - Fix attribute name used on `Validator` instance within certain rule classes by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54845 - \[11.x] Fix `Application::interBasePath()` fails to resolve application when project name is "vendor" by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54871 - \[11.x] Test improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54879 - \[12.x] DocBlock: Changed typehint for `Arr::partition` method by [@&#8203;AndrewMast](https://github.com/AndrewMast) in https://github.com/laravel/framework/pull/54896 - Enhance Email and Image Dimensions Validation Tests by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54897 - \[12.x] Apply default styling rules to the notification stub by [@&#8203;ahinkle](https://github.com/ahinkle) in https://github.com/laravel/framework/pull/54895 ### [`v12.1.0`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1210---2025-03-04) [Compare Source](https://github.com/laravel/framework/compare/v12.0.1...v12.1.0) - \[12.x] Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54782 - \[12.x] Fix incorrect typehints in `BuildsWhereDateClauses` traits by [@&#8203;mohprilaksono](https://github.com/mohprilaksono) in https://github.com/laravel/framework/pull/54784 - \[12.x] Improve queries readablility by [@&#8203;hafezdivandari](https://github.com/hafezdivandari) in https://github.com/laravel/framework/pull/54791 - \[12.x] Enhance eventStream to Support Custom Events and Start Messages by [@&#8203;devhammed](https://github.com/devhammed) in https://github.com/laravel/framework/pull/54776 - \[12.x] Make the PendingCommand class tappable. by [@&#8203;kevinb1989](https://github.com/kevinb1989) in https://github.com/laravel/framework/pull/54801 - \[12.x] Add missing union type in event stream docblock by [@&#8203;devhammed](https://github.com/devhammed) in https://github.com/laravel/framework/pull/54800 - Change return types of `paginage()` methods to `\Illuminate\Pagination\LengthAwarePaginator` by [@&#8203;carestad](https://github.com/carestad) in https://github.com/laravel/framework/pull/54826 - \[12.x] Check if internal `Hasher::verifyConfiguration()` method exists on driver before forwarding call by [@&#8203;rodrigopedra](https://github.com/rodrigopedra) in https://github.com/laravel/framework/pull/54833 - \[11.x] Fix using `AsStringable` cast on Notifiable's key by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54818 - Add Tests for Handling Null Primary Keys and Special Values in Unique Validation Rule by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54823 - Improve docblock for with() method to clarify it adds to existing eag… by [@&#8203;igorlealantunes](https://github.com/igorlealantunes) in https://github.com/laravel/framework/pull/54838 - \[12.x] Fix dropping schema-qualified prefixed tables by [@&#8203;hafezdivandari](https://github.com/hafezdivandari) in https://github.com/laravel/framework/pull/54834 - \[12.x] Add `Context::scope()` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54799 - Allow Http requests to be recorded without requests being faked by [@&#8203;kemp](https://github.com/kemp) in https://github.com/laravel/framework/pull/54850 - \[12.x] Adds a new method "getRawSql" (with embedded bindings) to the QueryException class by [@&#8203;erickcomp](https://github.com/erickcomp) in https://github.com/laravel/framework/pull/54849 - Update Inspiring.php by [@&#8203;ju-gow](https://github.com/ju-gow) in https://github.com/laravel/framework/pull/54846 - \[12.x] Correct use of named argument in `Date` facade and fix a return type. by [@&#8203;lmottasin](https://github.com/lmottasin) in https://github.com/laravel/framework/pull/54847 - Add additional tests for Rule::array validation scenarios by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54844 - \[12.x] Remove return statement by [@&#8203;mohprilaksono](https://github.com/mohprilaksono) in https://github.com/laravel/framework/pull/54842 - Fix typos by [@&#8203;co63oc](https://github.com/co63oc) in https://github.com/laravel/framework/pull/54839 - \[12.x] Do not loop through middleware when excluded is empty by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54837 - Add test for Arr::reject method in Illuminate Support by [@&#8203;mohammadrasoulasghari](https://github.com/mohammadrasoulasghari) in https://github.com/laravel/framework/pull/54863 - \[12.x] Feature: Array partition by [@&#8203;liamduckett](https://github.com/liamduckett) in https://github.com/laravel/framework/pull/54859 - \[12.x] Introduce `ContextLogProcessor` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54851 ### [`v12.0.1`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1201---2025-02-24) [Compare Source](https://github.com/laravel/framework/compare/v12.0.0...v12.0.1) ### [`v12.0.0`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v1200---2025-02-24) [Compare Source](https://github.com/laravel/framework/compare/v11.44.2...v12.0.0) - \[12.x] Prep Laravel v12 by [@&#8203;driesvints](https://github.com/driesvints) in https://github.com/laravel/framework/pull/50406 - \[12.x] Make `Str::is()` match multiline strings by [@&#8203;SjorsO](https://github.com/SjorsO) in https://github.com/laravel/framework/pull/51196 - \[12.x] Use native MariaDB CLI commands by [@&#8203;staudenmeir](https://github.com/staudenmeir) in https://github.com/laravel/framework/pull/51505 - \[12.x] Adds missing streamJson() to ResponseFactory contract by [@&#8203;wilsenhc](https://github.com/wilsenhc) in https://github.com/laravel/framework/pull/51544 - \[12.x] Preserve numeric keys on the first level of the validator rules by [@&#8203;Tofandel](https://github.com/Tofandel) in https://github.com/laravel/framework/pull/51516 - \[12.x] Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/52248 - \[12.x] mergeIfMissing allows merging with nested arrays by [@&#8203;KIKOmanasijev](https://github.com/KIKOmanasijev) in https://github.com/laravel/framework/pull/52242 - \[12.x] Fix chunked queries not honoring user-defined limits and offsets by [@&#8203;tonysm](https://github.com/tonysm) in https://github.com/laravel/framework/pull/52093 - \[12.x] Replace md5 with much faster xxhash by [@&#8203;GrahamCampbell](https://github.com/GrahamCampbell) in https://github.com/laravel/framework/pull/52301 - \[12.x] Switch models to UUID v7 by [@&#8203;staudenmeir](https://github.com/staudenmeir) in https://github.com/laravel/framework/pull/52433 - \[12.x] Improved algorithm for Number::pairs() by [@&#8203;hotmeteor](https://github.com/hotmeteor) in https://github.com/laravel/framework/pull/52641 - Removed Duplicated Prefix on DynamoDbStore.php by [@&#8203;felipehertzer](https://github.com/felipehertzer) in https://github.com/laravel/framework/pull/52986 - \[12.x] feat: configure default datetime precision on per-grammar basis by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/51821 - \[12.x] Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/53150 - \[12.x] Fix laravel/prompt dependency version constraint for illuminate/console by [@&#8203;wouterj](https://github.com/wouterj) in https://github.com/laravel/framework/pull/53146 - \[12.x] Add generic return type to Container::instance() by [@&#8203;axlon](https://github.com/axlon) in https://github.com/laravel/framework/pull/53161 - Map output of concurrecy calls to the index of the input by [@&#8203;ovp87](https://github.com/ovp87) in https://github.com/laravel/framework/pull/53135 - Change Composer hasPackage to public by [@&#8203;buihanh2304](https://github.com/buihanh2304) in https://github.com/laravel/framework/pull/53282 - \[12.x] force `Eloquent\Collection::partition` to return a base `Collection` by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53304 - \[12.x] Better support for multi-dbs in the `RefreshDatabase` trait by [@&#8203;tonysm](https://github.com/tonysm) in https://github.com/laravel/framework/pull/53231 - \[12.x] Validate UUID's version optionally by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/53341 - \[12.x] Validate UUID version 2 and max by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/53368 - \[12.x] Add step parameter to LazyCollection range method by [@&#8203;Ashot1995](https://github.com/Ashot1995) in https://github.com/laravel/framework/pull/53473 - \[12.x] Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/53524 - \[12.x] Avoid breaking change `RefreshDatabase::usingInMemoryDatabase()` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/53587 - \[12.x] fix: container resolution order when resolving class dependencies by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/53522 - \[12.x] Change the default for scheduled command `emailOutput()` to only send email if output exists by [@&#8203;onlime](https://github.com/onlime) in https://github.com/laravel/framework/pull/53774 - \[12.x] Add `hasMorePages()` to `CursorPaginator` contract by [@&#8203;KennedyTedesco](https://github.com/KennedyTedesco) in https://github.com/laravel/framework/pull/53762 - \[12.x] modernize `DatabaseTokenRepository` and make consistent with `CacheTokenRepository` by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53746 - \[12.x] chore: remove support for Carbon v2 by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/53825 - \[12.x] use promoted properties for Auth events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53847 - \[12.x] use promoted properties for Database events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53848 - \[12.x] use promoted properties for Console events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53851 - \[12.x] use promoted properties for Mail events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53852 - \[12.x] use promoted properties for Notification events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53853 - \[12.x] use promoted properties for Routing events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53854 - \[12.x] use promoted properties for Queue events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53855 - \[12.x] Restore database token repository property documentation by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/53908 - \[12.x] Use reject() instead of a negated filter() by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/53925 - \[12.x] Use first-class callable syntax to improve static analysis by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/53924 - \[12.x] add type declarations for Console Events by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53947 - \[12.x] use type declaration on property by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53970 - \[12.x] Update Symfony and PHPUnit dependencies by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54019 - \[12.x] Allow `when()` helper to accept Closure condition parameter by [@&#8203;ziadoz](https://github.com/ziadoz) in https://github.com/laravel/framework/pull/54005 - \[12.x] Add test for collapse in collections by [@&#8203;amirmohammadnajmi](https://github.com/amirmohammadnajmi) in https://github.com/laravel/framework/pull/54032 - \[12.x] Add test for benchmark utilities by [@&#8203;amirmohammadnajmi](https://github.com/amirmohammadnajmi) in https://github.com/laravel/framework/pull/54055 - \[12.x] Fix once() cache when used in extended static class by [@&#8203;FrittenKeeZ](https://github.com/FrittenKeeZ) in https://github.com/laravel/framework/pull/54094 - \[12.x] Ignore querystring parameters using closure when validating signed url by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/framework/pull/54104 - Make `dropForeignIdFor` method complementary to `foreignIdFor` by [@&#8203;willrowe](https://github.com/willrowe) in https://github.com/laravel/framework/pull/54102 - Allow scoped disks to be scoped from other scoped disks by [@&#8203;willrowe](https://github.com/willrowe) in https://github.com/laravel/framework/pull/54124 - \[12.x] Add test for Util::getParameterClassName() by [@&#8203;amirmohammadnajmi](https://github.com/amirmohammadnajmi) in https://github.com/laravel/framework/pull/54209 - Improve eloquent attach parameter consistency by [@&#8203;fabpl](https://github.com/fabpl) in https://github.com/laravel/framework/pull/54225 - \[12.x] Enhance multi-database support by [@&#8203;hafezdivandari](https://github.com/hafezdivandari) in https://github.com/laravel/framework/pull/54274 - \[12.x] Fix Session's `getCookieExpirationDate` incompatibility with Carbon 3 by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54313 - \[12.x] Update minimum PHPUnit versions by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54323 - \[12.x] Prevent XSS vulnerabilities by excluding SVGs by default in image validation by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54331 - \[12.x] Convert interfaces from docblock to method by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54348 - \[12.x] Validate paths for UTF-8 characters by [@&#8203;Jubeki](https://github.com/Jubeki) in https://github.com/laravel/framework/pull/54370 - \[12.x] Fix aggregate alias when using expression by [@&#8203;iamgergo](https://github.com/iamgergo) in https://github.com/laravel/framework/pull/54418 - Added flash method to Session interface to fix IDE issues by [@&#8203;eldair](https://github.com/eldair) in https://github.com/laravel/framework/pull/54421 - Adding the withQueryString method to the paginator interface. by [@&#8203;dvlpr91](https://github.com/dvlpr91) in https://github.com/laravel/framework/pull/54462 - \[12.x] feat: --memory=0 should mean skip memory exceeded verification (Breaking Change) by [@&#8203;mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/framework/pull/54393 - Auto-discover nested policies following conventional, parallel hierarchy by [@&#8203;jasonmccreary](https://github.com/jasonmccreary) in https://github.com/laravel/framework/pull/54493 - \[12.x] Reintroduce PHPUnit 10.5 supports by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54490 - \[12.x] Allow limiting bcrypt hashing to 72 bytes to prevent insecure hashes. by [@&#8203;waxim](https://github.com/waxim) in https://github.com/laravel/framework/pull/54509 - \[12.x] Fix accessing `Connection` property in `Grammar` classes by [@&#8203;hafezdivandari](https://github.com/hafezdivandari) in https://github.com/laravel/framework/pull/54487 - \[12.x] Configure connection on SQLite connector by [@&#8203;hafezdivandari](https://github.com/hafezdivandari) in https://github.com/laravel/framework/pull/54588 - \[12.x] Introduce Job@resolveQueuedJobClass() by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54613 - \[12.x] Bind abstract from concrete's return type by [@&#8203;peterfox](https://github.com/peterfox) in https://github.com/laravel/framework/pull/54628 - \[12.x] Query builder PDO fetch modes by [@&#8203;bert-w](https://github.com/bert-w) in https://github.com/laravel/framework/pull/54443 - \[12.x] Fix Illuminate components `composer.json` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54700 - \[12.x] Bump minimum `brick/math` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54694 - \[11.x] Fix parsing `PHP_CLI_SERVER_WORKERS` as `string` instead of `int` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54724 - \[11.x] Rename Redis parse connection for cluster test method to follow naming conventions by [@&#8203;jackbayliss](https://github.com/jackbayliss) in https://github.com/laravel/framework/pull/54721 - \[11.x] Allow `readAt` method to use in database channel by [@&#8203;utsavsomaiya](https://github.com/utsavsomaiya) in https://github.com/laravel/framework/pull/54729 - \[11.x] Fix: Custom Exceptions with Multiple Arguments does not properly rein… by [@&#8203;pandiselvamm](https://github.com/pandiselvamm) in https://github.com/laravel/framework/pull/54705 - \[11.x] Update ConcurrencyTest exception reference to use namespace by [@&#8203;jackbayliss](https://github.com/jackbayliss) in https://github.com/laravel/framework/pull/54732 - \[11.x] Deprecate `Factory::$modelNameResolver` by [@&#8203;samlev](https://github.com/samlev) in https://github.com/laravel/framework/pull/54736 - Update `config/app.php` to reflect laravel/laravel change for compatibility by [@&#8203;askdkc](https://github.com/askdkc) in https://github.com/laravel/framework/pull/54752 - \[11x.] Improved typehints for `InteractsWithDatabase` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54748 - \[11.x] Improved typehints for `InteractsWithExceptionHandling` && `ExceptionHandlerFake` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54747 - Add Env::extend to support custom adapters when loading environment variables by [@&#8203;andrii-androshchuk](https://github.com/andrii-androshchuk) in https://github.com/laravel/framework/pull/54756 - \[12.x] Sync `filesystem.disk.local` configurations by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54764 ### [`v11.44.2`](https://github.com/laravel/framework/releases/tag/v11.44.2) [Compare Source](https://github.com/laravel/framework/compare/v11.44.1...v11.44.2) - \[11.x] Fix double negative in `whereNotMorphedTo()` query by [@&#8203;owenvoke](https://github.com/owenvoke) in https://github.com/laravel/framework/pull/54902 - \[11.x] Backport "Change `paginate()` method return types to `\Illuminate\Pagination\LengthAwarePaginator`" by [@&#8203;carestad](https://github.com/carestad) in https://github.com/laravel/framework/pull/54917 - \[11.x] Revert faulty change to `EnumeratesValues::ensure()` doc block by [@&#8203;axlon](https://github.com/axlon) in https://github.com/laravel/framework/pull/54919 - Ensure ValidationEmailRuleTest skips tests requiring the intl extension when unavailable by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54918 - \[11.x] Backport "Fix issue with using `RedisCluster` with compression or serialization" by [@&#8203;rzv-me](https://github.com/rzv-me) in https://github.com/laravel/framework/pull/54935 - \[11.x] Fix callOnce in Seeder so it handles arrays properly by [@&#8203;lbovit](https://github.com/lbovit) in https://github.com/laravel/framework/pull/54985 ### [`v11.44.1`](https://github.com/laravel/framework/releases/tag/v11.44.1) [Compare Source](https://github.com/laravel/framework/compare/v11.44.0...v11.44.1) - \[11.x] Add valid values to ensure method by [@&#8203;lancepioch](https://github.com/lancepioch) in https://github.com/laravel/framework/pull/54840 - Fix attribute name used on `Validator` instance within certain rule classes by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54845 - \[11.x] Fix `Application::interBasePath()` fails to resolve application when project name is "vendor" by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54871 - \[11.x] Test improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54879 ### [`v11.44.0`](https://github.com/laravel/framework/releases/tag/v11.44.0) [Compare Source](https://github.com/laravel/framework/compare/v11.43.2...v11.44.0) - \[11.x] Fix parsing `PHP_CLI_SERVER_WORKERS` as `string` instead of `int` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54724 - \[11.x] Rename Redis parse connection for cluster test method to follow naming conventions by [@&#8203;jackbayliss](https://github.com/jackbayliss) in https://github.com/laravel/framework/pull/54721 - \[11.x] Allow `readAt` method to use in database channel by [@&#8203;utsavsomaiya](https://github.com/utsavsomaiya) in https://github.com/laravel/framework/pull/54729 - \[11.x] Fix: Custom Exceptions with Multiple Arguments does not properly rein… by [@&#8203;pandiselvamm](https://github.com/pandiselvamm) in https://github.com/laravel/framework/pull/54705 - \[11.x] Update ConcurrencyTest exception reference to use namespace by [@&#8203;jackbayliss](https://github.com/jackbayliss) in https://github.com/laravel/framework/pull/54732 - \[11.x] Deprecate `Factory::$modelNameResolver` by [@&#8203;samlev](https://github.com/samlev) in https://github.com/laravel/framework/pull/54736 - \[11x.] Improved typehints for `InteractsWithDatabase` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54748 - \[11.x] Improved typehints for `InteractsWithExceptionHandling` && `ExceptionHandlerFake` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54747 ### [`v11.43.2`](https://github.com/laravel/framework/releases/tag/v11.43.2) [Compare Source](https://github.com/laravel/framework/compare/v11.43.1...v11.43.2) - \[11.x] Add missing test for `implode()` by [@&#8203;nuernbergerA](https://github.com/nuernbergerA) in https://github.com/laravel/framework/pull/54704 - \[11.x] Enhance eventStream to Support Custom Events and Start Messages by [@&#8203;devhammed](https://github.com/devhammed) in https://github.com/laravel/framework/pull/54695 - Revert "\[11.x] Enhance eventStream to Support Custom Events and Start Messages" by [@&#8203;taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/framework/pull/54714 - \[11.x] Replace MD5 with xxh128 in File::hasSameHash() by [@&#8203;vlakoff](https://github.com/vlakoff) in https://github.com/laravel/framework/pull/54690 - \[11.x] Add parameter typing for closure to addGlobalScope method by [@&#8203;jnoordsij](https://github.com/jnoordsij) in https://github.com/laravel/framework/pull/54677 - \[11.x] `assertOnlyJsonValidationErrors` / `assertOnlyInvalid` by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/framework/pull/54678 - \[11.x] Allow for assertions against `QueueFake::pushRaw()` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54703 - \[11.x] Fix: Handles non nested explode of multiple Date and Numeric rules in ValidationRuleParser by [@&#8203;AlexandreMeledandri](https://github.com/AlexandreMeledandri) in https://github.com/laravel/framework/pull/54718 ### [`v11.43.1`](https://github.com/laravel/framework/releases/tag/v11.43.1) [Compare Source](https://github.com/laravel/framework/compare/v11.43.0...v11.43.1) - \[11.x] Fix "Divide by Zero" regression bug introduced in [#&#8203;54650](https://github.com/laravel/framework/issues/54650) by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54685 - Revert "Fix Collection::implode with \Stringable objects" by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54691 ### [`v11.43.0`](https://github.com/laravel/framework/releases/tag/v11.43.0) [Compare Source](https://github.com/laravel/framework/compare/v11.42.1...v11.43.0) - Remove Incorrect [@&#8203;mixin](https://github.com/mixin) Annotation in BuildsQueries Trait by [@&#8203;daniel-de-wit](https://github.com/daniel-de-wit) in https://github.com/laravel/framework/pull/54596 - make withoutScopedBindings usable on RouteRegistrar by [@&#8203;ssninnni](https://github.com/ssninnni) in https://github.com/laravel/framework/pull/54592 - \[11.x] Update Broadcasting Install Command For Bun Version 1.1.39^ by [@&#8203;realpoke](https://github.com/realpoke) in https://github.com/laravel/framework/pull/54605 - \[11.x] Add isTtySupported to Process facade by [@&#8203;Riley19280](https://github.com/Riley19280) in https://github.com/laravel/framework/pull/54604 - \[11.x] fix: pagination generics by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/54601 - Convert closures to arrow functions in the Model class by [@&#8203;alikhosravidev](https://github.com/alikhosravidev) in https://github.com/laravel/framework/pull/54599 - \[11.x] Document hashedValue as non-nullable by [@&#8203;JurianArie](https://github.com/JurianArie) in https://github.com/laravel/framework/pull/54615 - \[11.x] Prohibited If Declined and Prohibited If Accepted validation rules by [@&#8203;osama-98](https://github.com/osama-98) in https://github.com/laravel/framework/pull/54608 - \[11.x] Fix param types for `orWhereHasMorph` method by [@&#8203;simonellensohn](https://github.com/simonellensohn) in https://github.com/laravel/framework/pull/54659 - \[11.x] Add pascal alias for studly string helper by [@&#8203;da-mask](https://github.com/da-mask) in https://github.com/laravel/framework/pull/54655 - \[11.x] make the Eloquent missing attribute handler more accurate by changing offsetExists by [@&#8203;koenvu](https://github.com/koenvu) in https://github.com/laravel/framework/pull/54654 - \[11.x] use exec function if the symlink function is unavailable by [@&#8203;aisuvro](https://github.com/aisuvro) in https://github.com/laravel/framework/pull/54651 - \[11.x] use value helper for $perPage as used for $total by [@&#8203;rodrigopedra](https://github.com/rodrigopedra) in https://github.com/laravel/framework/pull/54650 - \[11.x] \[cleanup] used illuminate str contains by [@&#8203;daison12006013](https://github.com/daison12006013) in https://github.com/laravel/framework/pull/54647 - \[11.x] Allow can attribute on group by [@&#8203;utsavsomaiya](https://github.com/utsavsomaiya) in https://github.com/laravel/framework/pull/54648 - Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54645 - Fixes Factory Using Wrong Model Name by [@&#8203;SameOldNick](https://github.com/SameOldNick) in https://github.com/laravel/framework/pull/54644 - \[11.x] fix 'parsePipeString' in pipeline helper by [@&#8203;igzard](https://github.com/igzard) in https://github.com/laravel/framework/pull/54643 - Update old() docblock by [@&#8203;AJenbo](https://github.com/AJenbo) in https://github.com/laravel/framework/pull/54641 - \[11.x] Feature: Array reject by [@&#8203;liamduckett](https://github.com/liamduckett) in https://github.com/laravel/framework/pull/54638 - \[11.x] Blade [@&#8203;include](https://github.com/include) performance by [@&#8203;AlliBalliBaba](https://github.com/AlliBalliBaba) in https://github.com/laravel/framework/pull/54633 - Fix Collection::implode with \Stringable objects by [@&#8203;timkelty](https://github.com/timkelty) in https://github.com/laravel/framework/pull/54630 - \[11.x] Fix `serve` command with `PHP_CLI_SERVER_WORKERS` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54606 - \[11.x] new: `ddJson` method on `TestResponse` class by [@&#8203;chester-sykes](https://github.com/chester-sykes) in https://github.com/laravel/framework/pull/54673 - \[11.x] Add find sole query builder method by [@&#8203;zepfietje](https://github.com/zepfietje) in https://github.com/laravel/framework/pull/54667 - \[11.x] Fix regression bug with global `Factory::guessModelNamesUsing()` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54665 - \[11.x] Fix routeCollection get method return value when searching by dot not… by [@&#8203;abdel-aouby](https://github.com/abdel-aouby) in https://github.com/laravel/framework/pull/54672 - \[11.x] Add `withWhereRelation` method to builder by [@&#8203;utsavsomaiya](https://github.com/utsavsomaiya) in https://github.com/laravel/framework/pull/54668 ### [`v11.42.1`](https://github.com/laravel/framework/releases/tag/v11.42.1) [Compare Source](https://github.com/laravel/framework/compare/v11.42.0...v11.42.1) - Add Taylor's inspiring quote - We must ship by [@&#8203;1weiho](https://github.com/1weiho) in https://github.com/laravel/framework/pull/54579 - Type the callback for Relation::noConstraints by [@&#8203;simon-tma](https://github.com/simon-tma) in https://github.com/laravel/framework/pull/54572 - \[11.x] fix: getQualified{Created,Updated}AtColumn never returning null by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/54568 - \[11.x] `assertStreamed` and `assertNotStreamed` by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/framework/pull/54566 - \[11.x] Add `assertJsonFragments` assertion by [@&#8203;lioneaglesolutions](https://github.com/lioneaglesolutions) in https://github.com/laravel/framework/pull/54576 - \[11.x] `doesntContain` on eloquent collection by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/framework/pull/54567 - \[11.x] Allow batching a Closure by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54587 ### [`v11.42.0`](https://github.com/laravel/framework/releases/tag/v11.42.0) [Compare Source](https://github.com/laravel/framework/compare/v11.41.3...v11.42.0) - docs: clarify use of hasOption() by [@&#8203;jezmck](https://github.com/jezmck) in https://github.com/laravel/framework/pull/54415 - Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54427 - \[11.x] add Generics to Paginator's ArrayAccess methods by [@&#8203;taka-oyama](https://github.com/taka-oyama) in https://github.com/laravel/framework/pull/54428 - \[11.x] Fix docblocks for code that calls `enum_value()` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54432 - \[11.x] Fix assertContent on laravel test that respond with Symfony Response Object by [@&#8203;tben](https://github.com/tben) in https://github.com/laravel/framework/pull/54467 - \[11.x] Add Higher Order Messaging support for last by [@&#8203;fernandokbs](https://github.com/fernandokbs) in https://github.com/laravel/framework/pull/54459 - \[11.x] Database testing traits has impact to artisan calls by [@&#8203;nivseb](https://github.com/nivseb) in https://github.com/laravel/framework/pull/54458 - \[11.x] Add precision to `Number::currency()` by [@&#8203;benjibee](https://github.com/benjibee) in https://github.com/laravel/framework/pull/54456 - \[11.x] Add generics to lazy queries by [@&#8203;axlon](https://github.com/axlon) in https://github.com/laravel/framework/pull/54453 - \[11.x] Merge in eager loads from nested where queries by [@&#8203;ollieread](https://github.com/ollieread) in https://github.com/laravel/framework/pull/54455 - \[11.x] Fluent numeric validation by [@&#8203;xoesae](https://github.com/xoesae) in https://github.com/laravel/framework/pull/54425 - \[11.x] Fix casts + `withAttributes` by [@&#8203;tontonsb](https://github.com/tontonsb) in https://github.com/laravel/framework/pull/54422 - \[11.x] Ensure batched jobs are actually batchable by [@&#8203;josepostiga](https://github.com/josepostiga) in https://github.com/laravel/framework/pull/54442 - \[11.x] Update PHPStan to 2.x by [@&#8203;tamiroh](https://github.com/tamiroh) in https://github.com/laravel/framework/pull/53716 - Test Improvements by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54475 - Add relative date shorthands to Query Builder by [@&#8203;jasonmccreary](https://github.com/jasonmccreary) in https://github.com/laravel/framework/pull/54408 - \[11.x] feat: add better closure typing in QueriesRelationships by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/54452 - \[11.x] Fix the method explodeExplicitRule to support Numeric Validation by [@&#8203;mrvipchien](https://github.com/mrvipchien) in https://github.com/laravel/framework/pull/54478 - Add `Builder` On Clone callback support by [@&#8203;ralphjsmit](https://github.com/ralphjsmit) in https://github.com/laravel/framework/pull/54477 - Support relative paths to SQLite databases by [@&#8203;LukeTowers](https://github.com/LukeTowers) in https://github.com/laravel/framework/pull/54480 - \[11.x] Where doesnt have nullable morph by [@&#8203;liamduckett](https://github.com/liamduckett) in https://github.com/laravel/framework/pull/54363 - \[11.x] Add the ability to skip migrations within tests by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54441 - Queue Integration Tests with Redis Cluster by [@&#8203;vadimonus](https://github.com/vadimonus) in https://github.com/laravel/framework/pull/54218 - \[11.x] Optimize `PendingBatch@ensureJobIsBatchable` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54485 - \[11.x] Supports PHPUnit 12.0 by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54316 - \[11.x] Fix spelling in comment by [@&#8203;lorenzolosa](https://github.com/lorenzolosa) in https://github.com/laravel/framework/pull/54503 - \[11.x] Add Context "missing" method by [@&#8203;vbergerondev](https://github.com/vbergerondev) in https://github.com/laravel/framework/pull/54499 - \[11.x] feat: add generics to Container methods by [@&#8203;MrMeshok](https://github.com/MrMeshok) in https://github.com/laravel/framework/pull/54543 - \[11.x] Add a setAssetRoot method to the UrlGenerator class by [@&#8203;ollieread](https://github.com/ollieread) in https://github.com/laravel/framework/pull/54530 - \[11.x] Handle Null Check in Str::startsWith and Str::endsWith by [@&#8203;onairmarc](https://github.com/onairmarc) in https://github.com/laravel/framework/pull/54520 - \[11.x] Improve check for relative sqlite databases by [@&#8203;LukeTowers](https://github.com/LukeTowers) in https://github.com/laravel/framework/pull/54513 - Revert "\[11.x] Use Str::wrap() instead of nesting Str::start() inside Str::finish()" by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/54528 - \[11.x] Job Batches with Redis Cluster by [@&#8203;vadimonus](https://github.com/vadimonus) in https://github.com/laravel/framework/pull/54522 - \[11.x] fix: specify type of TClass generic in Container by [@&#8203;MrMeshok](https://github.com/MrMeshok) in https://github.com/laravel/framework/pull/54545 - \[11.x] Improve docblocks for morph maps in `Relation` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54560 - docs: fix return type documentation for initializeSignal method by [@&#8203;nzsys](https://github.com/nzsys) in https://github.com/laravel/framework/pull/54553 - \[11.x] Add support for middlewares & failed handler on broadcastable events by [@&#8203;Jacobs63](https://github.com/Jacobs63) in https://github.com/laravel/framework/pull/54562 - \[11.x] json assertions on streamed content by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/framework/pull/54565 ### [`v11.41.3`](https://github.com/laravel/framework/compare/v11.41.2...v11.41.3) [Compare Source](https://github.com/laravel/framework/compare/v11.41.2...v11.41.3) ### [`v11.41.2`](https://github.com/laravel/framework/compare/v11.41.1...v11.41.2) [Compare Source](https://github.com/laravel/framework/compare/v11.41.1...v11.41.2) ### [`v11.41.1`](https://github.com/laravel/framework/releases/tag/v11.41.1) [Compare Source](https://github.com/laravel/framework/compare/v11.41.0...v11.41.1) - \[11.x] Allow secret key Updates Without Bringing the Site Up by [@&#8203;rashidlaasri](https://github.com/rashidlaasri) in https://github.com/laravel/framework/pull/54389 - \[11.x] use Auth::userResolver when resolving the authenticated user by [@&#8203;rodrigopedra](https://github.com/rodrigopedra) in https://github.com/laravel/framework/pull/54382 - \[11.x] Add `Macroable` and `fill()` to `Support\Fluent` by [@&#8203;stevebauman](https://github.com/stevebauman) in https://github.com/laravel/framework/pull/54404 - \[11.x] Optimize pluck() to avoid redundant column selection by [@&#8203;zsocakave](https://github.com/zsocakave) in https://github.com/laravel/framework/pull/54396 - \[11.x] Optimize `loadTranslationsFrom` function for simplicity and clarity by [@&#8203;selcukcukur](https://github.com/selcukcukur) in https://github.com/laravel/framework/pull/54407 - feat: gracefully handle command not found exception - avoid creds exposure by [@&#8203;chinmaypurav](https://github.com/chinmaypurav) in https://github.com/laravel/framework/pull/54406 - Handle pooled Postgres connections for Laravel Cloud by [@&#8203;taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/framework/pull/54346 ### [`v11.41.0`](https://github.com/laravel/framework/releases/tag/v11.41.0) [Compare Source](https://github.com/laravel/framework/compare/v11.40.0...v11.41.0) - \[11.x] more pint rules by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54332 - \[11.x] Allow `TestComponent` to be macroable by [@&#8203;ziadoz](https://github.com/ziadoz) in https://github.com/laravel/framework/pull/54359 - \[11.x] Fix validator return fails if using different date formats by [@&#8203;mrvipchien](https://github.com/mrvipchien) in https://github.com/laravel/framework/pull/54350 - \[11.x] fix the method `explodeExplicitRule` to support Customizable Date Validation by [@&#8203;mrvipchien](https://github.com/mrvipchien) in https://github.com/laravel/framework/pull/54353 - \[11.x] Adds the `addPath()` method to the `Lang` facade and the `Translator` class. by [@&#8203;selcukcukur](https://github.com/selcukcukur) in https://github.com/laravel/framework/pull/54347 - Improve: add fire failed event at once by [@&#8203;cesarMtorres](https://github.com/cesarMtorres) in https://github.com/laravel/framework/pull/54376 - \[11.x] feat: Create missing pgsql database when running migrations by [@&#8203;mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/framework/pull/54314 - \[11.x] Proper rate limiter fix with phpredis serialization/compression enabled by [@&#8203;TheLevti](https://github.com/TheLevti) in https://github.com/laravel/framework/pull/54372 - Update Stringable Rule testcases by [@&#8203;mrvipchien](https://github.com/mrvipchien) in https://github.com/laravel/framework/pull/54387 - \[11.x] Use `Date` facade for storing the password confirmation timestamp by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54383 ### [`v11.40.0`](https://github.com/laravel/framework/releases/tag/v11.40.0) [Compare Source](https://github.com/laravel/framework/compare/v11.39.1...v11.40.0) - draft: fix: Don't release lock for ShouldBeUniqueUntilProcessing Job that gets released by [@&#8203;mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/framework/pull/54261 - \[11.x] Add Laravel Pint by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/53835 - Add self to HasCollection type param in Model by [@&#8203;thena-seer-sfg](https://github.com/thena-seer-sfg) in https://github.com/laravel/framework/pull/54311 - \[11.x] Add pending attributes by [@&#8203;tontonsb](https://github.com/tontonsb) in https://github.com/laravel/framework/pull/53720 - fix: `schedule:test` on commands using runInBackground by [@&#8203;dallyger](https://github.com/dallyger) in https://github.com/laravel/framework/pull/54321 - \[11.x] Helper methods to dump responses of the Laravel HTTP client by [@&#8203;morrislaptop](https://github.com/morrislaptop) in https://github.com/laravel/framework/pull/54317 - Add support for cursor editor in ResolvesDumpSource by [@&#8203;tuxfamily](https://github.com/tuxfamily) in https://github.com/laravel/framework/pull/54318 - \[11.x] Add Customizable Date Validation Rule with Flexible Date Constraints by [@&#8203;michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/framework/pull/53465 - \[11.x] start syncing StyleCI rules to Pint by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54326 - \[11.x] apply our new Pint rule to the `/tests` directory by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54325 - fix(Collection::pop()): count < 1 by [@&#8203;artumi-richard](https://github.com/artumi-richard) in https://github.com/laravel/framework/pull/54340 - Patch CVE-2025-22145 in nesbot/carbon package by [@&#8203;dennis-koster](https://github.com/dennis-koster) in https://github.com/laravel/framework/pull/54335 - \[11.x] Prevent unintended serialization and compression by [@&#8203;JeppeKnockaert](https://github.com/JeppeKnockaert) in https://github.com/laravel/framework/pull/54337 - \[11.x] Pass collection of models to `whereMorphedTo` / `whereNotMorphedTo` by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in https://github.com/laravel/framework/pull/54324 ### [`v11.39.1`](https://github.com/laravel/framework/releases/tag/v11.39.1) [Compare Source](https://github.com/laravel/framework/compare/v11.39.0...v11.39.1) - fix: collapseWithKeys on empty collection by [@&#8203;benatoff](https://github.com/benatoff) in https://github.com/laravel/framework/pull/54290 - fix(broadcaster): incorrect channel matching because of dot in pattern by [@&#8203;021-projects](https://github.com/021-projects) in https://github.com/laravel/framework/pull/54303 - \[11.x] Use constructor property promotion for database query condition expression by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/54302 - \[11.x] Add IncrementOrCreate method to Eloquent by [@&#8203;carloeusebi](https://github.com/carloeusebi) in https://github.com/laravel/framework/pull/54300 - \[11.x] Add additional test cases for Arr helper to enhance coverage by [@&#8203;mrvipchien](https://github.com/mrvipchien) in https://github.com/laravel/framework/pull/54298 - Bump vite from 5.2.14 to 5.4.12 in /src/Illuminate/Foundation/resources/exceptions/renderer by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/laravel/framework/pull/54296 - \[11.x] Fix unique jobs that have a uniqueVia method by [@&#8203;DougSisk](https://github.com/DougSisk) in https://github.com/laravel/framework/pull/54294 ### [`v11.39.0`](https://github.com/laravel/framework/releases/tag/v11.39.0) [Compare Source](https://github.com/laravel/framework/compare/v11.38.2...v11.39.0) - \[11.x] Replace duplicate `ValidatedInput` functions with `InteractsWithData` trait by [@&#8203;stevebauman](https://github.com/stevebauman) in https://github.com/laravel/framework/pull/54208 - \[11.x] Improve `Email` validation rule custom translation messages by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54202 - \[11.x] Fix deprecation warnings in `optimize:clear` and `optimize` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54197 - \[11.x] Add support for phpredis backoff and max retry config options by [@&#8203;TheLevti](https://github.com/TheLevti) in https://github.com/laravel/framework/pull/54191 - Introduces UseFactory attribute by [@&#8203;christopherarter](https://github.com/christopherarter) in https://github.com/laravel/framework/pull/54065 - \[11.x] Set class-string generic on `UseFactory` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54215 - \[11.x] switch LazyCollection::make() for new LazyCollection() by [@&#8203;AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/framework/pull/54216 - support style file name hashes with query strings in manifest by [@&#8203;newapx](https://github.com/newapx) in https://github.com/laravel/framework/pull/54219 - \[11.x] Solidify `Rule::email()` tests by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54226 - \[11.x] Fix line-ending mismatch in CliDumperTest::testArray and CliDumperTest::testObject by [@&#8203;AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/framework/pull/54222 - Add a report/log option to filesystem exceptions without throwing by [@&#8203;lotharthesavior](https://github.com/lotharthesavior) in https://github.com/laravel/framework/pull/54212 - \[11.x] Fix Cache component to be aware of phpredis serialization and compression settings by [@&#8203;TheLevti](https://github.com/TheLevti) in https://github.com/laravel/framework/pull/54221 - \[11.x] fix: Forcing DB Session driver to always use the write connection by [@&#8203;mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/framework/pull/54231 - \[11.x] Fix line-ending mismatch in `BladeComponentTagCompilerTest` under `Illuminate\Tests\View\Blade` by [@&#8203;AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/framework/pull/54233 - \[11.x] Fix job not logged in failed_jobs table if timeout occurs within database transaction by [@&#8203;decaylala](https://github.com/decaylala) in https://github.com/laravel/framework/pull/54173 - \[11.x] Fix unique job lock is not released on model not found exception, lock gets stuck. by [@&#8203;zackAJ](https://github.com/zackAJ) in https://github.com/laravel/framework/pull/54000 - \[11.x] Fix line-ending mismatch on Windows test by [@&#8203;AhmedAlaa4611](https://github.com/AhmedAlaa4611) in https://github.com/laravel/framework/pull/54236 - Added support in DB::prohibitDestructiveCommands to preventing destructive Rollback… by [@&#8203;hexathos](https://github.com/hexathos) in https://github.com/laravel/framework/pull/54238 - \[11.x] Add applyAfterQueryCallbacks Support to Non-Mutator Cases in pluck Method by [@&#8203;batinmustu](https://github.com/batinmustu) in https://github.com/laravel/framework/pull/54268 - \[11.x] `addPath()` Allow adding new path for translation loader. by [@&#8203;selcukcukur](https://github.com/selcukcukur) in https://github.com/laravel/framework/pull/54277 ### [`v11.38.2`](https://github.com/laravel/framework/releases/tag/v11.38.2) [Compare Source](https://github.com/laravel/framework/compare/v11.38.1...v11.38.2) - \[11.x] Simplify Codebase by Using `qualifyColumn` Helper Method by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54187 - Revert "Add support for missing Postgres connection options" by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54195 - Revert "\[11.x] Support DB aggregate by group (new methods)" by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54196 ### [`v11.38.1`](https://github.com/laravel/framework/releases/tag/v11.38.1) [Compare Source](https://github.com/laravel/framework/compare/v11.38.0...v11.38.1) - Fix breaking change - Revert "\[11.x] Replace string class names with ::class constants" by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54185 - Add failing test for [#&#8203;54185](https://github.com/laravel/framework/issues/54185) by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54186 ### [`v11.38.0`](https://github.com/laravel/framework/releases/tag/v11.38.0) [Compare Source](https://github.com/laravel/framework/compare/v11.37.0...v11.38.0) - Fix offset range in docblock by [@&#8203;simon-tma](https://github.com/simon-tma) in https://github.com/laravel/framework/pull/54062 - \[11.x] Fix breaking change in `RefreshDatabase` by [@&#8203;SjorsO](https://github.com/SjorsO) in https://github.com/laravel/framework/pull/54075 - \[11.x] Fallback to parent methods on `HasUniqueStringIds` trait by [@&#8203;hafezdivandari](https://github.com/hafezdivandari) in https://github.com/laravel/framework/pull/54096 - \[11.x] Adds `finally` method to pipeline helper by [@&#8203;nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/framework/pull/54110 - Add support for missing Postgres connection options by [@&#8203;Maniload](https://github.com/Maniload) in https://github.com/laravel/framework/pull/54101 - fix: Don't set newLineWritten to true unless verbosity allows output by [@&#8203;ConnySjoblom](https://github.com/ConnySjoblom) in https://github.com/laravel/framework/pull/54127 - \[11.x] Adds support for Attribute return mutators to the `Eloquent/Builder` pluck method by [@&#8203;MattBradleyDev](https://github.com/MattBradleyDev) in https://github.com/laravel/framework/pull/54130 - \[11.x] Fixes wrong `@mixin` on `SoftDeletes` trait by [@&#8203;nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/framework/pull/54140 - \[11.x] Replace string class names with ::class constants by [@&#8203;panakour](https://github.com/panakour) in https://github.com/laravel/framework/pull/54134 - \[11.x] fix `times()` calls by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54141 - \[11.x] minor readability by [@&#8203;browner12](https://github.com/browner12) in https://github.com/laravel/framework/pull/54117 - Handles factory=null in ConnectException while recording request-response in PendingRequest by [@&#8203;StSarc](https://github.com/StSarc) in https://github.com/laravel/framework/pull/54121 - \[11.x] Refine error messages for detecting lost connections (Debian bookworm compatibility) by [@&#8203;mfn](https://github.com/mfn) in https://github.com/laravel/framework/pull/54111 - \[11.x] fix: filter vendor paths from registered loaders in Application::inferBasePath by [@&#8203;calebdw](https://github.com/calebdw) in https://github.com/laravel/framework/pull/54119 - \[11.x] Allow exceptions to the `optimize` and `optimize:clear` commands by [@&#8203;jonerickson](https://github.com/jonerickson) in https://github.com/laravel/framework/pull/54070 - Add action filter to route:list by [@&#8203;miccehedin](https://github.com/miccehedin) in https://github.com/laravel/framework/pull/54135 - No explicit `USE database` statement by [@&#8203;TheLevti](https://github.com/TheLevti) in https://github.com/laravel/framework/pull/54132 - Add support for custom payloads and channels in broadcasting by [@&#8203;JanneDeVos](https://github.com/JanneDeVos) in https://github.com/laravel/framework/pull/54099 - \[11.x] Add fluent `Email` validation rule by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54067 - \[11.x] middleware support for specific method in resource routes by [@&#8203;MrPunyapal](https://github.com/MrPunyapal) in https://github.com/laravel/framework/pull/53313 - \[11.x] Support DB aggregate by group (new methods) by [@&#8203;GromNaN](https://github.com/GromNaN) in https://github.com/laravel/framework/pull/53679 - Correct return type to match functionality by [@&#8203;willpower232](https://github.com/willpower232) in https://github.com/laravel/framework/pull/54148 - \[11.x] Renaming Traveler to Passable and Stops to Pipes by [@&#8203;mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/framework/pull/54142 - \[11.x] Add `Dispatchable::newPendingDispatch()` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54153 - \[11.x] Add `FormRequest::array($key)` and `Fluent::array($key)` by [@&#8203;stevebauman](https://github.com/stevebauman) in https://github.com/laravel/framework/pull/54177 - \[11.x] Make methods of `HasRelationships` generic by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54174 - \[11.x] Make tests pass on Herd by [@&#8203;SanderMuller](https://github.com/SanderMuller) in https://github.com/laravel/framework/pull/54171 - Revert "Fix: Handle mixed-type values in compileInsert" by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54169 - \[11.x] Fix docblock for `PendingDispatch@getJob()` by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/54158 - pass options to migration events by [@&#8203;willpower232](https://github.com/willpower232) in https://github.com/laravel/framework/pull/54151 - Encode cache values for SQLite with base64 to prevent failing on \0 characters by [@&#8203;adamkiss](https://github.com/adamkiss) in https://github.com/laravel/framework/pull/54178 - \[11.x] Fix invokable validation rule return type by [@&#8203;axlon](https://github.com/axlon) in https://github.com/laravel/framework/pull/54179 ### [`v11.37.0`](https://github.com/laravel/framework/releases/tag/v11.37.0) [Compare Source](https://github.com/laravel/framework/compare/v11.36.1...v11.37.0) - \[11.x] Update Collection::hasAny by [@&#8203;JeftaAtSiip](https://github.com/JeftaAtSiip) in https://github.com/laravel/framework/pull/53963 - \[11.x] Update DetectsLostConnections trait by [@&#8203;holgerk](https://github.com/holgerk) in https://github.com/laravel/framework/pull/53966 - Fix: (Queue Worker) firing the JobPopped event when $popCallbacks returns null by [@&#8203;rudenav](https://github.com/rudenav) in https://github.com/laravel/framework/pull/53962 - \[11.x] Add `Dumpable` trait to `Uri` by [@&#8203;nuernbergerA](https://github.com/nuernbergerA) in https://github.com/laravel/framework/pull/53960 - Fix: Handle mixed-type values in compileInsert by [@&#8203;alipadron](https://github.com/alipadron) in https://github.com/laravel/framework/pull/53948 - \[11.x] Add `$ignoreCase` option to `Str::is` by [@&#8203;stevebauman](https://github.com/stevebauman) in https://github.com/laravel/framework/pull/53981 - \[11.x] Updates component dependencies by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/53975 - \[11.x] Update Uri `withoutQuery` method to accept string or array input by [@&#8203;1weiho](https://github.com/1weiho) in https://github.com/laravel/framework/pull/53973 - \[11.x] Fix cached health endpoint not working when in maintenance mode by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/53974 - Add PHPDoc type hints by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/53984 - \[11.x] Allow passing bool to facade Http@preventStrayRequests() by [@&#8203;cosmastech](https://github.com/cosmastech) in https://github.com/laravel/framework/pull/53992 - \[11.x] Use Str::wrap() instead of nesting Str::start() inside Str::finish() by [@&#8203;shaedrich](https://github.com/shaedrich) in https://github.com/laravel/framework/pull/53987 - Fix day range in docblock by [@&#8203;timacdonald](https://github.com/timacdonald) in https://github.com/laravel/framework/pull/53985 - \[11.x] Fixes `Illuminate\Http\Response` to output empty string if `$content` is set to `null` by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/53872 - \[11.x] Fix/Improve Resend transport response handling by [@&#8203;markovic-nikola](https://github.com/markovic-nikola) in https://github.com/laravel/framework/pull/54004 - \[11.x] Update View::withErrors() docblock to reflect string parameter support by [@&#8203;cheack](https://github.com/cheack) in https://github.com/laravel/framework/pull/54009 - 11.x improve resend transport response handling - fix by [@&#8203;markovic-nikola](https://github.com/markovic-nikola) in https://github.com/laravel/framework/pull/54006 - \[11.x] Added new Eloquent methods: `whereDoesntHaveRelation`, `whereMorphDoesntHaveRelation` and their variants with `OR` by [@&#8203;andrey-helldar](https://github.com/andrey-helldar) in https://github.com/laravel/framework/pull/53996 - \[11.x] Re-refresh the database if the `RefreshDatabase` transaction was committed by [@&#8203;SjorsO](https://github.com/SjorsO) in https://github.com/laravel/framework/pull/53997 - \[11.x] add assertFailedWith to InteractsWithQueue trait by [@&#8203;teddy-francfort](https://github.com/teddy-francfort) in https://github.com/laravel/framework/pull/53980 - Quick doc fix by [@&#8203;mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/framework/pull/54040 - \[11.x] Allow using `Illuminate\Support\Uri` on testing HTTP Requests by [@&#8203;crynobone](https://github.com/crynobone) in https://github.com/laravel/framework/pull/54038 - \[11.x] Adding tests for Overlapping Routes by [@&#8203;mathiasgrimm](https://github.com/mathiasgrimm) in https://github.com/laravel/framework/pull/54050 - \[11.x] adding tests for `null` & `*` key given in `data_get` by [@&#8203;jwjenkin](https://github.com/jwjenkin) in https://github.com/laravel/framework/pull/54059 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzMuNCIsInVwZGF0ZWRJblZlciI6IjM5LjEzMy40IiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOlsiMFR5cGUvRGVwZW5kZW5jaWVzIiwiMURlcGVuZGVuY3kvQ29tcG9zZXIiLCIyRGVwZW5kZW5jeS1JbXBhY3QvTWFqb3IiXX0=-->
Update dependency laravel/framework to v12
Some checks failed
renovate/artifacts Artifact file update failure
50e396728e
Author
Collaborator

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laravel/framework:12.0.1 --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 guzzlehttp/guzzle 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.
Dependency league/commonmark 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 ^12.0, found laravel/framework[v12.0.0, v12.0.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - pestphp/pest-plugin-laravel is locked to version v3.0.0 and an update of this package was not requested.
    - pestphp/pest-plugin-laravel v3.0.0 requires laravel/framework ^11.22.0 -> found laravel/framework[v11.22.0, ..., v11.44.0] but it conflicts with your root composer.json require (^12.0).

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

### ⚠️ 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: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: composer.lock ``` Command failed: composer update laravel/framework:12.0.1 --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 guzzlehttp/guzzle 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. Dependency league/commonmark 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 ^12.0, found laravel/framework[v12.0.0, v12.0.1] but these were not loaded, likely because it conflicts with another require. Problem 2 - pestphp/pest-plugin-laravel is locked to version v3.0.0 and an update of this package was not requested. - pestphp/pest-plugin-laravel v3.0.0 requires laravel/framework ^11.22.0 -> found laravel/framework[v11.22.0, ..., v11.44.0] but it conflicts with your root composer.json require (^12.0). Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. ```
professeur-chen changed title from Update dependency laravel/framework to v12 to Update dependency laravel/framework to v12 - autoclosed 2025-03-16 18:17:33 +01:00
professeur-chen closed this pull request 2025-03-16 18:17:33 +01:00
Some checks failed
renovate/artifacts Artifact file update failure

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
l4p1n-bot/website!86
No description provided.