es-tooling / ecosystem-cleanup

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

Migrate `rimraf` to `node:fs` in `firebase-tools` #126

Open echedaleux opened 1 week ago

echedaleux commented 1 week ago

Use built-in Node APIs instead rimraf.

echedaleux commented 1 week ago

PR opened here on the firebase-tools repository : https://github.com/firebase/firebase-tools/pull/7826

Namchee commented 4 days ago

This repository also use the following dependencies:

43081j commented 4 days ago

given they specify:

  "engines": {
    "node": ">=18.0.0 || >=20.0.0"
  },

A few others I noticed:

I suspect if you look at the graph or the pkg-size result, you'll see yaml is pretty chunky too. but I'm not sure if there are alternatives (that may just be how big a yaml parser has to be)