Update all of typescript-eslint 8.4.0 → 8.5.0 (minor) #230
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 (8.4.0 → 8.5.0) · Repo · Changelog
Release Notes
8.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
chore(release): publish 8.5.0
fix(eslint-plugin): [consistent-type-assertions] access parser services lazily (#9921)
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
chore: enable `eslint-plugin-regexp` (#9948)
docs: [no-floating-promises] add MDN link regarding void operator (#9953)
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as deprecated (#9914)
chore: added 'Additional Information' section to docs and repo issue templates (#9918)
chore: also test rule-tester in CI (#9919)
chore: add blog/authors.yml for Docusaurus (#9927)
fix(deps): update dependency prism-react-renderer to v2.4.0 (#9943)
chore: update sponsors (#9945)
chore(deps): update dependency stylelint to v16.9.0 (#9933)
chore(deps): update dependency eslint-plugin-perfectionist to v3.3.0 (#9929)
feat(typescript-estree): default projectService.defaultProject to 'tsconfig.json' (#9893)
chore: enable `unicorn/prefer-array-some` (#9932)
chore: enable unicorn/prefer-spread (#9834)
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
chore: enable `unicorn/prefer-structured-clone` (#9911)
chore: enable `unicorn/no-single-promise-in-promise-methods` (#9916)
chore: enable `unicorn/no-length-as-slice-end` (#9915)
docs(eslint-plugin): [no-redeclare] remove repeated word (#9922)
chore: remove unused `eslint-plugin-deprecation` `.d.ts` (#9910)
feat(eslint-plugin): [no-duplicate-type-constituents] prevent unnecessary `| undefined` for optional parameters (#9479)
chore: enable unicorn/no-array-reduce (#9640)
docs: add Troubleshooting entry for debugging slow lint rules (#9892)
chore(eslint-plugin-internal): noUnnecessaryNoFormat (#9881)
✳️ @typescript-eslint/parser (8.4.0 → 8.5.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 28 commits:
chore(release): publish 8.5.0
fix(eslint-plugin): [consistent-type-assertions] access parser services lazily (#9921)
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
chore: enable `eslint-plugin-regexp` (#9948)
docs: [no-floating-promises] add MDN link regarding void operator (#9953)
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as deprecated (#9914)
chore: added 'Additional Information' section to docs and repo issue templates (#9918)
chore: also test rule-tester in CI (#9919)
chore: add blog/authors.yml for Docusaurus (#9927)
fix(deps): update dependency prism-react-renderer to v2.4.0 (#9943)
chore: update sponsors (#9945)
chore(deps): update dependency stylelint to v16.9.0 (#9933)
chore(deps): update dependency eslint-plugin-perfectionist to v3.3.0 (#9929)
feat(typescript-estree): default projectService.defaultProject to 'tsconfig.json' (#9893)
chore: enable `unicorn/prefer-array-some` (#9932)
chore: enable unicorn/prefer-spread (#9834)
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
chore: enable `unicorn/prefer-structured-clone` (#9911)
chore: enable `unicorn/no-single-promise-in-promise-methods` (#9916)
chore: enable `unicorn/no-length-as-slice-end` (#9915)
docs(eslint-plugin): [no-redeclare] remove repeated word (#9922)
chore: remove unused `eslint-plugin-deprecation` `.d.ts` (#9910)
feat(eslint-plugin): [no-duplicate-type-constituents] prevent unnecessary `| undefined` for optional parameters (#9479)
chore: enable unicorn/no-array-reduce (#9640)
docs: add Troubleshooting entry for debugging slow lint rules (#9892)
chore(eslint-plugin-internal): noUnnecessaryNoFormat (#9881)
Release Notes
8.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
chore(release): publish 8.5.0
fix(eslint-plugin): [consistent-type-assertions] access parser services lazily (#9921)
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
chore: enable `eslint-plugin-regexp` (#9948)
docs: [no-floating-promises] add MDN link regarding void operator (#9953)
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as deprecated (#9914)
chore: added 'Additional Information' section to docs and repo issue templates (#9918)
chore: also test rule-tester in CI (#9919)
chore: add blog/authors.yml for Docusaurus (#9927)
fix(deps): update dependency prism-react-renderer to v2.4.0 (#9943)
chore: update sponsors (#9945)
chore(deps): update dependency stylelint to v16.9.0 (#9933)
chore(deps): update dependency eslint-plugin-perfectionist to v3.3.0 (#9929)
feat(typescript-estree): default projectService.defaultProject to 'tsconfig.json' (#9893)
chore: enable `unicorn/prefer-array-some` (#9932)
chore: enable unicorn/prefer-spread (#9834)
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
chore: enable `unicorn/prefer-structured-clone` (#9911)
chore: enable `unicorn/no-single-promise-in-promise-methods` (#9916)
chore: enable `unicorn/no-length-as-slice-end` (#9915)
docs(eslint-plugin): [no-redeclare] remove repeated word (#9922)
chore: remove unused `eslint-plugin-deprecation` `.d.ts` (#9910)
feat(eslint-plugin): [no-duplicate-type-constituents] prevent unnecessary `| undefined` for optional parameters (#9479)
chore: enable unicorn/no-array-reduce (#9640)
docs: add Troubleshooting entry for debugging slow lint rules (#9892)
chore(eslint-plugin-internal): noUnnecessaryNoFormat (#9881)
Commits
See the full diff on Github. The new version differs by 28 commits:
chore(release): publish 8.5.0
fix(eslint-plugin): [consistent-type-assertions] access parser services lazily (#9921)
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
chore: enable `eslint-plugin-regexp` (#9948)
docs: [no-floating-promises] add MDN link regarding void operator (#9953)
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as deprecated (#9914)
chore: added 'Additional Information' section to docs and repo issue templates (#9918)
chore: also test rule-tester in CI (#9919)
chore: add blog/authors.yml for Docusaurus (#9927)
fix(deps): update dependency prism-react-renderer to v2.4.0 (#9943)
chore: update sponsors (#9945)
chore(deps): update dependency stylelint to v16.9.0 (#9933)
chore(deps): update dependency eslint-plugin-perfectionist to v3.3.0 (#9929)
feat(typescript-estree): default projectService.defaultProject to 'tsconfig.json' (#9893)
chore: enable `unicorn/prefer-array-some` (#9932)
chore: enable unicorn/prefer-spread (#9834)
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
chore: enable `unicorn/prefer-structured-clone` (#9911)
chore: enable `unicorn/no-single-promise-in-promise-methods` (#9916)
chore: enable `unicorn/no-length-as-slice-end` (#9915)
docs(eslint-plugin): [no-redeclare] remove repeated word (#9922)
chore: remove unused `eslint-plugin-deprecation` `.d.ts` (#9910)
feat(eslint-plugin): [no-duplicate-type-constituents] prevent unnecessary `| undefined` for optional parameters (#9479)
chore: enable unicorn/no-array-reduce (#9640)
docs: add Troubleshooting entry for debugging slow lint rules (#9892)
chore(eslint-plugin-internal): noUnnecessaryNoFormat (#9881)
Commits
See the full diff on Github. The new version differs by 28 commits:
chore(release): publish 8.5.0
fix(eslint-plugin): [consistent-type-assertions] access parser services lazily (#9921)
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
chore: enable `eslint-plugin-regexp` (#9948)
docs: [no-floating-promises] add MDN link regarding void operator (#9953)
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as deprecated (#9914)
chore: added 'Additional Information' section to docs and repo issue templates (#9918)
chore: also test rule-tester in CI (#9919)
chore: add blog/authors.yml for Docusaurus (#9927)
fix(deps): update dependency prism-react-renderer to v2.4.0 (#9943)
chore: update sponsors (#9945)
chore(deps): update dependency stylelint to v16.9.0 (#9933)
chore(deps): update dependency eslint-plugin-perfectionist to v3.3.0 (#9929)
feat(typescript-estree): default projectService.defaultProject to 'tsconfig.json' (#9893)
chore: enable `unicorn/prefer-array-some` (#9932)
chore: enable unicorn/prefer-spread (#9834)
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
chore: enable `unicorn/prefer-structured-clone` (#9911)
chore: enable `unicorn/no-single-promise-in-promise-methods` (#9916)
chore: enable `unicorn/no-length-as-slice-end` (#9915)
docs(eslint-plugin): [no-redeclare] remove repeated word (#9922)
chore: remove unused `eslint-plugin-deprecation` `.d.ts` (#9910)
feat(eslint-plugin): [no-duplicate-type-constituents] prevent unnecessary `| undefined` for optional parameters (#9479)
chore: enable unicorn/no-array-reduce (#9640)
docs: add Troubleshooting entry for debugging slow lint rules (#9892)
chore(eslint-plugin-internal): noUnnecessaryNoFormat (#9881)
Release Notes
8.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
chore(release): publish 8.5.0
fix(eslint-plugin): [consistent-type-assertions] access parser services lazily (#9921)
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
chore: enable `eslint-plugin-regexp` (#9948)
docs: [no-floating-promises] add MDN link regarding void operator (#9953)
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as deprecated (#9914)
chore: added 'Additional Information' section to docs and repo issue templates (#9918)
chore: also test rule-tester in CI (#9919)
chore: add blog/authors.yml for Docusaurus (#9927)
fix(deps): update dependency prism-react-renderer to v2.4.0 (#9943)
chore: update sponsors (#9945)
chore(deps): update dependency stylelint to v16.9.0 (#9933)
chore(deps): update dependency eslint-plugin-perfectionist to v3.3.0 (#9929)
feat(typescript-estree): default projectService.defaultProject to 'tsconfig.json' (#9893)
chore: enable `unicorn/prefer-array-some` (#9932)
chore: enable unicorn/prefer-spread (#9834)
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
chore: enable `unicorn/prefer-structured-clone` (#9911)
chore: enable `unicorn/no-single-promise-in-promise-methods` (#9916)
chore: enable `unicorn/no-length-as-slice-end` (#9915)
docs(eslint-plugin): [no-redeclare] remove repeated word (#9922)
chore: remove unused `eslint-plugin-deprecation` `.d.ts` (#9910)
feat(eslint-plugin): [no-duplicate-type-constituents] prevent unnecessary `| undefined` for optional parameters (#9479)
chore: enable unicorn/no-array-reduce (#9640)
docs: add Troubleshooting entry for debugging slow lint rules (#9892)
chore(eslint-plugin-internal): noUnnecessaryNoFormat (#9881)
Release Notes
8.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
chore(release): publish 8.5.0
fix(eslint-plugin): [consistent-type-assertions] access parser services lazily (#9921)
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
chore: enable `eslint-plugin-regexp` (#9948)
docs: [no-floating-promises] add MDN link regarding void operator (#9953)
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as deprecated (#9914)
chore: added 'Additional Information' section to docs and repo issue templates (#9918)
chore: also test rule-tester in CI (#9919)
chore: add blog/authors.yml for Docusaurus (#9927)
fix(deps): update dependency prism-react-renderer to v2.4.0 (#9943)
chore: update sponsors (#9945)
chore(deps): update dependency stylelint to v16.9.0 (#9933)
chore(deps): update dependency eslint-plugin-perfectionist to v3.3.0 (#9929)
feat(typescript-estree): default projectService.defaultProject to 'tsconfig.json' (#9893)
chore: enable `unicorn/prefer-array-some` (#9932)
chore: enable unicorn/prefer-spread (#9834)
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
chore: enable `unicorn/prefer-structured-clone` (#9911)
chore: enable `unicorn/no-single-promise-in-promise-methods` (#9916)
chore: enable `unicorn/no-length-as-slice-end` (#9915)
docs(eslint-plugin): [no-redeclare] remove repeated word (#9922)
chore: remove unused `eslint-plugin-deprecation` `.d.ts` (#9910)
feat(eslint-plugin): [no-duplicate-type-constituents] prevent unnecessary `| undefined` for optional parameters (#9479)
chore: enable unicorn/no-array-reduce (#9640)
docs: add Troubleshooting entry for debugging slow lint rules (#9892)
chore(eslint-plugin-internal): noUnnecessaryNoFormat (#9881)
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