Update all of typescript-eslint 6.18.1 → 6.20.0 (minor) #93
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @typescript-eslint/eslint-plugin (6.18.1 → 6.20.0) · Repo · Changelog
Release Notes
6.20.0
6.19.1
6.19.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
chore(release): publish 6.20.0
fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)
chore: fix broken and outdated links (#8264)
chore(eslint-plugin): fix typos in schema definitions (#8311)
chore(deps): update react (#8042)
fix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN (#8295)
fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
chore: enable prefer-nullish-coalescing internally (#7955)
docs: show all articles in sidebar, and a missing truncate (#8306)
feat(eslint-plugin): [member-ordering] allow easy reuse of the default ordering (#8248)
docs: add `import/no-unresolved` to perf troubleshooting docs (#8190)
chore: update sponsors (#8303)
docs: underline URLs, change contrast in syntax highlighting (#8225)
fix(eslint-plugin): [no-useless-template-literals] incorrect bigint autofix result (#8283)
chore(release): publish 6.19.1
fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type variable (#8235)
fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
chore(release): publish 6.19.0
chore: make lint job use eslint-plugin outputs as inputs (#8245)
fix(typescript-estree): fix incorrect backwards-compat augmentation in TS 5.3 (#8181)
fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
fix(typescript-estree): disallow `using` as the variable keyword for `for..in` loops (#7649)
fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
fix(typescript-estree): add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
docs: link version in website header to GitHub release (#8236)
feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
docs: force space after await in no-floating-promises snippet (#8228)
feat(eslint-plugin): [no-array-delete] add new rule (#8067)
docs: base Testing Rules documentation (#8033)
feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
✳️ @typescript-eslint/parser (6.18.1 → 6.20.0) · Repo · Changelog
Release Notes
6.20.0
6.19.1
6.19.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
chore(release): publish 6.20.0
fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)
chore: fix broken and outdated links (#8264)
chore(eslint-plugin): fix typos in schema definitions (#8311)
chore(deps): update react (#8042)
fix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN (#8295)
fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
chore: enable prefer-nullish-coalescing internally (#7955)
docs: show all articles in sidebar, and a missing truncate (#8306)
feat(eslint-plugin): [member-ordering] allow easy reuse of the default ordering (#8248)
docs: add `import/no-unresolved` to perf troubleshooting docs (#8190)
chore: update sponsors (#8303)
docs: underline URLs, change contrast in syntax highlighting (#8225)
fix(eslint-plugin): [no-useless-template-literals] incorrect bigint autofix result (#8283)
chore(release): publish 6.19.1
fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type variable (#8235)
fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
chore(release): publish 6.19.0
chore: make lint job use eslint-plugin outputs as inputs (#8245)
fix(typescript-estree): fix incorrect backwards-compat augmentation in TS 5.3 (#8181)
fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
fix(typescript-estree): disallow `using` as the variable keyword for `for..in` loops (#7649)
fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
fix(typescript-estree): add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
docs: link version in website header to GitHub release (#8236)
feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
docs: force space after await in no-floating-promises snippet (#8228)
feat(eslint-plugin): [no-array-delete] add new rule (#8067)
docs: base Testing Rules documentation (#8033)
feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands