An in-range update of react is breaking the build 🚨
See original GitHub issueThere have been updates to the react monorepo:
-
- The
devDependency
react was updated from16.6.1
to16.6.2
.
- The
- The
devDependency
react-dom was updated from16.6.1
to16.6.2
. - The
devDependency
react-test-renderer was updated from16.6.1
to16.6.2
.
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 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 could not complete due to an error (Details).
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 🌴
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
An in-range update of react is breaking the build 🚨 #62 - GitHub
This monorepo update includes releases of one or more dependencies which all belong to the react group definition. react is a devDependency of ......
Read more >Developers - An in-range update of react is breaking the build 🚨 -
This monorepo update includes releases of one or more dependencies which all belong to the react group definition. react is a direct dependency...
Read more >How to Upgrade to React 18
This is a breaking change, but we expect this to result in less work rendering, and therefore better performance in your applications.
Read more >Thinking in React
React is, in our opinion, the premier way to build big, fast Web apps with JavaScript. ... Step 1: Break The UI Into...
Read more >React v18.0 – React Blog
React may start rendering an update, pause in the middle, then continue later. It may even abandon an in-progress render altogether. React ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
devDependency
react was updated from16.8.5
to16.8.6
.devDependency
react-dom was updated from16.8.5
to16.8.6
.devDependency
react-test-renderer was updated from16.8.5
to16.8.6
.Your tests are passing again with this update. Explicitly upgrade to these versions 🚀
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
devDependency
react was updated from16.13.0
to16.13.1
.devDependency
react-dom was updated from16.13.0
to16.13.1
.devDependency
react-test-renderer was updated from16.13.0
to16.13.1
.Your tests are passing again with this update. Explicitly upgrade to these versions 🚀