Bump eslint 8 → 10, migrate to flat config, remove eslint-plugin-github#797
Merged
alexarchambault merged 2 commits intoFeb 20, 2026
Conversation
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update eslint from 8.57.0 to 10.0.0
Bump eslint 8 → 10, migrate to flat config, remove eslint-plugin-github
Feb 20, 2026
alexarchambault
approved these changes
Feb 20, 2026
a18b0f1
into
dependabot/npm_and_yarn/eslint-10.0.0
4 checks passed
alexarchambault
added a commit
that referenced
this pull request
Feb 20, 2026
* Bump eslint from 8.57.0 to 10.0.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.0...v10.0.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump eslint 8 → 10, migrate to flat config, remove eslint-plugin-github (#797) * Initial plan * Remove eslint-plugin-github, migrate to eslint flat config for eslint 10 Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
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 10 dropped support for
.eslintrc.*config format andeslint-plugin-github@6only supportseslint@^8||^9, making the two incompatible.Changes
eslint-plugin-githubfromdevDependencies— incompatible with eslint 10.eslintrc.jsonand.eslintignore— no longer supported in eslint 10eslint.config.js— flat config equivalent of the removed.eslintrc.json, preserving all existing@typescript-eslintand@stylistic/tsrules🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.