An in-range update of react is breaking the build 🚨
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Version 15.5.0 of react just got published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency | react |
| Current Version | 15.4.2 |
| Type | dependency |
This version is covered by your current version range and after updating it in your project the build failed.
As react is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪
Status Details
- ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
v15.5.015.5.0 (April 7, 2017)
React
- Added a deprecation warning for
React.createClass. Points users to create-react-class instead. (@acdlite in d9a4fa4) - Added a deprecation warning for
React.PropTypes. Points users to prop-types instead. (@acdlite in 043845c) - Fixed an issue when using
ReactDOMtogether withReactDOMServer. (@wacii in #9005) - Fixed issue with Closure Compiler. (@anmonteiro in #8895)
- Another fix for Closure Compiler. (@Shastel in #8882)
- Added component stack info to invalid element type warning. (@n3tr in #8495)
React DOM
- Fixed Chrome bug when backspacing in number inputs. (@nhunzaker in #7359)
- Added
react-dom/test-utils, which exports the React Test Utils. (@bvaughn)
React Test Renderer
- Fixed bug where
componentWillUnmountwas not called for children. (@gre in #8512) - Added
react-test-renderer/shallow, which exports the shallow renderer. (@bvaughn)
React Addons
- Last release for addons; they will no longer be actively maintained.
- Removed
peerDependenciesso that addons continue to work indefinitely. (@acdlite and @bvaughn in 8a06cd7 and 67a8db3) - Updated to remove references to
React.createClassandReact.PropTypes(@acdlite in 12a96b9) react-addons-test-utilsis deprecated. Usereact-dom/test-utilsandreact-test-renderer/shallowinstead. (@bvaughn)
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the failing Travis CI build linked in the issue and compare the greenkeeper/react-15.5.0 branch with the current project state. Identify why the React 15.5.0 update breaks the build, then verify that the project builds successfully with the dependency update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100