This repository has been archived by the owner on May 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update xo to the latest version 🚀 #39
Open
greenkeeper
wants to merge
1
commit into
master
Choose a base branch
from
greenkeeper/xo-0.26.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
|
|
|
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The devDependency xo was updated from
0.25.4
to0.26.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: sindresorhus
License: MIT
Release Notes for v0.26.0
Breaking
$ xo --init
to$ npm init xo
6463dfeNew rules
20 new rules 👌
ESLint
default-param-last
function-call-argument-newline
grouped-accessor-pairs
no-constructor-return
no-dupe-else-if
no-import-assign
no-setter-return
no-useless-catch
prefer-exponentiation-operator
prefer-named-capture-group
prefer-object-spread
prefer-regex-literals
Unicorn
unicorn/prefer-modern-dom-apis
unicorn/prefer-negative-index
unicorn/prefer-replace-all
unicorn/prefer-string-slice
unicorn/prefer-trim-start-end
Other
node/prefer-global/url-search-params
node/prefer-global/url
promise/prefer-await-to-then
Enhancements
es2020
environment by default eb5ea2cFixes
v0.25.3...v0.26.0
Commits
The new version differs by 10 commits ahead by 10, behind by 2.
c2bb1bf
0.26.0
eb5ea2c
Set the
es2020
environment by default08af7c1
Fix compatibility with being run in a child process (#405)
d7fa875
Require Node.js 10
ab3e01a
Temporarily disable the
import/order
rulec50eaf0
Add some overrides to
unicorn/prevent-abbreviations
e8c43d2
Replace destructing import with one-by-one import (#417)
5cddaec
Replace singular Lodash packages with the main one (#413)
1fdc2f9
Fix Node.js range for
prefer-object-spread
rule (#408)6463dfe
Move
xo --init
tonpm init xo
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴