chore(deps): bump the php-dependencies group with 4 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(2 months ago)
(2 months ago)
(2 months ago)
dependencies php
Bumps the php-dependencies group with 4 updates: laravel/framework, larastan/larastan, laravel/boost and laravel/pint.
Updates laravel/framework from 12.29.0 to 12.30.1
Release notes
Sourced from laravel/framework's releases.
v12.30.1
- [12.x] Fix: Apply intl extension check to ordinal position to prevent issues by
@BinaryKittenin laravel/framework#57112v12.30.0
- [12.x] Allow newer versions for phiki/phiki than 2.0.0 by
@hebbetin laravel/framework#57075- [12.x] Use null coalescing for memoryExceededExitCode by
@jackbaylissin laravel/framework#57090- [12.x] Fix 'can' function that was defined in RouterRegistrar in #54648 by
@pdewitin laravel/framework#57072- [12.x] Fix SQS FIFO and fair queue support by
@patrickcarlohickmanin laravel/framework#57080- atomically flush redis cache tags by
@taylorotwellin laravel/framework#57098- [12.x] Add type hints to
\Illuminate\Support\Strby@shaedrichin laravel/framework#57096- Doc: Update Database Connection getElapsedTime comment to specify unit by
@glenscin laravel/framework#57099- [12.x] Add support for Ordinal Position in validation messages by
@BinaryKittenin laravel/framework#57109- [12.x] Fix exception frame file path on Windows by
@avosalmonin laravel/framework#57103- Add fallback to copy buttons on new exception page by
@joaokamunin laravel/framework#57092- [12.x] Adds
Macroabletrait toIlluminate/Support/Benchmarkby@1tim22in laravel/framework#57107
Changelog
Sourced from laravel/framework's changelog.
v12.30.1 - 2025-09-18
- [12.x] Fix: Apply intl extension check to ordinal position to prevent issues by
@BinaryKittenin laravel/framework#57112v12.30.0 - 2025-09-18
- [12.x] Allow newer versions for phiki/phiki than 2.0.0 by
@hebbetin laravel/framework#57075- [12.x] Use null coalescing for memoryExceededExitCode by
@jackbaylissin laravel/framework#57090- [12.x] Fix 'can' function that was defined in RouterRegistrar in #54648 by
@pdewitin laravel/framework#57072- [12.x] Fix SQS FIFO and fair queue support by
@patrickcarlohickmanin laravel/framework#57080- atomically flush redis cache tags by
@taylorotwellin laravel/framework#57098- [12.x] Add type hints to
\Illuminate\Support\Strby@shaedrichin laravel/framework#57096- Doc: Update Database Connection getElapsedTime comment to specify unit by
@glenscin laravel/framework#57099- [12.x] Add support for Ordinal Position in validation messages by
@BinaryKittenin laravel/framework#57109- [12.x] Fix exception frame file path on Windows by
@avosalmonin laravel/framework#57103- Add fallback to copy buttons on new exception page by
@joaokamunin laravel/framework#57092- [12.x] Adds
Macroabletrait toIlluminate/Support/Benchmarkby@1tim22in laravel/framework#57107
Commits
7f61e86Update version to v12.30.17e1ab1dApply intl extension check to ordinal position (#57112)22df03fUpdate CHANGELOG9436037Update version to v12.30.073dac82AddsMacroabletrait toIlluminate/Support/Benchmark(#57107)4a823c4Add fallback to copy buttons on new exception page (#57092)1a937ce[12.x] Fix exception frame file path on Windows (#57103)d26bbe7[12.x] Add support for Ordinal Position in validation messages (#57109)935658fUpdate Database Connection getElapsedTime comment to specify unit (#57099)f2098d7Add type hints to \Illuminate\Support\Str (#57096)- Additional commits viewable in compare view
Updates larastan/larastan from 3.7.1 to 3.7.2
Release notes
Sourced from larastan/larastan's releases.
3.7.2
What's Changed
Added
- feat: new collection-of custom PHPDoc type by
@canvuralin larastan/larastan#2369- Add support for translation groups by
@ramonrietdijkin larastan/larastan#2373Fixed
- Make regex for UsedTranslationViewCollector lazy by
@ramonrietdijkin larastan/larastan#2371- Ignore vendor translations by
@ramonrietdijkin larastan/larastan#2372- Add autowired to Filesystem in extension.neon by
@ramonrietdijkin larastan/larastan#2365- fix: request->server() returns float|int|list|string by
@calebdwin larastan/larastan#2370- Require latest (2.1.28) PHPStan version and fix incompatibilities.
Full Changelog: https://github.com/larastan/larastan/compare/v3.7.1...v3.7.2
Commits
a761859fix: require latest PHPStan137d9e7add failing test4cdaf55fix: don run rule if method is overriding a parent one4be3c02fix: request->server() returns float|int|list<string>|string (#2370)99b283afeat: add support for translation groups (#2373)3fef865feat: add autowired to Filesystem in extension.neon (#2365)15d64bcfix: ignore vendor translations (#2372)8353a6efix: make regex for UsedTranslationViewCollector lazy (#2371)a1dcae3feat: new collection-of custom PHPDoc type (#2369)- See full diff in compare view
Updates laravel/boost from 1.1.4 to 1.2.0
Release notes
Sourced from laravel/boost's releases.
v1.2.0
- uses version
v0.2of the new Laravel MCP package.v1.1.5 - Codex guidelines & Vite CSP nonce
What's Changed
- docs: README: light/dark mode logo by
@ashleyhindlein laravel/boost#148- ci: remove unneeded SSH keys now MCP package is public by
@ashleyhindlein laravel/boost#255- fix: remove stray parenthesis in lifecycle hook guidance in livewire guidelines by
@mohammedyhin laravel/boost#261- fix: correct syntax in Tailwind v4 import code snippet by
@mr-chetanin laravel/boost#221- tests: convert multiple expectations into chain by
@felipeArnoldin laravel/boost#232- Add Codex Guideline Support by
@pushpak1300in laravel/boost#258- Update scroll value for Agent selection box by
@pushpak1300in laravel/boost#262- Add support for Vite CSP nonce by
@nckrtlin laravel/boost#142New Contributors
@mohammedyhmade their first contribution in laravel/boost#261@mr-chetanmade their first contribution in laravel/boost#221@nckrtlmade their first contribution in laravel/boost#142Full Changelog: https://github.com/laravel/boost/compare/v1.1.4...v1.1.5
Changelog
Sourced from laravel/boost's changelog.
v1.2.0 - 2025-09-18
- uses latest version of laravel mcp
v1.1.5 - 2025-09-18
What's Changed
- docs: README: light/dark mode logo by
@ashleyhindlein laravel/boost#148- ci: remove unneeded SSH keys now MCP package is public by
@ashleyhindlein laravel/boost#255- fix: remove stray parenthesis in lifecycle hook guidance in livewire guidelines by
@mohammedyhin laravel/boost#261- fix: correct syntax in Tailwind v4 import code snippet by
@mr-chetanin laravel/boost#221- tests: convert multiple expectations into chain by
@felipeArnoldin laravel/boost#232- Add Codex Guideline Support by
@pushpak1300in laravel/boost#258- Update scroll value for Agent selection box by
@pushpak1300in laravel/boost#262- Add support for Vite CSP nonce by
@nckrtlin laravel/boost#142New Contributors
@mohammedyhmade their first contribution in laravel/boost#261@mr-chetanmade their first contribution in laravel/boost#221@nckrtlmade their first contribution in laravel/boost#142Full Changelog: https://github.com/laravel/boost/compare/v1.1.4...v1.1.5
Commits
85f7de5release: v1.2.04ae1e12Uses beta version of MCP891a2d7Removes unused docsc6f2babchore: style changesc4ce00aMerge pull request #263 from laravel/feat/mcp-0.2c7e8ea9Removes empty schemas9a0ac4cuses 500ec8be4fix tinkerc1d3bb1adds descriptiond3cfc23fix- Additional commits viewable in compare view
Updates laravel/pint from 1.25.0 to 1.25.1
Release notes
Sourced from laravel/pint's releases.
v1.25.1
- Revert "feat: add support for formatting code from stdin" by
@crynobonein laravel/pint#402
Changelog
Sourced from laravel/pint's changelog.
v1.25.1 - 2025-09-19
- Revert "feat: add support for formatting code from stdin" by
@crynobonein laravel/pint#402
Commits
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
Pull Request Statistics
1
1
+81
-72
Package Dependencies
laravel/framework
packagist
12.29.0 → 12.30.1
Minor
Technical Details
| ID: | 8024038 |
| UUID: | 2843283835 |
| Node ID: | PR_kwDOFRWQj86peRF7 |
| Host: | GitHub |
| Repository: | laravelcm/laravel.cm |
| Merge State: | Dirty |