PR #88 opened: chore(deps): bump the minor-and-patch group with 5 updates
Bumps the minor-and-patch group with 5 updates:
| Package | From | To |
|---|---|---|
| laravel/telescope | 5.19.0 | 5.20.0 |
| laravel/wayfinder | 0.1.15 | 0.1.16 |
| laravel/boost | 2.4.1 | 2.4.3 |
| nunomaduro/collision | 8.9.2 | 8.9.3 |
| pestphp/pest | 4.4.5 | 4.5.0 |
Updates laravel/telescope from 5.19.0 to 5.20.0
▶Release notes
Sourced from laravel/telescope's releases.
v5.20.0
- Bump picomatch from 2.3.1 to 2.3.2 by
@dependabot[bot] in laravel/telescope#1704- Add
.npmrcfile by@crynobonein laravel/telescope#1707- [5.x] Fix npm audit vulnerabilities (lodash, axios, rollup) by
@JoshSalwayin laravel/telescope#1710
▶Changelog
Sourced from laravel/telescope's changelog.
v5.20.0 - 2026-04-06
- Bump picomatch from 2.3.1 to 2.3.2 by
@dependabot[bot] in laravel/telescope#1704- Add
.npmrcfile by@crynobonein laravel/telescope#1707- [5.x] Fix npm audit vulnerabilities (lodash, axios, rollup) by
@JoshSalwayin laravel/telescope#1710
▶Commits
Updates laravel/wayfinder from 0.1.15 to 0.1.16
▶Release notes
Sourced from laravel/wayfinder's releases.
v0.1.16
What's Changed
- Respect
APP_URLbase path and port in generated URLs by@utsavsomaiyain laravel/wayfinder#186- Handle falsy optional route parameter values by
@utsavsomaiyain laravel/wayfinder#185- Avoid arg collision for methods with the same name by
@joetannenbaumin laravel/wayfinder#215- Fix model binding key resolution for camelCase route parameters by
@utsavsomaiyain laravel/wayfinder#183New Contributors
@utsavsomaiyamade their first contribution in laravel/wayfinder#186Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.15...v0.1.16
▶Changelog
Sourced from laravel/wayfinder's changelog.
v0.1.16 - 2026-04-07
What's Changed
- Respect
APP_URLbase path and port in generated URLs by@utsavsomaiyain laravel/wayfinder#186- Handle falsy optional route parameter values by
@utsavsomaiyain laravel/wayfinder#185- Avoid arg collision for methods with the same name by
@joetannenbaumin laravel/wayfinder#215- Fix model binding key resolution for camelCase route parameters by
@utsavsomaiyain laravel/wayfinder#183New Contributors
@utsavsomaiyamade their first contribution in laravel/wayfinder#186Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.15...v0.1.16
▶Commits
Updates laravel/boost from 2.4.1 to 2.4.3
▶Release notes
Sourced from laravel/boost's releases.
v2.4.3
What's Changed
- Add missing upsert breaking change and emphasize cache prefix config in v13 upgrade guide by
@pushpak1300in laravel/boost#761- Replace Request with UpdatePostRequest by
@MrPunyapalin laravel/boost#741- Improve accuracy of Laravel best practices guidelines by
@pushpak1300in laravel/boost#764Full Changelog: https://github.com/laravel/boost/compare/v2.4.2...v2.4.3
v2.4.2
What's Changed
- Add scope-based first-party detection to Composer by
@pushpak1300in laravel/boost#712- Fix leftover quotes in MCP development skill description by
@thiagogabrielgaiain laravel/boost#720- Improve wayfinder skill description and simplify core guideline by
@pushpak1300in laravel/boost#708- Fix null bytes in style.md skill rule by
@reed1in laravel/boost#727- Add mcp_config_path configuration for monorepo support by
@johnbaconin laravel/boost#729- Use configured PHP executable path in ToolExecutor subprocess by
@pushpak1300in laravel/boost#730- Fix inverted enum naming convention condition in PHP guideline by
@pushpak1300in laravel/boost#732- Prevents re-injecting in Livewire navigate responses by
@alihamzein laravel/boost#734- Conditionally render MCP guideline sections by
@Xiolin laravel/boost#722- Fix: Normalize line endings in MarkdownFormatter by
@GoneTonein laravel/boost#739- Fix retryUntil return type from DateTime to DateTimeInterface by
@pushpak1300in laravel/boost#753- Guide pest skill to match project's test()/it() convention by
@pushpak1300in laravel/boost#752- fix the incorrect return type for retryUntil() method in queue job guidelines by
@iz-ahmadin laravel/boost#748- Use relative MCP paths for Claude Code agent by
@pushpak1300in laravel/boost#757- Add deployment section to Laravel core guideline by
@pushpak1300in laravel/boost#758New Contributors
@thiagogabrielgaiamade their first contribution in laravel/boost#720@reed1made their first contribution in laravel/boost#727@johnbaconmade their first contribution in laravel/boost#729@alihamzemade their first contribution in laravel/boost#734@Xiolmade their first contribution in laravel/boost#722@iz-ahmadmade their first contribution in laravel/boost#748Full Changelog: https://github.com/laravel/boost/compare/v2.4.1...v2.4.2
▶Changelog
Sourced from laravel/boost's changelog.
v2.4.3 - 2026-04-10
What's Changed
- Add missing upsert breaking change and emphasize cache prefix config in v13 upgrade guide by
@pushpak1300in laravel/boost#761- Replace Request with UpdatePostRequest by
@MrPunyapalin laravel/boost#741- Improve accuracy of Laravel best practices guidelines by
@pushpak1300in laravel/boost#764Full Changelog: https://github.com/laravel/boost/compare/v2.4.2...v2.4.3
v2.4.2 - 2026-04-07
What's Changed
- Add scope-based first-party detection to Composer by
@pushpak1300in laravel/boost#712- Fix leftover quotes in MCP development skill description by
@thiagogabrielgaiain laravel/boost#720- Improve wayfinder skill description and simplify core guideline by
@pushpak1300in laravel/boost#708- Fix null bytes in style.md skill rule by
@reed1in laravel/boost#727- Add mcp_config_path configuration for monorepo support by
@johnbaconin laravel/boost#729- Use configured PHP executable path in ToolExecutor subprocess by
@pushpak1300in laravel/boost#730- Fix inverted enum naming convention condition in PHP guideline by
@pushpak1300in laravel/boost#732- Prevents re-injecting in Livewire navigate responses by
@alihamzein laravel/boost#734- Conditionally render MCP guideline sections by
@Xiolin laravel/boost#722- Fix: Normalize line endings in MarkdownFormatter by
@GoneTonein laravel/boost#739- Fix retryUntil return type from DateTime to DateTimeInterface by
@pushpak1300in laravel/boost#753- Guide pest skill to match project's test()/it() convention by
@pushpak1300in laravel/boost#752- fix the incorrect return type for retryUntil() method in queue job guidelines by
@iz-ahmadin laravel/boost#748- Use relative MCP paths for Claude Code agent by
@pushpak1300in laravel/boost#757- Add deployment section to Laravel core guideline by
@pushpak1300in laravel/boost#758New Contributors
@thiagogabrielgaiamade their first contribution in laravel/boost#720@reed1made their first contribution in laravel/boost#727@johnbaconmade their first contribution in laravel/boost#729@alihamzemade their first contribution in laravel/boost#734@Xiolmade their first contribution in laravel/boost#722@iz-ahmadmade their first contribution in laravel/boost#748Full Changelog: https://github.com/laravel/boost/compare/v2.4.1...v2.4.2
▶Commits
841d529Improve accuracy of Laravel best practices guidelines (#764)ff32f85Update method signature in security.md (#741)ced4fb2Add upsert breaking change and emphasize cache prefix config in v13 upgrade g...14a5c6aUpdate CHANGELOG74fedf1Add deployment section to Laravel core guideline (#758)43c2a1aUse relative MCP paths for Claude Code agent (#757)b2ed002fix the incorrect return type for retryUntil() method in queue job guidelines...6c10903Guide pest skill to match project's test()/it() convention (#752)87de610Fix retryUntil return type from DateTime to DateTimeInterface (#753)0ab83c7fix: normalize line endings in MarkdownFormatter (#739)- Additional commits viewable in compare view
Updates nunomaduro/collision from 8.9.2 to 8.9.3
▶Commits
b0d8ab9chore: fixes typesa281043fix: code coverage on phpunit 13.1.0- See full diff in compare view
Updates pestphp/pest from 4.4.5 to 4.5.0
▶Release notes
Sourced from pestphp/pest's releases.
v4.5.0
Announcement: x.com/enunomaduro/status/2042697927483609449
- feat:
flakyand--flakyby@nunomaduro- feat:
toBeCasedCorrectlyarch test assertion by@SimonBroekaertand@nunomaduroin pestphp/pest#1455- feat: add '--only-covered' option to '--coverage' by
@SimonBroekaertin pestphp/pest#1626- fix: typo in
Pest.phpin stubs by@orphanedrecordin pestphp/pest#1653- fix:
toUseTraitto detect inherited and nested traits by@yondifonin pestphp/pest#1515- fix: missing classes before
toExtendonlaravelpreset by@treyssatvincentin pestphp/pest#1569- fix: add "Rules" to
laravelpreset by@bibrokhimin pestphp/pest#1580- fix: enhance support for
--paralleland--teamcityarguments by restoring--teamcityfor ParaTest and fixing teamcity output concurrency by@smirokin pestphp/pest#1615- fix: nested dataset discovery and parallel invalid-dataset reporting by
@stsepelinin pestphp/pest#1655- fix: preserve unicode characters in filenames for
--filtermatching by@Vmadmaxin pestphp/pest#1624- fix: dataset named parameters by
@dbpolitoin pestphp/pest#1634- fix: parameter closure this type annotations in functions by
@DevDavidoin pestphp/pest#1628- fix: dataset inheritance with method chaining (beforeEach()->with(), describe()->with()) by
@louisbelsin pestphp/pest#1565v4.4.6
- chore: stores statically the test result for
pao
▶Commits
13c322bci: fixesincorrectCasingtest3855249feat: adds--flakycli optionf528bd8feat: addsflakyacd8aaffix: printer with--colorse8d630efix: printer with--colorsb6385dcfix: namespaces ontoBeCasedCorrectly02dc8d7chore: bumps deps729f18afix: stacktrace with nested with callsbdf60ceMerge pull request #1565 from louisbels/fix-dataset-method-chaining3a8ee82Merge pull request #1628 from DevDavido/patch-1- 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 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