Upgrade typescript-eslint to v8 - #31
Merged
Merged
Conversation
Move the plugin and parser together to 8.69.0 (PR #30 bumped the plugin alone, which broke npm ci with ERESOLVE) and pin eslint to ^8.57.0, the lowest 8.x the v8 packages accept, so the existing .eslintrc.json keeps working. Update two stale eslint-disable directives: no-var-requires is now no-require-imports, and the ban-types disable is no longer needed.
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.
Moves
@typescript-eslint/eslint-pluginand@typescript-eslint/parsertogether to 8.69.0 — PR #30 bumped the plugin alone, sonpm cifailed with ERESOLVE against the^6.0.0parser pin. eslint stays on the 8.x line (^8.57.0, the lowest the v8 packages accept) so the existing.eslintrc.jsonkeeps working. Two stale eslint-disable directives needed updating for v8's rule changes:no-var-requiresis nowno-require-imports, and theban-typesdisable is no longer needed since that rule was removed. Supersedes #30.