Baneeishaque / Matrimony-Web-App-Code-Igniter

MIT License
0 stars 0 forks source link

Update dependency kint-php/kint to v4.2.3 #19

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kint-php/kint (source) 4.0-alpha1 -> 4.2.3 age adoption passing confidence

Release Notes

kint-php/kint (kint-php/kint) ### [`v4.2.3`](https://togithub.com/kint-php/kint/compare/4.2.2...4.2.3) [Compare Source](https://togithub.com/kint-php/kint/compare/4.2.2...4.2.3) ### [`v4.2.2`](https://togithub.com/kint-php/kint/compare/4.2.1...4.2.2) [Compare Source](https://togithub.com/kint-php/kint/compare/4.2.1...4.2.2) ### [`v4.2.1`](https://togithub.com/kint-php/kint/compare/4.2.0...4.2.1) [Compare Source](https://togithub.com/kint-php/kint/compare/4.2.0...4.2.1) ### [`v4.2.0`](https://togithub.com/kint-php/kint/releases/tag/4.2.0) [Compare Source](https://togithub.com/kint-php/kint/compare/4.1.4...4.2.0) Since 4.1 - Various bugfixes - CSP support - Enum support ### [`v4.1.4`](https://togithub.com/kint-php/kint/compare/4.1.3...4.1.4) [Compare Source](https://togithub.com/kint-php/kint/compare/4.1.3...4.1.4) ### [`v4.1.3`](https://togithub.com/kint-php/kint/compare/4.1.2...4.1.3) [Compare Source](https://togithub.com/kint-php/kint/compare/4.1.2...4.1.3) ### [`v4.1.2`](https://togithub.com/kint-php/kint/compare/4.1.1...4.1.2) [Compare Source](https://togithub.com/kint-php/kint/compare/4.1.1...4.1.2) ### [`v4.1.1`](https://togithub.com/kint-php/kint/releases/tag/4.1.1) [Compare Source](https://togithub.com/kint-php/kint/compare/4.1...4.1.1) Fix [#​379](https://togithub.com/kint-php/kint/issues/379) Undefined constant in PHP development server ### [`v4.1`](https://togithub.com/kint-php/kint/releases/tag/4.1) [Compare Source](https://togithub.com/kint-php/kint/compare/4.0...4.1) - Supports setting nonce attributes on script and style tags for CSP through `Kint\Renderer\RichRenderer::$js_nonce` and `Kint\Renderer\RichRenderer::$css_nonce` - Detects VT100 support on windows CLI to enable UTF8 and color support. Older windows versions or versions below PHP 7.2 have been changed to plain ASCII decorations since the original hasn't been working well for a while ### [`v4.0`](https://togithub.com/kint-php/kint/releases/tag/4.0) [Compare Source](https://togithub.com/kint-php/kint/compare/4.0-beta1...4.0) - The folder is now off by default and can be enabled via the existing setting - Much improved search functionality - The PSR-11 service container is shallow-blacklisted by default. This will vastly improve performance on most frameworks such as symfony & laravel by stopping recursive parsing at the DI container unless you dump it explicitly - TracePlugin now supports blacklisting stack frames from paths, such as your `/vendor/` folder - Numeric arrays with more than 1000 items in them will only dump the first 50 recursively. You can disable or configure this with ArrayLimitPlugin - Supports PHP 8.1 - Lots of little stuff ##### Breaking changes - Minimum supported PHP version is now 5.6 - `Kint::$max_depth` has been renamed `Kint::$depth_limit` to match internals - `Kint\Renderer\RichRenderer::$object_plugins` has been renamed `$value_plugins` - The `Object` namespace has been renamed `Zval` - So certain class statics will have been renamed (eg. `Kint\Object\BlobObject::$char_encodings` to `Kint\Zval\BlobValue::$char_encodings`) - `d(1)` special case has been removed (Didn't work in edge cases) Call `Kint::trace()` instead - For plugin development there have been a lot of internal changes - The whole `Object` namespace has been renamed `Zval` in anticipation of naming conflicts - parseDeep has been removed ### [`v4.0-beta1`](https://togithub.com/kint-php/kint/compare/4.0-alpha1...4.0-beta1) [Compare Source](https://togithub.com/kint-php/kint/compare/4.0-alpha1...4.0-beta1)

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.



This PR was generated by Mend Renovate. View the repository job log.