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

[Snyk] Upgrade chalk from 1.1.3 to 5.3.0 #3

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

PavinStrickland
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade chalk from 1.1.3 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.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 25 versions ahead of your current version.

  • The recommended version was released on a year ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
696 Proof of Concept
Release notes
Package name: chalk
  • 5.3.0 - 2023-06-29
    • Add sideEffects field to package.json 5aafc0a
    • Add support for Gitea Actions (#603) 29b8569

    v5.2.0...v5.3.0

  • 5.2.0 - 2022-12-08

    v5.1.2...v5.2.0

  • 5.1.2 - 2022-10-12

    v5.1.1...v5.1.2

  • 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.

    v5.1.0...v5.1.1

  • 5.1.0 - 2022-10-05

    v5.0.1...v5.1.0

  • 5.0.1 - 2022-03-08
    • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

    v5.0.0...v5.0.1

  • 5.0.0 - 2021-11-26

    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';

    -chalk2 + 3 = {bold ${2 + 3}};
    +chalkTemplate2 + 3 = {bold ${2 + 3}};

    Improvements

    v4.1.0...v5.0.0

  • 4.1.2 - 2021-07-30
    • Readme updates
  • 4.1.1 - 2021-04-21
  • 4.1.0 - 2020-06-09
    • Support template literals for nested calls (#392) 09ddbad

    v4.0.0...v4.1.0

  • 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
  • 2.4.1 - 2018-04-26
  • 2.4.0 - 2018-04-17
  • 2.3.2 - 2018-03-02
  • 2.3.1 - 2018-02-11
  • 2.3.0 - 2017-10-24
  • 2.2.2 - 2017-10-24
  • 2.2.0 - 2017-10-18
  • 2.1.0 - 2017-08-07
  • 2.0.1 - 2017-06-30
  • 2.0.0 - 2017-06-29
  • 1.1.3 - 2016-03-29
from chalk GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

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:

Snyk has created this PR to upgrade chalk from 1.1.3 to 5.3.0.

See this package in npm:
chalk

See this project in Snyk:
https://app.snyk.io/org/pavinstrickland/project/a4a6bfd7-77de-427c-814e-318786ad5383?utm_source=github&utm_medium=referral&page=upgrade-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.

2 participants