-
Notifications
You must be signed in to change notification settings - Fork 4
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 from v8 to v9 #431
Merged
Merged
+446
−632
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MrChocolatine
force-pushed
the
upgrade-to-eslint-v9
branch
5 times, most recently
from
December 1, 2024 19:03
6a27ad3
to
7dee504
Compare
Command executed: ``` npx @eslint/migrate-config .eslintrc.js ```
Commands executed: 1. `npx yarn-deduplicate` 2. `yarn`
Looks like a bug: eslint/eslint#18757
MrChocolatine
force-pushed
the
upgrade-to-eslint-v9
branch
from
December 1, 2024 19:17
7dee504
to
39b068c
Compare
BlueCutOfficial
approved these changes
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Time to upgrade ESLint to v9 and its infamous "flat config".
While I was at it, I took this opportunity to also update other ESLint-related dependencies in order to maximise our chances to opt in to this new "flat configuration file" feature.
Build
Update
eslint
to 9.16.0 (#431)Update
eslint-plugin-ember
to 12.3.3 (#431)Update
eslint-plugin-n
to 17.14.0 (#431)Update
eslint-plugin-qunit
to 8.1.2 (#431)Add
globals
v15.12.0 (#431)Add
@eslint/js
v9.16.0 (#431)Add
@eslint/eslintrc
v3.2.0 (#431)Add
typescript-eslint
v8.16.0 (#431)This change implies the removal of:
@typescript-eslint/parser
@typescript-eslint/eslint-plugin
See:
Note:
This PR mainly reuses what I did in DazzlingFugu/ember-reading-time#246 .