chore: investigate eslint v10 peer conflict with eslint-plugin-github#206
Closed
Copilot wants to merge 1 commit intodependabot/npm_and_yarn/main/development-dependencies-b8ff1f33d0from
Closed
Conversation
Copilot
AI
changed the title
[WIP] Chore: Bump development dependencies with 4 updates
chore: investigate eslint v10 peer conflict with eslint-plugin-github
Mar 6, 2026
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.
eslint-plugin-github@6.0.0(latest) declarespeerDependencies: { "eslint": "^8 || ^9" }, blockingnpm install/npm ciafter the dependabot bump toeslint@^10.0.2. No published version ofeslint-plugin-githubsupports eslint v10.Options
overrides— add topackage.jsonto force peer resolution; unblocks immediately but carries runtime risk since eslint v10 removed several deprecated APIs:.npmrclegacy-peer-deps=true— same runtime risk, less targeted than overrideseslint-plugin-github— the project already overrides several of its recommended rules to'off'; removing the plugin and keeping only the actively-used rules is the cleanest long-term pathgithub/eslint-plugin-githubto publish eslint v10 support✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.