chore(deps): bump laravel/framework from 12.28.0 to 12.29.0 in /app-backend
Merged
Number: #573
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
September 17, 2025 at 11:12 AM UTC
(2 months ago)
(2 months ago)
Updated:
September 17, 2025 at 11:16 AM UTC
(2 months ago)
(2 months ago)
Merged:
September 17, 2025 at 11:16 AM UTC
(2 months ago)
by github-actions[bot]
(2 months ago)
by github-actions[bot]
Time to Close:
4 minutes
Description:
Bumps laravel/framework from 12.28.0 to 12.29.0.
Release notes
Sourced from laravel/framework's releases.
v12.29.0
- Ensure cached and uncached routes share same precedence when resolving actions and names by
@timacdonaldin laravel/framework#56920- [12.x] Re-enable previously commented assertions by
@AhmedAlaa4611in laravel/framework#56930- [12.x] Reorder .gitignore entries for consistency and readability by
@AhmedAlaa4611in laravel/framework#56963- [12.x] SQLite: Allow setting any pragmas by
@stanclin laravel/framework#56962- refactor: remove unused array from docblock by
@alipowerful7in laravel/framework#56961- PendingResourceRegistration withoutMiddleware never returns array by
@moshe-autoleadstarin laravel/framework#56959- [12.x] Allow not having "fakerphp/faker" installed by
@SjorsOin laravel/framework#56953- [12.x] Fix Validator placeholderHash PHPDoc by
@AhmedAlaa4611in laravel/framework#56947- [12.x] Handle MariaDB innodb_snapshot_isolation=ON by
@Muffinmanin laravel/framework#56945- [12.x] Add PhpRedis pack ignore numbers option by
@tuandpin laravel/framework#56941- test(support): add edge-case tuples for preg_replace_array by
@realpvzin laravel/framework#56937- [12.x] Allow for BackedEnum on dynamic blade component by
@gehrisandroin laravel/framework#56940- [12.x] Remove one redundant array access by
@vincentvanhovenin laravel/framework#56931- [12.x] Add withoutGlobalScopesExcept() to keep only specified global scopes by
@theHocineSaadin laravel/framework#56957- [12.x] Make visibility consistent by
@AhmedAlaa4611in laravel/framework#56970- [12.x] Change list to tuple in PHPDoc block by
@shaedrichin laravel/framework#56967- [12.x] Improve
AggregateServiceProviderdocblocks by@cosmastechin laravel/framework#56968- [12.x] add --whisper option to schedule:work command by
@thojo0in laravel/framework#56969- [12.x] Update Faker suggestion to match skeleton version by
@AhmedAlaa4611in laravel/framework#56974- Refactor: use str_contains() instead of strpos() for clarity by
@arshidkv12in laravel/framework#56979- [12.x] remove unnecessary
with()helper call by@browner12in laravel/framework#56975- [12.x] Config: Move some items into pragmas by
@AhmedAlaa4611in laravel/framework#56980- Add callback support to takeUntilTimeout in LazyCollection by
@kamilkozakin laravel/framework#56981- [12.x] Utilize the is_finite() PHP function by
@AhmedAlaa4611in laravel/framework#56990- [12.x] Use property promotion in
MessageLoggedand narrow$levelby@cosmastechin laravel/framework#56989- [12.x] do not use
with()helper when no second argument is passed by@browner12in laravel/framework#56986- [12.x] Correct the type of $handler from Connection::whenQueryingForLongerThan by
@sethsandaruin laravel/framework#56987- [12.x] Some quick fixes by
@theHocineSaadin laravel/framework#56991- tests: Ensure transaction callbacks run in FIFO order by
@realpvzin laravel/framework#56973- Pass $attributes and $parent arguments to Factory Sequence by
@fritz-cin laravel/framework#56972- [12.x] - Support
CastableonEnumby@jrseligain laravel/framework#56977- [12.x] add trailing commas in multiline method signatures by
@browner12in laravel/framework#56992- [12.x] Improve docblocks for nullable parameters by
@amirhshokriin laravel/framework#56995- [12.x] Improve docblocks for nullable parameters by
@amirhshokriin laravel/framework#56996- [12.x] Improve docblocks for nullable parameters by
@amirhshokriin laravel/framework#56997- Revert "[12.x] Config: Move some items into pragmas" by
@taylorotwellin laravel/framework#57003- [12.x]: Cache Session Driver by
@joaopalopes24in laravel/framework#56887- [12.x] Add support for #[UseResource(...)] and #[UseResourceCollection(...)] attributes on models by
@Lukasss93in laravel/framework#56966- [12.x] Test Improvements by
@crynobonein laravel/framework#57010- [12.x] Test Improvements by
@crynobonein laravel/framework#57031- [12.x] Infinite method chaining in contextual binding builder by
@daniserin laravel/framework#57026- [12.x] Improved manager typehints by
@daniserin laravel/framework#57024- Bump vite from 5.4.19 to 5.4.20 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot[bot] in laravel/framework#57009- [12.x] Correct APC cache store docblock types by
@xurshudyanin laravel/framework#57020- [12.x] Enable dynamic tries() method on Queueable Listeners by
@glioympasin laravel/framework#57014- [12.x] Add --json option to ScheduleListCommand by
@dxnterin laravel/framework#57006- [12.x]
with()helper call simplification by@browner12in laravel/framework#57041- [12.x] handle all Enum types for default values by
@browner12in laravel/framework#57040- [12.x] Refactor chained method calls for readability by
@AhmedAlaa4611in laravel/framework#57050
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v12.29.0 - 2025-09-16
- Ensure cached and uncached routes share same precedence when resolving actions and names by
@timacdonaldin laravel/framework#56920- [12.x] Re-enable previously commented assertions by
@AhmedAlaa4611in laravel/framework#56930- [12.x] Reorder .gitignore entries for consistency and readability by
@AhmedAlaa4611in laravel/framework#56963- [12.x] SQLite: Allow setting any pragmas by
@stanclin laravel/framework#56962- refactor: remove unused array from docblock by
@alipowerful7in laravel/framework#56961- PendingResourceRegistration withoutMiddleware never returns array by
@moshe-autoleadstarin laravel/framework#56959- [12.x] Allow not having "fakerphp/faker" installed by
@SjorsOin laravel/framework#56953- [12.x] Fix Validator placeholderHash PHPDoc by
@AhmedAlaa4611in laravel/framework#56947- [12.x] Handle MariaDB innodb_snapshot_isolation=ON by
@Muffinmanin laravel/framework#56945- [12.x] Add PhpRedis pack ignore numbers option by
@tuandpin laravel/framework#56941- test(support): add edge-case tuples for preg_replace_array by
@realpvzin laravel/framework#56937- [12.x] Allow for BackedEnum on dynamic blade component by
@gehrisandroin laravel/framework#56940- [12.x] Remove one redundant array access by
@vincentvanhovenin laravel/framework#56931- [12.x] Add withoutGlobalScopesExcept() to keep only specified global scopes by
@theHocineSaadin laravel/framework#56957- [12.x] Make visibility consistent by
@AhmedAlaa4611in laravel/framework#56970- [12.x] Change list to tuple in PHPDoc block by
@shaedrichin laravel/framework#56967- [12.x] Improve
AggregateServiceProviderdocblocks by@cosmastechin laravel/framework#56968- [12.x] add --whisper option to schedule:work command by
@thojo0in laravel/framework#56969- [12.x] Update Faker suggestion to match skeleton version by
@AhmedAlaa4611in laravel/framework#56974- Refactor: use str_contains() instead of strpos() for clarity by
@arshidkv12in laravel/framework#56979- [12.x] remove unnecessary
with()helper call by@browner12in laravel/framework#56975- [12.x] Config: Move some items into pragmas by
@AhmedAlaa4611in laravel/framework#56980- Add callback support to takeUntilTimeout in LazyCollection by
@kamilkozakin laravel/framework#56981- [12.x] Utilize the is_finite() PHP function by
@AhmedAlaa4611in laravel/framework#56990- [12.x] Use property promotion in
MessageLoggedand narrow$levelby@cosmastechin laravel/framework#56989- [12.x] do not use
with()helper when no second argument is passed by@browner12in laravel/framework#56986- [12.x] Correct the type of $handler from Connection::whenQueryingForLongerThan by
@sethsandaruin laravel/framework#56987- [12.x] Some quick fixes by
@theHocineSaadin laravel/framework#56991- tests: Ensure transaction callbacks run in FIFO order by
@realpvzin laravel/framework#56973- Pass $attributes and $parent arguments to Factory Sequence by
@fritz-cin laravel/framework#56972- [12.x] - Support
CastableonEnumby@jrseligain laravel/framework#56977- [12.x] add trailing commas in multiline method signatures by
@browner12in laravel/framework#56992- [12.x] Improve docblocks for nullable parameters by
@amirhshokriin laravel/framework#56995- [12.x] Improve docblocks for nullable parameters by
@amirhshokriin laravel/framework#56996- [12.x] Improve docblocks for nullable parameters by
@amirhshokriin laravel/framework#56997- Revert "[12.x] Config: Move some items into pragmas" by
@taylorotwellin laravel/framework#57003- [12.x]: Cache Session Driver by
@joaopalopes24in laravel/framework#56887- [12.x] Add support for #[UseResource(...)] and #[UseResourceCollection(...)] attributes on models by
@Lukasss93in laravel/framework#56966- [12.x] Test Improvements by
@crynobonein laravel/framework#57010- [12.x] Test Improvements by
@crynobonein laravel/framework#57031- [12.x] Infinite method chaining in contextual binding builder by
@daniserin laravel/framework#57026- [12.x] Improved manager typehints by
@daniserin laravel/framework#57024- Bump vite from 5.4.19 to 5.4.20 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot[bot] in laravel/framework#57009- [12.x] Correct APC cache store docblock types by
@xurshudyanin laravel/framework#57020- [12.x] Enable dynamic tries() method on Queueable Listeners by
@glioympasin laravel/framework#57014- [12.x] Add --json option to ScheduleListCommand by
@dxnterin laravel/framework#57006- [12.x]
with()helper call simplification by@browner12in laravel/framework#57041- [12.x] handle all Enum types for default values by
@browner12in laravel/framework#57040
... (truncated)
Commits
a9e4c73Update version to v12.29.0bd6f007[12.x] Ensurelaravel-cloud-socketrespectsLOG_LEVEL(#57071)b4d8576[12.x] Add ability to control QueueWorker memory exceeded exit code (#57044)dda0c17[12.x] Update local exception page (#57036)1ddb326Refactor chained method calls for readability (#57054)d1e4a3fImprove docblock wording (#57056)d1dc038Refactor chained method calls for readability (#57050)9c33792handle all Enum types for default values (#57040)7acea81[12.x]with()helper call simplification (#57041)9f375d6Apply fixes from StyleCI- 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:
+78
+78
Deletions:
-6
-6
Package Dependencies
Package:
laravel/framework
Ecosystem:
packagist
packagist
Version Change:
12.28.0 → 12.29.0
Update Type:
Minor
Minor
Path:
/app-backend
Technical Details
| ID: | 7934651 |
| UUID: | 2836209342 |
| Node ID: | PR_kwDOJs4GAc6pDR6- |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-php-laravel-vue |
| Merge State: | Unknown |