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 dependencies: inflight, rimraf and glob #757

Open
Septh opened this issue Sep 6, 2024 · 0 comments
Open

deprecated dependencies: inflight, rimraf and glob #757

Septh opened this issue Sep 6, 2024 · 0 comments

Comments

@Septh
Copy link

Septh commented Sep 6, 2024

Description

Installing np causes npm to issue warnings about deprecated dependencies:

$ npm install -D np
npm warn deprecated [email protected]: 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 [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported

added 350 packages, and audited 351 packages in 8s

found 0 vulnerabilities

This is obviously related to sindresorhus/del#160 but I thought it might be worth waving the flag here too.

Steps to reproduce

Just npm install np.

Expected behavior

No warning.

Environment

np - 10.0.7
Node.js - 22.8.0
npm - 18.8.3
Git - 2.45.2.windows.1
OS - Windows 11 23H2 22631.4037

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