Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated modules #338

Open
lyricnz opened this issue May 27, 2024 · 6 comments
Open

Deprecated modules #338

lyricnz opened this issue May 27, 2024 · 6 comments

Comments

@lyricnz
Copy link
Contributor

lyricnz commented May 27, 2024

❯ rm -rf node_modules
❯ 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 rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

added 746 packages, and audited 747 packages in 9s

159 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
@lyricnz
Copy link
Contributor Author

lyricnz commented May 27, 2024

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

@lyricnz
Copy link
Contributor Author

lyricnz commented May 27, 2024

Upgrading eslint blocked by #333

@lyricnz
Copy link
Contributor Author

lyricnz commented Aug 3, 2024

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 mochajs/mocha#5148

@lyricnz
Copy link
Contributor Author

lyricnz commented Aug 6, 2024

See #408

@lyricnz
Copy link
Contributor Author

lyricnz commented Aug 21, 2024

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

@lyricnz
Copy link
Contributor Author

lyricnz commented Sep 25, 2024

no change since #338 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant