You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
I get quite a few deprecated warnings from npm when installing
prettier-eslint
. Are there plans to update these?The text was updated successfully, but these errors were encountered: