PR #28 merged: chore(deps): bump the minor-and-patch group with 8 updates
Bumps the minor-and-patch group with 8 updates:
| Package | From | To |
|---|---|---|
| inertiajs/inertia-laravel | 2.0.19 | 2.0.20 |
| laravel/framework | 12.50.0 | 12.51.0 |
| laravel/horizon | 5.43.0 | 5.44.0 |
| laravel/sanctum | 4.3.0 | 4.3.1 |
| laravel/tinker | 2.11.0 | 2.11.1 |
| laravel/pail | 1.2.5 | 1.2.6 |
| laravel/pint | 1.27.0 | 1.27.1 |
| laravel/sail | 1.52.0 | 1.53.0 |
Updates inertiajs/inertia-laravel from 2.0.19 to 2.0.20
▶Release notes
Sourced from inertiajs/inertia-laravel's releases.
v2.0.20
What's Changed
- Removed duplicate import of RedirectResponse by
@kitroin inertiajs/inertia-laravel#813- [2.x] Add
assertInertiaFlashandassertInertiaFlashMissingtest response macros by@pascalbaljetin inertiajs/inertia-laravel#827- Fix inertia prop modifiers being ignored in provider classes by
@TimKunze96in inertiajs/inertia-laravel#821New Contributors
@kitromade their first contribution in inertiajs/inertia-laravel#813@TimKunze96made their first contribution in inertiajs/inertia-laravel#821Full Changelog: https://github.com/inertiajs/inertia-laravel/compare/v2.0.19...v2.0.20
▶Changelog
Sourced from inertiajs/inertia-laravel's changelog.
v2.0.20 - 2026-02-13
What's Changed
- Removed duplicate import of RedirectResponse by
@kitroin inertiajs/inertia-laravel#813- [2.x] Add
assertInertiaFlashandassertInertiaFlashMissingtest response macros by@pascalbaljetin inertiajs/inertia-laravel#827- Fix inertia prop modifiers being ignored in provider classes by
@TimKunze96in inertiajs/inertia-laravel#821New Contributors
@kitromade their first contribution in inertiajs/inertia-laravel#813@TimKunze96made their first contribution in inertiajs/inertia-laravel#821Full Changelog: https://github.com/inertiajs/inertia-laravel/compare/v2.0.19...v2.0.20
▶Commits
02a719dFix inertia prop modifiers being ignored in provider classes (#821)18c4cea[2.x] AddassertInertiaFlashandassertInertiaFlashMissingtest response ...b9aac60Removed duplicate import of RedirectResponse (#813)6e2b39fRevert "Remove$groupproperty fromDeferProp(#808)" (#811)62f15c6Remove$groupproperty fromDeferProp(#808)466c4b8Update CHANGELOG- See full diff in compare view
Updates laravel/framework from 12.50.0 to 12.51.0
▶Release notes
Sourced from laravel/framework's releases.
v12.51.0
- Remove type hint in favor of return type by
@WendellAdrielin laravel/framework#58621- [12.x] Adjust freshTimestamp for SQL Server by
@aimeosin laravel/framework#58614- [12.x] Handle binary data in Js::encode() debug renderer by
@denis-chmelin laravel/framework#58618- [12.x] Add ArrayObject props to AsEncryptedArrayObject to match AsArrayObject by
@AndrewMastin laravel/framework#58619- fix: Arr::wrap() return type by
@calebdwin laravel/framework#58625- [12.x] Fix typo in type definition by
@shaedrichin laravel/framework#58624- [12.x] Prevent dupe locale checks in
Lang::get()when locale matches fallback by@jackbaylissin laravel/framework#58626- [12.x] chore: add deprecation to Request::get() by
@calebdwin laravel/framework#58635- [12.x] Fix Str::substrReplace for edge cases with negative offset or length by
@jboonstra70in laravel/framework#58634- [12.x] Refactor: improve doc blocks by
@alipowerful7in laravel/framework#58630- [12.x] Add BatchCancelled Event by
@jackbaylissin laravel/framework#58627- [12.x] Fix typo in type definition by
@amirhshokriin laravel/framework#58638- [12.x] Update
reloadtasks to includeschedule:interruptionby@adevadein laravel/framework#58637- docs: add missing description to FilesystemAdapter::report() docblock by
@eranishojhain laravel/framework#58640- [12.x] Allow closures for values in
firstOrCreateandcreateOrFirstby@gcavanunezin laravel/framework#58639- [12.x] Support
afterSendingmethod on notification by@gdebrauwerin laravel/framework#58654- [12.x] Allow Stringable::deduplicate() to accept array of characters by
@Tresor-Kasendain laravel/framework#58649- Update regex for trans_choice to allow negative ranges by
@hmazterin laravel/framework#58648- Added timeout method to query builder for MySQL by
@Vladelisin laravel/framework#58644- [12.x] Add
assertJobsmethod onPendingBatchFakeby@gdebrauwerin laravel/framework#58606- [12.x] Fix batch counts when deleteWhenMissingModels skips missing model jobs by
@yankeweiin laravel/framework#58541- [12.x] Fix Postgres sequence starting value for custom schemas/connections by
@joteejoteein laravel/framework#58199- [12.x] Add
whenFailsandwhenPassesmethods onValidatorby@gdebrauwerin laravel/framework#58655- [12.x] Bus::assertBatched() with array by
@gdebrauwerin laravel/framework#58659- [12.x] Refactor: improve doc block by
@alipowerful7in laravel/framework#58677- [12.x] Add withoutHeader() method to Response by
@miladev95in laravel/framework#58671- [12.x] Add integer array key support in phpdocs by
@dluaguein laravel/framework#58668Illuminate\Console\Parsertypehint fix. by@LastDragon-ruin laravel/framework#58670- fix: replace substr with mb_substr for user agent encoding by
@jonagoldmanin laravel/framework#58703- chore: fix the Laravel ASCII SVG so that its characters perfectly align to columns by
@markjaquithin laravel/framework#58702- [12.x] Allow retrieving all view data via viewData() in TestResponse by
@shane-zengin laravel/framework#58700- Exception page: fix pop in for non main frames by
@martinplin laravel/framework#58698- [12.x] Add missing
@throwsannotations to validation rules and JsonResponse by@QDenkain laravel/framework#58697- [12.x] Add conditional return type hint for Route::middleware() method. by
@marcreichelin laravel/framework#58699- [12.x] Improved type hints for when() helper function. by
@marcreichelin laravel/framework#58696- [12.x] Support Eloquent builders and relations as subqueries to update queries by
@axlonin laravel/framework#58692- Add cache prefix isolation for parallel testing (#57584) by
@HeathNaylorin laravel/framework#58691- Fix whereBetween to accept DatePeriod and handle missing end dates (#58092) by
@HeathNaylorin laravel/framework#58687- Fix Str::isUrl() returning false for single-char domain names (#58538) by
@HeathNaylorin laravel/framework#58686- Fix HTTP client response type hints for IDE compatibility (#58555) by
@HeathNaylorin laravel/framework#58684- Fix types for ConfirmableTrait::confirmToProceed by
@rolfvandekrolin laravel/framework#58681- [12.x] Refactor: simplify return with
??by@alipowerful7in laravel/framework#58679- [12.x] Refactor: replace
header/headerswith standardizedheader(s)by@alipowerful7in laravel/framework#58678- Add SSL cert/key support to MySQL schema dump and load (#57821) by
@HeathNaylorin laravel/framework#58690- Allow specifying Redis connection on Redis-based queue middleware by
@markieo1in laravel/framework#58656- [12.x] Use JS to create the Laravel ASCII SVG logo on the fly by
@markjaquithin laravel/framework#58719- [12.x] Feat: add
orderByPivotDesc()by@alipowerful7in laravel/framework#58720- [12.x] Refactor: add
@throws \InvalidArgumentExceptionto doc blocks by@alipowerful7in laravel/framework#58714- [12.x] Restore original dispatcher bindings after precognitive request by
@pindab0terin laravel/framework#58716
... (truncated)
▶Changelog
Sourced from laravel/framework's changelog.
v12.51.0 - 2026-02-10
- Remove type hint in favor of return type by
@WendellAdrielin laravel/framework#58621- [12.x] Adjust freshTimestamp for SQL Server by
@aimeosin laravel/framework#58614- [12.x] Handle binary data in Js::encode() debug renderer by
@denis-chmelin laravel/framework#58618- [12.x] Add ArrayObject props to AsEncryptedArrayObject to match AsArrayObject by
@AndrewMastin laravel/framework#58619- fix: Arr::wrap() return type by
@calebdwin laravel/framework#58625- [12.x] Fix typo in type definition by
@shaedrichin laravel/framework#58624- [12.x] Prevent dupe locale checks in
Lang::get()when locale matches fallback by@jackbaylissin laravel/framework#58626- [12.x] chore: add deprecation to Request::get() by
@calebdwin laravel/framework#58635- [12.x] Fix Str::substrReplace for edge cases with negative offset or length by
@jboonstra70in laravel/framework#58634- [12.x] Refactor: improve doc blocks by
@alipowerful7in laravel/framework#58630- [12.x] Add BatchCancelled Event by
@jackbaylissin laravel/framework#58627- [12.x] Fix typo in type definition by
@amirhshokriin laravel/framework#58638- [12.x] Update
reloadtasks to includeschedule:interruptionby@adevadein laravel/framework#58637- docs: add missing description to FilesystemAdapter::report() docblock by
@eranishojhain laravel/framework#58640- [12.x] Allow closures for values in
firstOrCreateandcreateOrFirstby@gcavanunezin laravel/framework#58639- [12.x] Support
afterSendingmethod on notification by@gdebrauwerin laravel/framework#58654- [12.x] Allow Stringable::deduplicate() to accept array of characters by
@Tresor-Kasendain laravel/framework#58649- Update regex for trans_choice to allow negative ranges by
@hmazterin laravel/framework#58648- Added timeout method to query builder for MySQL by
@Vladelisin laravel/framework#58644- [12.x] Add
assertJobsmethod onPendingBatchFakeby@gdebrauwerin laravel/framework#58606- [12.x] Fix batch counts when deleteWhenMissingModels skips missing model jobs by
@yankeweiin laravel/framework#58541- [12.x] Fix Postgres sequence starting value for custom schemas/connections by
@joteejoteein laravel/framework#58199- [12.x] Add
whenFailsandwhenPassesmethods onValidatorby@gdebrauwerin laravel/framework#58655- [12.x] Bus::assertBatched() with array by
@gdebrauwerin laravel/framework#58659- [12.x] Refactor: improve doc block by
@alipowerful7in laravel/framework#58677- [12.x] Add withoutHeader() method to Response by
@miladev95in laravel/framework#58671- [12.x] Add integer array key support in phpdocs by
@dluaguein laravel/framework#58668Illuminate\Console\Parsertypehint fix. by@LastDragon-ruin laravel/framework#58670- fix: replace substr with mb_substr for user agent encoding by
@jonagoldmanin laravel/framework#58703- chore: fix the Laravel ASCII SVG so that its characters perfectly align to columns by
@markjaquithin laravel/framework#58702- [12.x] Allow retrieving all view data via viewData() in TestResponse by
@shane-zengin laravel/framework#58700- Exception page: fix pop in for non main frames by
@martinplin laravel/framework#58698- [12.x] Add missing
@throwsannotations to validation rules and JsonResponse by@QDenkain laravel/framework#58697- [12.x] Add conditional return type hint for Route::middleware() method. by
@marcreichelin laravel/framework#58699- [12.x] Improved type hints for when() helper function. by
@marcreichelin laravel/framework#58696- [12.x] Support Eloquent builders and relations as subqueries to update queries by
@axlonin laravel/framework#58692- Add cache prefix isolation for parallel testing (#57584) by
@HeathNaylorin laravel/framework#58691- Fix whereBetween to accept DatePeriod and handle missing end dates (#58092) by
@HeathNaylorin laravel/framework#58687- Fix Str::isUrl() returning false for single-char domain names (#58538) by
@HeathNaylorin laravel/framework#58686- Fix HTTP client response type hints for IDE compatibility (#58555) by
@HeathNaylorin laravel/framework#58684- Fix types for ConfirmableTrait::confirmToProceed by
@rolfvandekrolin laravel/framework#58681- [12.x] Refactor: simplify return with
??by@alipowerful7in laravel/framework#58679- [12.x] Refactor: replace
header/headerswith standardizedheader(s)by@alipowerful7in laravel/framework#58678- Add SSL cert/key support to MySQL schema dump and load (#57821) by
@HeathNaylorin laravel/framework#58690- Allow specifying Redis connection on Redis-based queue middleware by
@markieo1in laravel/framework#58656- [12.x] Use JS to create the Laravel ASCII SVG logo on the fly by
@markjaquithin laravel/framework#58719- [12.x] Feat: add
orderByPivotDesc()by@alipowerful7in laravel/framework#58720- [12.x] Refactor: add
@throws \InvalidArgumentExceptionto doc blocks by@alipowerful7in laravel/framework#58714
... (truncated)
▶Commits
ce4de3fUpdate version to v12.51.03072b54Update Factory.php (#58744)6a8d6cd[12.x] Refactor: useDumpable(#58743)8469f5eUpdate facade docblocksada2958remove unused params (#58739)fd291cerefactor: add _ to more readability (#58738)9a6aaa7pass working directorye2da3e6Update facade docblocks6651288Fix Queue::fake() not releasing unique job locks between tests (#58533) (#58718)78ec010[12.x] Ensure throwIfStatus / throwUnlessStatus work for all status codes (#5...- Additional commits viewable in compare view
Updates laravel/horizon from 5.43.0 to 5.44.0
▶Release notes
Sourced from laravel/horizon's releases.
v5.44.0
- [5.x] Add Node.js executable validation before starting file watcher by
@amirhshokriin laravel/horizon#1699- [5.x] Supports Laravel 13 by
@crynobonein laravel/horizon#1700- [5.x] Fix incorrect
@returntag in Supervisor property docblock by@eranishojhain laravel/horizon#1701- [5.x] Guard
RedisStore::scan()results against boolean failures by@amirhshokriin laravel/horizon#1703
▶Changelog
Sourced from laravel/horizon's changelog.
v5.44.0 - 2026-02-10
- [5.x] Add Node.js executable validation before starting file watcher by
@amirhshokriin laravel/horizon#1699- [5.x] Supports Laravel 13 by
@crynobonein laravel/horizon#1700- [5.x] Fix incorrect
@returntag in Supervisor property docblock by@eranishojhain laravel/horizon#1701- [5.x] Guard
RedisStore::scan()results against boolean failures by@amirhshokriin laravel/horizon#1703
▶Commits
00c21e4Guard RedisStore::scan() results against boolean failures (#1703)722c507docs: fix incorrect@returntag in Supervisor property docblock (#1701)1a16a11[5.x] Supports Laravel 13 (#1700)c5c65a8[5.x] Add Node.js executable validation before starting file watcher (#1699)21fef90Update CHANGELOG- See full diff in compare view
Updates laravel/sanctum from 4.3.0 to 4.3.1
▶Release notes
Sourced from laravel/sanctum's releases.
v4.3.1
- [4.x] Supports Laravel 13 by
@crynobonein laravel/sanctum#587
▶Changelog
Sourced from laravel/sanctum's changelog.
v4.3.1 - 2026-02-07
- [4.x] Supports Laravel 13 by
@crynobonein laravel/sanctum#587
▶Commits
e3b85d6[4.x] Supports Laravel 13 (#587)ffeaf2eUpdate CHANGELOG- See full diff in compare view
Updates laravel/tinker from 2.11.0 to 2.11.1
▶Release notes
Sourced from laravel/tinker's releases.
v2.11.1
- Avoid trust project prompts from PsySH by
@WendellAdrielin laravel/tinker#198
▶Changelog
Sourced from laravel/tinker's changelog.
v2.11.1 - 2026-02-06
- Avoid trust project prompts from PsySH by
@WendellAdrielin laravel/tinker#198
▶Commits
c9f80ccAvoid trust project prompts from PsySH (#198)77a15d3Update CHANGELOG- See full diff in compare view
Updates laravel/pail from 1.2.5 to 1.2.6
▶Release notes
Sourced from laravel/pail's releases.
v1.2.6
- Update command description formatting to match all other Laravel Commands by
@matthewjohns0nin laravel/pail#62
▶Changelog
Sourced from laravel/pail's changelog.
v1.2.6 - 2026-02-09
- Update command description formatting to match all other Laravel Commands by
@matthewjohns0nin laravel/pail#62
▶Commits
aa71a01Update command description formatting to match all other Laravel Commands (#62)a8a0ef9Update CHANGELOG- See full diff in compare view
Updates laravel/pint from 1.27.0 to 1.27.1
▶Release notes
Sourced from laravel/pint's releases.
v1.27.1
- fix: passing
--paralleloption alongside--configby@kkunjasin laravel/pint#418
▶Changelog
Sourced from laravel/pint's changelog.
v1.27.1 - 2026-02-10
- fix: passing
--paralleloption alongside--configby@kkunjasin laravel/pint#418
▶Commits
Updates laravel/sail from 1.52.0 to 1.53.0
▶Release notes
Sourced from laravel/sail's releases.
v1.53.0
- Switch Yarn installation to Corepack in Dockerfiles by
@arjankapteijnin laravel/sail#846- Supports Laravel 13 by
@crynobonein laravel/sail#847
▶Changelog
Sourced from laravel/sail's changelog.
v1.53.0 - 2026-02-06
- Switch Yarn installation to Corepack in Dockerfiles by
@arjankapteijnin laravel/sail#846- Supports Laravel 13 by
@crynobonein laravel/sail#847
▶Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions