-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ESLint + Typescript results in dependency errors since v9.0.0 inclusion on svelte@latest #12105
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
I have the same issue, seems to be a major bug. |
This issue seems to have been introduced in #12089 When running Anyone looking for a quick workaround you can either manually downgrade eslint to |
Ah, it seems we may have upgraded too early. Despite the version warnings and the libraries not being officially compatible it should still work: typescript-eslint/typescript-eslint#8211 (comment) I wonder how long it will take for a new version to roll out though and if we need to rollback in the meantime 🤔 |
The other option would be to set |
Thank you for both the temp workaround advice and subsequent quick resolve @benmccann ❤️. |
ts-lint v8 will support eslint v9 |
Describe the bug
When using TypeScript syntax and ESLint with svelte@latest, dependencies cannot be resolved.
Reproduction
npm create svelte@latest example-project
cd example-project
npm install
Logs
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: