PR #135 merged: chore(deps): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: laravel/horizon, laravel/mcp, laravel/boost and laravel/sail.
Updates laravel/horizon from 5.46.0 to 5.47.0
▶Release notes
Sourced from laravel/horizon's releases.
v5.47.0
- Bump postcss from 8.4.45 to 8.5.13 by
@dependabot[bot] in laravel/horizon#1763- Bump axios from 1.15.0 to 1.15.2 by
@dependabot[bot] in laravel/horizon#1764
▶Changelog
Sourced from laravel/horizon's changelog.
v5.47.0 - 2026-05-19
- Bump postcss from 8.4.45 to 8.5.13 by
@dependabot[bot] in laravel/horizon#1763- Bump axios from 1.15.0 to 1.15.2 by
@dependabot[bot] in laravel/horizon#1764
▶Commits
Updates laravel/mcp from 0.7.0 to 0.7.1
▶Release notes
Sourced from laravel/mcp's releases.
v0.7.1
- Return 201 from OAuth client registration per RFC 7591 by
@danniehansenin laravel/mcp#207- Fix TypeError when JSON-RPC request id is not a string or int by
@pushpak1300in laravel/mcp#208- Add ResourceLink content type (MCP spec 2025-06-18) by
@rupeshsthain laravel/mcp#200- Extract JSON-RPC primitives to shared namespace for client reuse by
@pushpak1300in laravel/mcp#211- Pin GitHub Actions to commit SHAs and add Dependabot config by
@joetannenbaumin laravel/mcp#213- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by
@dependabot[bot] in laravel/mcp#214- Extract protocol versions to shared enum for client reuse by
@pushpak1300in laravel/mcp#215- Add Icon and Implementation (MCP spec 2025-11-25) by
@pushpak1300in laravel/mcp#219
▶Changelog
Sourced from laravel/mcp's changelog.
v0.7.1 - 2026-05-19
- Return 201 from OAuth client registration per RFC 7591 by
@danniehansenin laravel/mcp#207- Fix TypeError when JSON-RPC request id is not a string or int by
@pushpak1300in laravel/mcp#208- Add ResourceLink content type (MCP spec 2025-06-18) by
@rupeshsthain laravel/mcp#200- Extract JSON-RPC primitives to shared namespace for client reuse by
@pushpak1300in laravel/mcp#211- Pin GitHub Actions to commit SHAs and add Dependabot config by
@joetannenbaumin laravel/mcp#213- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by
@dependabot[bot] in laravel/mcp#214- Extract protocol versions to shared enum for client reuse by
@pushpak1300in laravel/mcp#215- Add Icon and Implementation (MCP spec 2025-11-25) by
@pushpak1300in laravel/mcp#219
▶Commits
cf86f97Add Icon and Implementation (MCP spec 2025-11-25) (#219)99fa8e4Extract protocol versions to shared enum for client reuse (#215)f563306Bump shivammathur/setup-php in the github-actions group (#214)f19d2c7Pin GitHub Actions to commit SHAs and add Dependabot config (#213)1b71eefExtract JSON-RPC primitives to shared namespace for client reuse (#211)d4d2b01Add ResourceLink content type (MCP spec 2025-06-18) (#200)1a61627Coerce non-scalar request ids to null in JsonRpcException (#208)e8ee79dReturn 201 from OAuth client registration per RFC 7591 (#207)c5cd7cfUpdate facade docblocksf9e1a8aUpdate Mcp.php- Additional commits viewable in compare view
Updates laravel/boost from 2.4.6 to 2.4.8
▶Release notes
Sourced from laravel/boost's releases.
v2.4.8
What's Changed
- Pin laravel/mcp below 0.7.1 to avoid breaking namespace renames by
@pushpak1300in laravel/boost#815Full Changelog: https://github.com/laravel/boost/compare/v2.4.7...v2.4.8
v2.4.7
What's Changed
- fix: minor typo and comment improvements in ApplicationInfo and Boost by
@iz-ahmadin laravel/boost#792- Fix TypeError in RendersBladeGuidelines when Blade::render returns an HtmlString by
@dipaksarkarin laravel/boost#796- Fix path separators and trailing newlines in install output by
@barrytarterin laravel/boost#790- Remove redundant guidance to read .env directly by
@loadinglucianin laravel/boost#801- Preserve empty objects in MCP JSON config files by
@mwikalain laravel/boost#793- Pin GitHub Actions to commit SHAs and add Dependabot config by
@joetannenbaumin laravel/boost#804- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by
@dependabot[bot] in laravel/boost#806- Sync Flux UI free/pro component lists with fluxui.dev by
@pushpak1300in laravel/boost#808- Omit cwd from Codex MCP config to fix Sail and worktree issues by
@pushpak1300in laravel/boost#809- Add Tinker MCP tool (opt-in via config) by
@pushpak1300in laravel/boost#807New Contributors
@dipaksarkarmade their first contribution in laravel/boost#796@barrytartermade their first contribution in laravel/boost#790@loadinglucianmade their first contribution in laravel/boost#801@mwikalamade their first contribution in laravel/boost#793@joetannenbaummade their first contribution in laravel/boost#804Full Changelog: https://github.com/laravel/boost/compare/v2.4.6...v2.4.7
▶Changelog
Sourced from laravel/boost's changelog.
v2.4.8 - 2026-05-19
What's Changed
- Pin laravel/mcp below 0.7.1 to avoid breaking namespace renames by
@pushpak1300in laravel/boost#815Full Changelog: https://github.com/laravel/boost/compare/v2.4.7...v2.4.8
v2.4.7 - 2026-05-18
What's Changed
- fix: minor typo and comment improvements in ApplicationInfo and Boost by
@iz-ahmadin laravel/boost#792- Fix TypeError in RendersBladeGuidelines when Blade::render returns an HtmlString by
@dipaksarkarin laravel/boost#796- Fix path separators and trailing newlines in install output by
@barrytarterin laravel/boost#790- Remove redundant guidance to read .env directly by
@loadinglucianin laravel/boost#801- Preserve empty objects in MCP JSON config files by
@mwikalain laravel/boost#793- Pin GitHub Actions to commit SHAs and add Dependabot config by
@joetannenbaumin laravel/boost#804- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by
@dependabot[bot] in laravel/boost#806- Sync Flux UI free/pro component lists with fluxui.dev by
@pushpak1300in laravel/boost#808- Omit cwd from Codex MCP config to fix Sail and worktree issues by
@pushpak1300in laravel/boost#809- Add Tinker MCP tool (opt-in via config) by
@pushpak1300in laravel/boost#807New Contributors
@dipaksarkarmade their first contribution in laravel/boost#796@barrytartermade their first contribution in laravel/boost#790@loadinglucianmade their first contribution in laravel/boost#801@mwikalamade their first contribution in laravel/boost#793@joetannenbaummade their first contribution in laravel/boost#804Full Changelog: https://github.com/laravel/boost/compare/v2.4.6...v2.4.7
▶Commits
d11d720Update composer.json (#815)2e126c3Update CHANGELOGcebd69eAdd Tinker MCP tool for executing PHP in app context (#807)02af8b4Omit cwd from Codex MCP config to fix Sail and worktree issues (#809)233588dSync Flux UI free/pro component lists with fluxui.dev (#808)24a0747Bump shivammathur/setup-php in the github-actions group (#806)4b633b6Pin GitHub Actions to commit SHAs and add Dependabot config (#804)8224fbcPreserve empty objects in MCP JSON config files (#793)b2d06cefix: remove redundant .env read guidance (#801)7ee5321Fix path separators and trailing newlines in install output (#790)- Additional commits viewable in compare view
Updates laravel/sail from 1.59.0 to 1.60.0
▶Release notes
Sourced from laravel/sail's releases.
v1.60.0
- Pin GitHub Actions to commit SHAs and add Dependabot config by
@joetannenbaumin laravel/sail#870- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by
@dependabot[bot] in laravel/sail#872- Manually install corepack to support Node 25+ by
@A-Lootin laravel/sail#871
▶Changelog
Sourced from laravel/sail's changelog.
v1.60.0 - 2026-05-14
- Pin GitHub Actions to commit SHAs and add Dependabot config by
@joetannenbaumin laravel/sail#870- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by
@dependabot[bot] in laravel/sail#872- Manually install corepack to support Node 25+ by
@A-Lootin laravel/sail#871
▶Commits
2a1538eManually install corepack to support Node 25+ (#871)c5ef941Merge pull request #872 from laravel/dependabot/github_actions/github-actions...33d3ed3Bump shivammathur/setup-php in the github-actions groupae6b5eaMerge pull request #870 from laravel/pin-github-actions0940064Update CHANGELOGea5408aPin GitHub Actions to commit SHAs and add Dependabot config- 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