PR #16 opened: chore(deps-dev): bump laravel/boost from 1.8.10 to 2.0.5
Bumps laravel/boost from 1.8.10 to 2.0.5.
▶Release notes
Sourced from laravel/boost's releases.
v2.0.5
What's Changed
- Update message for ide -> agent in InstallCommand by
@pushpak1300in laravel/boost#490- Remove stale files during skill directory updates by
@pushpak1300in laravel/boost#492- Fix database-schema tool to only return tables from configured database by
@pushpak1300in laravel/boost#498Full Changelog: https://github.com/laravel/boost/compare/v2.0.4...v2.0.5
v2.0.4
What's Changed
- Update skills path in Copilot configuration by
@pushpak1300in laravel/boost#488Full Changelog: https://github.com/laravel/boost/compare/v2.0.3...v2.0.4
v2.0.3
What's Changed
- Sort user guidelines by filename for predictable ordering by
@patrickomearain laravel/boost#474- fix typo in pest skill by
@lukasleitschin laravel/boost#486New Contributors
@patrickomearamade their first contribution in laravel/boost#474@lukasleitschmade their first contribution in laravel/boost#486Full Changelog: https://github.com/laravel/boost/compare/v2.0.2...v2.0.3
v2.0.2
What's Changed
- Exclude Livewire skills and guidelines for indirect dependencies (#477) by
@zcuricin laravel/boost#478- Update Flux UI documentation for verbatim usage by
@pushpak1300in laravel/boost#476New Contributors
@zcuricmade their first contribution in laravel/boost#478Full Changelog: https://github.com/laravel/boost/compare/v2.0.1...v2.0.2
v2.0.1
What's Changed
- Format pint.json by
@pushpak1300in laravel/boost#467- Update UPGRADE.md by
@pushpak1300in laravel/boost#470- Use skills directory instead of skill for OpenCode by
@thijsvdankerin laravel/boost#472New Contributors
@thijsvdankermade their first contribution in laravel/boost#472Full Changelog: https://github.com/laravel/boost/compare/v2.0.0...v2.0.1
v2.0.0
What's Changed
... (truncated)
▶Changelog
Sourced from laravel/boost's changelog.
v2.0.5 - 2026-02-01
What's Changed
- Update message for ide -> agent in InstallCommand by
@pushpak1300in laravel/boost#490- Remove stale files during skill directory updates by
@pushpak1300in laravel/boost#492- Fix database-schema tool to only return tables from configured database by
@pushpak1300in laravel/boost#498Full Changelog: https://github.com/laravel/boost/compare/v2.0.4...v2.0.5
v2.0.4 - 2026-01-28
What's Changed
- Update skills path in Copilot configuration by
@pushpak1300in laravel/boost#488Full Changelog: https://github.com/laravel/boost/compare/v2.0.3...v2.0.4
v2.0.3 - 2026-01-28
What's Changed
- Sort user guidelines by filename for predictable ordering by
@patrickomearain laravel/boost#474- fix typo in pest skill by
@lukasleitschin laravel/boost#486New Contributors
@patrickomearamade their first contribution in laravel/boost#474@lukasleitschmade their first contribution in laravel/boost#486Full Changelog: https://github.com/laravel/boost/compare/v2.0.2...v2.0.3
v2.0.2 - 2026-01-27
What's Changed
- Exclude Livewire skills and guidelines for indirect dependencies (#477) by
@zcuricin laravel/boost#478- Update Flux UI documentation for verbatim usage by
@pushpak1300in laravel/boost#476New Contributors
@zcuricmade their first contribution in laravel/boost#478Full Changelog: https://github.com/laravel/boost/compare/v2.0.1...v2.0.2
v2.0.1 - 2026-01-26
What's Changed
- Format pint.json by
@pushpak1300in laravel/boost#467
... (truncated)
▶Upgrade guide
Sourced from laravel/boost's upgrade guide.
Upgrade Guide
Upgrading To 2.x From 1.x
Note: If you are not using custom agents or overriding Boost in any way, you should experience minimal issues while upgrading. Simply run
php artisan boost:installafter upgrading to Boost 2.x and the migration will be handled automatically.Note: If you are using external packages that add custom agents, ensure you update to versions that have support for Boost 2.x.
Minimum PHP Version
PHP 8.2 is now the minimum required version.
Minimum Laravel Version
Laravel 11.x is now the minimum required version.
Custom Agent Changes
PR Link: laravel/boost#439
Likelihood Of Impact: Low
If you have added your own custom agents, you will need to make the following changes:
Terminology and Namespace Changes
CodeEnvironmenthas been replaced withAgentthroughout:
Before After CodeEnvironmentAgentCodeEnvironmentsDetectorAgentsDetectorsrc/Install/CodeEnvironment/src/Install/Agents/Laravel\Boost\Install\CodeEnvironmentLaravel\Boost\Install\AgentsregisterCodeEnvironment(string $key, string $className)registerAgent(string $key, string $className)getCodeEnvironments()getAgents()Contract Renames
Several contracts have been renamed for clarity:
Before After Laravel\Boost\Contracts\AgentLaravel\Boost\Contracts\SupportsGuidelinesLaravel\Boost\Contracts\McpClientLaravel\Boost\Contracts\SupportsMcpLaravel\Boost\Contracts\SupportSkillsLaravel\Boost\Contracts\SupportsSkillsCustom Agent Migration
If you have registered custom agents, update them to use the new namespace and contracts:
... (truncated)
▶Commits
00eede2Fix database-schema tool to only return tables from configured database (#498)8995e9cRemove stale files when updating skill directories (#492)76edbe0Update header message in InstallCommand for clarity (#490)2fb67adUpdate CHANGELOG6f7a9f7Update skills path in Copilot configuration (#488)20c246bUpdate CHANGELOGe9cd3e8fix typo (#486)f416821Sort user guidelines by filename for predictable ordering (#474)0bfce5cUpdate CHANGELOG4bbcc99Update Flux UI documentation to use verbatim (#476)- 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)