-
Notifications
You must be signed in to change notification settings - Fork 925
chore: migrate from chalk
to picocolors
#2631
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
base: main
Are you sure you want to change the base?
Conversation
this only disables the colouring, not formatting functions (e.g. bold).
packages/cli-config/src/__tests__/__snapshots__/index-test.ts.snap
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you! 👌
rebased; should be mergeable |
There hasn't been any activity on this pull request in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
will rebase this soon |
okay this should be ready |
Summary
picocolors
is much smaller and slightly faster thanchalk
. this PR migrates the various CLI packages topicocolors
.Test Plan
yarn test
- worked fine with one minor change (see review comments). the output should be identical.Checklist