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.5.1 → 6.6.0) · Repo · Changelog
Release Notes
6.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 53 commits:
6.6.0
Build: changelog update for 6.6.0
Update: false positives in function-call-argument-newline (fixes #12123) (#12280)
Update: improve report location for no-trailing-spaces (fixes #12315) (#12477)
Update: no-trailing-spaces false negatives after comments (fixes #12479) (#12480)
Fix: no-misleading-character-class crash on invalid regex (fixes #12169) (#12347)
Update: Add enforceForIndexOf option to use-isnan (fixes #12207) (#12379)
Update: measure plugin loading time and output in debug message (#12395)
Fix: operator-assignment removes and duplicates comments (#12485)
Fix: operator-assignment invalid autofix with adjacent tokens (#12483)
Fix: CLIEngine#addPlugin reset lastConfigArrays (fixes #12425) (#12468)
Chore: Fix lint failure in JSDoc comment (#12489)
Update: Add ignored prop regex no-param-reassign (#11275)
Chore: Remove unused parameter in dot-location (#12464)
Fix: no-obj-calls false positive (fixes #12437) (#12467)
Fix: problematic installation issue (fixes #11018) (#12309)
Sponsors: Sync README with website
Docs: Add note about Node.js requiring SSL support (fixes #11413) (#12475)
Fix: improve report location for no-tabs (#12471)
Update: Enable function string option in comma-dangle (fixes #12058) (#12462)
Docs: fix doc for no-unneeded-ternary rule (fixes #12098) (#12410)
Sponsors: Sync README with website
Chore: Provide debug log for parser errors (#12474)
Update: enforceForOrderingRelations no-unsafe-negation (fixes #12163) (#12414)
Update: improve report location for no-mixed-operators (#12328)
Fix: prefer-numeric-literals invalid autofix with adjacent tokens (#12387)
Update: enforceForNewInMemberExpressions no-extra-parens (fixes #12428) (#12436)
Fix: array-bracket-newline consistent error with comments (fixes #12416) (#12441)
Fix: report full dot location in dot-location (#12452)
Update: make isSpaceBetweenTokens() ignore newline in comments (#12407)
Update: remove default overrides in keyword-spacing (fixes #12369) (#12411)
Update: improve report location for no-space-in-parens (#12364)
Update: improve report location for no-multi-spaces (#12329)
Upgrade: bump inquirer to ^7.0.0 (#12440)
Chore: Add a script for testing with more control (#12444)
Sponsors: Sync README with website
New: pass cwd from cli engine (#12389)
Update: no-self-assign should detect member expression with this (#12279)
Docs: Clarify `eslint:recommended` semver policy (#12429)
Docs: Fixes object type for `rules` in "Use a Plugin" (#12409)
Docs: Fix typo in v6 migration guide (#12412)
Chore: update version parameter name (#12402)
Chore: enable jsdoc/require-description (#12365)
Sponsors: Sync README with website
Chore: Clean up inline directive parsing (#12375)
Docs: fix wrong max-depth example (fixes #11991) (#12358)
Docs: Fix minor formatting/grammar errors (#12371)
Docs: Fix missing word in sentence (#12361)
Chore: enable additional eslint-plugin-jsdoc rules (#12336)
Chore: update issue template with --eslint-fix flag (#12352)
Sponsors: Sync README with website
Sponsors: Sync README with website
Sponsors: Sync README with website
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