Skip to content

Commit

Permalink
Update nyc to the latest version 馃殌 (#686)
Browse files Browse the repository at this point in the history
## 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鈥檛 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鈥檛 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鈥檛 help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 馃尨
  • Loading branch information
greenkeeper[bot] authored and SBoudrias committed Jun 2, 2018
1 parent bd75b42 commit b9c32b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"mocha": "^5.0.0",
"mockery": "^2.1.0",
"nsp": "^3.0.0",
"nyc": "^11.3.0",
"nyc": "^12.0.1",
"prettier": "^1.7.0",
"sinon": "^5.0.0"
},
Expand Down

0 comments on commit b9c32b6

Please sign in to comment.