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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (6.7.2 → 6.8.0) · Repo · Changelog
Release Notes
6.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
6.8.0
Build: changelog update for 6.8.0
Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652)
Chore: add object option test cases in yield-star-spacing (#12679)
New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377)
Update: autofix bug in lines-between-class-members (fixes #12391) (#12632)
Chore: enable prefer-regex-literals in eslint codebase (#12268)
Update: improve suggestion testing experience (#12602)
Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609)
Docs: Update no-multi-assign explanation (#12615)
Fix: no-multiple-empty-lines: Adjust reported `loc` (#12594)
Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639)
Fix: improve report location for array-bracket-spacing (#12653)
Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655)
Docs: Add example for expression option (#12694)
Docs: Add spacing in comments for no-console rule (#12696)
Chore: refactor regex in config comment parser (#12662)
Update: Allow $schema in config (#12612)
Update: support .eslintrc.cjs (refs eslint/rfcs#43) (#12321)
Chore: remove bundling of ESLint during release (#12676)
Chore: complete to move to GitHub Actions (#12625)
Docs: 1tbs with allowSingleLine edge cases (refs #12284) (#12314)
Sponsors: Sync README with website
Update: include node version in cache (#12582)
Chore: remove references to parser demo (#12644)
Docs: wrap {{}} in raw liquid tags to prevent interpolation (#12643)
Docs: Fix configuration example in no-restricted-imports (fixes #11717) (#12638)
Chore: Add tests to cover default object options in comma-dangle (#12627)
Update: do not recommend require-atomic-updates (refs #11899) (#12599)
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