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.28.0) · Repo · Changelog
Release Notes
5.28.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.28.0
feat(ast-spec): extract `AssignmentOperatorToText` (#3570)
chore(website): [playground] correct issues with libs (#5162)
chore(eslint-plugin): [prefer-optional-chain] fix incorrect syntax in documentation (#5172)
docs(website): [playground] add links to documentation and improve fixers (#5169)
fix: [TS4.7] allow visiting of typeParameters in TSTypeQuery (#5166)
docs: use custom diff code blocks (#5099)
chore(website): [playground] support enum values and remove compilerOptions filter (#5125)
docs: remove unexpected 'as const' in incorrect example (#5161)
chore(website): [playground] parse eslint module config on parse and improve visual editor (#5112)
feat(eslint-plugin): [consistent-generic-constructors] add rule (#4924)
fix(eslint-plugin): [space-infix-ops] support for optional property without type (#5155)
chore: Bump @types/jest from 27.5.1 to 28.1.1 (#5156)
chore: Bump eslint-plugin-jest from 26.4.5 to 26.5.3 (#5157)
chore: Bump lint-staged from 12.4.3 to 13.0.0 (#5148)
chore: Bump rollup from 2.75.4 to 2.75.5 (#5150)
chore: Bump @types/react from 18.0.9 to 18.0.12 (#5149)
chore: Bump webpack from 5.72.1 to 5.73.0 (#5151)
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