try icon indicating copy to clipboard operation
try copied to clipboard

fix(deps): update dependency colorette to v2

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

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

Release Notes

jorgebucaran/colorette

v2.0.20

Compare Source

  • Enhance package.json by including type definitions in exports (#​96). Thanks, @​ahnpnl.

v2.0.19

Compare Source

  • Handle undefined env, argv, and platform (#​94).

v2.0.18

Compare Source

v2.0.17

Compare Source

  • Color functions should always return a string (#​88).
  • Fix detection of dumb terminals on Windows (#​91). Thank you, @​MartinKolarik! 🙌

v2.0.16

Compare Source

  • Doc tweaks, add 🌈.
  • Format benchmark results.

v2.0.15

Compare Source

  • Pre-compute index start search position.

v2.0.14

Compare Source

  • Clear bleeding sequences via string slicing, rather than by using regexes (#​84).
  • Add tests for Node 10, which we still officially support (#​83).

v2.0.13

Compare Source

  • Add --color and --no-color flag support (#​77).

v2.0.12

Compare Source

  • Reverse conditional expression (#​78).

v2.0.11

Compare Source

  • Avoid explicitly checking for undefined.

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 (#​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.

v1.4.0

Compare Source

v1.3.0

Compare Source

  • Improve CI environment color support check (#​61, #​62).

v1.2.2

Compare Source

  • Upgrade dependencies (#​57).
  • Migrate tests to Twist.
  • Clean up docs.

v1.2.1

Compare Source

v1.2.0

Compare Source

  • Fix FORCE_COLOR bug (#​41).
    • FORCE_COLOR=0 does not disable color, for that use NO_COLOR.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 17 '21 14:09 renovate[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] avatar Mar 24 '23 17:03 renovate[bot]