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.
We've upgraded a dependency and all tests pass. \o/
You should probably take a good look at this before merging this pull request, of course.
What changed?
✳️ eslint ( → 5.3.0) · Repo · Changelog
Release Notes
From the Github release:
baseConfig
option (#10657) (Teddy Katz)Commits
See the full diff on Github. The new version differs by 33 commits:
5.3.0
Build: changelog update for 5.3.0
Docs: Updated no-return-await Rule Documentation (fixes #9695) (#10699)
Chore: rename utils for consistency (#10727)
New: require-unicode-regexp rule (fixes #9961) (#10698)
Fix: ignored-paths for Windows path (fixes #10687) (#10691)
Build: ensure URL fragments remain in documentation links (fixes #10717) (#10720)
Docs: add another example for when not to use no-await-in-loop (#10714)
Docs: remove links to terminated jscs.info domain (#10706)
Fix: ESLint cache no longer stops autofix (fixes #10679) (#10694)
New: add no-misleading-character-class (fixes #10049) (#10511)
Fix: The "../.." folder is always ignored (fixes #10675) (#10682)
Chore: Move lib/file-finder.js to lib/util/ (refs #10559) (#10695)
Update: Fix incorrect default value for position (#10670)
Docs: change when not to use object spread (#10621)
Chore: Update require path for ast-utils (#10693)
Chore: reorganize code structure of utilities (refs #10599) (#10680)
Update: Fix 'function' in padding-line-between-statements (fixes #10487) (#10676)
Docs: Remove superfluous object option sample code (#10652)
Docs: add subheader in configuring/configuring-rules (#10686)
Chore: rm unnecessary plugin in eslint-config-eslint (#10685)
Update: indent comments w/ nearby code if no blank lines (fixes #9733) (#10640)
New: add no-async-promise-executor rule (fixes #10217) (#10661)
New: require-atomic-updates rule (fixes #10405) (#10655)
Fix: always resolve default ignore patterns from CWD (fixes #9227) (#10638)
Fix: ESLint crash with prefer-object-spread (fixes #10646) (#10649)
Docs: fix misleading no-prototype-builtins description (#10666)
Docs: fix outdated description of `baseConfig` option (#10657)
Docs: fix broken links (fixes eslint/eslint-jp#6) (#10658)
Docs: Make marking a default option consistent with other rules (#10650)
Chore: Replace some function application with spread operators (#10645)
Docs: Remove superfluous section from no-unsafe-negation (#10648)
Chore: rm deprecated experimentalObjectRestSpread option in tests (#10647)
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
.