victorperin / qr-scanner-cli

A CLI tool to read QR Code from images
https://victorperin.github.io/qr-scanner-cli/
MIT License
69 stars 24 forks source link

[Snyk] Upgrade chalk from 4.1.2 to 5.2.0 #213

Closed victorperin closed 6 months ago

victorperin commented 1 year ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade chalk from 4.1.2 to 5.2.0.

:information_source: 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 is a major version upgrade, and may be a breaking change. - The recommended version is **6 versions** ahead of your current version. - The recommended version was released **4 months ago**, on 2022-12-08.
Release notes
Package name: chalk
  • 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';
    
    -chalk`2 + 3 = {bold ${2 + 3}}`;
    +chalkTemplate`2 + 3 = {bold ${2 + 3}}`;

    Improvements

    v4.1.0...v5.0.0

  • 4.1.2 - 2021-07-30
    • Readme updates
from chalk GitHub release notes
Commit messages
Package name: chalk
  • a370f46 5.2.0
  • 7443e9f Update `supports-color` dependency (#579)
  • a027e3c Minor tweaks
  • 79c56df Update Replit badge (#576)
  • c3d14f9 Update link to Truecolor in the readme (#573)
  • 158bf44 5.1.2
  • a34bcf6 Fix exported styles names (#569)
  • 1b4cd21 5.1.1
  • 6e0df05 Export styles from `ansi-styles` (#567)
  • 92c55db 5.1.0
  • d7d7571 Expose style names (#566)
  • 96f44c9 Meta tweaks
  • c231162 Use template literal types for simple color name transformations in the TypeScript types (#564)
  • ba5c385 Update screenshot
  • 503b9d3 Update Replit badge (#551)
  • b17d862 Improve browser detection (#542)
  • d28690e Refactor: Replace deprecated `String#substr()` (#541)
  • bccde97 5.0.1
  • 85f7e96 Add `main` field to package.json for backwards compatibiltiy
  • 4d5c479 5.0.0
  • 7a68935 Fix code coverage
  • 04fdbd6 Bundle dependencies
  • d7c4aac Upgrade dependencies
  • 09fd5c4 Re-export types from `supports-color` (#526)
Compare

**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: 🧐 [View latest project report](https://app.snyk.io/org/victorperin/project/cdc8d5b5-474f-4093-9252-8753bc15e25c?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/victorperin/project/cdc8d5b5-474f-4093-9252-8753bc15e25c/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/victorperin/project/cdc8d5b5-474f-4093-9252-8753bc15e25c/settings/integration?pkg=chalk&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)