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

Commit

Permalink
chore: update cpy to the latest version 🚀 (#49)
Browse files Browse the repository at this point in the history
## Version **7.0.0** of [cpy](https://github.com/sindresorhus/cpy) was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <code>cpy</code>
    </td>
  </tr>
  <tr>
    <th align=left>
      Current Version
    </th>
    <td>
      6.0.0
    </td>
  </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      dependency
    </td>
  </tr>
</table>

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

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>Release Notes</summary>
<strong>v7.0.0</strong>

<p>Breaking:</p>
<ul>
<li>Requires Node.js 6</li>
<li>Updates the <code>globby</code> dependency. Since <code>cpy</code> passes options to <code>globby</code>, you might have to update those options. See the <a href="https://urls.greenkeeper.io/sindresorhus/globby/releases/tag/v7.0.0">globby v7</a> and <a href="https://urls.greenkeeper.io/sindresorhus/globby/releases/tag/v8.0.0">globby v8</a> release notes.<br>
Improvements:</li>
<li>Node.js 10 compatibility</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 5 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/sindresorhus/cpy/commit/cac67062d2f6ba0e494f203f3b6dc81f89523c71"><code>cac6706</code></a> <code>7.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/cpy/commit/027ce7dec2e1da3faf6e240ad29ed727d72f203f"><code>027ce7d</code></a> <code>Improve code readability</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/cpy/commit/192ccda93505912dc16e26e5400f48fbe803be44"><code>192ccda</code></a> <code>Bump dependencies</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/cpy/commit/9b88d417651dc34c0ae611480836be1238bc445e"><code>9b88d41</code></a> <code>Require Node.js 6</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/cpy/commit/094586b0af88163d3a04eaadf5670abbb81035de"><code>094586b</code></a> <code>Add a related module to the readme</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/sindresorhus/cpy/compare/e87dd81adbe62648e9dd0f2c3fc9ba8fee9ff1d1...cac67062d2f6ba0e494f203f3b6dc81f89523c71">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 🌴

closes #62
  • Loading branch information
greenkeeper[bot] authored and jlengstorf committed Oct 20, 2018
1 parent cca0873 commit a3e6eba
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 @@ -35,7 +35,7 @@
"babel-core": "^6.26.0",
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"cpy": "^6.0.0",
"cpy": "^7.0.0",
"cross-env": "^5.1.1",
"cross-spawn": "^5.1.0",
"del": "^3.0.0",
Expand Down

0 comments on commit a3e6eba

Please sign in to comment.