This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of xo.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
With Integrationsfirst-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.
Screencast Try it today. Free for private repositories during beta.
Hello lovely humans,
xo just published its new version 0.18.0.
This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of xo. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project :sparkles:
You rock!
:palm_tree:
GitHub Release
Highlights
esnext
option is nowtrue
by default. This means it now enforces the use of as much ES2015+ syntax as Node.js 4 supports. 61c046cno-array-instanceof
no-new-buffer
no-hex-escape
number-literal-case
escape-case
prefer-starts-ends-with
custom-error-definition
type-error
no-async-fn-without-await
no-duplicate-modifiers
no-promise-in-callback
no-callback-in-promise
func-name-matching
no-compare-neg-zero
template-tag-spacing
no-multi-assign
prefer-promise-reject-errors
no-await-in-loop
capitalized-comments
no-return-await
no-useless-return
$ xo --fix
.--stdin-filename
CLI flag. 0d88cdeimport/no-dynamic-require
rule. 29a5263All changes
v0.17.1...v0.18.0
The new version differs by 19 commits .
bf6260c
0.18.0
34ab00b
Fix some lint issues
f87990a
Bump dependencies
f8e1e3d
Handle negative gitignore patterns correctly (#195)
a0ae248
Ignore directories when receiving an empty extension (#194)
da188e5
Don't trigger duplication errors for Flow type imports (#193)
cb63c5f
Add tip on how to use XO with monorepos
0d88cde
Add
--stdin-filename
option29a5263
Remove the
import/no-dynamic-require
rulea469eb6
Link to the Vim plugin
61c046c
Make the
esnext
optiontrue
by default2e14d1b
feat: apply
.ignores
tolintText
(#169)3e1a318
Add some new
eslint-plugin-promise
rulesad941f5
Fix a TODO
6540a76
Add highlight item about caching
There are 19 commits in total. See the full diff.
Screencast
Try it today. Free for private repositories during beta.