Remove deprecated @typescript-eslint stylistic rules incompatible with v8#782
Merged
alexarchambault merged 3 commits intodependabot/npm_and_yarn/eslint-plugin-github-6.0.0from Feb 19, 2026
Conversation
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
… rules Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update eslint-plugin-github to version 6.0.0
Remove deprecated @typescript-eslint stylistic rules incompatible with v8
Feb 19, 2026
alexarchambault
approved these changes
Feb 19, 2026
16f7b9b
into
dependabot/npm_and_yarn/eslint-plugin-github-6.0.0
4 checks passed
alexarchambault
added a commit
that referenced
this pull request
Feb 19, 2026
* Bump eslint-plugin-github from 4.10.2 to 6.0.0 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.10.2 to 6.0.0. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.10.2...v6.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix ESLint config compatibility with eslint-plugin-github v6 (#779) * Initial plan * Initial plan Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> * Fix ESLint config for eslint-plugin-github v6 compatibility 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> * Remove deprecated @typescript-eslint stylistic rules incompatible with v8 (#782) * Initial plan * Initial plan Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> * Remove deprecated @typescript-eslint/semi and type-annotation-spacing rules 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> * Restore semi and type-annotation-spacing lint rules via @stylistic/eslint-plugin-ts (#783) * Initial plan * Add back semi linting rules via @stylistic/eslint-plugin-ts 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> Co-authored-by: Alex Archambault <alexandre.archambault@gmail.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.
@typescript-eslint/eslint-pluginv8 removed several stylistic rules, causing lint failures after the upgrade toeslint-plugin-github6.0.0 pulled in the newer@typescript-eslintpackages.Changes
.eslintrc.json: Remove@typescript-eslint/semiand@typescript-eslint/type-annotation-spacing— both were dropped in@typescript-eslintv8 (moved to@stylistic/eslint-plugin-ts)💡 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.