Skip to content

fix(deps): update dependency chalk to v5 #810

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chalk 4.1.2 -> 5.0.1 age adoption passing confidence

Release Notes

chalk/chalk

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 - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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, click this checkbox.

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 727e07c to d5c3d21 Compare December 4, 2021 19:06
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 8 times, most recently from 21a51dd to 73d238a Compare December 13, 2021 04:12
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 8 times, most recently from ab69815 to 67d77d4 Compare December 24, 2021 20:28
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 3 times, most recently from e6ad7a3 to a8bd0cd Compare December 31, 2021 21:13
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 7 times, most recently from 8f82f9d to 46505d1 Compare January 14, 2022 15:15
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from e103479 to bf96ece Compare January 14, 2022 18:19
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 3 times, most recently from 7f0090a to 6b99ed4 Compare July 10, 2022 23:26
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 9 times, most recently from d6a610f to 43e2f06 Compare July 23, 2022 21:03
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 5 times, most recently from 2d52faf to 2532a2b Compare August 1, 2022 02:10
@renovate renovate bot force-pushed the renovate/chalk-5.x branch from 2532a2b to a19fff1 Compare August 1, 2022 02:16
@renovate renovate bot changed the title fix(deps): update dependency chalk to v5 fix(deps): update dependency chalk to v5 - autoclosed Aug 2, 2022
@renovate renovate bot closed this Aug 2, 2022
@renovate renovate bot deleted the renovate/chalk-5.x branch August 2, 2022 08:32
@renovate renovate bot changed the title fix(deps): update dependency chalk to v5 - autoclosed fix(deps): update dependency chalk to v5 Aug 2, 2022
@renovate renovate bot reopened this Aug 2, 2022
@renovate renovate bot restored the renovate/chalk-5.x branch August 2, 2022 08:46
@bodinsamuel bodinsamuel changed the base branch from master to chore/renovateBaseBranch August 2, 2022 08:50
@github-actions github-actions bot deleted the branch chore/renovateBaseBranch August 4, 2022 14:04
@github-actions github-actions bot closed this Aug 4, 2022
@renovate renovate bot deleted the renovate/chalk-5.x branch August 4, 2022 14:05
@renovate
Copy link
Contributor Author

renovate bot commented Aug 4, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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