Skip to content

Bump laravel/boost from 1.8.12 to 2.3.4 - #526

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/laravel/boost-2.3.4
Closed

Bump laravel/boost from 1.8.12 to 2.3.4#526
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/laravel/boost-2.3.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor

Bumps laravel/boost from 1.8.12 to 2.3.4.

Release notes

Sourced from laravel/boost's releases.

v2.3.4

What's Changed

Full Changelog: laravel/boost@v2.3.3...v2.3.4

v2.3.3

Full Changelog: laravel/boost@v2.3.2...v2.3.3

v2.3.2

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.3.1...v2.3.2

v2.3.1

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.3.0...v2.3.1

v2.3.0

What's Changed

... (truncated)

Changelog

Sourced from laravel/boost's changelog.

v2.3.4 - 2026-03-17

What's Changed

Full Changelog: laravel/boost@v2.3.3...v2.3.4

v2.3.3 - 2026-03-17

Full Changelog: laravel/boost@v2.3.2...v2.3.3

v2.3.2 - 2026-03-16

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.3.1...v2.3.2

v2.3.1 - 2026-03-12

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.3.0...v2.3.1

... (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:install after 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

CodeEnvironment has been replaced with Agent throughout:

Before After
CodeEnvironment Agent
CodeEnvironmentsDetector AgentsDetector
src/Install/CodeEnvironment/ src/Install/Agents/
Laravel\Boost\Install\CodeEnvironment Laravel\Boost\Install\Agents
registerCodeEnvironment(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\Agent Laravel\Boost\Contracts\SupportsGuidelines
Laravel\Boost\Contracts\McpClient Laravel\Boost\Contracts\SupportsMcp
Laravel\Boost\Contracts\SupportSkills Laravel\Boost\Contracts\SupportsSkills

Custom Agent Migration

If you have registered custom agents, update them to use the new namespace and contracts:

... (truncated)

Commits
  • 9e3dd5f Remove Roster object caching to fix Laravel 13 serialization issue (#692)
  • 9bbdd2c Update CHANGELOG
  • ab0aa26 update
  • 42e114f Update CHANGELOG
  • 5759fc7 Rewrite Livewire core guidelines and skill descriptions in imperative style (...
  • 6c53d71 Update pest-testing skill descriptions and clean up core guidelines (#670)
  • 4dad331 fix: resolve relative symlinks when skills path is outside project root (#673)
  • 6dfa40c Guard against file_get_contents() returning false in three places (#671)
  • 4996d04 Remove redundant 'When to Apply' sections from skill bodies (#669)
  • 52fbaee Add --discover flag to boost:update (#651)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 23, 2026
@crimsonstrife

crimsonstrife commented Mar 23, 2026

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@deepsource-io

deepsource-io Bot commented Mar 23, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 7a71a6d...5712804 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
PHP Mar 23, 2026 5:27p.m. Review ↗
JavaScript Mar 23, 2026 5:27p.m. Review ↗
Python Mar 23, 2026 5:27p.m. Review ↗

Bumps [laravel/boost](https://github.com/laravel/boost) from 1.8.12 to 2.3.4.
- [Release notes](https://github.com/laravel/boost/releases)
- [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/boost/blob/main/UPGRADE.md)
- [Commits](laravel/boost@v1.8.12...v2.3.4)

---
updated-dependencies:
- dependency-name: laravel/boost
  dependency-version: 2.3.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/composer/laravel/boost-2.3.4 branch from 08656be to 5712804 Compare March 23, 2026 17:27
@dependabot @github

dependabot Bot commented on behalf of github Mar 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #533.

@dependabot dependabot Bot closed this Mar 30, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/laravel/boost-2.3.4 branch March 30, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant