chore: upgrade to ESLint 10 and unify stylistic plugins#490
Merged
TheRealAgentK merged 2 commits intodevelopfrom Apr 2, 2026
Merged
chore: upgrade to ESLint 10 and unify stylistic plugins#490TheRealAgentK merged 2 commits intodevelopfrom
TheRealAgentK merged 2 commits intodevelopfrom
Conversation
- eslint 9.16.0 → 10.1.0 - @eslint/js 9.2.0 → 10.0.1 - typescript-eslint 8.39.0 → 8.58.0 - @stylistic/eslint-plugin 5.1.0 → 5.10.0 - eslint-plugin-tsdoc 0.5.0 → 0.5.2 - Remove deprecated @stylistic/eslint-plugin-ts (merged into unified plugin) - Update config references: recommended-flat → recommended - Migrate @stylistic/ts/* rules to @stylistic/*
sumitramanga
approved these changes
Apr 2, 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.
Summary
Coordinated upgrade of ESLint and related linting packages to v10, replacing the individual Dependabot PRs (#487, #475) that couldn't be merged independently.
Package Changes
eslint@eslint/jstypescript-eslint@stylistic/eslint-plugineslint-plugin-tsdoc@stylistic/eslint-plugin-tsConfig Changes
recommended-flat→recommendedin botheslint.config.mjsandtseslint.config.mjs@stylistic/ts/*rules migrated to@stylistic/*(unified plugin)@stylistic/eslint-plugin-tsimport fromtseslint.config.mjsVerification
tsc) — cleanRelated
Supersedes #487 and #475 which can be closed after this merges.