[Doppins] Upgrade dependency react to ^17.0.2 #21
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.
Hi!
A new version was just released of
react
, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!![:shipit: :shipit:](https://github.githubassets.com/images/icons/emoji/shipit.png)
Upgraded react from
^16.2.0
to^17.0.1
Changelog:
Version 17.0.0
Today, we are releasing React 17!
Learn more about React 17 and how to update to it on the official React blog.
React
react/jsx-runtime
andreact/jsx-dev-runtime
for the new JSX transform](https://babeljs.io/blog/2020/03/16/7.9.0#a-new-jsx-transform-11154-https-githubcom-babel-babel-pull-11154). (@lunaruan
in [#18299
(https://github.com/facebook/react/pull/18299
))@sebmarkbage
](https://github.com/sebmarkbage) in [#18561
(https://github.com/facebook/react/pull/18561
))displayName
on context for improved stacks. (@eps1lon
](https://github.com/eps1lon) in [#18224
(https://github.com/facebook/react/pull/18224
))'use strict'
from leaking in the UMD bundles. (@koba04
](https://github.com/koba04) in [#19614
(https://github.com/facebook/react/pull/19614
))fb.me
for redirects. (@cylim
](https://github.com/cylim) in [#19598
(https://github.com/facebook/react/pull/19598
))React DOM
document
. (@trueadm
](https://github.com/trueadm) in [#18195
(https://github.com/facebook/react/pull/18195
) and others)@bvaughn
](https://github.com/bvaughn) in [#17947
(https://github.com/facebook/react/pull/17947
))useEffect
cleanup functions asynchronously. (@bvaughn
](https://github.com/bvaughn) in [#17925
(https://github.com/facebook/react/pull/17925
))focusin
andfocusout
foronFocus
andonBlur
. (@trueadm
](https://github.com/trueadm) in [#19186
(https://github.com/facebook/react/pull/19186
))Capture
events use the browser capture phase. (@trueadm
](https://github.com/trueadm) in [#19221
(https://github.com/facebook/react/pull/19221
))onScroll
event. (@gaearon
](https://github.com/gaearon) in [#19464
(https://github.com/facebook/react/pull/19464
))forwardRef
ormemo
component returnsundefined
. (@gaearon
](https://github.com/gaearon) in [#19550
(https://github.com/facebook/react/pull/19550
))@trueadm
](https://github.com/trueadm) in [#18969
(https://github.com/facebook/react/pull/18969
))@necolas
](https://github.com/necolas) in [#18483
(https://github.com/facebook/react/pull/18483
))@gaearon
](https://github.com/gaearon) in [#19659
(https://github.com/facebook/react/pull/19659
))console
in the second render pass of DEV mode double render. (@sebmarkbage
](https://github.com/sebmarkbage) in [#18547
(https://github.com/facebook/react/pull/18547
))ReactTestUtils.SimulateNative
API. (@gaearon
](https://github.com/gaearon) in [#13407
(https://github.com/facebook/react/pull/13407
))@gaearon
](https://github.com/gaearon) in [#18377
(https://github.com/facebook/react/pull/18377
))@gaearon
](https://github.com/gaearon) in [#18417
(https://github.com/facebook/react/pull/18417
))@sebmarkbage
](https://github.com/sebmarkbage) in [#18547
(https://github.com/facebook/react/pull/18547
))@eps1lon
](https://github.com/eps1lon) in [#18430
(https://github.com/facebook/react/pull/18430
))ReactDOM.flushSync
during lifecycle methods (but warn). (@sebmarkbage
](https://github.com/sebmarkbage) in [#18759
(https://github.com/facebook/react/pull/18759
))code
property to the keyboard event objects. (@bl00mber
](https://github.com/bl00mber) in [#18287
(https://github.com/facebook/react/pull/18287
))disableRemotePlayback
property forvideo
elements. (@tombrowndev
](https://github.com/tombrowndev) in [#18619
(https://github.com/facebook/react/pull/18619
))enterKeyHint
property forinput
elements. (@eps1lon
](https://github.com/eps1lon) in [#18634
(https://github.com/facebook/react/pull/18634
))value
is provided to<Context.Provider>
. (@charlie1404
](https://github.com/charlie1404) in [#19054
(https://github.com/facebook/react/pull/19054
))memo
orforwardRef
components returnundefined
. (@bvaughn
](https://github.com/bvaughn) in [#19550
(https://github.com/facebook/react/pull/19550
))@JoviDeCroock
](https://github.com/JoviDeCroock) in [#18316
(https://github.com/facebook/react/pull/18316
))@sebmarkbage
](https://github.com/sebmarkbage) in [#18559
(https://github.com/facebook/react/pull/18559
))@vcarl
](https://github.com/vcarl) in [#17070
(https://github.com/facebook/react/pull/17070
))onTouchStart
,onTouchMove
, andonWheel
passive. (@gaearon
](https://github.com/gaearon) in [#19654
(https://github.com/facebook/react/pull/19654
))setState
hanging in development inside a closed iframe. (@gaearon
](https://github.com/gaearon) in [#19220
(https://github.com/facebook/react/pull/19220
))defaultProps
. (@jddxf
](https://github.com/jddxf) in [#18539
(https://github.com/facebook/react/pull/18539
))dangerouslySetInnerHTML
isundefined
. (@eps1lon
](https://github.com/eps1lon) in [#18676
(https://github.com/facebook/react/pull/18676
))require
implementation. (@just-boris
](https://github.com/just-boris) in [#18632
(https://github.com/facebook/react/pull/18632
))onBeforeInput
reporting an incorrectevent.type
. (@eps1lon
](https://github.com/eps1lon) in [#19561
(https://github.com/facebook/react/pull/19561
))event.relatedTarget
reported asundefined
in Firefox. (@claytercek
](https://github.com/claytercek) in [#19607
(https://github.com/facebook/react/pull/19607
))@hemakshis
](https://github.com/hemakshis) in [#19664
(https://github.com/facebook/react/pull/19664
))@Jack-Works
](https://github.com/Jack-Works) in [#15894
(https://github.com/facebook/react/pull/15894
))movementX/Y
polyfill with capture events. (@gaearon
](https://github.com/gaearon) in [#19672
(https://github.com/facebook/react/pull/19672
))onSubmit
andonReset
events. (@gaearon
](https://github.com/gaearon) in [#19333
(https://github.com/facebook/react/pull/19333
))@trueadm
](https://github.com/trueadm) in [#18970
(https://github.com/facebook/react/pull/18970
))React DOM Server
useCallback
behavior consistent withuseMemo
for the server renderer. (@alexmckenley
](https://github.com/alexmckenley) in [#18783
(https://github.com/facebook/react/pull/18783
))@pmaccart
](https://github.com/pmaccart) in [#19212
(https://github.com/facebook/react/pull/19212
))React Test Renderer
findByType
error message. (@henryqdineen
](https://github.com/henryqdineen) in [#17439
(https://github.com/facebook/react/pull/17439
))Concurrent Mode (Experimental)
@acdlite
](https://github.com/acdlite) in [#18796
(https://github.com/facebook/react/pull/18796
))unstable_
prefix before the experimental APIs. (@acdlite
](https://github.com/acdlite) in [#18825
(https://github.com/facebook/react/pull/18825
))unstable_discreteUpdates
andunstable_flushDiscreteUpdates
. (@trueadm
](https://github.com/trueadm) in [#18825
(https://github.com/facebook/react/pull/18825
))timeoutMs
argument. (@acdlite
](https://github.com/acdlite) in [#19703
(https://github.com/facebook/react/pull/19703
))<div hidden />
prerendering in favor of a different future API. (@acdlite
](https://github.com/acdlite) in [#18917
(https://github.com/facebook/react/pull/18917
))unstable_expectedLoadTime
to Suspense for CPU-bound trees. (@acdlite
](https://github.com/acdlite) in [#19936
(https://github.com/facebook/react/pull/19936
))unstable_useOpaqueIdentifier
Hook. (@lunaruan
](https://github.com/lunaruan) in [#17322
(https://github.com/facebook/react/pull/17322
))unstable_startTransition
API. (@rickhanlonii
](https://github.com/rickhanlonii) in [#19696
(https://github.com/facebook/react/pull/19696
))act
in the test renderer no longer flushes Suspense fallbacks. (@acdlite
](https://github.com/acdlite) in [#18596
(https://github.com/facebook/react/pull/18596
))@sebmarkbage
](https://github.com/sebmarkbage) in [#19643
(https://github.com/facebook/react/pull/19643
))@bvaughn
](https://github.com/bvaughn) in [#18730
(https://github.com/facebook/react/pull/18730
))@acdlite
](https://github.com/acdlite) in [#18265
(https://github.com/facebook/react/pull/18265
))@acdlite
](https://github.com/acdlite) in#18384
and [#18457
(https://github.com/facebook/react/pull/18457
))@acdlite
](https://github.com/acdlite) in [#18537
(https://github.com/facebook/react/pull/18537
))@sebmarkbage
](https://github.com/sebmarkbage) in [#18412
(https://github.com/facebook/react/pull/18412
))@acdlite
](https://github.com/acdlite) in [#18411
(https://github.com/facebook/react/pull/18411
))@sebmarkbage
](https://github.com/sebmarkbage) in [#18448
(https://github.com/facebook/react/pull/18448
))@jddxf
](https://github.com/jddxf) in#18515
and@acdlite
in [#18535
(https://github.com/facebook/react/pull/18535
))@acdlite
](https://github.com/acdlite) in [#18663
(https://github.com/facebook/react/pull/18663
))@sebmarkbage
](https://github.com/sebmarkbage) in [#18854
(https://github.com/facebook/react/pull/18854
))useMutableSource
that may happen whengetSnapshot
changes. (@bvaughn
](https://github.com/bvaughn) in [#18297
(https://github.com/facebook/react/pull/18297
))useMutableSource
. (@bvaughn
](https://github.com/bvaughn) in [#18912
(https://github.com/facebook/react/pull/18912
))@sebmarkbage
](https://github.com/sebmarkbage) in [#18838
(https://github.com/facebook/react/pull/18838
))Artifacts