It looks like minimum node version for v3 will be 20.19 which means we could remove a dependency and instead use the built in node:util#styleText fn - there is only one bug that isn't patched until v22 which is that nested styleText calls won't colour correctly, but that's only issue for the codebase and shouldn't effect consumers of changesets, so could still be worth it.
Happy to submit a PR if this is wanted!
Follow on from #1414
It looks like minimum node version for v3 will be 20.19 which means we could remove a dependency and instead use the built in
node:util#styleTextfn - there is only one bug that isn't patched until v22 which is that nested styleText calls won't colour correctly, but that's only issue for the codebase and shouldn't effect consumers of changesets, so could still be worth it.Happy to submit a PR if this is wanted!
Follow on from #1414