PR #46 opened: chore(deps): bump the minor-and-patch group with 7 updates
Bumps the minor-and-patch group with 7 updates:
| Package | From | To |
|---|---|---|
| inertiajs/inertia-laravel | 2.0.20 | 2.0.21 |
| laravel/fortify | 1.34.1 | 1.35.0 |
| laravel/framework | 12.52.0 | 12.53.0 |
| laravel/horizon | 5.44.0 | 5.45.0 |
| laravel/reverb | 1.7.1 | 1.8.0 |
| laravel/telescope | 5.17.0 | 5.18.0 |
| laravel/wayfinder | 0.1.13 | 0.1.14 |
Updates inertiajs/inertia-laravel from 2.0.20 to 2.0.21
▶Release notes
Sourced from inertiajs/inertia-laravel's releases.
v2.0.21
What's Changed
- [2.x] Supports Laravel 13 by
@crynobonein inertiajs/inertia-laravel#822- Add Boost Guidelines & Skills by
@pushpak1300in inertiajs/inertia-laravel#828New Contributors
@pushpak1300made their first contribution in inertiajs/inertia-laravel#828Full Changelog: https://github.com/inertiajs/inertia-laravel/compare/v2.0.20...v2.0.21
▶Changelog
Sourced from inertiajs/inertia-laravel's changelog.
v2.0.21 - 2026-02-24
What's Changed
- [2.x] Supports Laravel 13 by
@crynobonein inertiajs/inertia-laravel#822- Add Boost Guidelines & Skills by
@pushpak1300in inertiajs/inertia-laravel#828New Contributors
@pushpak1300made their first contribution in inertiajs/inertia-laravel#828Full Changelog: https://github.com/inertiajs/inertia-laravel/compare/v2.0.20...v2.0.21
▶Commits
Updates laravel/fortify from 1.34.1 to 1.35.0
▶Release notes
Sourced from laravel/fortify's releases.
v1.35.0
- Add
@throwsannotation to create() docblock by@mohammadRezaei1380in laravel/fortify#634- Add
@throwsannotation to function() docblock by@mohammadRezaei1380in laravel/fortify#635- Use scoped bindings for Octane compatibility by
@vrodrigueroin laravel/fortify#637- Clarify Two-Factor Authentication database column requirements by
@mohammadRezaei1380in laravel/fortify#638- add
@throws\Illuminate\Validation\ValidationException to functions() in Http\Responses by@mohammadRezaei1380in laravel/fortify#639- Clarify Sanctum usage in SPA authentication setup by
@mohammadRezaei1380in laravel/fortify#641- Clarify Two-Factor Authentication JSON responses for SPA mode by
@mohammadRezaei1380in laravel/fortify#640- Clarify required guard for SPA authentication setup by
@mohammadRezaei1380in laravel/fortify#643- add
@throwsin function UpdateUserProfileInformation.php by@mohammadRezaei1380in laravel/fortify#644- Update
@returntype of toResponse() to mixed for accuracy by@mohammadRezaei1380in laravel/fortify#645- add
@throwsValidationException function in AttemptToAuthenticate.php by@mohammadRezaei1380in laravel/fortify#646- Fix docblock for index() to reflect array or JsonResponse return type by
@mohammadRezaei1380in laravel/fortify#650- add
@throwsValidationException function in ConfirmTwoFactorAuthentication.php by@mohammadRezaei1380in laravel/fortify#649- Fix two-factor QR code controller return type by
@mohammadRezaei1380in laravel/fortify#652- Update docblock return type for email verification store method by
@mohammadRezaei1380in laravel/fortify#654
▶Changelog
Sourced from laravel/fortify's changelog.
v1.35.0 - 2026-02-24
- Add
@throwsannotation to create() docblock by@mohammadRezaei1380in laravel/fortify#634- Add
@throwsannotation to function() docblock by@mohammadRezaei1380in laravel/fortify#635- Use scoped bindings for Octane compatibility by
@vrodrigueroin laravel/fortify#637- Clarify Two-Factor Authentication database column requirements by
@mohammadRezaei1380in laravel/fortify#638- add
@throws\Illuminate\Validation\ValidationException to functions() in Http\Responses by@mohammadRezaei1380in laravel/fortify#639- Clarify Sanctum usage in SPA authentication setup by
@mohammadRezaei1380in laravel/fortify#641- Clarify Two-Factor Authentication JSON responses for SPA mode by
@mohammadRezaei1380in laravel/fortify#640- Clarify required guard for SPA authentication setup by
@mohammadRezaei1380in laravel/fortify#643- add
@throwsin function UpdateUserProfileInformation.php by@mohammadRezaei1380in laravel/fortify#644- Update
@returntype of toResponse() to mixed for accuracy by@mohammadRezaei1380in laravel/fortify#645- add
@throwsValidationException function in AttemptToAuthenticate.php by@mohammadRezaei1380in laravel/fortify#646- Fix docblock for index() to reflect array or JsonResponse return type by
@mohammadRezaei1380in laravel/fortify#650- add
@throwsValidationException function in ConfirmTwoFactorAuthentication.php by@mohammadRezaei1380in laravel/fortify#649- Fix two-factor QR code controller return type by
@mohammadRezaei1380in laravel/fortify#652- Update docblock return type for email verification store method by
@mohammadRezaei1380in laravel/fortify#654
▶Commits
24c5bb8Update docblock return type for email verification store method (#654)7fb1aedFix two-factor QR code controller return type (#652)935f77badd@throwsValidationException function in ConfirmTwoFactorAuthentication.ph...d02a802Fix docblock for index() to reflect array or JsonResponse return type (#650)9020a3dadd@throwsValidationException function in AttemptToAuthenticate.php (#646)5f11482Update@returntype of toResponse() to mixed for accuracy (#645)878387eadd@throwsin function UpdateUserProfileInformation.php (#644)7eb2d7dClarify required guard for SPA authentication setup (#643)68bbe26Clarify Two-Factor Authentication JSON responses for SPA mode (#640)6a8e83bClarify Sanctum usage in SPA authentication setup (#641)- Additional commits viewable in compare view
Updates laravel/framework from 12.52.0 to 12.53.0
▶Release notes
Sourced from laravel/framework's releases.
v12.53.0
- [12.x] Add multipleOf support to JsonSchema numeric types by
@Amirhf1in laravel/framework#58903- [12.x] chore: don't format notifiables in NotificationSender::send by
@calebdwin laravel/framework#58900- [12.x] Add vector option to whereFullText for pre-computed tsvector columns by
@milroyfraserin laravel/framework#58893- [12.x] Add array key support for
buildMorphMapFromModels()function by@josephkerkhofin laravel/framework#58891- [12.x] Fix RequestException summarizing for Guzzle streamed responses by
@cosmastechin laravel/framework#58909- [12.x] Tests for streamed RequestException by
@cosmastechin laravel/framework#58910- Support a serializable classes value on caches by
@taylorotwellin laravel/framework#58911- [12.x] Simplify TokenGuard methods by
@Amirhf1in laravel/framework#58923- [12.x] Add uniqueItems support to JsonSchema ArrayType by
@Amirhf1in laravel/framework#58922- [12.x] Add tests for
PhpRedisClusterConnectionflushdb method by@miladev95in laravel/framework#58917- [12.x] Add support for named arguments in event dispatching and broadcasting by
@ph7jackin laravel/framework#58913- [12.x] Allow
downcommand to refresh maintenance mode options by@alies-devin laravel/framework#58918- [12.x] Rollback lingering PDO transaction before retrying on commit deadlock by
@dxnterin laravel/framework#58906- [12.x] Simplify queue resolution using
matchexpression by@josephkerkhofin laravel/framework#58928- Bump tar from 7.5.7 to 7.5.9 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot[bot] in laravel/framework#58931- [12.x] Fix model serialization in queue jobs by
@axlonin laravel/framework#58939- [12.x] Change Mail text alignment from left to start by
@zvizviin laravel/framework#58935- [12.x] Refactor
convertValuesToBooleanto usematchfor cleaner logic by@josephkerkhofin laravel/framework#58927- [12.x] Allow Scheduled Command
Eventmacros to be applied to schedule groups by@stevebaumanin laravel/framework#58926- [12.x] Fix race condition on creating the real-time facade cache file (#58945) by
@sosiasin laravel/framework#58947- [12.x] Show all mismatched values in
assertSessionHasAllfailure output by@dxnterin laravel/framework#58946- Fix RetryCommand not working for SQS FIFO queue by
@cwang22in laravel/framework#58936- [12.x] Improve return types for Wormhole and InteractsWithTime by
@KentarouTakedain laravel/framework#58951- [12.x] Add
Cache::funnel()for concurrency limiting with any cache driver by@mathiasgrimmin laravel/framework#58439- [12.x] Ensure
oldest_pendingis displayed inqueue:monitorby@jackbaylissin laravel/framework#58952- [12.x] Fix/cross database null safe equals by
@patrickomearain laravel/framework#58962- [12.x] Add MySQL inRandomOrder regression tests by
@laraib15in laravel/framework#58966- [12.x] Add missing
@throwsdocblocks to Illuminate/Http by@Amirhf1in laravel/framework#58965- Fix Invalid Types by
@RyanSchaeferin laravel/framework#58963- JSONP Check by
@taylorotwellin laravel/framework#58971- [12.x] Resolve Stan Mailable CI error by
@jackbaylissin laravel/framework#58972- [12.x] Remove unnecessary dirname calls. by
@jelleroordain laravel/framework#58984- [12.x] Add missing
@throwsdocblocks toSerializerandTypeclasses inIlluminate/JsonSchemaby@mrvipchienin laravel/framework#58981
▶Changelog
Sourced from laravel/framework's changelog.
v12.53.0 - 2026-02-24
- [12.x] Add multipleOf support to JsonSchema numeric types by
@Amirhf1in laravel/framework#58903- [12.x] chore: don't format notifiables in NotificationSender::send by
@calebdwin laravel/framework#58900- [12.x] Add vector option to whereFullText for pre-computed tsvector columns by
@milroyfraserin laravel/framework#58893- [12.x] Add array key support for
buildMorphMapFromModels()function by@josephkerkhofin laravel/framework#58891- [12.x] Fix RequestException summarizing for Guzzle streamed responses by
@cosmastechin laravel/framework#58909- [12.x] Tests for streamed RequestException by
@cosmastechin laravel/framework#58910- Support a serializable classes value on caches by
@taylorotwellin laravel/framework#58911- [12.x] Simplify TokenGuard methods by
@Amirhf1in laravel/framework#58923- [12.x] Add uniqueItems support to JsonSchema ArrayType by
@Amirhf1in laravel/framework#58922- [12.x] Add tests for
PhpRedisClusterConnectionflushdb method by@miladev95in laravel/framework#58917- [12.x] Add support for named arguments in event dispatching and broadcasting by
@ph7jackin laravel/framework#58913- [12.x] Allow
downcommand to refresh maintenance mode options by@alies-devin laravel/framework#58918- [12.x] Rollback lingering PDO transaction before retrying on commit deadlock by
@dxnterin laravel/framework#58906- [12.x] Simplify queue resolution using
matchexpression by@josephkerkhofin laravel/framework#58928- Bump tar from 7.5.7 to 7.5.9 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot[bot] in laravel/framework#58931- [12.x] Fix model serialization in queue jobs by
@axlonin laravel/framework#58939- [12.x] Change Mail text alignment from left to start by
@zvizviin laravel/framework#58935- [12.x] Refactor
convertValuesToBooleanto usematchfor cleaner logic by@josephkerkhofin laravel/framework#58927- [12.x] Allow Scheduled Command
Eventmacros to be applied to schedule groups by@stevebaumanin laravel/framework#58926- [12.x] Fix race condition on creating the real-time facade cache file (#58945) by
@sosiasin laravel/framework#58947- [12.x] Show all mismatched values in
assertSessionHasAllfailure output by@dxnterin laravel/framework#58946- Fix RetryCommand not working for SQS FIFO queue by
@cwang22in laravel/framework#58936- [12.x] Improve return types for Wormhole and InteractsWithTime by
@KentarouTakedain laravel/framework#58951- [12.x] Add
Cache::funnel()for concurrency limiting with any cache driver by@mathiasgrimmin laravel/framework#58439- [12.x] Ensure
oldest_pendingis displayed inqueue:monitorby@jackbaylissin laravel/framework#58952- [12.x] Fix/cross database null safe equals by
@patrickomearain laravel/framework#58962- [12.x] Add MySQL inRandomOrder regression tests by
@laraib15in laravel/framework#58966- [12.x] Add missing
@throwsdocblocks to Illuminate/Http by@Amirhf1in laravel/framework#58965- Fix Invalid Types by
@RyanSchaeferin laravel/framework#58963- JSONP Check by
@taylorotwellin laravel/framework#58971- [12.x] Resolve Stan Mailable CI error by
@jackbaylissin laravel/framework#58972- [12.x] Remove unnecessary dirname calls. by
@jelleroordain laravel/framework#58984- [12.x] Add missing
@throwsdocblocks toSerializerandTypeclasses inIlluminate/JsonSchemaby@mrvipchienin laravel/framework#58981
▶Commits
f57f035Update version to v12.53.0c960f17Add missing@throwsdocblocks to Serializer and Type classes (#58981)8e3b7dfRemove unnecessary dirname calls. (#58984)3a7f290test (#58972)4a92d0dJSONP Check (#58971)193f438Update facade docblocksd3cae1bFix Invalid Types (#58963)f76eed6[12.x] Add missing@throwsdocblocks to Illuminate/Http (#58965)258d8f5Add MySQL inRandomOrder regression tests (#58966)8d8465a[12.x] Fix/cross database null safe equals (#58962)- Additional commits viewable in compare view
Updates laravel/horizon from 5.44.0 to 5.45.0
▶Release notes
Sourced from laravel/horizon's releases.
v5.45.0
- [5.x] Fail fast when Redis is not installed by
@amirhshokriin laravel/horizon#1705- [5.x] Supports restricting private tunnel requests for
localenvironment by@crynobonein laravel/horizon#1691- [5.x] Improve digits readability by
@amirhshokriin laravel/horizon#1706- [5.x] Mark
horizon:publishcommand as deprecated by@amirhshokriin laravel/horizon#1708- Fix wildcard pattern matching in file watcher by
@markieo1in laravel/horizon#1712- [5.x] Add support for batch searching by
@JoeyMckenziein laravel/horizon#1714
▶Changelog
Sourced from laravel/horizon's changelog.
v5.45.0 - 2026-02-21
- [5.x] Fail fast when Redis is not installed by
@amirhshokriin laravel/horizon#1705- [5.x] Supports restricting private tunnel requests for
localenvironment by@crynobonein laravel/horizon#1691- [5.x] Improve digits readability by
@amirhshokriin laravel/horizon#1706- [5.x] Mark
horizon:publishcommand as deprecated by@amirhshokriin laravel/horizon#1708- Fix wildcard pattern matching in file watcher by
@markieo1in laravel/horizon#1712- [5.x] Add support for batch searching by
@JoeyMckenziein laravel/horizon#1714
▶Commits
7126ddfCompile Assets8f0db65[5.x] Add support for batch searching (#1714)7e22960Improve wildcard extension extraction (#1712)cd4cecdMark horizon:publish command as deprecated (#1708)a745aa8Improve digits readability (#1706)fc0ab2b[5.x] Supports restricting private tunnel requests forlocalenvironment (#...3a6d0ba[5.x] Fail fast when Redis is not installed (#1705)acb34f3Update CHANGELOG- See full diff in compare view
Updates laravel/reverb from 1.7.1 to 1.8.0
▶Release notes
Sourced from laravel/reverb's releases.
v1.8.0
- Restrict client whisper events to channel members by
@joshuadwirein laravel/reverb#365
▶Changelog
Sourced from laravel/reverb's changelog.
v1.8.0 - 2026-02-21
- Restrict client whisper events to channel members by
@joshuadwirein laravel/reverb#365
▶Commits
53753b7Fix code styling14eb074Restrict client whisper events to channel members (#365)7ed72ceUpdate CHANGELOG- See full diff in compare view
Updates laravel/telescope from 5.17.0 to 5.18.0
▶Release notes
Sourced from laravel/telescope's releases.
5.18.0
- Use cascadeOnDelete() to fix PHPStan error in migration by
@monteiroin laravel/telescope#1682- [5.x] Supports restricting private tunnel requests for
localenvironment by@crynobonein laravel/telescope#1674- Add missing limit(-1) to QueueController batch query by
@EhabAmawiin laravel/telescope#1684- Laravel 13.x Compatibility by
@laravel-shiftin laravel/telescope#1686
▶Changelog
Sourced from laravel/telescope's changelog.
5.18.0 - 2026-02-20
- Use cascadeOnDelete() to fix PHPStan error in migration by
@monteiroin laravel/telescope#1682- [5.x] Supports restricting private tunnel requests for
localenvironment by@crynobonein laravel/telescope#1674- Add missing limit(-1) to QueueController batch query by
@EhabAmawiin laravel/telescope#1684- Laravel 13.x Compatibility by
@laravel-shiftin laravel/telescope#1686
▶Commits
8bbc1d8Laravel 13.x Compatibility (#1686)035143fAdd missing limit(-1) to QueueController batch query (#1684)72c69ef[5.x] Supports restricting private tunnel requests forlocalenvironment (#...7f60672Use cascadeOnDelete() to fix PHPStan error in migration (#1682)68bf120Update CHANGELOG- See full diff in compare view
Updates laravel/wayfinder from 0.1.13 to 0.1.14
▶Release notes
Sourced from laravel/wayfinder's releases.
v0.1.14
What's Changed
- Add Laravel 13 support by
@WendellAdrielin laravel/wayfinder#179New Contributors
@WendellAdrielmade their first contribution in laravel/wayfinder#179Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.13...v0.1.14
▶Changelog
Sourced from laravel/wayfinder's changelog.
v0.1.14 - 2026-02-24
What's Changed
- Add Laravel 13 support by
@WendellAdrielin laravel/wayfinder#179New Contributors
@WendellAdrielmade their first contribution in laravel/wayfinder#179Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.13...v0.1.14
▶Commits
57bbd15Add Laravel 13 support (#179)07e34ceUpdate CHANGELOG- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot 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