Closed
Description
I'm using this issue to track dependencies that we are not updating while we still support old major versions of node. Sometimes it is because the newer dependency version actually breaks with the older node, and sometimes it is just because that dep dropped support for the older node (but might not yet actually break).
node v8
- dep lru-cache@6 dropped support for node v8
- devDep ajv@8 dropped support for node v8 (chore(deps-dev): bump ajv from 6.12.6 to 8.11.0 #2755)
- depDep eslint@7 dropped support for node v8 (upgrade to eslint@8 #2583)
- dep pino@8 dropped support for node <v14, pino@7 only tests with node v12 and later (it mentions dropping node v10 support in its 7.0.0 release notes). We are using pino@6 which seems to work with node v8.6 and up, but is only tested with node v10 and up.
- devDep mkdirp@1 dropped support for node v8 (chore(deps-dev): bump mkdirp from 0.5.6 to 1.0.4 #2792 (comment)), mkdirp@2 still has
node >=10
in "engines", but only tests with v16+ now (chore(deps-dev): bump mkdirp from 0.5.6 to 2.1.3 #3113) - devDep ndjson@2 dropped support for node <v10 (chore(deps-dev): bump ndjson from 1.5.0 to 2.0.0 #2800)
- dep semver@7 dropped support for node<v10 (chore(deps): bump semver from 6.3.0 to 7.3.7 #2808)
- dep load-source-map@3 now requires node v12 (Fix crash with node.js that has or polyfills fetch() rexxars/load-source-map#6), we've inlined it to lib/load-source-map.js to not have to cope with node ver incompat for now.
node v10
- dep lru-cache@7 dropped support for node v10 (chore(deps): bump lru-cache from 6.0.0 to 7.10.1 #2756)
- dep pino@8 dropped support for node <v14, pino@7 only tests with node v12 and later (it mentions dropping node v10 support in its 7.0.0 release notes)
- dep load-source-map@3 now requires node v12 (Fix crash with node.js that has or polyfills fetch() rexxars/load-source-map#6), we've inlined it to lib/load-source-map.js to not have to cope with node ver incompat for now.
node v12
- dep pino@8 dropped support for node <v14
ESM-only
- devDep get-port@6 is ESM-only and dropped support for node <v12.20
Metadata
Metadata
Assignees
Type
Projects
Status
Done