-
Notifications
You must be signed in to change notification settings - Fork 13
[Snyk] Upgrade chalk from 2.4.2 to 5.3.0 #1342
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Snyk has created this PR to upgrade chalk from 2.4.2 to 5.3.0. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/eregs-x7s/project/bb9c470f-0b06-4eea-863b-20165da46f4a?utm_source=github&utm_medium=referral&page=upgrade-pr
Contributor
Author
|
Not important; closing and filing in the backlog instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This PR was automatically created by Snyk using the credentials of a real user.

Snyk has created this PR to upgrade chalk from 2.4.2 to 5.3.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 14 versions ahead of your current version.
The recommended version was released on a year ago.
Release notes
Package name: chalk
-
5.3.0 - 2023-06-29
- Add
- Add support for Gitea Actions (#603) 29b8569
-
5.2.0 - 2022-12-08
- Improve Deno compatibility (#579) 7443e9f
- Detect true-color support for GitHub Actions (#579) 7443e9f
- Detect true-color support for Kitty terminal (#579) 7443e9f
- Fix test for Azure DevOps environment (#579) 7443e9f
-
5.1.2 - 2022-10-12
- Fix exported styles names (#569) a34bcf6
-
5.1.1 - 2022-10-12
- Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
- We of course preserved the old names.
-
5.1.0 - 2022-10-05
- Expose style names (#566) d7d7571
-
5.0.1 - 2022-03-08
- Add
-
5.0.0 - 2021-11-26
- 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:
- Remove
- These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the
- The tagged template literal support moved into a separate package:
-import chalk from 'chalk';
- Bundle dependencies 04fdbd6
- This means Chalk no longer has any dependencies 🎉
- The install size is less than half of v4.
- Add
- Preserve function prototype methods (#434) 0fba91b
-
4.1.2 - 2021-07-30
- Readme updates
-
4.1.1 - 2021-04-21
- Readme updates 89e9e3a
-
4.1.0 - 2020-06-09
- Support template literals for nested calls (#392) 09ddbad
-
4.0.0 - 2020-04-02
-
3.0.0 - 2019-11-09
-
3.0.0-beta.2 - 2019-10-08
-
3.0.0-beta.1 - 2019-09-27
-
2.4.2 - 2019-01-05
from chalk GitHub release notessideEffectsfield to package.json 5aafc0av5.2.0...v5.3.0
v5.1.2...v5.2.0
v5.1.1...v5.1.2
v5.1.0...v5.1.1
v5.0.1...v5.1.0
mainfield to package.json for backwards compatibility with some developer tools 85f7e96v5.0.0...v5.0.1
Breaking
chalk.Instance→Chalkchalk.supportsColor→supportsColorchalk.stderr→chalkStderrchalk.stderr.supportsColor→supportsColorStderr.keyword(),.hsl(),.hsv(),.hwb(), and.ansi()coloring methods (#433) 4cf2e40color-convertpackage.chalk-template(#524) c987c61+import chalkTemplate from 'chalk-template';
-chalk
2 + 3 = {bold ${2 + 3}};+chalkTemplate
2 + 3 = {bold ${2 + 3}};Improvements
overlinestyle (#433) 4cf2e40v4.1.0...v5.0.0
v4.0.0...v4.1.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: