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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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 (^4.31.0 → ^5.7.0) · Repo · Changelog
Release Notes
5.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore: publish v5.7.0
docs(website): add simple ts ast viewer (#4243)
docs(eslint-plugin): update readme and roadmap links to point to website (#4277)
docs(website): optimize playground config editor (#4242)
chore: update codecov/codecov-action to v2 (#4278)
docs: updates to security rules in ROADMAP.md (#4271)
fix(typescript-estree): type-only regression for consumers not yet on TS 4.5 (#4272)
chore: bump @rollup/pluginutils from 3.1.0 to 4.1.1 (#4267)
chore: bump pretty-format from 27.3.1 to 27.4.2 (#4265)
docs(website): fix tsconfig.eslint.json instead of .eslintrc.js in code snippet (#4263)
chore: bump webpack from 5.64.4 to 5.65.0 (#4266)
chore: bump ts-jest from 27.0.7 to 27.1.0 (#4254)
chore: bump rollup from 2.60.1 to 2.60.2 (#4257)
chore: bump jest from 27.3.1 to 27.4.3 (#4255)
chore: bump @microsoft/api-extractor from 7.18.19 to 7.18.21 (#4262)
docs(eslint-plugin): Mention `useUnknownInCatchVariables` in `no-implicit-any-catch` (#4252)
feat(eslint-plugin): [consistent-type-imports] support TS4.5 inline import specifiers (#4237)
feat(eslint-plugin): [consistent-type-exports] support TS4.5 inline export specifiers (#4236)
feat(eslint-plugin): [no-shadow] support TS4.5 inline import specifiers (#4239)
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