-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
v2.23 causes no-extraneous-dependencies
errors for related @types/
packages that aren't imported
#2078
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
Comments
no-extraneous-dependencies
errors for @types/ devDependenciesno-extraneous-dependencies
errors for related @types/
packages that aren't imported
Can confirm this. Reverting to 2.22.1 for now |
Possibly related issue: I'm now getting |
Can confirm this. Not only for Possible workarounds are:
|
Thanks for reporting this! I thought I was going crazy 😆. For me, |
Is this addressed by #2097? |
is this fixed yet or not? |
Yes, it’s fixed in v2.23.4. If you’re still seeing it, please file a new issue. |
Since upgrading to v2.23 I'm seeing lot's of errors in my TypeScript codebase related to
@types
dependencies, even though they are not directly being imported. for example:Is throwing:
The text was updated successfully, but these errors were encountered: