-
Notifications
You must be signed in to change notification settings - Fork 191
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
Replace chalk
with picocolors
#433
Comments
I would be very happy to merge a PR that implements this. Thank you! |
Awesome! I created a PR :) |
@mde I also noticed, that the package lists minimatch as dependency but I cant find it nowhere in the code. Is it still used? And would you be open for PRs updating your general deps? They seem to be quite a bit outdated |
I would love PRs that update deps. I would have to look for minimatch. It's probably a dependency of a dependency, somewhere deeper in the tree. |
I want to propose to replace the
chalk
dependency with the smaller and fasterpicocolors
package.As part of the e18e initiative (ecosystem cleanup), we try to reduce the burden of old or big libs and modernize the ecosystem.
chalk
alone accounted for a whopping854.69 GB
of traffic last month whenever it got installed as part ofjake
.The tar size of
13.40Kb
doesn't seem much butjake
s tar itself is only40.70 KB
so its noteworthySince this is a dropin replacement, it is super easy to do and I would be happy to provice a PR for it
The text was updated successfully, but these errors were encountered: