Update all of typescript-eslint 5.22.0 → 7.8.0 (major) #167
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @typescript-eslint/eslint-plugin (5.22.0 → 7.8.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 7.8.0
feat(rule-tester): assert suggestion messages are unique (#8995)
fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)
docs: update major release instructions based on v6 release (#8913)
docs: mention strict and stylistic configs in Getting Started (#8916)
fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)
docs: add eslint v9 tracking issue to main README (#8998)
chore: fix ci.yml canary releases to use nx, not lerna (#8962)
feat(typescript-estree): add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)
test(type-utils): add unit tests for requiresQuoting (#8691)
fix(utils): export ESLint backwards-compat functions (#8976)
chore: resolve lint issues on main branch (#8966)
✳️ @typescript-eslint/parser (5.22.0 → 7.8.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 7.8.0
feat(rule-tester): assert suggestion messages are unique (#8995)
fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)
docs: update major release instructions based on v6 release (#8913)
docs: mention strict and stylistic configs in Getting Started (#8916)
fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)
docs: add eslint v9 tracking issue to main README (#8998)
chore: fix ci.yml canary releases to use nx, not lerna (#8962)
feat(typescript-estree): add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)
test(type-utils): add unit tests for requiresQuoting (#8691)
fix(utils): export ESLint backwards-compat functions (#8976)
chore: resolve lint issues on main branch (#8966)
Sorry, we couldn't find anything useful about this release.
Release Notes
4.3.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
4.3.4
replace deprecated String.prototype.substr() (#876)
add section about configuring JS console to show debug messages (#866)
Release Notes
3.4.3
3.4.2
3.4.1
3.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
chore: release 3.4.3 (#57)
chore: Add back add-to-triage (#59)
chore: standardize npm script names (#55)
chore: update `typedef` in build keys template (#58)
chore: Remove add-to-triage (#56)
chore: release 3.4.2 (#51)
chore: Add PRs to triage (#54)
ci: generate provenance statements when release (#53)
docs: remove `release` script reference from README (#52)
docs: fix spelling mistakes (#50)
chore: release 3.4.1 (#49)
chore: set up release-please (#48)
fix: correct types for node16 resolution (#47)
ci: run tests on Node.js v20 (#45)
3.4.0
Build: changelog update for 3.4.0
fix: remove useless sourcemap url (fixes #43) (#44)
chore: add triage action (#42)
ci: add Node v19 (#41)
chore: update github actions and add funding field (#40)
build: add node v18 (#39)
feat: add `JSXSpreadChild` and tool to build keys out of AST definitions (#36)
docs: update badges (#37)
Release Notes
5.3.0
5.2.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
5.3.1: #108: remove BOM before processing .gitignore rules
5.3.0: #105
Merge pull request #105 from DamianGlowala/patch-1
Update index.d.ts
test: rollback tap for the breaking change
Merge pull request #103 from kaelzhang/dependabot/npm_and_yarn/tap-18.5.3
Bump tap from 16.3.9 to 18.5.3
test/typescript: add more tests for interface Ignore
chore: upgrade dev deps
#94: upgrade mkdirp -> 3.0.0
Merge pull request #93 from kaelzhang/dependabot/npm_and_yarn/rimraf-5.0.0
Bump rimraf from 4.4.1 to 5.0.0
Merge pull request #92 from kaelzhang/dependabot/npm_and_yarn/typescript-5.0.2
Bump typescript from 4.9.5 to 5.0.2
test: update git actions: since ignore are node-version-agnostic, so only test on node LTS
test: since ignore are node-version-agnostic, so only test on node LTS
chore: upgrade dev dependencies, fixes #85, fixes #89, fixes #86
Create dependabot.yml
5.2.4: README: update github action badge
test/coverage: do not force test coverage on windows since it is quite hard to ignore different lines for linux and windows
test/coverage: remove the buggy "istanbul ignore next" (nyc @15.1.0)
test: another test cases related to #57
dev: upgrade dev dependencies
test: remove timeout setting for git-check-ignore
5.2.3: fixes #57: fixes normal single / consecutive asterisks
#57: test: support test.only
#81: fixes windows test cases
#81: fixes windows test cases
5.2.2: fixes #81: invalid single trailing backslash should not throw
5.2.1: fixes typo in the example of "backslash hash", related to #83
#76: add test case
Release Notes
7.6.2
7.6.1
7.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
chore: release 7.6.2 (#714)
fix(lru): use map.delete() directly (#713)
chore: release 7.6.1 (#706)
deps: uninstall `lru-cache` (#709)
chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss to 4.22.0
fix(linting): no-unused-vars
fix: use internal cache implementation
deps: remove lru-cache
chore: chore: chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss from 4.21.3 to 4.21.4
chore: add benchmarks (#696)
chore: various improvements to README (#688)
fix: typo in compareBuild debug message (#682)
chore: release 7.6.0 (#661)
feat: preserve pre-release and build parts of a version on coerce (#671)
chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss from 4.21.1 to 4.21.3
chore: postinstall for dependabot template-oss PR
chore: chore: chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss from 4.19.0 to 4.21.0
chore: add clean() test for build metadata (#658)
chore: add missing quotes in README.md (#656)
chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss from 4.18.1 to 4.19.0
chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss from 4.18.0 to 4.18.1
chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss from 4.17.0 to 4.18.0
🆕 @eslint-community/eslint-utils (added, 4.4.0)
🆕 @eslint-community/regexpp (added, 4.10.0)
🆕 @types/semver (added, 7.5.8)
🆕 graphemer (added, 1.4.0)
🆕 ts-api-utils (added, 1.3.0)
🗑️ lru-cache (removed)
🗑️ yallist (removed)
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