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

Migrate from chalk to picocolors #601

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Jul 15, 2024

Fixes: #600

Copy link

vercel bot commented Jul 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jscodeshift ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 15, 2024 3:48am

@@ -1130,7 +1130,7 @@ chalk@^2.4.2:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^4.0.0, chalk@^4.1.2:
chalk@^4.0.0:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What else is still pulling chalk in?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chalk is used in devDependencies of jscodeshift, like jest and eslint.

I've created feature requests with those repos, documented as a follow-up in #600 (comment)

@Daniel15
Copy link
Member

Thanks :)

@Daniel15 Daniel15 merged commit 64bb672 into facebook:main Jul 15, 2024
6 checks passed
@trivikr trivikr deleted the replace-chalk branch July 15, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace chalk dependency with a lighter alternative
3 participants