Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency colorette to v2 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2021

Mend 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.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.

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
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

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.

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

Successfully merging this pull request may close these issues.

1 participant