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 react-testing-library is breaking the build 🚨 #9

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency react-testing-library was updated from 5.3.2 to 5.4.0.

🚨 View failing branch.

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

react-testing-library is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/epeli/immer-reducer/builds/468554032?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for v5.4.0

5.4.0 (2018-12-16)

Features

  • hydrate: add ability to test component hydration (#246) (08731f2)
Commits

The new version differs by 2 commits.

  • 08731f2 feat(hydrate): add ability to test component hydration (#246)
  • 678b939 docs: add warning to container docs

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 5.3.2 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 passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.4.1

5.4.1 (2018-12-19)

Bug Fixes

Commits

The new version differs by 1 commits.

  • f099d2f fix(TS): add hydrate typings (#250)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.4.2

5.4.2 (2018-12-20)

Bug Fixes

  • TS: make container optional in RenderOptions (#253) (4763ffb)
Commits

The new version differs by 2 commits.

  • 4763ffb fix(TS): make container optional in RenderOptions (#253)
  • f099d2f fix(TS): add hydrate typings (#250)

See the full diff