knpwrs / redux-ts-utils

Everything you need to create type-safe applications with Redux!
MIT License
55 stars 4 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency immer was updated from 2.1.1 to 2.1.2.

🚨 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](https://travis-ci.org/knpwrs/redux-ts-utils/builds/505362917?utm_source=github_status&utm_medium=notification)).

Release Notes for v2.1.2

2.1.2 (2019-03-12)

Bug Fixes

  • es5: delete then set an existing property (6963420), closes #328
  • ts: --target=es5 compatibility (0e5ecc9), closes #321
Commits

The new version differs by 8 commits.

  • 0e5ecc9 fix(ts): --target=es5 compatibility
  • 6963420 fix(es5): delete then set an existing property
  • 5121d36 test: delete then set an existing property
  • 37f57f0 chore: upgrade to jest@24 and babel@7
  • b9f0029 chore: replace rollup with bili (#306)
  • c071fe0 chore: rewrite issue templates
  • 0ad9a91 test: use Jest snapshots for expected errors
  • a951f40 nit: improved error messages

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 2.1.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.1.3

2.1.3 (2019-03-13)

Bug Fixes

  • build: use .module.js instead of .mjs for esm bundle (#332) (8b33b98)
Commits

The new version differs by 1 commits.

  • 8b33b98 fix(build): use .module.js instead of .mjs for esm bundle (#332)

See the full diff

knpwrs commented 5 years ago

This appears to have been a temporary issue with Travis. Build is passing now: https://travis-ci.org/knpwrs/redux-ts-utils/builds/505362917