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 Warnings When Installing #1111

Open
akdombrowski opened this issue Jan 18, 2025 · 1 comment
Open

Deprecated Warnings When Installing #1111

akdombrowski opened this issue Jan 18, 2025 · 1 comment

Comments

@akdombrowski
Copy link

I get quite a few deprecated warnings from npm when installing prettier-eslint. Are there plans to update these?

npm install --save-dev prettier-eslint

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 @humanwhocodes/[email protected]: Use @eslint/config-array instead
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
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm warn deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
@akdombrowski
Copy link
Author

Here's an example of npm why with one of the warned about packages:

npm why inflight

[email protected] dev
node_modules/inflight
  inflight@"^1.0.4" from [email protected]
  node_modules/glob
    glob@"^7.1.3" from [email protected]
    node_modules/rimraf
      rimraf@"^3.0.2" from [email protected]
      node_modules/prettier-eslint/node_modules/flat-cache
        flat-cache@"^3.0.4" from [email protected]
        node_modules/prettier-eslint/node_modules/file-entry-cache
          file-entry-cache@"^6.0.1" from [email protected]
          node_modules/prettier-eslint/node_modules/eslint
            eslint@"^8.7.0" from [email protected]
            node_modules/prettier-eslint
              dev prettier-eslint@"^16.3.0" from the root project
            peer eslint@"^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
            node_modules/prettier-eslint/node_modules/@typescript-eslint/parser
              @typescript-eslint/parser@"^6.7.5" from [email protected]
              node_modules/prettier-eslint
                dev prettier-eslint@"^16.3.0" from the root project

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