Skip to content

Commit

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


## Version **6.0.0** of [sinon](https://github.com/sinonjs/sinon) was just published.

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

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

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 11 commits ahead by 11, behind by 5.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/05d799092bd7111e0fb45289ce0c12ccc5afbfbe"><code>05d7990</code></a> <code>Merge pull request #1829 from fatso83/version-6-with-esm-export-for-bundlers</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/a40840e286a11d1f23424a34dcabdb9c981e9e53"><code>a40840e</code></a> <code>Update docs/changelog.md and set new release id in docs/_config.yml</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/47e6346f301b7086ccdb9caded4e350c6daf9b74"><code>47e6346</code></a> <code>Add release documentation for v6.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/9d105479a9089e3c44ca768e345eaf78d5c8246f"><code>9d10547</code></a> <code>6.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/3ba797db99ce7fb37b128a5fb2f839b89462aa71"><code>3ba797d</code></a> <code>Update History.md and AUTHORS for new release</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/0c079707d92e53aff1689658fb587c3de3408622"><code>0c07970</code></a> <code>Migration guide for 6.0 (no known breaking changes)</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/80d742bde43f8f2ae6a4611b37d019846280f669"><code>80d742b</code></a> <code>Include 5.1.1 changes</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/57f4077f689e653078d043251e734bbf7af56dc2"><code>57f4077</code></a> <code>Merge pull request #1835 from chrisguttandin/add-named-esm-exports</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/fc4b068bf602a4ae723c1ead1f18507fd469a99f"><code>fc4b068</code></a> <code>Add test to verify named exports</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/f70ff62e861e9b1a0c9c72087a5adcbc9c74f20c"><code>f70ff62</code></a> <code>Append named exports to the generated esm bundle</code></li>
<li><a href="https://urls.greenkeeper.io/sinonjs/sinon/commit/78f75490ed3004542fab5743c21b6e4e3fb6e473"><code>78f7549</code></a> <code>Document/test call ordering checks</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/sinonjs/sinon/compare/4d12f955d252a6122e0753174ed2c58caeb3a38b...05d799092bd7111e0fb45289ce0c12ccc5afbfbe">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 11, 2018
2 parents ef917a9 + c8372e9 commit 8292e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-ava": "^4.5.1",
"eslint-plugin-import": "^2.9.0",
"nyc": "^12.0.1",
"sinon": "^5.0.10"
"sinon": "^6.0.0"
},
"dependencies": {
"debug": "^3.1.0",
Expand Down

0 comments on commit 8292e2b

Please sign in to comment.