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 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.4.0 → 6.5.0) · Repo · Changelog
Release Notes
6.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
6.5.0
Build: changelog update for 6.5.0
Update: Add enforceForSwitchCase option to use-isnan (#12106)
Fix: exclude `\u000d` so new line won't convert to text (fixes #12027) (#12031)
Fix: no-regex-spaces false positives and invalid autofix (fixes #12226) (#12231)
Fix: prefer-named-capture-group incorrect locations (fixes #12233) (#12247)
Fix: no-useless-return autofix removes comments (#12292)
Fix: no-extra-bind autofix removes comments (#12293)
Fix: no-extra-label autofix removes comments (#12298)
Fix: no-undef-init autofix removes comments (#12299)
Fix: use async reading of stdin in bin/eslint.js (fixes #12212) (#12230)
Update: no-useless-rename also reports default values (fixes #12301) (#12322)
Update: Fix handling of chained new expressions in new-parens (#12303)
Chore: add autofix npm script (#12330)
Chore: enable eslint-plugin-jsdoc (refs #11146) (#12332)
Docs: Add new ES environments to Configuring ESLint (#12289)
Docs: Add supported ECMAScript version to README (#12290)
Fix: no-useless-rename autofix removes comments (#12300)
Chore: cache results in runtime-info (#12320)
Fix: prefer-numeric-literals autofix removes comments (#12313)
Update: Fix call, new and member expressions in no-extra-parens (#12302)
New: add --env-info flag to CLI (#12270)
Sponsors: Sync README with website
Docs: English fix (#12306)
Sponsors: Sync README with website
Docs: fix links in array-callback-return (#12288)
Docs: add example for CLIEngine#executeOnText 3rd arg (#12286)
Update: add support for JSXFragments in indent rule (fixes #12208) (#12210)
Sponsors: Sync README with website
Sponsors: Sync README with website
Chore: enable default-param-last (#12244)
Docs: Update README team and sponsors
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