knpwrs/redux-ts-utils

An in-range update of immer is breaking the build 🚨

Closed this issue Β· 2 comments

The dependency immer was updated from 1.10.2 to 1.10.3.

🚨 View failing branch.

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

immer 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
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.10.3

1.10.3 (2019-01-12)

Bug Fixes

  • ts: ensure produce returns an immutable type (dd25143)
  • ts: return type of produce() (03ec620)
Commits

The new version differs by 7 commits.

  • ee8aac0 test(ts): fix for latest commit
  • 03ec620 fix(ts): return type of produce()
  • a52614a test(ts): tiny improvement
  • dd25143 fix(ts): ensure produce returns an immutable type
  • 4bf4154 dev: default to local typescript in vscode
  • 89ab2b9 test(ts): produce always returns an immutable type
  • 2b7c21e test(ts): improved exact type detection

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 1.10.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

After pinning to 1.10.2 your tests are still failing

Does that seem right? edit: Hmm, must be a greenkeeper bug.