Open lyricnz opened 5 months ago
These are all transitive dependencies: the only one we reference directly is rimraf ^5.0.7
Using npm ls --all
these share a similar path
eslint@8.57.0
│ ├─┬ file-entry-cache@6.0.1
│ │ └─┬ flat-cache@3.2.0
│ │ ├── flatted@3.3.1
│ │ ├─┬ keyv@4.5.4
│ │ │ └── json-buffer@3.0.1
│ │ └─┬ rimraf@3.0.2
│ │ └─┬ glob@7.2.3
│ │ ├── fs.realpath@1.0.0 deduped
│ │ ├── inflight@1.0.6 deduped
│ │ ├── inherits@2.0.4 deduped
Upgrading eslint blocked by #333
With Biome instead of eslint, the current status is:
❯ npm install
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
tree
├─┬ mocha@10.7.0
│ ├─┬ glob@8.1.0
│ │ ├─┬ inflight@1.0.6
Mocha issue tracking the requirement https://github.com/mochajs/mocha/issues/5148
See #408
Since updating glob changes the node.js version requirements, it's a major semver change for mocha. It should be included in their v11.0.0 release https://github.com/mochajs/mocha/milestone/65