PR #15 opened: chore(deps): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: laravel/fortify, laravel/framework, laravel/sanctum and pestphp/pest.
Updates laravel/fortify from 1.33.0 to 1.34.0
▶Release notes
Sourced from laravel/fortify's releases.
v1.34.0
What's Changed
- [1.x] Add Skills support by
@pushpak1300in laravel/fortify#630Full Changelog: https://github.com/laravel/fortify/compare/v1.33.0...v1.34.0
▶Changelog
Sourced from laravel/fortify's changelog.
v1.34.0 - 2026-01-26
What's Changed
- [1.x] Add Skills support by
@pushpak1300in laravel/fortify#630Full Changelog: https://github.com/laravel/fortify/compare/v1.33.0...v1.34.0
▶Commits
c322715[1.x] Add Skills support (#630)c05a2e8Update CHANGELOG- See full diff in compare view
Updates laravel/framework from 12.48.1 to 12.49.0
▶Release notes
Sourced from laravel/framework's releases.
v12.49.0
- [12.x] Clean up compiled views after parallel testing by
@dxnterin laravel/framework#58440- [12.x] Support "where subquery between columns" by
@gdebrauwerin laravel/framework#58441- [12.x] Use searchable prompt for db:table command by
@sakshamgoreyin laravel/framework#58442- [12.x] keep single NotificationSender instance by
@rodrigopedrain laravel/framework#58452- [12.x] Allow enum keys in Cache::flexible() and withoutOverlapping() by
@jackbaylissin laravel/framework#58444- [12.x] Add preserveKeys method to AnonymousResourceCollection by
@comhon-projectin laravel/framework#58443- Bump tar from 7.5.3 to 7.5.6 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot[bot] in laravel/framework#58454- [12.x] Fix memory leak in
Arr::dot()by@benjamin-commentorin laravel/framework#58458- 12.x fix: use multibyte-safe functions in Str::afterLast() by
@irabbi360in laravel/framework#58457- [12.x] Ensure Session now() and flash() accept enums by
@jackbaylissin laravel/framework#58459- [12.x] Revert "feat: aliasing when selecting database expressions (#58436)" by
@u01jmg3in laravel/framework#58469- [12.x] Add
hasSole()method to collections by@JosephSilberin laravel/framework#58463- [12.x] Skip message serialization when log level is not handled by
@dxnterin laravel/framework#58475- [12.x] Add missing
@paramdocumentation to SessionGuard constructor by@jackbaylissin laravel/framework#58493- [12.x] do assignment instead of mutating to handle immutable carbon object. by
@MrPunyapalin laravel/framework#58498- Enhance index hint validation for multiple indexes by
@FlexIDKin laravel/framework#58505- [12.x] Make QueueFake assertPushedTimes public by
@jackbaylissin laravel/framework#58511- [12.x] Ignore deadlock on DatabaseLock release by
@jackbaylissin laravel/framework#58507- [12.x] Allow
downcommand --retry option to accept datetime values by@alies-devin laravel/framework#58509
▶Changelog
Sourced from laravel/framework's changelog.
v12.49.0 - 2026-01-28
- [12.x] Clean up compiled views after parallel testing by
@dxnterin laravel/framework#58440- [12.x] Support "where subquery between columns" by
@gdebrauwerin laravel/framework#58441- [12.x] Use searchable prompt for db:table command by
@sakshamgoreyin laravel/framework#58442- [12.x] keep single NotificationSender instance by
@rodrigopedrain laravel/framework#58452- [12.x] Allow enum keys in Cache::flexible() and withoutOverlapping() by
@jackbaylissin laravel/framework#58444- [12.x] Add preserveKeys method to AnonymousResourceCollection by
@comhon-projectin laravel/framework#58443- Bump tar from 7.5.3 to 7.5.6 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot[bot] in laravel/framework#58454- [12.x] Fix memory leak in
Arr::dot()by@benjamin-commentorin laravel/framework#58458- 12.x fix: use multibyte-safe functions in Str::afterLast() by
@irabbi360in laravel/framework#58457- [12.x] Ensure Session now() and flash() accept enums by
@jackbaylissin laravel/framework#58459- [12.x] Revert "feat: aliasing when selecting database expressions (#58436)" by
@u01jmg3in laravel/framework#58469- [12.x] Add
hasSole()method to collections by@JosephSilberin laravel/framework#58463- [12.x] Skip message serialization when log level is not handled by
@dxnterin laravel/framework#58475- [12.x] Add missing
@paramdocumentation to SessionGuard constructor by@jackbaylissin laravel/framework#58493- [12.x] do assignment instead of mutating to handle immutable carbon object. by
@MrPunyapalin laravel/framework#58498- Enhance index hint validation for multiple indexes by
@FlexIDKin laravel/framework#58505- [12.x] Make QueueFake assertPushedTimes public by
@jackbaylissin laravel/framework#58511- [12.x] Ignore deadlock on DatabaseLock release by
@jackbaylissin laravel/framework#58507- [12.x] Allow
downcommand --retry option to accept datetime values by@alies-devin laravel/framework#58509
▶Commits
4bde453Update version to v12.49.0b650785[12.x] Allowdowncommand --retry option to accept datetime values (#58509)b877493[12.x] Ignore deadlock on DatabaseLock release (#58507)ca40c53Update facade docblocks3d6709bUpdate QueueFake.php (#58511)38eff27Enhance index hint validation for multiple indexes (#58505)47d0002do assignment instead of mutating to handle immutable carbon object. (#58498)bfb4bf2[12.x] Add missing@paramdocumentation to SessionGuard constructor (#58493)4af55b2[12.x] Skip message serialization when log level is not handled (#58475)451016e[12.x] AddhasSole()method to collections (#58463)- Additional commits viewable in compare view
Updates laravel/sanctum from 4.2.4 to 4.3.0
▶Release notes
Sourced from laravel/sanctum's releases.
v4.3.0
- Add optional last_used_at tracking configuration by
@MElkmeshiin laravel/sanctum#583- [4.x] Fix tests by
@jackbaylissin laravel/sanctum#584- [4.x] Fix failing test on Laravel > 11 by
@jackbaylissin laravel/sanctum#585- [4.x] Use property promotion by
@jackbaylissin laravel/sanctum#586
▶Changelog
Sourced from laravel/sanctum's changelog.
v4.3.0 - 2026-01-22
- Add optional last_used_at tracking configuration by
@MElkmeshiin laravel/sanctum#583- [4.x] Fix tests by
@jackbaylissin laravel/sanctum#584- [4.x] Fix failing test on Laravel > 11 by
@jackbaylissin laravel/sanctum#585- [4.x] Use property promotion by
@jackbaylissin laravel/sanctum#586
▶Commits
Updates pestphp/pest from 4.3.1 to 4.3.2
▶Release notes
Sourced from pestphp/pest's releases.
v4.3.2
- fix: security issue found in PHPUnit / https://github.com/sebastianbergmann/phpunit/security/advisories/GHSA-vvj3-c3rp-c85p
- fix: closure this for extend
- fix:
Str::beforeLastnot using multibyte string function ofsubstr
▶Commits
3a4329drelease: 4.3.2dd01229Merge pull request #1606 from smirok/teamcity-fix-for-describe-tests-with-dat...c7e4efcfix: replacesubstrwithmb_substrin Str::beforeLast to ensure multibyte...df3205eMerge pull request #1554 from pindab0ter/feature/extend-closure-thisb7b1609Specify closure this for extend- 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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