es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
386 stars 2 forks source link

Migrate `vitepress` from `execa` to `tinyexec` or `node:child_process` #97

Open ziebam opened 2 months ago

ziebam commented 2 months ago

Very low priority as it's just a dev dependency there. Mostly logging this so that someone new to the initiative could pick it up as it's a very beginner-friendly task since execa is only used in a single file there: https://github.com/vuejs/vitepress/blob/6b4439a9e60cb3a55a14ae386473fb15d779bea2/scripts/release.js#L7.