fix: migrate to ESLint 9 flat config for gts 7 compatibility#91
Merged
EndBug merged 3 commits intodependabot/npm_and_yarn/multi-c2d8b9b5cefrom Feb 28, 2026
Merged
Conversation
Co-authored-by: EndBug <26386270+EndBug@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dependencies eslint and gts to latest versions
fix: migrate to ESLint 9 flat config for gts 7 compatibility
Feb 28, 2026
EndBug
requested changes
Feb 28, 2026
Co-authored-by: EndBug <26386270+EndBug@users.noreply.github.com>
9ef8960
into
dependabot/npm_and_yarn/multi-c2d8b9b5ce
4 checks passed
EndBug
added a commit
that referenced
this pull request
Feb 28, 2026
* chore(deps): bump eslint and gts Bumps [eslint](https://github.com/eslint/eslint) to 9.39.2 and updates ancestor dependency [gts](https://github.com/google/gts). These dependencies need to be updated together. Updates `eslint` from 8.57.0 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.0...v9.39.2) Updates `gts` from 5.3.1 to 7.0.0 - [Release notes](https://github.com/google/gts/releases) - [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md) - [Commits](google/gts@v5.3.1...v7.0.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.2 dependency-type: indirect - dependency-name: gts dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix: migrate to ESLint 9 flat config for gts 7 compatibility (#91) * Initial plan * fix: migrate to ESLint 9 flat config and fix tsconfig for gts 7 Co-authored-by: EndBug <26386270+EndBug@users.noreply.github.com> * fix: remove old .eslintrc.json (replaced by eslint.config.js) Co-authored-by: EndBug <26386270+EndBug@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: EndBug <26386270+EndBug@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: EndBug <26386270+EndBug@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.config.js(flat config format required by ESLint 9.x).eslintignore(migrated to gts's built-in ignores).eslintrc.json(replaced byeslint.config.js).prettierrc.jsformattingtsconfig.json- removedeclaration: false(incompatible withcomposite: truein gts 7)💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.