-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update eslint-plugin-ava to the latest version 🚀 #6
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bors r+ |
bors bot
added a commit
that referenced
this pull request
Jul 17, 2018
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>
Build succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 5.0.0 of eslint-plugin-ava was just published.
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.
Commits
The new version differs by 8 commits.
a2b962f
5.0.0
7cbbf14
Upgrade esm and use force option
0134e94
Add
no-import-test-file
rule (#193)6a6706e
Add support for
ava.config.js
(#192)bd307de
Fix
use-t
failing on macros (#194)e196c7a
Require Node.js 6
07cb699
Upgrade to ESLint 5
b4bb64a
Drop using XO for now until a new version is out that uses ESLint 5
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 🌴