chalk/chalk
### [`v4.0.0`](https://togithub.com/chalk/chalk/releases/v4.0.0)
[Compare Source](https://togithub.com/chalk/chalk/compare/v3.0.0...v4.0.0)
##### Breaking
- Require Node.js 10 [`61999a4`](https://togithub.com/chalk/chalk/commit/61999a4)
- Change the `Level` TypeScript type to be a union instead of enum [`f0f4638`](https://togithub.com/chalk/chalk/commit/f0f4638)
```diff
-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}
```
##### Improvements
- Use `Object.setPrototypeOf` as `__proto__` could potentially be disabled ([#387](https://togithub.com/chalk/chalk/issues/387)) [`63469d3`](https://togithub.com/chalk/chalk/commit/63469d3)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: 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 contains the following updates:
^3.0.0
->^4.0.0
Release Notes
chalk/chalk
### [`v4.0.0`](https://togithub.com/chalk/chalk/releases/v4.0.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v3.0.0...v4.0.0) ##### Breaking - Require Node.js 10 [`61999a4`](https://togithub.com/chalk/chalk/commit/61999a4) - Change the `Level` TypeScript type to be a union instead of enum [`f0f4638`](https://togithub.com/chalk/chalk/commit/f0f4638) ```diff -if (chalk.level > Level.None) {} +if (chalk.level > 0) {} ``` ##### Improvements - Use `Object.setPrototypeOf` as `__proto__` could potentially be disabled ([#387](https://togithub.com/chalk/chalk/issues/387)) [`63469d3`](https://togithub.com/chalk/chalk/commit/63469d3)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.