-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of react is breaking the build 🚨 #24
Comments
After pinning to 16.8.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for 16.9.0 (August 8, 2019)React
React DOM
React DOM ServerReact Test Utilities and Test Renderer
Artifacts• react: https://unpkg.com/react@16.9.0/umd/ |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for 16.10.1 (September 28, 2019)React DOM
|
Your tests are still failing with these versions. Compare changes Release Notes for 16.10.2 (October 3, 2019)React DOM
Artifacts• react: https://unpkg.com/react@16.10.2/umd/ |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for 16.11.0 (October 22, 2019)React DOM
Artifacts• react: https://unpkg.com/react@16.11.0/umd/ |
There have been updates to the react monorepo:
dependency
react was updated from16.8.5
to16.8.6
.dependency
react-dom was updated from16.8.5
to16.8.6
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the react group definition.
react 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
Release Notes for v16.8.6
16.8.6 (March 27, 2019)
React DOM
useReducer()
. (@acdlite in #15124)contextType
is set toContext.Consumer
instead ofContext
. (@aweary in #14831)contextType
is set to invalid values. (@gaearon in #15142)Artifacts
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 🌴
The text was updated successfully, but these errors were encountered: