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)
Coverage remained the same at 80.952% when pulling b40b9e047f5ab3efa46776329cf450c919ab4d04 on depfu/update/npm/eslint-8.5.0 into fadef20f07f6fea4072ec0fa85591663c70254aa on master.
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?
✳️ eslint (^7.0.0 → ^8.5.0) · Repo · Changelog
Release Notes
8.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
8.5.0
Build: changelog update for 8.5.0
fix: improve `prefer-template` fixer (#15230)
feat: Suggestions support for `prefer-regex-literals` (#15077)
docs: add an incorrect code example in for-direction (#15434)
fix: do not report global references in `id-match` rule (#15420)
docs: add destructuring examples for `computed-property-spacing` (#15423)
test: add destructuring test cases for `computed-property-spacing` (#15424)
fix: improve autofix of `prefer-object-has-own` (#15419)
fix: add helpful message when test case has non-string code/name (#15425)
docs: add more examples for `array-element-newline` rule (#15427)
ci: use node v16 for `macOS` and `windows` jobs (#15418)
feat: add `prefer-object-has-own` rule (#15346)
docs: update CLA info (#15370)
docs: fix heading level for an option in `class-methods-use-this` rule (#15399)
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