Update eslint: 6.0.1 → 6.2.0 (minor) #8
Closed
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
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.0.1 → 6.2.0) · Repo · Changelog
Release Notes
6.2.0
6.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 61 commits:
6.2.0
Build: changelog update for 6.2.0
Update: support bigint and dynamic import (refs #11803) (#11983)
New: noInlineConfig setting (refs eslint/rfcs#22) (#12091)
Update: Fix accessor-pairs to enforce pairs per property in literals (#12062)
New: function-call-argument-newline (#12024)
Fix: prefer-template autofix produces syntax error with octal escapes (#12085)
Fix: Check literal type explicitly in dot-notation (#12095)
Fix: Handle empty string property names in getFunctionNameWithKind (#12104)
Fix: no-duplicate-case false positives on Object.prototype keys (#12107)
Chore: minor typo fix (#12112)
Fix: fix no-extra-parens ignores some nodes (#11909)
Update: fix no-dupe-keys false negatives on empty string names (#12069)
Fix: yoda exceptRange false positives on empty string property names (#12071)
Update: Check empty string property names in sort-keys (#12073)
Fix: class-methods-use-this reports 'undefined' names (#12103)
Fix: Allow bind call with a single spread element in no-extra-bind (#12088)
Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#12076)
Chore: Remove TDZ scope type condition from no-unused-vars (#12055)
Docs: Remove TDZ scope from the scope manager interface documentation (#12054)
Update: warn about mixing ternary and logical operators (fixes #11704) (#12001)
Docs: do not recommend global-installed usage (#12016)
Fix: no-restricted-syntax - correct the schema (#12051)
Update: fix class-methods-use-this false negatives with exceptMethods (#12077)
Docs: Remove readonly/writable global logic from no-undef (fixes #11963) (#12053)
Sponsors: Sync README with website
Sponsors: Sync README with website
Update: Check computed method keys in no-extra-parens (#11973)
Docs: Fix Incorrect Documentation (#12045)
Sponsors: Sync README with website
Docs: add a case to func-names (#12038)
Docs: no use eslint.linter in code example (#12037)
Update: report location of func-names (fixes #12022) (#12028)
6.1.0
Build: changelog update for 6.1.0
Upgrade: eslint-scope@^5.0.0 (#12011)
Fix: glob processing (fixes #11940) (#11986)
Fix: dot-location errors with parenthesized objects (fixes #11868) (#11933)
Fix: add parens for sequence expr in arrow-body-style (fixes #11917) (#11918)
Docs: update docs for object-curly-spacing (fixes #11634) (#12009)
Chore: update release script for new website repo (#12006)
Sponsors: Sync README with website
Update: Check computed property keys in no-extra-parens (#11952)
Update: Add for-in and for-of checks for props in no-param-reassign (#11941)
Fix: no-extra-parens autofix with `in` in a for-loop init (fixes #11706) (#11848)
Fix: prefer-const produces invalid autofix (fixes #11699) (#11827)
Fix: Cache file error handling on read-only file system. (fixes #11945) (#11946)
Docs: Fixed a typo (fixes #11999) (#12000)
Fix: --init with Vue.js failed (fixes #11970) (#11985)
Upgrade: Upgrade lodash dependency (fixes #11992) (#11994)
Docs: fix wrong Node.js version in getting started (#11993)
Docs: some typos and optimization points (#11960)
Chore: Add temporary test files to .gitignore (#11978)
Chore: update path for release bundles (#11977)
Fix: creating of enabledGlobals object without prototype (fixes #11929) (#11935)
Docs: Replace global true and false with writable and readonly in rules (#11956)
Fix: actual messageId and expected messageId are switched in rule tester (#11928)
Docs: Fix incorrect example comments for unicode-bom rule (fixes #11937) (#11938)
Chore: add v8-compile-cache to speed up instantiation time (#11921)
Upgrade: deps (#11904)
Docs: add 'stricter rule config validating' in migrating docs (#11905)
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