create-test-server
                                
                                
                                
                                    create-test-server copied to clipboard
                            
                            
                            
                        Update xo to the latest version π
Version 0.20.0 of xo was just published.
| Dependency | xo | 
|---|---|
| Current Version | 0.19.0 | 
| Type | devDependency | 
The version 0.20.0 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.
It might be worth looking into these changes and trying to get this project onto the latest version of xo.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 59 commits ahead by 59, behind by 1.
56d98910.20.0a22e5dc0.19.06245086DisableenforceForRenamedPropertiesforprefer-destructuring(#297)652a6e5Remove deprecated--compactCLI flag (#293)60fd100Force bump dependenciesf1bb0a1Bumpeslint-config-xo414ad2dBumpeslint-plugin-unicorn552cbb1Update globby to the latest version (#295)6d8a93bUpdate URL to new org9859dfbSetecmaVersionto 20188526f2eBumpeslint-plugin-node34dca07Disable thenode/exports-stylerule42e03f1Disable thenode/no-unpublished-require/importrules61a85cfRevert JSDoc plugin (#291)07df074Add related package to readme (#290)
There are 59 commits in total.
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 :palm_tree:
Version 0.20.1 just got published.
Version 0.20.2 just got published.
Version 0.20.3 just got published.
Version 0.21.0 just got published.
Update to this version instead π
Release Notes
v0.21.0Highlights
- Dropped support for Node.js 4 and 5 as they reached end of life. Node.js 6 is the minimum required version.
 - Upgrade to Prettier 1.12.1.
 - The default value for 
trailingCommaPrettier option is nownone. f67ff58 - Disable unicorn/number-literal-case when using Prettier to avoid conflict. 4fd6991
 - Ignore 
prettier-ignorecomments in capitalized-comments rule. xojs/eslint-config-xo@6e417ff - Fix missed detection of incorrect indentation with indent rule. xojs/eslint-config-xo@145993e
 - Allow named function in prefer-arrow-callback. xojs/eslint-config-xo@bda02cb
 
New rules
- valid-jsdoc
 - promise/no-new-statics
 - promise/valid-params
 - import/no-self-import
 - import/no-useless-path-segments
 
Removed rules
Commits
The new version differs by 8 commits.
b633e92Do not override default options with absent CLI flags (#316)cec0853Update plugins and add some new rulesd1eb47cRequire Node.js 66254110GitHub now natively supports SVG4fd6991Disable number-literal-case rule when using Prettier (#311)7190640Removeimport/prefer-default-exportrulef67ff58Default PrettiertrailingCommaconf tonone(#305)11c35c8Upgrade prettier to last version (#306)
See the full diff
Version 0.21.1 just got published.
Update to this version instead π
Release Notes
v0.21.1Fix space/useTabs conflict message with Prettier. 36f7f38
Version 0.22.0 just got published.
Update to this version instead π
Release Notes
v0.22.0Highlights
- Upgraded to ESLint 5.
 - Removed some patterns from the list of default ignores. They were too opinionated. 00d6b7c 8e4f435
fixture{-*,}.{js,jsx}fixture{s,}/**{test,tests,spec,__tests__}/fixture{s,}/****/bundle.js
 - Added support for TypeScript and documented usage with Flow. 957b0d9
 - Now respects 
nodeVersionoption set in anoverrideblock. 98dee9a - Fixed the CLI's 
--spaceoption parsing. f76c901 
New rules
no-misleading-character-classrequire-atomic-updatesno-async-promise-executorava/no-import-test-file
All changes
Commits
The new version differs by 10 commits.
be8c1d10.22.0142744aBump dependencies8e4f435Remove**/bundle.jsas default ignoref76c901Fix CLI's--spaceoption parsing (#342)98dee9aRespectnodeVersionoption set inoverrideblock (#345)e783704Update dependencies and fix unit tests (#344)404d81bFix links in documentation (#343)71d06a0Upgrade to ESLint 5 (#333)00d6b7cDon't ignore fixture directories by default (#317)957b0d9Add support for TypeScript and document usage with Flow (#326)
See the full diff
Version 0.23.0 just got published.
Update to this version instead π
Release Notes
v0.23.0Highlights
- In v0.22.0, we added support for 
.tsand.tsxextensions by default. This caused a lot of problems for non-TS projects, so it has been reverted pending a better solution. - The 
quotesrule is now set to disallow using template literals when you're not using any interpolation. xojs/eslint-config-xo@ea693f3 - Removed the 
no-use-before-definerule. It has too many false-positives. xojs/eslint-config-xo@1257597 
New rules
require-awaitunicorn/prefer-exponentiation-operatorunicorn/catch-error-name(See this thread if you're wondering whyerroris preferred overerr)
All changes
- The 
devDependencyxo was updated from0.19.0to0.24.0. 
Update to this version instead π
Commits
The new version differs by 13 commits.
a64ffc40.24.071ea1e3Update dependencies510d02eCI updates (#360)7017abeAddno-useless-catchrule0b411fbAddeslint-plugin-eslint-commentsESLint plugin (#359)3dd8f7eUpdatereadmeto match #305 (#357)dd2c015Drop support for Babel 6 in theimport/no-unassigned-importrule61f9582Support parsing ES201992f2870Various code style improvements9e75826Add some neweslint-plugin-noderulesc7054f3Update dependenciese656fd4Mention the badgen.net XO badges in the readmed1fd3e1Move default ESLint cache to node_modules/.cache/xo. (#351)
See the full diff
- The 
devDependencyxo was updated from0.19.0to0.25.0. 
Update to this version instead π
Commits
The new version differs by 27 commits.
1c8e7620.25.0042b726Disable some problematic rules97e32b9Upgrade dependencies5cde9aaFix lint test error on Windows (#401)f6bf4c0Respect.eslintignore(#377)05c30e2Disable theunicorn/prevent-abbreviationsrule temporarily97aa2b0Upgrade dependenciesee145cbDisable theimport/namedrule for now03daca9Minor code refactor (#397)d09f87cReadme tweaksc55f962Make theunicorn/prevent-abbreviationsrule less strict8a213efRequire Node.js 84f50816Lint fixes8d6c5c5Add option toimport/no-useless-path-segmentsrule77e9e93Updateeslint-plugin-unicorn
There are 27 commits in total.
See the full diff