Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

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

Merged
merged 1 commit into from
Sep 30, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2021

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

Compare Source

v2.0.11

Compare Source

  • Avoid explicitly checking for undefined in most cases, boost perf.

v2.0.10

Compare Source

  • Don't use function default parameters for a small execution time improvement.

v2.0.9

Compare Source

  • Use global process directly to improve package loading time.

v2.0.8

Compare Source

  • 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

Compare Source

  • Revert Rollup's --no-esModule and --interop (#​73).

v2.0.6

Compare Source

v2.0.5

Compare Source

  • Make sure tty exists too (#​64).

v2.0.4

Compare Source

  • Let Rollup add the __esModule runtime to index.cjs.
  • Import process dependencies (#​60).
  • Make sure isatty exists (#​64).

v2.0.3

Compare Source

  • Auto-detect color for top-level color functions (#​70, #​72).

v2.0.2

Compare Source

  • Declare createColors's options optional in type declarations (#​71).

v2.0.1

Compare Source

  • Don't add ANSI escape sequences around "" or undefined (#​69).

v2.0.0

Compare Source

  • Introduce new API to allow instance reuse (#​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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/colorette-2.x branch 4 times, most recently from 1a31ea8 to 299e922 Compare September 30, 2021 00:41
@animafps animafps merged commit 0b89657 into main Sep 30, 2021
@animafps animafps deleted the renovate/colorette-2.x branch September 30, 2021 01:55
animafps pushed a commit that referenced this pull request Sep 30, 2021
## [3.0.3](v3.0.2...v3.0.3) (2021-09-30)

### Bug Fixes

* **deps:** update dependency colorette to v2 ([#117](#117)) ([0b89657](0b89657))
@animafps
Copy link
Owner

🎉 This PR is included in version 3.0.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants