Skip to content

Commit

Permalink
Merge #6
Browse files Browse the repository at this point in the history
6: Update eslint-plugin-ava to the latest version 🚀 r=jniles a=greenkeeper[bot]




## Version **5.0.0** of **eslint-plugin-ava** was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <a target=_blank href=https://github.com/avajs/eslint-plugin-ava>eslint-plugin-ava</a>
    </td>
  </tr>
  <tr>
      <th align=left>
       Current Version
      </th>
      <td>
        4.5.1
      </td>
    </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      devDependency
    </td>
  </tr>
</table>



The version **5.0.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 eslint-plugin-ava.

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>Commits</summary>
<p>The new version differs by 8 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/a2b962f13ac62d85efcdccce82e4bb1712f6869a"><code>a2b962f</code></a> <code>5.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/7cbbf1410eeac3ee93ab8b3ffdc37f52e7248f47"><code>7cbbf14</code></a> <code>Upgrade esm and use force option</code></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/0134e94e5450341a88654d9fdcc1d0fb3833b34d"><code>0134e94</code></a> <code>Add <code>no-import-test-file</code> rule (#193)</code></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/6a6706ee890c1c0794095d64f69aa71cc3b83b74"><code>6a6706e</code></a> <code>Add support for <code>ava.config.js</code> (#192)</code></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/bd307dee3f00572529fe6f22dd883870395614ba"><code>bd307de</code></a> <code>Fix <code>use-t</code> failing on macros (#194)</code></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/e196c7a2bd7ed2a52366ede4c1bc57505949cdd1"><code>e196c7a</code></a> <code>Require Node.js 6</code></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/07cb69971450920ab8402a721401f1b209353304"><code>07cb699</code></a> <code>Upgrade to ESLint 5</code></li>
<li><a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/commit/b4bb64aacb9db1937f703995f988e4d4552311d8"><code>b4bb64a</code></a> <code>Drop using XO for now until a new version is out that uses ESLint 5</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/avajs/eslint-plugin-ava/compare/2f184b606236c8c6351b2feaf434d4b6eaef2f07...a2b962f13ac62d85efcdccce82e4bb1712f6869a">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 Jul 17, 2018
2 parents eb1df04 + ae6550e commit 8acaf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"coveralls": "^3.0.0",
"eslint": "^5.0.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-ava": "^4.5.1",
"eslint-plugin-ava": "^5.0.0",
"eslint-plugin-import": "^2.9.0",
"nyc": "^12.0.1"
},
Expand Down

0 comments on commit 8acaf80

Please sign in to comment.