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.14.0) · Repo · Changelog
Release Notes
5.14.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
chore: publish v5.14.0
chore: update workflow actions (#4626)
chore: bump eslint-plugin-react from 7.29.2 to 7.29.3 (#4631)
chore: bump @swc/jest from 0.2.17 to 0.2.20 (#4630)
chore: bump webpack from 5.69.1 to 5.70.0 (#4629)
chore: bump rollup from 2.68.0 to 2.70.0 (#4628)
feat: TypeScript 4.6 (#4615)
tests: add cypress-axe test for homepage (#4362)
feat(eslint-plugin): [no-misused-promises] add granular options within `checksVoidReturns` (#4623)
chore: use swc for tests instead of Babel (#4584)
fix(eslint-plugin): [no-misused-promises] factor thenable returning function overload signatures (#4620)
test: split up naming-convention (#4599)
fix(eslint-plugin): [naming-convention] cover case that requires quotes (#4582)
chore: bump downlevel-dts from 0.8.0 to 0.9.0 (#4611)
chore: bump @types/lodash from 4.14.178 to 4.14.179 (#4613)
chore: bump rollup from 2.67.3 to 2.68.0 (#4612)
chore: bump enhanced-resolve from 5.9.0 to 5.9.1 (#4610)
fix(eslint-plugin): [return-await] correct autofixer in binary expression (#4401)
fix(eslint-plugin): [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#4343)
chore: bump @types/jest from 27.4.0 to 27.4.1 (#4607)
chore: bump prismjs from 1.25.0 to 1.27.0 (#4595)
chore: bump eslint-plugin-react from 7.28.0 to 7.29.2 (#4606)
chore: bump @rollup/plugin-commonjs from 21.0.1 to 21.0.2 (#4605)
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