-
-
Notifications
You must be signed in to change notification settings - Fork 211
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 Packages caused by eslint v8.x #794
Comments
I'm also getting the same error with eslint v9. |
@mkaurbouvet do you mean you updated the code base and the requirements to eslint v9 and you still get these error messages? |
@FakeFriend24 I have "eslint": "^9.16.0" installed in the project and there was no issue during npm install. Later I added "vite-plugin-pwa": "^0.21.1", and then npm install started giving deprecated package warning.
|
@FakeFriend24 @mkaurbouvet can you check with pkg-pr-new version in linked PR? |
I tried to install vite plugin pwa with npm, but it seems it installs potentially unsafe repositories:
after some research i discovered on the vite github a similar issue ( Issue 17306@Vite ) and it seems it is caused by v8.x of eslint depending on a deprecated and unsupported glob which in turn depends on an unsafe inflight.
it seems vite already fixed this with their own upgrade to eslint v9, is there any plans to do so in the near future?
Greetings,
Jey
The text was updated successfully, but these errors were encountered: