esamattis / immer-reducer

Type-safe and terse reducers with Typescript for React Hooks and Redux
http://npm.im/immer-reducer
MIT License
225 stars 15 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency immer was updated from 2.1.5 to 2.2.0.

🚨 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/epeli/immer-reducer/builds/521282177?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for v2.2.0

2.2.0 (2019-04-17)

Features

  • Immer now has it's own Github org, immerjs (165458e)
  • Improve type inference based on the first arg of the recipe function (a1d7aa6)
Commits

The new version differs by 30 commits.

  • e6b0e52 Merge pull request #309 from immerjs/immer3
  • d8f7773 Fixed test case, removed using flaky TS version
  • 6ea4da9 test: use spec.ts
  • cc5f52b refactor: simplify IProduce type tests
  • 3361bd5 refactor: curriedProduce function
  • 9a7a1ca refactor: tweak IProduce type
  • 7cab854 chore: trigger travis
  • 9f1f46a BREAKING CHANGE: feat: this in recipe is no longer the draft, but unbound
  • 3d366a7 chore: processed review comment from #348
  • 7bf3d3d docs: Readme fixes
  • c05ffd7 docs: remove install size badge
  • dfe2f3a BREAKING CHANGE: Dropped node 6 support
  • 165458e feat: Immer now has it's own Github org, immerjs
  • aca0fef chore: Clean up this from typings
  • 235152f docs: Update readme

There are 30 commits in total.

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.5 your tests are passing again. Downgrade this dependency πŸ“Œ.