Conversation
Update to latest patch versions within the same major: - eslint: 8.28.0 → 8.57.1 - @typescript-eslint/eslint-plugin: 5.44.0 → 5.62.0 - @typescript-eslint/parser: 5.44.0 → 5.62.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- @typescript-eslint/eslint-plugin: 5.62.0 → 8.57.1 - @typescript-eslint/parser: 5.62.0 → 8.57.1 - Remove @typescript-eslint/semi rule (dropped in v8), use eslint semi instead Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- eslint: 8.57.1 → 10.0.3 - Replace @typescript-eslint/eslint-plugin + @typescript-eslint/parser with unified typescript-eslint package - Migrate .eslintrc.json → eslint.config.mjs (flat config) - Remove --ext ts from lint script (handled by files glob in config) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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.
Update eslint from 8.28.0 to 10.0.3.
Done in 3 steps to make changes easy to review:
Update to latest patch versions (same major)
Update @typescript-eslint/ from v5 to v8*
@typescript-eslint/semirule (dropped in v8), usesemiinsteadUpdate eslint to v10 and migrate to flat config
@typescript-eslint/eslint-plugin+@typescript-eslint/parserwithtypescript-eslint.eslintrc.json→eslint.config.mjs--ext tsfrom lint script (file matching is now in config)