Skip to content
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 🚨 #69

Open
greenkeeper bot opened this issue May 24, 2018 · 22 comments
Open

An in-range update of react is breaking the build 🚨 #69

greenkeeper bot opened this issue May 24, 2018 · 22 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented May 24, 2018

Version 16.4.0 of react was just published.

Branch Build failing 🚨
Dependency react
Current Version 16.3.2
Type dependency

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

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
  • ci/circleci: build Your tests passed on CircleCI! Details
  • ci/circleci: test Your tests passed on CircleCI! Details
  • ci/circleci: lint Your tests passed on CircleCI! Details
  • ci/circleci: webpack-build Your tests failed on CircleCI Details

Release Notes v16.4.0

React

React DOM

  • Add support for the Pointer Events specification. (@philipp-spiess in #12507)
  • Properly call getDerivedStateFromProps() regardless of the reason for re-rendering. (@acdlite in #12600 and #12802)
  • Fix a bug that prevented context propagation in some cases. (@gaearon in #12708)
  • Fix re-rendering of components using forwardRef() on a deeper setState(). (@gaearon in #12690)
  • Fix some attributes incorrectly getting removed from custom element nodes. (@airamrguez in #12702)
  • Fix context providers to not bail out on children if there's a legacy context provider above. (@gaearon in #12586)
  • Add the ability to specify propTypes on a context provider component. (@nicolevy in #12658)
  • Fix a false positive warning when using react-lifecycles-compat in <StrictMode>. (@bvaughn in #12644)
  • Warn when the forwardRef() render function has propTypes or defaultProps. (@bvaughn in #12644)
  • Improve how forwardRef() and context consumers are displayed in the component stack. (@sophiebits in #12777)
  • Change internal event names. This can break third-party packages that rely on React internals in unsupported ways. (@philipp-spiess in #12629)

React Test Renderer

  • Fix the getDerivedStateFromProps() support to match the new React DOM behavior. (@koba04 in #12676)
  • Fix a testInstance.parent crash when the parent is a fragment or another special node. (@gaearon in #12813)
  • forwardRef() components are now discoverable by the test renderer traversal methods. (@gaearon in #12725)
  • Shallow renderer now ignores setState() updaters that return null or undefined. (@koba04 in #12756)

React ART

  • Fix reading context provided from the tree managed by React DOM. (@acdlite in #12779)

React Call Return (Experimental)

  • This experiment was deleted because it was affecting the bundle size and the API wasn't good enough. It's likely to come back in the future in some other form. (@gaearon in #12820)

React Reconciler (Experimental)

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2018

After pinning to 16.3.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 14, 2018

  • The dependency react was updated from 16.5.0 to 16.5.1.
  • The dependency react-dom was updated from 16.5.0 to 16.5.1.
  • The devDependency react-test-renderer was updated from 16.5.0 to 16.5.1.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.5.1

16.5.1 (September 13, 2018)

React

  • Improve the warning when React.forwardRef receives an unexpected number of arguments. (@andresroberto in #13636)

React DOM

  • Fix a regression in unstable exports used by React Native Web. (@aweary in #13598)
  • Fix a crash when component defines a method called isReactComponent. (@gaearon in #13608)
  • Fix a crash in development mode in IE9 when printing a warning. (@link-alex in #13620)
  • Provide a better error message when running react-dom/profiling with schedule/tracking. (@bvaughn in #13605)
  • If a ForwardRef component defines a displayName, use it in warnings. (@probablyup in #13615)

Schedule (Experimental)

  • Add a separate profiling entry point at schedule/tracking-profiling. (@bvaughn in #13605)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2018

  • The dependency react was updated from 16.5.1 to 16.5.2.
  • The dependency react-dom was updated from 16.5.1 to 16.5.2.
  • The devDependency react-test-renderer was updated from 16.5.1 to 16.5.2.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.5.2

React DOM

Schedule (Experimental)

  • Renaming "tracking" API to "tracing" (@bvaughn in #13641)
  • Add UMD production+profiling entry points (@bvaughn in #13642)
  • Refactored schedule to remove some React-isms and improve performance for when deferred updates time out (@acdlite in #13582)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2018

  • The dependency react was updated from 16.5.2 to 16.6.0.
  • The dependency react-dom was updated from 16.5.2 to 16.6.0.
  • The devDependency react-test-renderer was updated from 16.5.2 to 16.6.0.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2018

  • The dependency react was updated from 16.6.0 to 16.6.1.
  • The dependency react-dom was updated from 16.6.0 to 16.6.1.
  • The devDependency react-test-renderer was updated from 16.6.0 to 16.6.1.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.6.1

16.6.1 (November 6, 2018)

React DOM

  • Fallback should not remount every time a promise resolves. (@acdlite in #14083)
  • Fix bug where Suspense keeps showing fallback even after everything finishes loading. (@acdlite in #14083)
  • Fix unresolved default props in lifecycle methods of a lazy component. (@gaearon in #14112)
  • Fix bug when recovering from an error thrown during complete phase. (@gaearon in #14104)

Scheduler (Experimental)

  • Switch from deadline object to shouldYield API. (@acdlite in #14025)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2018

  • The dependency react was updated from 16.6.1 to 16.6.2.
  • The dependency react-dom was updated from 16.6.1 to 16.6.2.
  • The devDependency react-test-renderer was updated from 16.6.1 to 16.6.2.

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2018

  • The dependency react was updated from 16.6.2 to 16.6.3.
  • The dependency react-dom was updated from 16.6.2 to 16.6.3.
  • The devDependency react-test-renderer was updated from 16.6.2 to 16.6.3.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2018

  • The dependency react was updated from 16.6.3 to 16.7.0.
  • The dependency react-dom was updated from 16.6.3 to 16.7.0.
  • The devDependency react-test-renderer was updated from 16.6.3 to 16.7.0.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.7.0

React DOM

  • Fix performance of React.lazy for large numbers of lazily-loaded components. (@acdlite in #14429)
  • Clear fields on unmount to avoid memory leaks. (@trueadm in #14276)
  • Fix bug with SSR and context when mixing react-dom/server@16.6 and react@<16.6. (@gaearon in #14291)
  • Fix a performance regression in profiling mode. (@bvaughn in #14383)

Scheduler (Experimental)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 20, 2018

  • The dependency react was updated from 16.6.3 to 16.7.0.
  • The dependency react-dom was updated from 16.6.3 to 16.7.0.
  • The devDependency react-test-renderer was updated from 16.6.3 to 16.7.0.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.7.0

React DOM

  • Fix performance of React.lazy for large numbers of lazily-loaded components. (@acdlite in #14429)
  • Clear fields on unmount to avoid memory leaks. (@trueadm in #14276)
  • Fix bug with SSR and context when mixing react-dom/server@16.6 and react@<16.6. (@gaearon in #14291)
  • Fix a performance regression in profiling mode. (@bvaughn in #14383)

Scheduler (Experimental)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

  • The dependency react was updated from 16.7.0 to 16.8.0.
  • The dependency react-dom was updated from 16.7.0 to 16.8.0.
  • The devDependency react-test-renderer was updated from 16.7.0 to 16.8.0.

Your tests are still failing with these versions. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

  • The dependency react was updated from 16.8.0 to 16.8.1.
  • The dependency react-dom was updated from 16.8.0 to 16.8.1.
  • The devDependency react-test-renderer was updated from 16.8.0 to 16.8.1.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

  • The dependency react was updated from 16.8.0 to 16.8.1.
  • The dependency react-dom was updated from 16.8.0 to 16.8.1.
  • The devDependency react-test-renderer was updated from 16.8.0 to 16.8.1.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2019

  • The dependency react was updated from 16.8.1 to 16.8.2.
  • The dependency react-dom was updated from 16.8.1 to 16.8.2.
  • The devDependency react-test-renderer was updated from 16.8.1 to 16.8.2.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.8.2

16.8.2 (February 14, 2019)

React DOM

  • Fix ReactDOM.render being ignored inside useEffect. (@gaearon in #14799)
  • Fix a crash when unmounting empty portals. (@gaearon in #14820)
  • Fix useImperativeHandle to work correctly when no deps are specified. (@gaearon in #14801)
  • Fix crossOrigin attribute to work in SVG image elements. (@aweary in #14832)
  • Fix a false positive warning when using Suspense with Hooks. (@gaearon in #14821)

React Test Utils and React Test Renderer

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2019

  • The dependency react was updated from 16.8.1 to 16.8.2.
  • The dependency react-dom was updated from 16.8.1 to 16.8.2.
  • The devDependency react-test-renderer was updated from 16.8.1 to 16.8.2.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.8.2

16.8.2 (February 14, 2019)

React DOM

  • Fix ReactDOM.render being ignored inside useEffect. (@gaearon in #14799)
  • Fix a crash when unmounting empty portals. (@gaearon in #14820)
  • Fix useImperativeHandle to work correctly when no deps are specified. (@gaearon in #14801)
  • Fix crossOrigin attribute to work in SVG image elements. (@aweary in #14832)
  • Fix a false positive warning when using Suspense with Hooks. (@gaearon in #14821)

React Test Utils and React Test Renderer

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

  • The dependency react was updated from 16.8.2 to 16.8.3.
  • The dependency react-dom was updated from 16.8.2 to 16.8.3.
  • The devDependency react-test-renderer was updated from 16.8.2 to 16.8.3.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2019

  • The dependency react was updated from 16.8.2 to 16.8.3.
  • The dependency react-dom was updated from 16.8.2 to 16.8.3.
  • The devDependency react-test-renderer was updated from 16.8.2 to 16.8.3.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2019

  • The dependency react was updated from 16.8.3 to 16.8.4.
  • The dependency react-dom was updated from 16.8.3 to 16.8.4.
  • The devDependency react-test-renderer was updated from 16.8.3 to 16.8.4.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.8.4

16.8.4 (March 5, 2019)

React DOM and other renderers

  • Fix a bug where DevTools caused a runtime error when inspecting a component that used a useContext hook. (@bvaughn in #14940)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2019

  • The dependency react was updated from 16.8.3 to 16.8.4.
  • The dependency react-dom was updated from 16.8.3 to 16.8.4.
  • The devDependency react-test-renderer was updated from 16.8.3 to 16.8.4.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.8.4

16.8.4 (March 5, 2019)

React DOM and other renderers

  • Fix a bug where DevTools caused a runtime error when inspecting a component that used a useContext hook. (@bvaughn in #14940)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2019

  • The dependency react was updated from 16.8.4 to 16.8.5.
  • The dependency react-dom was updated from 16.8.4 to 16.8.5.
  • The devDependency react-test-renderer was updated from 16.8.4 to 16.8.5.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.8.5

16.8.5 (March 22, 2019)

React DOM

  • Don't set the first option as selected in select tag with size attribute. (@kulek1 in #14242)
  • Improve the useEffect(async () => ...) warning message. (@gaearon in #15118)
  • Improve the error message sometimes caused by duplicate React. (@jaredpalmer in #15139)

React DOM Server

  • Improve the useLayoutEffect warning message when server rendering. (@gaearon in #15158)

React Shallow Renderer

  • Fix setState in shallow renderer to work with Hooks. (@gaearon in #15120)
  • Fix shallow renderer to support React.memo. (@aweary in #14816)
  • Fix shallow renderer to support Hooks inside forwardRef. (@eps1lon in #15100)

Artifacts

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2019

  • The dependency react was updated from 16.8.4 to 16.8.5.
  • The dependency react-dom was updated from 16.8.4 to 16.8.5.
  • The devDependency react-test-renderer was updated from 16.8.4 to 16.8.5.

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v16.8.5

16.8.5 (March 22, 2019)

React DOM

  • Don't set the first option as selected in select tag with size attribute. (@kulek1 in #14242)
  • Improve the useEffect(async () => ...) warning message. (@gaearon in #15118)
  • Improve the error message sometimes caused by duplicate React. (@jaredpalmer in #15139)

React DOM Server

  • Improve the useLayoutEffect warning message when server rendering. (@gaearon in #15158)

React Shallow Renderer

  • Fix setState in shallow renderer to work with Hooks. (@gaearon in #15120)
  • Fix shallow renderer to support React.memo. (@aweary in #14816)
  • Fix shallow renderer to support Hooks inside forwardRef. (@eps1lon in #15100)

Artifacts

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency react was updated from 16.8.5 to 16.8.6.
  • The dependency react-dom was updated from 16.8.5 to 16.8.6.
  • The devDependency react-test-renderer was updated from 16.8.5 to 16.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

Artifacts

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

  • The dependency react was updated from 16.8.5 to 16.8.6.
  • The dependency react-dom was updated from 16.8.5 to 16.8.6.
  • The devDependency react-test-renderer was updated from 16.8.5 to 16.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

Artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants