ikunetwork / alpha

IKU.network alpha dApp
https://alpha.iku.network
Other
5 stars 7 forks source link

An in-range update of redux-loop is breaking the build 🚨 #172

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency redux-loop was updated from 4.5.2 to 4.5.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

redux-loop is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/ikunetwork/alpha/612?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for 4.5.3

The promise returned by dispatch now resolves with the underlying dispatch return value (#205 by @sasucker)

Commits

The new version differs by 3 commits.

  • b945c42 4.5.3
  • 6704471 upgrade dependencies and fix flow test
  • 77db34d Have dispatch return the action it's provided after the current loop

See the full diff

FAQ and help 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).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 4.5.2 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 4.5.4

Relax reudceReducers type definitions to allow reducers to not handle undefined state if they are not the first param (#206 by @aeirola)

Commits

The new version differs by 2 commits.

  • ef32078 4.5.4
  • 0921348 Relax reduceReducers typing to match implementation (#206)

See the full diff