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.31.0) · Repo · Changelog
Release Notes
5.31.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore: publish v5.31.0
docs: remove extra paren in readme (#5375)
feat(eslint-plugin): [prefer-nullish-coalescing] add ignoreTernaryTests option (#4965)
chore(website): multiple fixes to rule docs generation (#5365)
chore(website): add formatting (Prettier) page (#5363)
chore(website): generate rule docs h1 and description automatically (#5249)
fix(scope-manager): handle typeParameters of TSInstantiationExpression (#5355)
chore(website): add current version of typescript to playground dropdown (#5341)
chore(website): streamlined Getting Started docs (#5248)
fix(eslint-plugin): [typedef] Support nested array destructuring with type annotation (#5311)
feat(eslint-plugin): [consistent-generic-ctors] check class field declaration (#5288)
chore: Bump terser from 5.14.0 to 5.14.2 (#5358)
chore: Bump @swc/jest from 0.2.21 to 0.2.22 (#5351)
chore: Bump eslint-plugin-jest from 26.5.3 to 26.6.0 (#5349)
chore: Bump rollup from 2.75.7 to 2.77.0 (#5348)
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