chore(deps): bump laravel/framework from 12.21.0 to 12.22.1 in /app-backend
Merged
Number: #520
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
August 11, 2025 at 05:33 PM UTC
(4 months ago)
(4 months ago)
Updated:
August 11, 2025 at 05:37 PM UTC
(4 months ago)
(4 months ago)
Merged:
August 11, 2025 at 05:37 PM UTC
(4 months ago)
by github-actions[bot]
(4 months ago)
by github-actions[bot]
Time to Close:
3 minutes
Description:
Bumps laravel/framework from 12.21.0 to 12.22.1.
Release notes
Sourced from laravel/framework's releases.
v12.22.1
- [12.x] Improved assertion message by
@AhmedAlaa4611in laravel/framework#56579- [12.x] Fixed version increment by
@dciancuin laravel/framework#56588- [12.x] Normalize file path separators in
make:migrationcommand on Windows by@amirhshokriin laravel/framework#56591- Revert "[12.x] Improve PHPDoc blocks for array of arguments in Gate" by
@taylorotwellin laravel/framework#56593v12.22.0
- [12.x] removed usage of useless
ReflectionProperty::setAccessible()by@NickSdotin laravel/framework#56379- [12.x] Add missing PHPDoc type in
JoinClauseby@FeBe95in laravel/framework#56378- [12.x] Make the getTable method public in database failed job providers by
@kevinb1989in laravel/framework#56384- [12.x] Fix
migrate:freshcommand on SQLite with WAL journal_mode by@crynobonein laravel/framework#56368- [12.x] Easily run pipelines inside of a transactions with
Pipeline::withinTransaction()by@cosmastechin laravel/framework#56377- [12.x] fix: Models having inconsistent guarding behaviour by
@JimToolsin laravel/framework#56381- Fix incorrect docblock for custom builder resolvers by
@LukeTowersin laravel/framework#56392- [12.x] Fix typehints for
partition()by@cosmastechin laravel/framework#56388- [12.x] Introduce
#[Bind]attribute by@cosmastechin laravel/framework#56383- [12.x] Use MissingValue as default to distinguish between omitted and explicit null by
@Edvardein laravel/framework#56394- Improve job serialization error message with job class name by
@alizadeh7091in laravel/framework#56398- [12.x] Iterable models assertion by
@DarkGhostHunterin laravel/framework#56403- [12.x] Fix resolving
StreamResponsecallback on Laravel Octane by@crynobonein laravel/framework#56413- [12.x] Reverts 56310 by
@AhmedAlaa4611in laravel/framework#56408- [12.x] Clean up redundant type hints in docblocks by
@amirhshokriin laravel/framework#56411- [12.x] Align PHPDoc parameter name with method signature by
@AhmedAlaa4611in laravel/framework#56422- [12.x] Refine type hinting for condition rules by
@michaelnabil230in laravel/framework#56420- [12.x] Improve PHPDoc blocks for array of arguments in Gate by
@shaedrichin laravel/framework#56426- Trim whitespace when validating required arguments in console commands by
@eslam-devin laravel/framework#56427- [12.x] Revert "Trim whitespace when validating required arguments in console commands" by
@GrahamCampbellin laravel/framework#56431- [12.x] Clean up redundant PHPDoc by
@AhmedAlaa4611in laravel/framework#56430- Revert "[12.x] Clean up redundant PHPDoc" by
@taylorotwellin laravel/framework#56432- [12.x] Clear repository when extending Env by
@riasvdvin laravel/framework#56438- [12.x] Partially reverts 56398 by
@AhmedAlaa4611in laravel/framework#56436- [12.x] Align PHPDoc parameter with method signature by
@AhmedAlaa4611in laravel/framework#56435- Add missing parameters to isUrl and isUuid by
@brufdevin laravel/framework#56453- [12.x] Use
getContainer()to avoid fatal error inPipelinewith transactions by@xurshudyanin laravel/framework#56447- Improve PHPDoc block parameter typing in Exceptions::dontReportWhen() by
@shaedrichin laravel/framework#56439- [12.x] Enhancement: the beforeCommit method will now work even if using the ShouldQueueAfterCommit contract by
@ahmad-cit22in laravel/framework#56445- [12.x] Fix typehint for
VerifyEmail::toMailUsing()by@xurshudyanin laravel/framework#56454- Add softDeleteResources method in Router by
@jrd-lewisin laravel/framework#56440- [12.x] Add types to the
\Illuminate\Database\Connectionclass by@shaedrichin laravel/framework#56459- Update
queue:workto handleSIGINTsignal by@ziadozin laravel/framework#56458- [12.x] Add
withScopedSingletonstoApplicationBuilderby@ALameLlamain laravel/framework#56460- Add NTLM authentication support to Http Client by
@cesargbin laravel/framework#56475- [12.x]: Add 'doesntContain' validation rule by
@KIKOmanasijevin laravel/framework#56467- [12.x] Add
InteractsWithDatatrait toComponentAttributeBagby@KennedyTedescoin laravel/framework#56452- Add doesntContainStrict() for Collection & LazyCollection by
@Rahul-Macin laravel/framework#56522- Add actingAsGuest method for clearing actingAs calls by
@fritz-cin laravel/framework#56517- [12.x] Add
BootandInitializeModel attributes by@inxilproin laravel/framework#56518- [12.x] Redirect intent in maintenance mode by
@gpibarrain laravel/framework#56514- [12.x] Allow creating additional components when model already exists by
@mechelonin laravel/framework#56513- [12.x] Allow strict integer validation by
@zll600in laravel/framework#56503
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v12.22.1 - 2025-08-08
- [12.x] Improved assertion message by
@AhmedAlaa4611in laravel/framework#56579- [12.x] Fixed version increment by
@dciancuin laravel/framework#56588- [12.x] Normalize file path separators in
make:migrationcommand on Windows by@amirhshokriin laravel/framework#56591- Revert "[12.x] Improve PHPDoc blocks for array of arguments in Gate" by
@taylorotwellin laravel/framework#56593
Commits
d33ee45Update version to v12.22.1ed938deUpdate facade docblocksc3bc7b1Revert "[12.x] Improve PHPDoc blocks for array of arguments in Gate (#56426)"...b735473improve make:migration command output (#56591)c119641Fixed version increment (#56588)6d94b16Improved assertion message (#56579)6ab00c9Fix return type in Support/Benchmark (#56575)bb5dfb5[12.x] Fixed an issue when callinghasNestedwith a first relationship of t...d74b1c1formatting72f75a5Update facade docblocks- Additional commits viewable 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+27
+27
Deletions:
-24
-24
Package Dependencies
Package:
laravel/framework
Ecosystem:
packagist
packagist
Version Change:
12.21.0 → 12.22.1
Update Type:
Minor
Minor
Path:
/app-backend
Technical Details
| ID: | 4906244 |
| UUID: | 2736325229 |
| Node ID: | PR_kwDOJs4GAc6jGQJt |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-php-laravel-vue |
| Merge State: | Unknown |