[renovate-composer]: upgrade laravel/boost - 2.1.1 → 2.4.3 #70

Open
renovate_bot wants to merge 1 commits from renovate/laravel/boost-2.4.3 into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
laravel/boost 2.1.12.4.3 age confidence

Release Notes

laravel/boost (laravel/boost)

v2.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/laravel/boost/compare/v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/laravel/boost/compare/v2.4.2...v2.4.3

v2.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.4.1...v2.4.2

v2.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/laravel/boost/compare/v2.4.0...v2.4.1

v2.3.4

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.3.4...v2.4.0

v2.3.3

Compare Source

What's Changed

Full Changelog: https://github.com/laravel/boost/compare/v2.3.3...v2.3.4

v2.3.2

Compare Source

Full Changelog: https://github.com/laravel/boost/compare/v2.3.2...v2.3.3

v2.3.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.3.1...v2.3.2

v2.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.3.0...v2.3.1

v2.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.2.3...v2.3.0

v2.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.2.2...v2.2.3

v2.2.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.2.1...v2.2.2

v2.2.0

Compare Source

What's Changed
Minor Breaking Chnage

If you have custom overrides in:

.ai/guidelines/inertia-laravel/1/core.blade.php
.ai/guidelines/inertia-laravel/2/core.blade.php

move them to:

.ai/guidelines/inertia-laravel/core.blade.php

New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.2.0...v2.2.1

v2.1.8

Compare Source

What’s Changed
Minor Breaking Changes

This release introduces a small structural update to how Inertia guidelines are organized.

Previously

.ai/inertia-laravel/core.blade.php

Now merged into individual version guideline

.ai/inertia-laravel/2/core.blade.php
.ai/inertia-laravel/1/core.blade.php

Guidelines are now resolved using the following priority order:

Priority Source Maintained By
1st .ai/guidelines/ in the user project Project developer
2nd vendor/{pkg}/resources/boost/guidelines/ Composer package maintainer
2nd node_modules/{pkg}/resources/boost/guidelines/ npm package maintainer
3rd Built-in Boost .ai/ directory Boost team

Make sure you update to the latest version of all related packages to stay compatible.

Full Changelog: https://github.com/laravel/boost/compare/v2.1.8...v2.2.0

v2.1.7

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.1.7...v2.1.8

v2.1.6

Compare Source

What's Changed

Full Changelog: https://github.com/laravel/boost/compare/v2.1.6...v2.1.7

v2.1.5

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.1.5...v2.1.6

v2.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.1.4...v2.1.5

v2.1.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.1.3...v2.1.4

v2.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.1.2...v2.1.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [laravel/boost](https://github.com/laravel/boost) | `2.1.1` → `2.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fboost/2.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fboost/2.1.1/2.4.3?slim=true) | --- ### Release Notes <details> <summary>laravel/boost (laravel/boost)</summary> ### [`v2.4.3`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v243---2026-04-10) [Compare Source](https://github.com/laravel/boost/compare/v2.4.2...v2.4.3) ##### What's Changed - Add missing upsert breaking change and emphasize cache prefix config in v13 upgrade guide by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;761](https://github.com/laravel/boost/pull/761) - Replace Request with UpdatePostRequest by [@&#8203;MrPunyapal](https://github.com/MrPunyapal) in [#&#8203;741](https://github.com/laravel/boost/pull/741) - Improve accuracy of Laravel best practices guidelines by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;764](https://github.com/laravel/boost/pull/764) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.4.2...v2.4.3> ### [`v2.4.2`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v243---2026-04-10) [Compare Source](https://github.com/laravel/boost/compare/v2.4.1...v2.4.2) ##### What's Changed - Add missing upsert breaking change and emphasize cache prefix config in v13 upgrade guide by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;761](https://github.com/laravel/boost/pull/761) - Replace Request with UpdatePostRequest by [@&#8203;MrPunyapal](https://github.com/MrPunyapal) in [#&#8203;741](https://github.com/laravel/boost/pull/741) - Improve accuracy of Laravel best practices guidelines by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;764](https://github.com/laravel/boost/pull/764) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.4.2...v2.4.3> ### [`v2.4.1`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v242---2026-04-07) [Compare Source](https://github.com/laravel/boost/compare/v2.4.0...v2.4.1) ##### What's Changed - Add scope-based first-party detection to Composer by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;712](https://github.com/laravel/boost/pull/712) - Fix leftover quotes in MCP development skill description by [@&#8203;thiagogabrielgaia](https://github.com/thiagogabrielgaia) in [#&#8203;720](https://github.com/laravel/boost/pull/720) - Improve wayfinder skill description and simplify core guideline by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;708](https://github.com/laravel/boost/pull/708) - Fix null bytes in style.md skill rule by [@&#8203;reed1](https://github.com/reed1) in [#&#8203;727](https://github.com/laravel/boost/pull/727) - Add mcp\_config\_path configuration for monorepo support by [@&#8203;johnbacon](https://github.com/johnbacon) in [#&#8203;729](https://github.com/laravel/boost/pull/729) - Use configured PHP executable path in ToolExecutor subprocess by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;730](https://github.com/laravel/boost/pull/730) - Fix inverted enum naming convention condition in PHP guideline by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;732](https://github.com/laravel/boost/pull/732) - Prevents re-injecting in Livewire navigate responses by [@&#8203;alihamze](https://github.com/alihamze) in [#&#8203;734](https://github.com/laravel/boost/pull/734) - Conditionally render MCP guideline sections by [@&#8203;Xiol](https://github.com/Xiol) in [#&#8203;722](https://github.com/laravel/boost/pull/722) - Fix: Normalize line endings in MarkdownFormatter by [@&#8203;GoneTone](https://github.com/GoneTone) in [#&#8203;739](https://github.com/laravel/boost/pull/739) - Fix retryUntil return type from DateTime to DateTimeInterface by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;753](https://github.com/laravel/boost/pull/753) - Guide pest skill to match project's test()/it() convention by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;752](https://github.com/laravel/boost/pull/752) - fix the incorrect return type for retryUntil() method in queue job guidelines by [@&#8203;iz-ahmad](https://github.com/iz-ahmad) in [#&#8203;748](https://github.com/laravel/boost/pull/748) - Use relative MCP paths for Claude Code agent by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;757](https://github.com/laravel/boost/pull/757) - Add deployment section to Laravel core guideline by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;758](https://github.com/laravel/boost/pull/758) ##### New Contributors - [@&#8203;thiagogabrielgaia](https://github.com/thiagogabrielgaia) made their first contribution in [#&#8203;720](https://github.com/laravel/boost/pull/720) - [@&#8203;reed1](https://github.com/reed1) made their first contribution in [#&#8203;727](https://github.com/laravel/boost/pull/727) - [@&#8203;johnbacon](https://github.com/johnbacon) made their first contribution in [#&#8203;729](https://github.com/laravel/boost/pull/729) - [@&#8203;alihamze](https://github.com/alihamze) made their first contribution in [#&#8203;734](https://github.com/laravel/boost/pull/734) - [@&#8203;Xiol](https://github.com/Xiol) made their first contribution in [#&#8203;722](https://github.com/laravel/boost/pull/722) - [@&#8203;iz-ahmad](https://github.com/iz-ahmad) made their first contribution in [#&#8203;748](https://github.com/laravel/boost/pull/748) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.4.1...v2.4.2> ### [`v2.4.0`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v241---2026-03-25) [Compare Source](https://github.com/laravel/boost/compare/v2.3.4...v2.4.0) ##### What's Changed - Update Inertia v3 upgrade prompt to stable and add missing sections by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;717](https://github.com/laravel/boost/pull/717) - Strip HTML comments before parsing skill frontmatter by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;711](https://github.com/laravel/boost/pull/711) - Escape Blade component tags in guideline rendering by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;718](https://github.com/laravel/boost/pull/718) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.4.0...v2.4.1> ### [`v2.3.4`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v240---2026-03-23) [Compare Source](https://github.com/laravel/boost/compare/v2.3.3...v2.3.4) ##### What's Changed - Fix typo in Livewire skill description by [@&#8203;bram-pkg](https://github.com/bram-pkg) in [#&#8203;695](https://github.com/laravel/boost/pull/695) - Remove Herd MCP integration in favor of Herd CLI by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;666](https://github.com/laravel/boost/pull/666) - Add security audit to add-skill command by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;616](https://github.com/laravel/boost/pull/616) - Add oauth field to OpenCode Nightwatch MCP config by [@&#8203;DGarbs51](https://github.com/DGarbs51) in [#&#8203;703](https://github.com/laravel/boost/pull/703) - Add laravel-best-practices skill by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;628](https://github.com/laravel/boost/pull/628) - Feat: ignore skills update command by [@&#8203;MrPunyapal](https://github.com/MrPunyapal) in [#&#8203;702](https://github.com/laravel/boost/pull/702) - Improve folio-routing skill description and remove core guideline by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;674](https://github.com/laravel/boost/pull/674) - Optimize core guideline for token efficiency by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;668](https://github.com/laravel/boost/pull/668) ##### New Contributors - [@&#8203;bram-pkg](https://github.com/bram-pkg) made their first contribution in [#&#8203;695](https://github.com/laravel/boost/pull/695) - [@&#8203;DGarbs51](https://github.com/DGarbs51) made their first contribution in [#&#8203;703](https://github.com/laravel/boost/pull/703) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.3.4...v2.4.0> ### [`v2.3.3`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v234---2026-03-17) [Compare Source](https://github.com/laravel/boost/compare/v2.3.2...v2.3.3) ##### What's Changed - Remove Roster object caching to fix Laravel 13 serialization issue by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;692](https://github.com/laravel/boost/pull/692) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.3.3...v2.3.4> ### [`v2.3.2`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v233---2026-03-17) [Compare Source](https://github.com/laravel/boost/compare/v2.3.1...v2.3.2) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.3.2...v2.3.3> ### [`v2.3.1`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v232---2026-03-16) [Compare Source](https://github.com/laravel/boost/compare/v2.3.0...v2.3.1) ##### What's Changed - Use major.minor PHP version in guidelines instead of full version by [@&#8203;oddvalue](https://github.com/oddvalue) in [#&#8203;657](https://github.com/laravel/boost/pull/657) - Remove redundant Tailwind CSS guidelines by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;661](https://github.com/laravel/boost/pull/661) - Add Upgrade Laravel v13 MCP prompt by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;658](https://github.com/laravel/boost/pull/658) - Use `app_path()` helper to support customized app locations by [@&#8203;iWader](https://github.com/iWader) in [#&#8203;665](https://github.com/laravel/boost/pull/665) - Configure sail binary path by [@&#8203;iWader](https://github.com/iWader) in [#&#8203;664](https://github.com/laravel/boost/pull/664) - fix: register installed skills in boost.json during add-skill by [@&#8203;meirdick](https://github.com/meirdick) in [#&#8203;621](https://github.com/laravel/boost/pull/621) - Add `--discover` flag to `boost:update` by [@&#8203;MrPunyapal](https://github.com/MrPunyapal) in [#&#8203;651](https://github.com/laravel/boost/pull/651) - Remove redundant "When to Apply" sections from skill bodies by [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) in [#&#8203;669](https://github.com/laravel/boost/pull/669) - Guard against file\_get\_contents() returning false by [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) in [#&#8203;671](https://github.com/laravel/boost/pull/671) - fix: resolve relative symlinks when skills path is outside project root by [@&#8203;tjmartin69](https://github.com/tjmartin69) in [#&#8203;673](https://github.com/laravel/boost/pull/673) - Update pest-testing skill descriptions and clean up core guidelines by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;670](https://github.com/laravel/boost/pull/670) - Rewrite Livewire core guidelines and skill descriptions in imperative style by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;672](https://github.com/laravel/boost/pull/672) ##### New Contributors - [@&#8203;oddvalue](https://github.com/oddvalue) made their first contribution in [#&#8203;657](https://github.com/laravel/boost/pull/657) - [@&#8203;iWader](https://github.com/iWader) made their first contribution in [#&#8203;665](https://github.com/laravel/boost/pull/665) - [@&#8203;meirdick](https://github.com/meirdick) made their first contribution in [#&#8203;621](https://github.com/laravel/boost/pull/621) - [@&#8203;tjmartin69](https://github.com/tjmartin69) made their first contribution in [#&#8203;673](https://github.com/laravel/boost/pull/673) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.3.1...v2.3.2> ### [`v2.3.0`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v231---2026-03-12) [Compare Source](https://github.com/laravel/boost/compare/v2.2.3...v2.3.0) ##### What's Changed - Decode HTML entities in Blade guideline output by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;654](https://github.com/laravel/boost/pull/654) - Add configurable Codex MCP cwd by [@&#8203;cyppe](https://github.com/cyppe) in [#&#8203;642](https://github.com/laravel/boost/pull/642) ##### New Contributors - [@&#8203;cyppe](https://github.com/cyppe) made their first contribution in [#&#8203;642](https://github.com/laravel/boost/pull/642) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.3.0...v2.3.1> ### [`v2.2.3`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v230---2026-03-11) [Compare Source](https://github.com/laravel/boost/compare/v2.2.2...v2.2.3) ##### What's Changed - Fix table snippet in SKILL.blade.php by [@&#8203;AndrasMa](https://github.com/AndrasMa) in [#&#8203;640](https://github.com/laravel/boost/pull/640) - Remove Artisan wrapper MCP tools and update guidelines to use CLI directly by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;629](https://github.com/laravel/boost/pull/629) - Remove redundant MCP guidelines by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;644](https://github.com/laravel/boost/pull/644) - Remove redundant Pennant guidelines by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;645](https://github.com/laravel/boost/pull/645) - Makes imports consistent by [@&#8203;nunomaduro](https://github.com/nunomaduro) in [#&#8203;646](https://github.com/laravel/boost/pull/646) - Support JSON-formatted log entries in log reading tools by [@&#8203;HeathNaylor](https://github.com/HeathNaylor) in [#&#8203;650](https://github.com/laravel/boost/pull/650) - Remove redundant Flux UI guidelines by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;647](https://github.com/laravel/boost/pull/647) - Add UpgradeInertiaV3 prompt for Inertia v2 to v3 upgrades by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;636](https://github.com/laravel/boost/pull/636) - Prevent non-JSON stdout output from corrupting MCP tool responses by [@&#8203;OmarFaruk-0x01](https://github.com/OmarFaruk-0x01) in [#&#8203;641](https://github.com/laravel/boost/pull/641) ##### New Contributors - [@&#8203;AndrasMa](https://github.com/AndrasMa) made their first contribution in [#&#8203;640](https://github.com/laravel/boost/pull/640) - [@&#8203;HeathNaylor](https://github.com/HeathNaylor) made their first contribution in [#&#8203;650](https://github.com/laravel/boost/pull/650) - [@&#8203;OmarFaruk-0x01](https://github.com/OmarFaruk-0x01) made their first contribution in [#&#8203;641](https://github.com/laravel/boost/pull/641) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.2.3...v2.3.0> ### [`v2.2.2`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v223---2026-03-06) [Compare Source](https://github.com/laravel/boost/compare/v2.2.1...v2.2.2) ##### What's Changed - Add two spaces by [@&#8203;xiCO2k](https://github.com/xiCO2k) in [#&#8203;632](https://github.com/laravel/boost/pull/632) - Fix duplicate guidelines when using symlinked paths by [@&#8203;damianlewis](https://github.com/damianlewis) in [#&#8203;634](https://github.com/laravel/boost/pull/634) - Laravel 13.x Compatibility by [@&#8203;laravel-shift](https://github.com/laravel-shift) in [#&#8203;633](https://github.com/laravel/boost/pull/633) - Add First Party Packages by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;635](https://github.com/laravel/boost/pull/635) - Use configured executable paths when rendering skill templates by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;638](https://github.com/laravel/boost/pull/638) ##### New Contributors - [@&#8203;damianlewis](https://github.com/damianlewis) made their first contribution in [#&#8203;634](https://github.com/laravel/boost/pull/634) - [@&#8203;laravel-shift](https://github.com/laravel-shift) made their first contribution in [#&#8203;633](https://github.com/laravel/boost/pull/633) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.2.2...v2.2.3> ### [`v2.2.1`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v222---2026-03-03) [Compare Source](https://github.com/laravel/boost/compare/v2.2.0...v2.2.1) ##### What's Changed - Fix SearchDocs crashing when MCP client passes array params as JSON strings by [@&#8203;digitall-it](https://github.com/digitall-it) in [#&#8203;604](https://github.com/laravel/boost/pull/604) - Fix skill discovery for repos with non-main default branches by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;610](https://github.com/laravel/boost/pull/610) - Fix crash in GuidelineAssist when app/ directory does not exist by [@&#8203;mforcer](https://github.com/mforcer) in [#&#8203;617](https://github.com/laravel/boost/pull/617) - Fix Sail is incorrectly detected as active inside devcontainers by [@&#8203;Taimst](https://github.com/Taimst) in [#&#8203;614](https://github.com/laravel/boost/pull/614) - Compile custom Blade skills to markdown instead of symlinking raw templates by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;611](https://github.com/laravel/boost/pull/611) - Widen laravel/mcp version constraint to support v0.6.0 by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;623](https://github.com/laravel/boost/pull/623) - Update Junie agent to use configurable mcp path by [@&#8203;cswgr](https://github.com/cswgr) in [#&#8203;626](https://github.com/laravel/boost/pull/626) - Support SKILL.blade.php in GitHubSkillProvider discovery by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;627](https://github.com/laravel/boost/pull/627) ##### New Contributors - [@&#8203;mforcer](https://github.com/mforcer) made their first contribution in [#&#8203;617](https://github.com/laravel/boost/pull/617) - [@&#8203;Taimst](https://github.com/Taimst) made their first contribution in [#&#8203;614](https://github.com/laravel/boost/pull/614) - [@&#8203;cswgr](https://github.com/cswgr) made their first contribution in [#&#8203;626](https://github.com/laravel/boost/pull/626) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.2.1...v2.2.2> ### [`v2.2.0`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v221---2026-02-25) [Compare Source](https://github.com/laravel/boost/compare/v2.1.8...v2.2.0) ##### What's Changed - Fix third-party skills excluded when aiGuidelines is uninitialized by [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) in [#&#8203;596](https://github.com/laravel/boost/pull/596) - Add summary mode to DatabaseSchema tool by [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) in [#&#8203;595](https://github.com/laravel/boost/pull/595) - Add support for Ampcode by [@&#8203;dringrayson](https://github.com/dringrayson) in [#&#8203;598](https://github.com/laravel/boost/pull/598) - Simplify Tinker tool to wrap artisan tinker --execute by [@&#8203;soleinjast](https://github.com/soleinjast) in [#&#8203;557](https://github.com/laravel/boost/pull/557) - Consolidate Inertia versioned guidelines into single core file by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;603](https://github.com/laravel/boost/pull/603) ##### Minor Breaking Chnage If you have custom overrides in: ```text .ai/guidelines/inertia-laravel/1/core.blade.php .ai/guidelines/inertia-laravel/2/core.blade.php ``` move them to: ```text .ai/guidelines/inertia-laravel/core.blade.php ``` ##### New Contributors - [@&#8203;dringrayson](https://github.com/dringrayson) made their first contribution in [#&#8203;598](https://github.com/laravel/boost/pull/598) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.2.0...v2.2.1> ### [`v2.1.8`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v220---2026-02-20) [Compare Source](https://github.com/laravel/boost/compare/v2.1.7...v2.1.8) ##### What’s Changed - Added support for loading guidelines and skills directly from vendor packages by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;566](https://github.com/laravel/boost/pull/566) ##### Minor Breaking Changes This release introduces a small structural update to how Inertia guidelines are organized. **Previously** ``` .ai/inertia-laravel/core.blade.php ``` **Now merged into individual version guideline** ``` .ai/inertia-laravel/2/core.blade.php .ai/inertia-laravel/1/core.blade.php ``` Guidelines are now resolved using the following priority order: | Priority | Source | Maintained By | | -------- | ------------------------------------------------ | --------------------------- | | 1st | `.ai/guidelines/` in the user project | Project developer | | 2nd | `vendor/{pkg}/resources/boost/guidelines/` | Composer package maintainer | | 2nd | `node_modules/{pkg}/resources/boost/guidelines/` | npm package maintainer | | 3rd | Built-in Boost `.ai/` directory | Boost team | Make sure you update to the latest version of all related packages to stay compatible. **Full Changelog**: <https://github.com/laravel/boost/compare/v2.1.8...v2.2.0> ### [`v2.1.7`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v218---2026-02-20) [Compare Source](https://github.com/laravel/boost/compare/v2.1.6...v2.1.7) ##### What's Changed - Fix read-only bypass in DatabaseQuery via CTE-wrapped writes by [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) in [#&#8203;588](https://github.com/laravel/boost/pull/588) - Fix sendBeacon browser logs silently dropped on page unload by [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) in [#&#8203;590](https://github.com/laravel/boost/pull/590) - Fix post-install Next steps URL by [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) in [#&#8203;587](https://github.com/laravel/boost/pull/587) - Fix issue with Codex not automatically triggering the login flow by [@&#8203;jessarcher](https://github.com/jessarcher) in [#&#8203;592](https://github.com/laravel/boost/pull/592) - Scope Pint guideline to PHP file changes only by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;593](https://github.com/laravel/boost/pull/593) - Allow overriding the browser log channel by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;594](https://github.com/laravel/boost/pull/594) ##### New Contributors - [@&#8203;sulimanbenhalim](https://github.com/sulimanbenhalim) made their first contribution in [#&#8203;588](https://github.com/laravel/boost/pull/588) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.1.7...v2.1.8> ### [`v2.1.6`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v217---2026-02-18) [Compare Source](https://github.com/laravel/boost/compare/v2.1.5...v2.1.6) ##### What's Changed - Add option to exclude specific guidelines and skills via config by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;580](https://github.com/laravel/boost/pull/580) - fix: blade skills with code before frontmatter are parsed correctly by [@&#8203;calebdw](https://github.com/calebdw) in [#&#8203;582](https://github.com/laravel/boost/pull/582) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.1.6...v2.1.7> ### [`v2.1.5`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v216---2026-02-16) [Compare Source](https://github.com/laravel/boost/compare/v2.1.4...v2.1.5) ##### What's Changed - Fix default value for browser\_logs config in core guideline by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;574](https://github.com/laravel/boost/pull/574) - Add support for Nightwatch MCP by [@&#8203;jessarcher](https://github.com/jessarcher) in [#&#8203;575](https://github.com/laravel/boost/pull/575) ##### New Contributors - [@&#8203;jessarcher](https://github.com/jessarcher) made their first contribution in [#&#8203;575](https://github.com/laravel/boost/pull/575) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.1.5...v2.1.6> ### [`v2.1.4`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v215---2026-02-16) [Compare Source](https://github.com/laravel/boost/compare/v2.1.3...v2.1.4) ##### What's Changed - Truncate large log entries in LastError tool response by [@&#8203;leek](https://github.com/leek) in [#&#8203;568](https://github.com/laravel/boost/pull/568) - Prevent duplicate Boost guidelines in CLAUDE.md by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;577](https://github.com/laravel/boost/pull/577) ##### New Contributors - [@&#8203;leek](https://github.com/leek) made their first contribution in [#&#8203;568](https://github.com/laravel/boost/pull/568) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.1.4...v2.1.5> ### [`v2.1.3`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v214---2026-02-13) [Compare Source](https://github.com/laravel/boost/compare/v2.1.2...v2.1.3) ##### What's Changed - Fix missing output key in Tinker tool error response by [@&#8203;Orlando-Villanueva](https://github.com/Orlando-Villanueva) in [#&#8203;561](https://github.com/laravel/boost/pull/561) - Add file paths and format guidance to Livewire 4 skill by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;543](https://github.com/laravel/boost/pull/543) - Add model binding and page content examples to Folio routing skill by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;544](https://github.com/laravel/boost/pull/544) - Update MCP development skill with accurate API patterns and testing by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;545](https://github.com/laravel/boost/pull/545) - Update usePoll usage in skill by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;570](https://github.com/laravel/boost/pull/570) ##### New Contributors - [@&#8203;Orlando-Villanueva](https://github.com/Orlando-Villanueva) made their first contribution in [#&#8203;561](https://github.com/laravel/boost/pull/561) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.1.3...v2.1.4> ### [`v2.1.2`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v213---2026-02-11) [Compare Source](https://github.com/laravel/boost/compare/v2.1.1...v2.1.2) ##### What's Changed - Remove experimental third-party MCP primitives by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;552](https://github.com/laravel/boost/pull/552) - Add symlink install mode for skills by [@&#8203;hosmelq](https://github.com/hosmelq) in [#&#8203;499](https://github.com/laravel/boost/pull/499) - Add additional newline before end-guideline fence by [@&#8203;ChipNeedham](https://github.com/ChipNeedham) in [#&#8203;565](https://github.com/laravel/boost/pull/565) - Update Roster by [@&#8203;pushpak1300](https://github.com/pushpak1300) in [#&#8203;562](https://github.com/laravel/boost/pull/562) ##### New Contributors - [@&#8203;hosmelq](https://github.com/hosmelq) made their first contribution in [#&#8203;499](https://github.com/laravel/boost/pull/499) - [@&#8203;ChipNeedham](https://github.com/ChipNeedham) made their first contribution in [#&#8203;565](https://github.com/laravel/boost/pull/565) **Full Changelog**: <https://github.com/laravel/boost/compare/v2.1.2...v2.1.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4xIiwidXBkYXRlZEluVmVyIjoiNDMuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate_bot added 1 commit 2026-04-10 16:10:32 +00:00
chore(deps): update dependency laravel/boost to v2.4.3
All checks were successful
Tests / build-npm (pull_request) Successful in 1m25s
Tests / validate-composer (pull_request) Successful in 1m27s
Tests / phpstan (pull_request) Successful in 43s
Tests / phpcs (pull_request) Successful in 1m27s
Tests / tests (pull_request) Successful in 1m56s
e1258f27ad
All checks were successful
Tests / build-npm (pull_request) Successful in 1m25s
Tests / validate-composer (pull_request) Successful in 1m27s
Tests / phpstan (pull_request) Successful in 43s
Tests / phpcs (pull_request) Successful in 1m27s
Tests / tests (pull_request) Successful in 1m56s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/laravel/boost-2.4.3:renovate/laravel/boost-2.4.3
git checkout renovate/laravel/boost-2.4.3
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pohovor-public/ecomail-pohovor#70