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 #1731

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

Update dependency chalk to v5 #1731

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2021

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 (chalk)

v5.3.0

Compare Source

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 - "before 10am on monday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Nov 29, 2021

✔️ Deploy Preview for ecstatic-noether-150ab4 ready!

🔨 Explore the source changes: a25231f

🔍 Inspect the deploy log: https://app.netlify.com/sites/ecstatic-noether-150ab4/deploys/61a6484a5584040008cb3925

😎 Browse the preview: https://deploy-preview-1731--ecstatic-noether-150ab4.netlify.app

@renovate renovate bot changed the title Update dependency chalk to v5 fix(deps): update dependency chalk to v5 Mar 12, 2022
@renovate renovate bot changed the title fix(deps): update dependency chalk to v5 Update dependency chalk to v5 Apr 21, 2022
@renovate renovate bot changed the title Update dependency chalk to v5 fix(deps): update dependency chalk to v5 Sep 27, 2022
@renovate renovate bot changed the title fix(deps): update dependency chalk to v5 Update dependency chalk to v5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency chalk to v5 fix(deps): update dependency chalk to v5 Dec 17, 2022
@netlify
Copy link

netlify bot commented Mar 21, 2023

Deploy Preview for tubular-strudel-7ad396 ready!

Name Link
🔨 Latest commit d8e692e
🔍 Latest deploy log https://app.netlify.com/sites/tubular-strudel-7ad396/deploys/66e0cc33457502000892a2a8
😎 Deploy Preview https://deploy-preview-1731--tubular-strudel-7ad396.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title fix(deps): update dependency chalk to v5 Update dependency chalk to v5 Oct 9, 2023
@renovate renovate bot changed the title Update dependency chalk to v5 fix(deps): update dependency chalk to v5 May 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency chalk to v5 Update dependency chalk to v5 Jun 24, 2024
@renovate renovate bot changed the title Update dependency chalk to v5 fix(deps): update dependency chalk to v5 Jul 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency chalk to v5 Update dependency chalk to v5 Aug 1, 2024
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.

0 participants