-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Upgrade eslint to V9 and typescript-eslint v7 #5086
Comments
Thanks @tianyingchun It's actually updated, see https://github.com/belgattitude/nextjs-monorepo-example/blob/main/packages/eslint-config-bases/package.json But be aware than it might cause issues, I'm tracking it down in an another repo belgattitude/shared-dx#539 The idea is to first allow https://github.com/vercel/next.js/blob/dd24033caf1cfcfc3f9efde925bf54132e4d322c/packages/eslint-config-next/package.json#L15C35-L15C51 |
we don't use |
I think this will answer your question |
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1"
}, |
Yes... you're well talking about this repo ? it's on v7:
The warning I mentionned is that it will cause issues till other plugins allows it at v7 too. See above. Would suggest to play with |
yes, agree :) maybe we need to wait the |
eslint V9 now released, will |
I’ll wait till nextjs supports it. Feel free to open a pr too. Might help to discover issues as well. |
Btw the pr vercel/next.js#62137 landed in nextjs 14.2.0 |
To keep reference:
|
waiting few month later maybe :) |
https://github.com/ArnaudBarre/eslint-plugin-react-refresh |
FWIW updated typescript eslint v8 in #6025 |
@belgattitude Nextjs 15 now support eslint v9 FYI: https://nextjs.org/blog/next-15#eslint-9-support |
upgrade eslint typescript to https://typescript-eslint.io/blog/announcing-typescript-eslint-v7
The text was updated successfully, but these errors were encountered: