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 chalk to v5 - autoclosed #604

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chalk ^4.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

chalk/chalk

v5.2.0

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

  • Improved the names of exports introduced in 5.1.0 (#​567) 6e0df05
    • We of course preserved the old names.

v5.1.0

Compare Source

v5.0.1

Compare Source

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

v5.0.0

Compare Source

Breaking
  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#​433) 4cf2e40
    • These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the color-convert package.
  • The tagged template literal support moved into a separate package: chalk-template (#​524) c987c61
-import chalk from 'chalk';
+import chalkTemplate from 'chalk-template';

-chalk`2 + 3 = {bold ${2 + 3}}`;
+chalkTemplate`2 + 3 = {bold ${2 + 3}}`;
Improvements

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 renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 62dc3ae to 100e3a4 Compare December 13, 2021 20:23
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from f3da7a9 to c158c33 Compare December 27, 2021 20:17
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 2f8b435 to cc03931 Compare January 10, 2022 21:58
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 45e6170 to 4d7a6a2 Compare January 24, 2022 21:13
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 43c41e5 to 63da167 Compare February 21, 2022 21:21
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 03452f9 to 488b4bc Compare March 7, 2022 21:51
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 776eac1 to bbfe029 Compare March 21, 2022 19:56
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 4b74720 to ddb0181 Compare April 11, 2022 21:55
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from b062f77 to 8d74354 Compare April 30, 2022 16:43
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 84cb460 to 25afa65 Compare May 9, 2022 23:01
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 3 times, most recently from 92ede27 to 2402426 Compare May 23, 2022 19:28
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 50f6262 to 230028b Compare December 12, 2022 22:12
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 3 times, most recently from f3a26a9 to 3a4eb1e Compare December 26, 2022 21:56
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from aa8fc20 to 4f696c6 Compare January 2, 2023 23:00
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 5b86b30 to 1b3e786 Compare January 16, 2023 21:58
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from a478831 to 9dd51f7 Compare February 6, 2023 20:31
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from d4fb165 to 0f0761d Compare February 21, 2023 00:43
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 0f109c9 to 9abb616 Compare March 20, 2023 22:14
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 4 times, most recently from bc02244 to 523b199 Compare April 3, 2023 09:21
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 3 times, most recently from ed1d2e8 to 7c9a341 Compare April 23, 2023 13:53
@renovate renovate bot changed the title Update dependency chalk to v5 Update dependency chalk to v5 - autoclosed Apr 27, 2023
@renovate renovate bot closed this Apr 27, 2023
@renovate renovate bot deleted the renovate/chalk-5.x branch April 27, 2023 13:03
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.

None yet

0 participants