JoinColony / purser

Interact with Ethereum wallets easily
https://joincolony.github.io/purser
MIT License
84 stars 21 forks source link

Update dependency chalk to v4 #314

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
chalk devDependencies major 3.0.0 -> 4.1.0

Release Notes

chalk/chalk ### [`v4.1.0`](https://togithub.com/chalk/chalk/releases/v4.1.0) [Compare Source](https://togithub.com/chalk/chalk/compare/v4.0.0...v4.1.0) - Support template literals for nested calls ([#​392](https://togithub.com/chalk/chalk/issues/392)) [`09ddbad`](https://togithub.com/chalk/chalk/commit/09ddbad) ### [`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.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.