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

fix: πŸ“¦ bump dependency chalk to v5 #626

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

chalk/chalk (chalk)

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.Instance β†’ Chalk
    • chalk.supportsColor β†’ supportsColor
    • chalk.stderr β†’ chalkStderr
    • chalk.stderr.supportsColor β†’ supportsColorStderr
  • 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 9, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/chalk-5.x branch 10 times, most recently from 0647d3e to 1f20b0d Compare December 17, 2022 04:34
@renovate renovate bot changed the title fix: πŸ“¦ bump dependency chalk to v5 πŸ“¦ bump dependency chalk to v5 Dec 17, 2022
@renovate renovate bot changed the title πŸ“¦ bump dependency chalk to v5 fix: πŸ“¦ bump dependency chalk to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 6 times, most recently from 84f88c7 to 3992872 Compare December 24, 2022 06:11
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 6 times, most recently from d3d5227 to a370ad0 Compare December 31, 2022 11:04
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 5 times, most recently from 25657b7 to c585017 Compare January 4, 2023 06:12
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 11 times, most recently from 09daf51 to 792a0df Compare May 15, 2024 06:29
@renovate renovate bot force-pushed the renovate/chalk-5.x branch 8 times, most recently from f354c68 to e08ceda Compare May 23, 2024 00:51
@codecov-commenter
Copy link

codecov-commenter commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 87.41%. Comparing base (3af557d) to head (a8ef2d6).
Report is 6 commits behind head on main.

❗ Current head a8ef2d6 differs from pull request most recent head 2e852ae

Please upload reports for the commit 2e852ae to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #626      +/-   ##
==========================================
+ Coverage   87.03%   87.41%   +0.38%     
==========================================
  Files          30       30              
  Lines         617      612       -5     
  Branches      122      120       -2     
==========================================
- Hits          537      535       -2     
+ Misses         53       51       -2     
+ Partials       27       26       -1     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/chalk-5.x branch 7 times, most recently from 247b720 to b73d9be Compare May 30, 2024 11:20
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.

None yet

1 participant