[renovate-composer]: upgrade laravel/boost - 2.1.1 → 2.1.7 #21

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

This PR contains the following updates:

Package Change Age Confidence
laravel/boost 2.1.12.1.7 age confidence

Release Notes

laravel/boost (laravel/boost)

v2.1.7

Compare Source

What's Changed

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

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.1.7` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fboost/2.1.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fboost/2.1.1/2.1.7?slim=true) | --- ### Release Notes <details> <summary>laravel/boost (laravel/boost)</summary> ### [`v2.1.7`](https://github.com/laravel/boost/blob/HEAD/CHANGELOG.md#v217---2026-02-18) [Compare Source](https://github.com/laravel/boost/compare/v2.1.6...v2.1.7) ##### 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.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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjMiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate_bot added 1 commit 2026-02-18 13:10:27 +00:00
chore(deps): update dependency laravel/boost to v2.1.7
Some checks failed
Tests / validate-composer (pull_request) Successful in 9s
Tests / build-npm (pull_request) Successful in 24s
Tests / tests (pull_request) Failing after 7s
Tests / phpcs (pull_request) Successful in 40s
Tests / phpstan (pull_request) Successful in 1m10s
a1c6616af9
Some checks failed
Tests / validate-composer (pull_request) Successful in 9s
Tests / build-npm (pull_request) Successful in 24s
Tests / tests (pull_request) Failing after 7s
Tests / phpcs (pull_request) Successful in 40s
Tests / phpstan (pull_request) Successful in 1m10s
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.1.7:renovate/laravel/boost-2.1.7
git checkout renovate/laravel/boost-2.1.7
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#21