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.21.0) · Repo · Changelog
Release Notes
5.21.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
chore: publish v5.21.0
chore: Bump @microsoft/api-extractor from 7.21.2 to 7.23.0 (#4850)
chore: Bump @rollup/plugin-commonjs from 21.1.0 to 22.0.0 (#4853)
chore: Bump @rollup/plugin-node-resolve from 13.2.0 to 13.2.1 (#4854)
chore: Bump eslint-plugin-jest from 26.1.4 to 26.1.5 (#4856)
chore: Bump lint-staged from 12.3.7 to 12.4.0 (#4855)
chore: Bump @types/lodash from 4.14.181 to 4.14.182 (#4852)
fix(eslint-plugin): [space-infix-ops] fix no error when right type is function (#4848)
docs: remove duplicate period in `method-signature-style` (#4849)
fix(eslint-plugin): [no-misused-promises] prioritize false returns when checking whether a function returns only void (#4841)
fix(eslint-plugin): [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#4844)
feat(eslint-plugin): [parameter-properties] add rule to replace `no-parameter-properties` (#4622)
chore(website): upgrade docusaurus (#4692)
chore: Bump semver from 7.3.5 to 7.3.7 (#4838)
chore: Bump rollup from 2.70.1 to 2.70.2 (#4834)
chore: Bump @rollup/plugin-commonjs from 21.0.3 to 21.1.0 (#4837)
chore: Bump @rollup/pluginutils from 4.2.0 to 4.2.1 (#4836)
chore: Bump @swc/core from 1.2.165 to 1.2.168 (#4835)
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