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.12.0) · Repo · Changelog
Release Notes
5.12.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.12.0
chore: remove unsupported branch argument from update-sponsors (#4546)
fix(eslint-plugin): [init-declarations] fix nested namespace (#4544)
fix: support nested object deconstructuring with type annotation (#4548)
fix(eslint-plugin): [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#4543)
feat: add checking property definition for allowNames option (#4542)
docs: remove TEMPLATE from website; fix CSS autoprefixer warning (#4539)
chore: bump jest from 27.4.7 to 27.5.0 (#4530)
chore: bump @babel/types from 7.16.8 to 7.17.0 (#4529)
chore: bump @types/react from 17.0.38 to 17.0.39 (#4528)
chore: bump ts-node from 10.4.0 to 10.5.0 (#4526)
chore: bump pretty-format from 27.4.6 to 27.5.0 (#4527)
chore: bump lint-staged from 12.3.2 to 12.3.3 (#4525)
chore: bump monaco-editor from 0.31.1 to 0.32.1 (#4522)
chore: bump eslint-plugin-jest from 26.0.0 to 26.1.0 (#4521)
chore: bump webpack from 5.67.0 to 5.68.0 (#4518)
chore: bump @babel/runtime from 7.16.7 to 7.17.0 (#4520)
chore: bump rollup from 2.66.1 to 2.67.1 (#4519)
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