davidbonnet / foundation

🏛 Base repository for building JavaScript apps or libraries.
1 stars 0 forks source link

An in-range update of react-test-renderer is breaking the build 🚨 #16

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 16.3.1 of react-test-renderer was just published.

Branch Build failing 🚨
Dependency react-test-renderer
Current Version 16.3.0
Type devDependency

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

react-test-renderer 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/davidbonnet/foundation/builds/361926191?utm_source=github_status&utm_medium=notification)

Release Notes v16.3.1

16.3.1 (April 3, 2018)

React

React DOM

Create Subscription

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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 16.3.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v16.3.2

16.3.2 (April 16, 2018)

React

  • Improve the error message when passing null or undefined to React.cloneElement. (@nicolevy in #12534)

React DOM

  • Fix an IE crash in development when using <StrictMode>. (@bvaughn in #12546)
  • Fix labels in User Timing measurements for new component types. (@bvaughn in #12609)
  • Improve the warning about wrong component type casing. (@nicolevy in #12533)
  • Improve general performance in development mode. (@gaearon in #12537)
  • Improve performance of the experimental unstable_observedBits API with nesting. (@gaearon in #12543)

React Test Renderer