animafps / fpsmath

🤖 A Discord bot designed to convert video game sensitivities, FOV values, mouse feel across themselves, and preset games. Over 300,000 users.
https://fpsmath.xyz
GNU Affero General Public License v3.0
4 stars 2 forks source link

fix(deps): update dependency colorette to v2 #117

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
colorette ^1.4.0 -> ^2.0.12 age adoption passing confidence

Release Notes

jorgebucaran/colorette ### [`v2.0.12`](https://togithub.com/jorgebucaran/colorette/compare/2.0.11...2.0.12) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.11...2.0.12) ### [`v2.0.11`](https://togithub.com/jorgebucaran/colorette/releases/2.0.11) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.10...2.0.11) - Avoid explicitly checking for `undefined` in most cases, boost perf. ### [`v2.0.10`](https://togithub.com/jorgebucaran/colorette/releases/2.0.10) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.9...2.0.10) - Don't use function default parameters for a small execution time improvement. ### [`v2.0.9`](https://togithub.com/jorgebucaran/colorette/releases/2.0.9) [Compare Source](https://togithub.com/jorgebucaran/colorette/compare/2.0.8...2.0.9) - Use global `process` directly to improve package loading time. ### [`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.

animafps commented 3 years ago

:tada: This PR is included in version 3.0.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: