Upgrade vue-app test project lint toolchain to ESLint 10#22
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
- Drop @babel/eslint-parser (only supported eslint <=9) and @babel/core - Bump eslint ^9.17.0 → ^10.2.0 - Bump @eslint/js ^9.17.0 → ^10.0.1 - Bump eslint-plugin-vue ^10.0.0 → ^10.8.0 - Fix eslint.config.mjs: remove babel parser; rename flat/vue3-essential → flat/essential (the vue3-specific name was dropped in plugin v10.x) Agent-Logs-Url: https://github.com/akurtakov/wildwebdeveloper/sessions/e436d9ac-0f6e-4423-84a7-16c221626e53 Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com>
Agent-Logs-Url: https://github.com/akurtakov/wildwebdeveloper/sessions/480a2aa4-dea8-43bf-b593-418c47996f6d Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
akurtakov
April 18, 2026 14:46
View session
This file contains hidden or 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
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.
@babel/eslint-parser@7.xonly supportseslint ≤9, causing the ESLint language server to crash under ESLint 10 with aConnection reseton the Java side, breaking allTestVuetests.Changes
package.json@babel/eslint-parserand@babel/core— incompatible with ESLint 10, no longer neededeslint:^9.17.0→^10.2.0@eslint/js:^9.17.0→^10.0.1eslint-plugin-vue:^10.0.0→^10.8.0(first version with explicit ESLint 10 peer dep)eslint.config.mjs@babel/eslint-parserimport andparserOptions.parserusage;espree(ESLint built-in) is sufficientflat/vue3-essential→flat/essential— thevue3--prefixed aliases were removed ineslint-plugin-vue@10.x.gitignore— addpackage-lock.jsonto prevent accidental commits