trends.stumason.dev
TypeScript
Pull Request Opened
PR #38 opened: chore(deps): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: laravel/framework, nunomaduro/collision, pestphp/pest and pestphp/pest-plugin-laravel.
Updates laravel/framework from 12.51.0 to 12.52.0
▶Release notes
Sourced from laravel/framework's releases.
v12.52.0
- [12.x] Fix:
@returnin doc blocks by@alipowerful7in laravel/framework#58746- [12.x] Ensure defer callbacks aren't discarded when using the sync queue by
@jackbaylissin laravel/framework#58745- [12.x] Refactor: remove
Arr::wrap()and addCollection::wrap()by@alipowerful7in laravel/framework#58748- Add support for
temporaryUploadUrlto thelocalfilesystem by@mnapoliin laravel/framework#58499- Only merge cached casts for accessed attribute by
@ug-christophin laravel/framework#57627- [12.x] Sort stan issue on PendingRequest by
@jackbaylissin laravel/framework#58760- [12.x] Update alphabetical order in facades.yml by
@luisscruzain laravel/framework#58757- [12.x] allow string-based expressions for selectExpression() by
@tpetryin laravel/framework#58753- Revert "[12.x] Adjust freshTimestamp for SQL Server" by
@calebdwin laravel/framework#58758- [12.x] Fix return empty Collection for non-model JSON:API resources by
@noir4yin laravel/framework#58752- [12.x] Refactor: remove extra space by
@alipowerful7in laravel/framework#58751- [12.x] Standardize regex delimiter in ObserverMakeCommand::parseModel by
@mohammadRezaei1380in laravel/framework#58777- [12.x] Fix incorrect
@returntype in VendorPublishCommand::publishTag by@mohammadRezaei1380in laravel/framework#58774- Fix phpdoc type in promptForMissingArgumentsUsing by
@billypokein laravel/framework#58768- [12.x] cast
Batch::progress()return value tointby@zjbargin laravel/framework#58767- [12.x] Drop Collection import from
AbstractRouteCollectionby@jackbaylissin laravel/framework#58769- [12.x] Fix missing InputArgument::IS_ARRAY in getArguments PHPDoc by
@kayw-geekin laravel/framework#58771- [12.x] Fix:
@returnforresolveResourceRelationshipIdentifiers()by@alipowerful7in laravel/framework#58764- [12.x]
Mailable::later()does not set delay onSendQueuedMailableinstance by@amirhshokriin laravel/framework#58765- [12.x] Refactor: use
enum_value()helper for environment value extraction by@alipowerful7in laravel/framework#58785- [12.x] Add delay support assertions for queued mailables by
@amirhshokriin laravel/framework#58787- Fix MySQL connection string to use --ssl-mode=DISABLED for modern clients by
@AJenboin laravel/framework#58786- [12.x] Refactor: standardize regex by
@alipowerful7in laravel/framework#58789- [12.x] Allow $preserveKeys param for LazyCollection random by
@jackbaylissin laravel/framework#58791- [12.x] Refactor:
new Collection()by@alipowerful7in laravel/framework#58793- [12.x] Add
makeManymethod to Factory by@jackbaylissin laravel/framework#58795- [12.x] Add
withoutAfterMaking()andwithoutAfterCreating()factory helpers by@ziadozin laravel/framework#58794- [12.x] Backport withMiddleware changes from 13.x by
@jackbaylissin laravel/framework#58798- [12.x] Fix: add
|arrayin doc block by@alipowerful7in laravel/framework#58805- [12.x] Add option to opt out of parallel safe cache prefix by
@jackbaylissin laravel/framework#58801- [12.x] Normalize Throwable docblocks to fully-qualified name by
@amirhshokriin laravel/framework#58802- [12.x] Refactor: remove unnecessary
\BackedEnumby@alipowerful7in laravel/framework#58807- Use atomic writes when creating inline Blade component views by
@cyppein laravel/framework#58815- [12.x] Add missing tests for Request::fullUrlWithoutQuery by
@miladev95in laravel/framework#58814- Improve File::toKilobytes() DocBlock return type by
@Amirhf1in laravel/framework#58811- Use atomic writes in BladeCompiler to prevent race condition by
@cyppein laravel/framework#58812- [12.x] Refactor: add
JSON decodedby@alipowerful7in laravel/framework#58830- [12.x] Refactor: add missing
@throwstag in dock block by@alipowerful7in laravel/framework#58829- [12.x] Formatting by
@amirhshokriin laravel/framework#58828- [12x]Refactor: remove unnecessary \BackedEnum in HasAttributes.php by
@mohammadRezaei1380in laravel/framework#58827- [12x] Refactor conditional message formatting using match expression by
@mohammadRezaei1380in laravel/framework#58825- [12.x] Refactor: use
matchexpression by@alipowerful7in laravel/framework#58824- [12.x] Simplify
compileSelectmethod return by@amirhshokriin laravel/framework#58821- [12.x] Refactor: simplify code by
@alipowerful7in laravel/framework#58820- [12.x] Refactor: remove unnecessary
\BackedEnumby@alipowerful7in laravel/framework#58818- [12.x] Ensure HttpClientTest doesnt flake in Windows CI by
@jackbaylissin laravel/framework#58817- [12.x] Refactor:
JSON decodedtodecoded JSONby@alipowerful7in laravel/framework#58849- [12.x] Allow closure parameters in docblock for when() helper function by
@gazbenin laravel/framework#58862- [12.x] Fix typo in cache
composer.jsonby@amirhshokriin laravel/framework#58875
... (truncated)
▶Changelog
Sourced from laravel/framework's changelog.
v12.52.0 - 2026-02-17
- [12.x] Fix:
@returnin doc blocks by@alipowerful7in laravel/framework#58746- [12.x] Ensure defer callbacks aren't discarded when using the sync queue by
@jackbaylissin laravel/framework#58745- [12.x] Refactor: remove
Arr::wrap()and addCollection::wrap()by@alipowerful7in laravel/framework#58748- Add support for
temporaryUploadUrlto thelocalfilesystem by@mnapoliin laravel/framework#58499- Only merge cached casts for accessed attribute by
@ug-christophin laravel/framework#57627- [12.x] Sort stan issue on PendingRequest by
@jackbaylissin laravel/framework#58760- [12.x] Update alphabetical order in facades.yml by
@luisscruzain laravel/framework#58757- [12.x] allow string-based expressions for selectExpression() by
@tpetryin laravel/framework#58753- Revert "[12.x] Adjust freshTimestamp for SQL Server" by
@calebdwin laravel/framework#58758- [12.x] Fix return empty Collection for non-model JSON:API resources by
@noir4yin laravel/framework#58752- [12.x] Refactor: remove extra space by
@alipowerful7in laravel/framework#58751- [12.x] Standardize regex delimiter in ObserverMakeCommand::parseModel by
@mohammadRezaei1380in laravel/framework#58777- [12.x] Fix incorrect
@returntype in VendorPublishCommand::publishTag by@mohammadRezaei1380in laravel/framework#58774- Fix phpdoc type in promptForMissingArgumentsUsing by
@billypokein laravel/framework#58768- [12.x] cast
Batch::progress()return value tointby@zjbargin laravel/framework#58767- [12.x] Drop Collection import from
AbstractRouteCollectionby@jackbaylissin laravel/framework#58769- [12.x] Fix missing InputArgument::IS_ARRAY in getArguments PHPDoc by
@kayw-geekin laravel/framework#58771- [12.x] Fix:
@returnforresolveResourceRelationshipIdentifiers()by@alipowerful7in laravel/framework#58764- [12.x]
Mailable::later()does not set delay onSendQueuedMailableinstance by@amirhshokriin laravel/framework#58765- [12.x] Refactor: use
enum_value()helper for environment value extraction by@alipowerful7in laravel/framework#58785- [12.x] Add delay support assertions for queued mailables by
@amirhshokriin laravel/framework#58787- Fix MySQL connection string to use --ssl-mode=DISABLED for modern clients by
@AJenboin laravel/framework#58786- [12.x] Refactor: standardize regex by
@alipowerful7in laravel/framework#58789- [12.x] Allow $preserveKeys param for LazyCollection random by
@jackbaylissin laravel/framework#58791- [12.x] Refactor:
new Collection()by@alipowerful7in laravel/framework#58793- [12.x] Add
makeManymethod to Factory by@jackbaylissin laravel/framework#58795- [12.x] Add
withoutAfterMaking()andwithoutAfterCreating()factory helpers by@ziadozin laravel/framework#58794- [12.x] Backport withMiddleware changes from 13.x by
@jackbaylissin laravel/framework#58798- [12.x] Fix: add
|arrayin doc block by@alipowerful7in laravel/framework#58805- [12.x] Add option to opt out of parallel safe cache prefix by
@jackbaylissin laravel/framework#58801- [12.x] Normalize Throwable docblocks to fully-qualified name by
@amirhshokriin laravel/framework#58802- [12.x] Refactor: remove unnecessary
\BackedEnumby@alipowerful7in laravel/framework#58807- Use atomic writes when creating inline Blade component views by
@cyppein laravel/framework#58815- [12.x] Add missing tests for Request::fullUrlWithoutQuery by
@miladev95in laravel/framework#58814- Improve File::toKilobytes() DocBlock return type by
@Amirhf1in laravel/framework#58811- Use atomic writes in BladeCompiler to prevent race condition by
@cyppein laravel/framework#58812- [12.x] Refactor: add
JSON decodedby@alipowerful7in laravel/framework#58830- [12.x] Refactor: add missing
@throwstag in dock block by@alipowerful7in laravel/framework#58829- [12.x] Formatting by
@amirhshokriin laravel/framework#58828- [12x]Refactor: remove unnecessary \BackedEnum in HasAttributes.php by
@mohammadRezaei1380in laravel/framework#58827- [12x] Refactor conditional message formatting using match expression by
@mohammadRezaei1380in laravel/framework#58825- [12.x] Refactor: use
matchexpression by@alipowerful7in laravel/framework#58824- [12.x] Simplify
compileSelectmethod return by@amirhshokriin laravel/framework#58821- [12.x] Refactor: simplify code by
@alipowerful7in laravel/framework#58820- [12.x] Refactor: remove unnecessary
\BackedEnumby@alipowerful7in laravel/framework#58818- [12.x] Ensure HttpClientTest doesnt flake in Windows CI by
@jackbaylissin laravel/framework#58817- [12.x] Refactor:
JSON decodedtodecoded JSONby@alipowerful7in laravel/framework#58849- [12.x] Allow closure parameters in docblock for when() helper function by
@gazbenin laravel/framework#58862
... (truncated)
▶Commits
d5511faUpdate version to v12.52.0fa95603[12.x] Display closures and standalone functions correctly in exception trace...cd704ffRevert "[12.x] Fixed precision checks for column types in SQL Server grammar ...f9a2f15[12.x] Remove unnecessaryforgetDriver()from TestCaches (#58878)d892631Fix typo (#58875)4400212[12.x] Allow closure parameters in docblock for when() helper function (#58862)fd5b3c6refactor: grammar (#58849)6c90022Update HttpClientTest.php (#58817)dec90c3refactor: remove \BackedEnum (#58818)1cf38edrefactor: remove unnecessary if and return (#58820)- Additional commits viewable in compare view
Updates nunomaduro/collision from 8.8.3 to 8.9.1
▶Commits
a1ed3fafeat: pest 5 and phpunit 13 support3249c06ci: speed upf52cab2fixf1ec19fchore: bumps dependenciesed0d076fix: scripts6e7b37dfix: add db68cef4eci: revert994d4a5ci: exclude PHP 8.5 with PHPUnit 11 and Pest 3d74219eci: fixes tests024142cci: excludes php 8.2 on newer versions of pest or phpunit- Additional commits viewable in compare view
Updates pestphp/pest from 4.3.2 to 4.4.1
▶Release notes
Sourced from pestphp/pest's releases.
v4.4.1
- chore: missing tag
v4.4.0
- feat: symfony 8 (and its components) support
▶Commits
Updates pestphp/pest-plugin-laravel from 4.0.0 to 4.1.0
▶Commits
3057a36chore: bumps dependenciesdfc9f54Merge pull request #65 from laravel-shift/l13-compatibility0df953fUndo extra formatting changes2c362e5Update GitHub Actions for Laravel 139d5eaa9Bump dependencies for Laravel 137a4b7d8Revise Nuno Maduro's social media links and schedule- 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
+132
additions
-120
deletions
1
files changed