Skip to content

Bump kint-php/kint from 2.2 to 6.1.0#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/kint-php/kint-6.1.0
Open

Bump kint-php/kint from 2.2 to 6.1.0#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/kint-php/kint-6.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown

Bumps kint-php/kint from 2.2 to 6.1.0.

Release notes

Sourced from kint-php/kint's releases.

6.1.0

PHP 8.5 support

6.0.1

  • Expand minitrace when dump is expanded
  • New SVG icons for buttons
  • Performance improvements (Including a massive performance bug in chrome)
  • Misc Bugfixes

6.0

Spanning 205 commits and rewrites of numerous systems, kint 6 is the biggest major release since the first full rewrite started in 2015.

Features

  • "Open in new window" has been replaced with "Move to folder"
  • Lots more modules enabled by default
  • Lots more features support text mode
  • PHP 8.4 support
    • Property hooks
    • Aviz
    • Dom\XMLDocument/Dom\HTMLDocument
  • Full JS rewrite
  • Large internal rewrites lead to up to 33% faster runtime and 30% less memory usage despite all these new features (Depending on workload)

Migration

If you're just using Kint out of the box it should work the same as Kint 5. Depending on how much customizing you did you may have more work on your plate.

Settings

The following settings were renamed or moved:

  • RichRenderer::$js_nonce => AbstractRenderer::$js_nonce
  • RichRenderer::$css_nonce => AbstractRenderer::$css_nonce
  • Kint::$file_link_format => AbstractRenderer::$file_link_format
  • Kint::$app_root_dirs => Utils::$path_aliases
  • BlobValue::$char_encodings => Utils::$char_encodings
  • BlobValue::$legacy_encodings => Utils::$legacy_encodings

Plugins

The plugin system has been completely reworked, in both parser and renderers. If you rely on custom plugins they will need to be ported to Kint 6.


Thanks to @​DRSDavidSoft for the CSS work

5.1.1

Fix #412 suppressed warnings being raised to TypeError with strict_types

... (truncated)

Commits
  • dd0f723 ColorRepresentation: Support new color syntaxes
  • 3d08771 CallFinder: Discard all parameters when parameter names are involved
  • be90242 CallFinder: Handle clone with
  • 9cfc22c Kint: Add more specific typing for getCallInfo
  • 04656c5 ClassDeclaredContext: add proto_class to handle prot access changes
  • 93ace63 CallFinder: Support pipes
  • bd5136c Merge style updates
  • 50982d5 Update sass version and port to mixin to fix deprecations
  • 2eef647 Update dependencies
  • 13add97 php-cs-fixer cleanups
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 14, 2026
Bumps [kint-php/kint](https://github.com/kint-php/kint) from 2.2 to 6.1.0.
- [Release notes](https://github.com/kint-php/kint/releases)
- [Commits](kint-php/kint@2.2...6.1.0)

---
updated-dependencies:
- dependency-name: kint-php/kint
  dependency-version: 6.1.0
  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/kint-php/kint-6.1.0 branch from a1e06ed to a1c9cc1 Compare June 14, 2026 11:51
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

Development

Successfully merging this pull request may close these issues.

0 participants