es-tooling / ecosystem-cleanup

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

Remove `fs-extra` from `changesets` #111

Open benmccann opened 2 months ago

benmccann commented 2 months ago

Just use the native built-in Node methods. Note that changesets still supports somewhat old versions of Node. Node 10 I believe. So we might only be able to remove it 80% for now and wait until the next major to remove the last bits