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.34.0) · Repo · Changelog
Release Notes
5.34.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
chore: publish v5.34.0
chore(website): generated rule Resources with source links (#5516)
chore: test node v14 on ci.yml (#5512)
feat(eslint-plugin): [prefer-optional-chain] support suggesting `!foo || !foo.bar` as a valid match for the rule (#5266)
chore: Bump json-schema-to-typescript from 11.0.1 to 11.0.2 (#5503)
chore: remove opencollective sponsors from the root readme (#5506)
chore: Bump lerna from 5.4.2 to 5.4.3 (#5498)
chore: Bump @types/lodash from 4.14.182 to 4.14.183 (#5499)
chore: Bump @types/prettier from 2.6.0 to 2.7.0 (#5500)
chore(website): generate rule docs options automatically (#5386)
fix(eslint-plugin) : Typo in TYPED_LINTING.md (#5502)
chore(website): improve rules table UX (#5501)
feat(types): add unbound property in parser options (#5419)
chore: bump Prettier to 2.7 (#5491)
chore: update eslint-plugin-eslint-plugin to 5.0.5 (#5493)
chore(eslint-plugin): stop linting rule output formatting in tests (#5379)
chore(website): simplify sponsor displays to just minimums (#5476)
fix(scope-manager): visit static blocks (#5489)
fix(ast-spec): NewExpression argument can be SpreadElement now (#5422)
fix(eslint-plugin): [no-useless-constructor] handle parameter decorator (#5450)
Switch to lightbulb emoji to denote rule suggestions (#5473)
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