Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Merge #4
Browse files Browse the repository at this point in the history
4: Update xo to the latest version 🚀 r=jniles a=greenkeeper[bot]




## Version **0.22.0** of **xo** was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <a target=_blank href=https://github.com/xojs/xo>xo</a>
    </td>
  </tr>
  <tr>
      <th align=left>
       Current Version
      </th>
      <td>
        0.21.1
      </td>
    </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      devDependency
    </td>
  </tr>
</table>



The version **0.22.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.


---


<details>
<summary>Release Notes</summary>
<strong>v0.22.0</strong>

<h2>Highlights</h2>
<ul>
<li>Upgraded to <a href="https://eslint.org/blog/2018/06/eslint-v5.0.0-released" rel="nofollow">ESLint 5</a>.</li>
<li>Removed some patterns from the list of default ignores. They were too opinionated. <a class="commit-link" href="https://urls.greenkeeper.io/xojs/xo/commit/00d6b7c780e01401bf0357d0c188aa2eb34f78aa"><tt>00d6b7c</tt></a> <a class="commit-link" href="https://urls.greenkeeper.io/xojs/xo/commit/8e4f4355c4b8e62bc28f37e3673bb6872e693bb0"><tt>8e4f435</tt></a>
<ul>
<li><code>fixture{-*,}.{js,jsx}</code></li>
<li><code>fixture{s,}/**</code></li>
<li><code>{test,tests,spec,__tests__}/fixture{s,}/**</code></li>
<li><code>**/bundle.js</code></li>
</ul>
</li>
<li>Added support for TypeScript and documented usage with Flow. <a class="commit-link" href="https://urls.greenkeeper.io/xojs/xo/commit/957b0d9f433462289d2af5fe94032fddef87a8c7"><tt>957b0d9</tt></a></li>
<li>Now respects <code>nodeVersion</code> option set in an <code>override</code> block. <a class="commit-link" href="https://urls.greenkeeper.io/xojs/xo/commit/98dee9a44aaf2a07f53740f09eeded7931762db7"><tt>98dee9a</tt></a></li>
<li>Fixed the CLI's <code>--space</code> option parsing. <a class="commit-link" href="https://urls.greenkeeper.io/xojs/xo/commit/f76c90107bc52d7be664867a276d735d54ae8c35"><tt>f76c901</tt></a></li>
</ul>
<h2>New rules</h2>
<ul>
<li><a href="https://eslint.org/docs/rules/no-misleading-character-class" rel="nofollow"><code>no-misleading-character-class</code></a></li>
<li><a href="https://eslint.org/docs/rules/require-atomic-updates" rel="nofollow"><code>require-atomic-updates</code></a></li>
<li><a href="https://eslint.org/docs/rules/no-async-promise-executor" rel="nofollow"><code>no-async-promise-executor</code></a></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/blob/master/docs/rules/no-import-test-files.md"><code>ava/no-import-test-file</code></a></li>
</ul>
<h2>All changes</h2>
<p><a class="commit-link" href="https://urls.greenkeeper.io/xojs/xo/compare/v0.21.1...v0.22.0"><tt>v0.21.1...v0.22.0</tt></a></p>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 10 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/be8c1d13dd63a683b3d13e9d8b04cb883c62e1c2"><code>be8c1d1</code></a> <code>0.22.0</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/142744a5203403b11d73cb2816d5efb28fcf4893"><code>142744a</code></a> <code>Bump dependencies</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/8e4f4355c4b8e62bc28f37e3673bb6872e693bb0"><code>8e4f435</code></a> <code>Remove <code>**/bundle.js</code> as default ignore</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/f76c90107bc52d7be664867a276d735d54ae8c35"><code>f76c901</code></a> <code>Fix CLI's <code>--space</code> option parsing (#342)</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/98dee9a44aaf2a07f53740f09eeded7931762db7"><code>98dee9a</code></a> <code>Respect <code>nodeVersion</code> option set in <code>override</code> block (#345)</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/e7837040a33e83174e6834e64086b95d8d55ecc8"><code>e783704</code></a> <code>Update dependencies and fix unit tests (#344)</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/404d81ba415e89911856bf2fa3755ef1478ad36b"><code>404d81b</code></a> <code>Fix links in documentation (#343)</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/71d06a0849711946221106bd1748a6485c2968fa"><code>71d06a0</code></a> <code>Upgrade to ESLint 5 (#333)</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/00d6b7c780e01401bf0357d0c188aa2eb34f78aa"><code>00d6b7c</code></a> <code>Don't ignore fixture directories by default (#317)</code></li>
<li><a href="https://urls.greenkeeper.io/xojs/xo/commit/957b0d9f433462289d2af5fe94032fddef87a8c7"><code>957b0d9</code></a> <code>Add support for TypeScript and document usage with Flow (#326)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/xojs/xo/compare/a28625a2f9d63d51bb46619b0e395c7ecff11e23...be8c1d13dd63a683b3d13e9d8b04cb883c62e1c2">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  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).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴



Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and greenkeeper[bot] committed Aug 6, 2018
2 parents 7b41793 + 8f48d13 commit 67228c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"coveralls": "^3.0.0",
"nyc": "^12.0.1",
"standard-version": "^4.3.0",
"xo": "^0.21.1"
"xo": "^0.22.0"
},
"xo": {
"space": true
Expand Down

0 comments on commit 67228c2

Please sign in to comment.