Open Namchee opened 1 month ago
Some big ones:
enquirer
eslint
string-width
wrap-ansi
The latter two are by the same author as strip-ansi
, so TBD if they'd want to swap. Worth a shot though
Also:
stylelint
lerna
ava
astro
jest
monorepoThe latter two are by the same author as
strip-ansi
, so TBD if they'd want to swap. Worth a shot though
Maybe we can go one level higher and migrate away from the packages consuming it?
Would like to include:
cucumber
gatsby
cspell
Done:
In Progress:
As for lerna
, I think it's better for us to do it on nx
instead since the stewardship has passed from Lerna
I noticed today that enquirer
says it has only a single dependency. It's not true, but would be if this migration were done
I don't think we can remove strip-ansi
from enquirer
as enquirer
sets the engine to >=8.6
Overview
stripVTControlCharacters
from Node core utilities provide the same functionality.Do note that this utility function requires Node 16.11.0 or higher.