Update react-test-renderer in / from 16.0.0 to 16.6.0 #258
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies.io has updated
react-test-renderer
(a npm dependency in/
) from "16.0.0" to "16.6.0".16.6.0
React
React.memo()
as an alternative toPureComponent
for functions. (acdlite in #13748)React.lazy()
for code splitting components. (acdlite in #13885)React.StrictMode
now warns about legacy context API. (bvaughn in #13760)React.StrictMode
now warns aboutfindDOMNode
. (sebmarkbage in #13841)unstable_AsyncMode
tounstable_ConcurrentMode
. (trueadm in #13732)unstable_Placeholder
toSuspense
, anddelayMs
tomaxDuration
. (gaearon in #13799 and sebmarkbage in #13922)React DOM
contextType
as a more ergonomic way to subscribe to context from a class. (bvaughn in #13728)getDerivedStateFromError
lifecycle method for catching errors in a future asynchronous server-side renderer. (bvaughn in #13746)<Context>
is used instead of<Context.Consumer>
. (trueadm in #13829)window.event
in development. (sergei-startsev in #13697)React DOM Server
React.memo()
. (alexmckenley in #13855)contextType
. (alexmckenley and sebmarkbage in #13889)Scheduler (Experimental)
scheduler
. (gaearon in #13683)requestAnimationFrame
earlier. (acdlite in #13785)envify
transform to the package. (mridgway in #13766)