Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.6.0 → 6.7.1) · Repo · Changelog
Release Notes
6.7.1
6.7.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.7.1
Build: changelog update for 6.7.1
Fix: revert changes to key-spacing due to regression (#12598)
Docs: Update README team and sponsors
6.7.0
Build: changelog update for 6.7.0
New: Add grouped-accessor-pairs rule (fixes #12277) (#12331)
Update: Add 'lexicalBindings' to no-implicit-globals and change messages (#11996)
New: Add suggestions API (#12384)
Fix: indent rule with JSX spread props (#12581)
Update: Report assignment expression location in no-cond-assign (#12465)
Update: Check member expressions with `this` in operator-assignment (#12495)
Fix: invalid token checking in computed-property-spacing (fixes #12198) (#12533)
Update: Add enforceForClassMembers option to no-useless-computed-key (#12110)
New: new rule no-constructor-return (fixes #12481) (#12529)
New: ignorePatterns in config files (refs eslint/rfcs#22) (#12274)
Docs: Added another Textmate 2 bundle. (#12580)
Fix: preserve whitespace in multiline-comment-style (fixes #12312) (#12316)
New: Add no-dupe-else-if rule (fixes #12469) (#12504)
Update: improve location for semi and comma-dangle (#12380)
Docs: Change "Code Conventions" link in pull-requests.md (#12401)
Fix: require-await crash on global await (#12571)
Update: deprecate personal config (fixes #11914, refs eslint/rfcs#32) (#12426)
Fix: improve report location for object-curly-spacing (#12563)
Fix: ignore marker-only comments in spaced-comment (fixes #12036) (#12558)
Update: Fix uglified object align in key-spacing (fixes #11414) (#12472)
Docs: clarify ignoreDestructuring option in the camelcase rule (#12553)
Chore: Add GitHub organization to Sponsor button (#12562)
Chore: Format style guide links so they can be clicked (#12189)
Update: add react plugin config for eslint init (#12446)
Update: Report '\08' and '\09' in no-octal-escape (fixes #12080) (#12526)
New: Add no-setter-return rule (fixes #12285) (#12346)
Fix: invalid autofix in function-call-argument-newline (fixes #12454) (#12539)
Update: Depcrecate isSpaceBetweenTokens() (#12519)
New: add option for camelcase (fixes #12527) (#12528)
Upgrade: upgrade optionator to avoid license issue (fixes #11536) (#12537)
Docs: Clean up Getting Started Guide (#12544)
Chore: Add funding field to package.json (#12543)
Fix: sourceCode#isSpaceBetweenTokens() checks non-adjacent tokens (#12491)
Docs: add notice about `function` keyword in keyword-spacing (#12524)
Fix: curly `multi` reports single lexical declarations (fixes #11908) (#12513)
Fix: unexpected autofix in prefer-const (fixes #12514) (#12521)
Update: curly multi-or-nest flagging semis on next line (fixes #12370) (#12378)
Fix: no-cond-assign with `always` option reports switch case clauses (#12470)
Update: improve report location for space-infix-ops (#12324)
Update: Add capIsConstructor option to no-invalid-this (fixes #12271) (#12308)
New: Add prefer-exponentiation-operator rule (fixes #10482) (#12360)
Update: Allow JSX exception in no-inline-comments (fixes #11270) (#12388)
New: allowAfterThisConstructor for no-underscore-dangle (fixes #11488) (#11489)
Build: update CI for Node.js 13 (#12496)
Upgrade: globals to v12.1.0 (#12296)
Sponsors: Sync README with website
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