Skip to content

Commit

Permalink
Update deep-extend to the latest version 🚀 (#116)
Browse files Browse the repository at this point in the history
## Version **0.6.0** of [deep-extend](/~https://github.com/unclechu/node-deep-extend) was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <code>deep-extend</code>
    </td>
  </tr>
  <tr>
    <th align=left>
      Current Version
    </th>
    <td>
      0.5.1
    </td>
  </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      dependency
    </td>
  </tr>
</table>

The version **0.6.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 deep-extend.

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 9 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/f3f2b4f30fffe8abc9a99a7d6469fb354ca206e9"><code>f3f2b4f</code></a> <code>more versions of node.js to test by travis-ci</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/3d852537d92b7d1382db85128ba7d7ce5fb06df3"><code>3d85253</code></a> <code>package.json: updated "engines"</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/8b8aef9074b67a4689ab681d3c19deacc1bb0cc7"><code>8b8aef9</code></a> <code>dropped support of old node.js versions</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/120fd97d3407f0754e69442ad65ee9531462a6e6"><code>120fd97</code></a> <code>increased "devDependencies" (mocha) up enough to fix vulnerability</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/235821ae6d53c500909f76001e20f9faa8795d15"><code>235821a</code></a> <code>decreasing versions of "devDependencies" to fix tests for older node versions</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/a1eb0eb0ad0e124f649f85fe5cacfe288ea01293"><code>a1eb0eb</code></a> <code>README: removed "download" stats badge</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/7bebe7545251b7cf1f6f96ff630bb8bb53d09e89"><code>7bebe75</code></a> <code>CHANGELOG: info for 0.5.2 version</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/16b328fc7b54dd22b0b77fa99ef7b281bee90c7b"><code>16b328f</code></a> <code>0.5.2</code></li>
<li><a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/commit/0402225f7283392862e2f8c94dd33e1a849dc9cd"><code>0402225</code></a> <code>updated "devDependencies" to fix vulnerability alerts</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/unclechu/node-deep-extend/compare/2e0110ed4c997bbd9bf29df1692d53494d9e90d4...f3f2b4f30fffe8abc9a99a7d6469fb354ca206e9">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 🌴
  • Loading branch information
greenkeeper[bot] authored and SBoudrias committed May 27, 2018
1 parent c009a61 commit 01035dc
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 @@ -16,7 +16,7 @@
],
"dependencies": {
"commondir": "^1.0.1",
"deep-extend": "^0.5.1",
"deep-extend": "^0.6.0",
"ejs": "^2.5.9",
"glob": "^7.0.3",
"globby": "^8.0.0",
Expand Down

0 comments on commit 01035dc

Please sign in to comment.