Migrate vue-app test project ESLint config to ESLint 10 flat config#11
Closed
Migrate vue-app test project ESLint config to ESLint 10 flat config#11
Conversation
…compatible) Agent-Logs-Url: https://github.com/akurtakov/wildwebdeveloper/sessions/ffa89178-8173-4e40-97a8-aaf10b8df219 Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
akurtakov
March 27, 2026 09:50
View session
Owner
|
@copilot investigate test failures |
…ndency Agent-Logs-Url: https://github.com/akurtakov/wildwebdeveloper/sessions/348c34c2-69fe-4ffb-a270-31f69740ea90 Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com>
Author
The failure was caused by a peer dependency conflict: Fixed in commit
|
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.
@vue/cli-plugin-eslint@~5.0.0only supportseslint@^6||^7||^8||^9, so bumping to^10.1.0causedERESOLVEpeer dep conflictvue-appeslint legacy config (eslintConfigin package.json) to flat config (eslint.config.mjs)eslintback to^9.17.0(ESLint 9 supports flat config, and is the max feasible version for this project)@eslint/js@^9.17.0explicitly (needed forimport js from '@eslint/js'in the flat config)eslintConfigsection fromvue-app/package.json⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.