Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Update recompose to the latest version 🚀 (#31)
Browse files Browse the repository at this point in the history

## Version **0.30.0** of **recompose** was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <a target=_blank href=https://github.com/acdlite/recompose>recompose</a>
    </td>
  </tr>
  <tr>
      <th align=left>
       Current Version
      </th>
      <td>
        0.29.0
      </td>
    </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      dependency
    </td>
  </tr>
</table>



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

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>withStateHandler behaviour change</strong>

<p>Remove useless in React 16 optimisation <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="355508627" data-permission-text="Issue title is private" data-url="acdlite/recompose#736" href="https://urls.greenkeeper.io/acdlite/recompose/pull/736#issue-212019167">#736 (comment)</a><br>
Make state change more similar to React setState.</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 goto-bus-stop committed Aug 30, 2018
1 parent e9e0892 commit c6a2639
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 @@ -37,7 +37,7 @@
"ms": "^2.1.1",
"prop-types": "^15.6.2",
"react-markdown": "^3.3.4",
"recompose": "^0.29.0",
"recompose": "^0.30.0",
"strip-indent": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit c6a2639

Please sign in to comment.