Skip to content

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

Merged
9larsons merged 1 commit intomainfrom
renovate/chalk-5.x
Feb 20, 2026
Merged

fix(deps): update dependency chalk to v5#74
9larsons merged 1 commit intomainfrom
renovate/chalk-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 26, 2022

This PR contains the following updates:

Package Change Age Confidence
chalk ^4.1.0^5.0.0 age confidence

Release Notes

chalk/chalk (chalk)

v5.6.2

Compare Source

  • Fix vulnerability in 5.6.1, see: #​656

v5.6.0

Compare Source

  • Make WezTerm terminal use true color a8f5bf7

v5.5.0

Compare Source


v5.4.1

Compare Source

v5.4.0

Compare Source

  • Update CIRCLECI environments to return level 3 color support f838120

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
  • 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 - Monday through Friday ( * * * * 1-5 ) (UTC), 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.

@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 8a3f568 to 267def8 Compare June 24, 2024 22:31
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 267def8 to 996f72e Compare July 2, 2025 20:06
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch 5 times, most recently from 32323c5 to 39d0886 Compare July 10, 2025 13:52
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 5c9f32d to a8b4b88 Compare August 10, 2025 15:39
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 938dc43 to e56bc40 Compare August 17, 2025 10:53
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from e56bc40 to 0b0e4f9 Compare August 31, 2025 12:07
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 0b0e4f9 to ceb0895 Compare September 8, 2025 15:07
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from ceb0895 to 45eadc1 Compare September 25, 2025 17:41
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 45eadc1 to 0f44031 Compare October 21, 2025 18:48
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 0f44031 to c86abb3 Compare November 10, 2025 21:55
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from c86abb3 to eaed861 Compare November 18, 2025 23:50
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from eaed861 to b128261 Compare December 3, 2025 15:44
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from b128261 to 108093c Compare December 31, 2025 18:44
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 108093c to 0ccc54d Compare January 8, 2026 21:16
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 8, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from 0e2b9c3 to ceec370 Compare January 23, 2026 20:55
@renovate renovate Bot changed the title Update dependency chalk to v5 fix(deps): update dependency chalk to v5 Jan 27, 2026
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch 2 times, most recently from f48f267 to 2da0c6d Compare February 2, 2026 16:40
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 2da0c6d to 5b3014f Compare February 12, 2026 12:43
@renovate renovate Bot force-pushed the renovate/chalk-5.x branch from 5b3014f to ce85f00 Compare February 17, 2026 18:04
@renovate renovate Bot changed the title fix(deps): update dependency chalk to v5 Update dependency chalk to v5 Feb 20, 2026
@renovate renovate Bot changed the title Update dependency chalk to v5 fix(deps): update dependency chalk to v5 Feb 20, 2026
@9larsons 9larsons merged commit de01b43 into main Feb 20, 2026
3 checks passed
@9larsons 9larsons deleted the renovate/chalk-5.x branch February 20, 2026 23:45
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