digitalkaoz / time-calc

Timesheet PWA
https://time-calc.digitalkaoz.net
MIT License
4 stars 4 forks source link

Update recompose to the latest version 🚀 #28

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.25.0 of recompose just got published.

Dependency recompose
Current Version 0.24.0
Type dependency

The version 0.25.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of recompose. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes Production only optimisations

This release contains:

  1. #479 withStateHandlers fix which allows to use it with SyntheticEvents
  2. #473 Use eager factory optimization only in production env. (Possibly breaking change for development env, does not affects production builds)
  3. #463 Simpler classful component check - this change possibly will allow to use recompose with Preact and Inferno.
  4. #479 flow v0.53 typings support, having this flow release it would be easier to combine recompose and 3rd party hocs.
    (This PR must be merged to use with flow-typed, until that please use typedefs from current repo defs)

Thank you @developit, @deepsweet and others for your help!

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: