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

Commit

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


## Version **12.0.1** of [nyc](https://github.com/istanbuljs/nyc) was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <code>nyc</code>
    </td>
  </tr>
  <tr>
      <th align=left>
       Current Version
      </th>
      <td>
        11.9.0
      </td>
    </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      devDependency
    </td>
  </tr>
</table>

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

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 4 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/istanbuljs/nyc/commit/9fc20e40c795822d39941917eb1a703d921cc9ac"><code>9fc20e4</code></a> <code>chore(release): 12.0.1</code></li>
<li><a href="https://urls.greenkeeper.io/istanbuljs/nyc/commit/3e087d4d01f8c412118b3efaaebe6661231d3ca3"><code>3e087d4</code></a> <code>chore: upgrade to version of istanbul with optional catch binding (#851)</code></li>
<li><a href="https://urls.greenkeeper.io/istanbuljs/nyc/commit/eaf3f70fc124e9f6aa7d49abfd2344db0cbd8bc6"><code>eaf3f70</code></a> <code>chore(release): 12.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/istanbuljs/nyc/commit/19b7d2130556b939bdd2fb69c2a35d09fe83f61e"><code>19b7d21</code></a> <code>chore: upgrade to newest version of istanbul codebase (#848)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/istanbuljs/nyc/compare/570a08aaf9221d4c62eb0027ab16948223aab2d8...9fc20e40c795822d39941917eb1a703d921cc9ac">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 Jun 2, 2018
2 parents 480c73b + 89e1dfc commit 7b41793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"nyc": "^11.6.0",
"nyc": "^12.0.1",
"standard-version": "^4.3.0",
"xo": "^0.21.1"
},
Expand Down

0 comments on commit 7b41793

Please sign in to comment.