deps(create-catalyst): replace chalk with consola colorize utility function#2591
deps(create-catalyst): replace chalk with consola colorize utility function#2591matthewvolk merged 2 commits intocanaryfrom
Conversation
🦋 Changeset detectedLatest commit: 78def1b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
jorgemoya
left a comment
There was a problem hiding this comment.
Is there a particular reason for this?
https://www.aikido.dev/blog/npm-debug-and-chalk-packages-compromised |
|
The only thing that would be affected is the github actions, which doesn’t affect any users. That compromised version is already removed off of npm registries so we don’t need to worry about it being installed. |
|
I opted to just completely remove |
What/Why?
Removes
chalkdependency in favor ofconsola"colorize" utility function (which only depends onnode:tty)Testing
Text is still colorized appropriately:
Migration
N/A
Closes #2592