postcss / postcss-cli

CLI for postcss
Other
824 stars 93 forks source link

Update dependency colorette to v2 #400

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
colorette ^1.2.1 -> ^2.0.0 age adoption passing confidence

Release Notes

jorgebucaran/colorette ### [`v2.0.8`](https://togithub.com/jorgebucaran/colorette/releases/2.0.8) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.7...2.0.8) - Don't mutate variables inside color functions when casting to a string. - Create color functions once, not on each call to `createColors`. ### [`v2.0.7`](https://togithub.com/jorgebucaran/colorette/releases/2.0.7) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.6...2.0.7) - Revert Rollup's `--no-esModule` and `--interop` ([#​73](https://togithub.com/jorgebucaran/colorette/issues/73)). ### [`v2.0.6`](https://togithub.com/jorgebucaran/colorette/releases/2.0.6) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.5...2.0.6) - Make sure there's an env ([#​67](https://togithub.com/jorgebucaran/colorette/issues/67), [#​68](https://togithub.com/jorgebucaran/colorette/issues/68)). ### [`v2.0.5`](https://togithub.com/jorgebucaran/colorette/releases/2.0.5) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.4...2.0.5) - Make sure `tty` exists too ([#​64](https://togithub.com/jorgebucaran/colorette/issues/64)). ### [`v2.0.4`](https://togithub.com/jorgebucaran/colorette/releases/2.0.4) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.3...2.0.4) - Let Rollup add the `__esModule` runtime to `index.cjs`. - Import `process` dependencies ([#​60](https://togithub.com/jorgebucaran/colorette/issues/60)). - Make sure `isatty` exists ([#​64](https://togithub.com/jorgebucaran/colorette/issues/64)). ### [`v2.0.3`](https://togithub.com/jorgebucaran/colorette/releases/2.0.3) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.2...2.0.3) - Auto-detect color for top-level color functions ([#​70](https://togithub.com/jorgebucaran/colorette/issues/70), [#​72](https://togithub.com/jorgebucaran/colorette/issues/72)). ### [`v2.0.2`](https://togithub.com/jorgebucaran/colorette/releases/2.0.2) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.1...2.0.2) - Declare `createColors`'s options optional in type declarations ([#​71](https://togithub.com/jorgebucaran/colorette/issues/71)). ### [`v2.0.1`](https://togithub.com/jorgebucaran/colorette/releases/2.0.1) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.0...2.0.1) - Don't add ANSI escape sequences around `""` or `undefined` ([#​69](https://togithub.com/jorgebucaran/colorette/issues/69)). ### [`v2.0.0`](https://togithub.com/jorgebucaran/colorette/releases/2.0.0) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/1.4.0...2.0.0) - Introduce new API to allow instance reuse ([#​42](https://togithub.com/jorgebucaran/colorette/issues/42)). - New `createColors` function that returns an object with all the available color functions. - Color support is automatically detected, but you can override it via the `useColor` boolean property. - New `isColorSupported` property. `true` if the terminal supports color, `false` otherwise. - Remove `options.enabled`.

Configuration

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