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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (6.0.1 → 6.1.0) · Repo · Changelog
Release Notes
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 28 commits:
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