Open
Description
🚀 Feature Proposal
Replace chalk
dependency with a lighter alternative
Motivation
Recently, the Ecosystem Performance was formed to cleanup, speedup, levelup the JavaScript Ecosystem.
Socket Security team wrote a blog post about it https://socket.dev/blog/javascript-community-launches-e18e-initiative-to-improve-ecosystem-performance
On the e18e cleanup channel on Discord, multiple solutions are being discussed. One of them is to replace chalk
with picocolors
.
I see that jest
uses chalk
Line 31 in cce44d7
And it's upgrade to chalk@5.x is blocked since it's ESM only #14253 (comment)
Example
No response
Pitch
Replace chalk
with a lighter alternative like picocolors
.