firebase / superstatic

Superstatic: a static file server for fancy apps.
MIT License
1.1k stars 82 forks source link

Updating dependencies and required node version #462

Closed bkendall closed 10 months ago

bkendall commented 10 months ago

Doing a lot in here, since superstatic hasn't been touched in a while:

  1. Run tests on node 18 & 20, dropping 14 & 16.
  2. Requiring node 18+.
  3. Upgrading a slew of dependencies (that aren't ESM only).
  4. Apply new formatting rules & make some small adjustments for new lint errors.