-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump eslint from 8.57.0 to 9.7.0 #206
Comments
After using the codemod to generate
This error comes from the globals package itself. We rely on a version that literally contains the said typo. The latest version (15.8.0) has been fixed. Using yarn |
The next problem is:
Unfortunately, this issue is currently blocked by eslint-plugin-ember not supporting every aspect of ESLint 9. The specific problem above should be fixed with eslint-plugin-ember#2153 (will close eslint-plugin-ember#2136) but it hasn't been released yet. |
Just a note that my fix wasn't complete, but it does open up using a workaround to getting the ember plugin running in v9. |
The Dependabot PR failed because this is a major version that changes entirely the config format for ESLint.
We should do this upgrade ourselves following the migration guide: https://eslint.org/docs/latest/use/configure/migration-guide
The text was updated successfully, but these errors were encountered: