Skip to content

Bump barryvdh/laravel-debugbar from 3.16.5 to 4.1.3#195

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/barryvdh/laravel-debugbar-4.1.3
Open

Bump barryvdh/laravel-debugbar from 3.16.5 to 4.1.3#195
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/barryvdh/laravel-debugbar-4.1.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps barryvdh/laravel-debugbar from 3.16.5 to 4.1.3.

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

v4.1.3

What's Changed

Full Changelog: fruitcake/laravel-debugbar@v4.1.2...v4.1.3

v4.1.2

What's Changed

Full Changelog: fruitcake/laravel-debugbar@v4.1.1...v4.1.2

v4.1.1

What's Changed

New Contributors

Full Changelog: fruitcake/laravel-debugbar@v4.1.0...v4.1.1

v4.1.0

Biggest changes

  • Use JsonVardumper for smaller + more detailed depths
  • Add option to re-query and show results for SELECT queries
  • Popup query/explain results
  • Stricter checks for production env / non-debug mode, early exit

What's Changed

... (truncated)

Changelog

Sourced from barryvdh/laravel-debugbar's changelog.

v4.1.3 - 2026-03-09

What's Changed

Full Changelog: fruitcake/laravel-debugbar@v4.1.2...v4.1.3

v4.1.2 - 2026-03-09

What's Changed

Full Changelog: fruitcake/laravel-debugbar@v4.1.1...v4.1.2

v4.1.1 - 2026-03-08

What's Changed

New Contributors

Full Changelog: fruitcake/laravel-debugbar@v4.1.0...v4.1.1

v4.1.0 - 2026-03-07

Biggest changes

  • Use JsonVardumper for smaller + more detailed depths
  • Add option to re-query and show results for SELECT queries
  • Popup query/explain results
  • Stricter checks for production env / non-debug mode, early exit

What's Changed

... (truncated)

Upgrade guide

Sourced from barryvdh/laravel-debugbar's upgrade guide.

Upgrade Guide

3.x to 4.x

php-debugbar 3.x

The php-debugbar dependency has been updated to 3.x. This removes jQuery and font-awesome. This should not impact your application, unless you are using custom collectors.

Updated namespace

The new namespace is Fruitcake\LaravelDebugbar instead of Barryvdh\Debugbar. You usually do not need to change this, unless you are manually registering the service provider / facade. The packge install is now fruitcake/laravel-debugbar.

Removed

  • SocketStorage (no longer maintained)
  • Lumen support (no longer maintained)
  • FileCollector (no longer useful)
  • start_measure(), add_measure(), stop_measure(), measure() helper methods (use debugbar()->startMeasure() etc. instead)

Other changes

  • The Query Collector now extends the php-debugbar widget. The bindings parameter has been removed in favor of 'params'.
  • Instead of 'hiddens', we now have an option 'masked' which uses the keys, not array paths.
  • Ineratia has its own collector / config. Update your config accordingly.

For packages extending Laravel Debugbar

  • modifyResponse has changed to handleResponse, and is now done with a listener instead of middleware
  • the HttpDriver is now session-less, and uses cookies.
  • Octane keeps the LaravelDebugbar state, so has to reset collectors. You can remove Laravel Debugbar from the flush config.
Commits

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)

Bumps [barryvdh/laravel-debugbar](https://github.com/fruitcake/laravel-debugbar) from 3.16.5 to 4.1.3.
- [Release notes](https://github.com/fruitcake/laravel-debugbar/releases)
- [Changelog](https://github.com/fruitcake/laravel-debugbar/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/fruitcake/laravel-debugbar/blob/master/UPGRADE.md)
- [Commits](fruitcake/laravel-debugbar@v3.16.5...v4.1.3)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 13, 2026
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.

0 participants