stovmascript / ionic-version

:1234: Version your Ionic app in a `npm version` fashion.
MIT License
3 stars 3 forks source link

Update dependency chalk to v4 - autoclosed #65

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chalk ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

chalk/chalk ### [`v4.1.2`](https://togithub.com/chalk/chalk/releases/v4.1.2) [Compare Source](https://togithub.com/chalk/chalk/compare/v4.1.1...v4.1.2) - Readme updates ### [`v4.1.1`](https://togithub.com/chalk/chalk/releases/v4.1.1) [Compare Source](https://togithub.com/chalk/chalk/compare/v4.1.0...v4.1.1) - Readme updates https://github.com/chalk/chalk/commit/89e9e3a5b0601f4eda4c3a92acd887ec836d0175 ### [`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)

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Disabled due to failing status checks.

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 has been generated by WhiteSource Renovate. View repository job log here.