The devDependency xo was updated from 0.25.4 to 0.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.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: