This repository has been archived by the owner on Aug 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update react monorepo to v16.9.0 #100
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/react-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
February 6, 2019 08:21
3812146
to
e7a5e0d
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.7.0
chore(deps): update react monorepo to v16.8.0
Feb 6, 2019
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
February 6, 2019 18:27
e7a5e0d
to
5f7cc3f
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.8.0
chore(deps): update react monorepo
Feb 6, 2019
renovate
bot
changed the title
chore(deps): update react monorepo
chore(deps): update react monorepo to v16.8.1
Feb 6, 2019
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
February 6, 2019 19:42
5f7cc3f
to
554e9a6
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.8.1
chore(deps): update react monorepo to v16.8.2
Feb 14, 2019
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
February 14, 2019 19:18
554e9a6
to
649434c
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.8.2
chore(deps): update react monorepo to v16.8.3
Feb 21, 2019
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
February 21, 2019 18:14
649434c
to
cd8c558
Compare
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
March 5, 2019 23:42
cd8c558
to
79eb1a7
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.8.3
chore(deps): update react monorepo to v16.8.4
Mar 5, 2019
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
March 22, 2019 17:14
79eb1a7
to
65ab710
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.8.4
chore(deps): update react monorepo to v16.8.5
Mar 22, 2019
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
March 28, 2019 08:40
65ab710
to
1dc6e14
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.8.5
chore(deps): update react monorepo to v16.8.6
Mar 28, 2019
renovate
bot
force-pushed
the
renovate/react-monorepo
branch
from
August 10, 2019 13:59
1dc6e14
to
0291b80
Compare
renovate
bot
changed the title
chore(deps): update react monorepo to v16.8.6
chore(deps): update react monorepo to v16.9.0
Aug 10, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
16.6.3
->16.9.0
16.6.3
->16.9.0
16.6.3
->16.9.0
16.6.3
->16.9.0
16.6.3
->16.9.0
Release Notes
facebook/react
v16.9.0
Compare Source
React
<React.Profiler>
API for gathering performance measurements programmatically. (@bvaughn in #15172)unstable_ConcurrentMode
in favor ofunstable_createRoot
. (@acdlite in #15532)React DOM
UNSAFE_*
lifecycle methods. (@bvaughn in #15186 and @threepointone in #16103)javascript:
URLs as a common attack surface. (@sebmarkbage in #15047)disablePictureInPicture
attribute on<video>
. (@eek in #15334)onLoad
event for<embed>
. (@cherniavskii in #15614)useState
state from DevTools. (@bvaughn in #14906)setState
is called fromuseEffect
, creating a loop. (@gaearon in #15180)findDOMNode
for components wrapped in<Suspense>
. (@acdlite in #15312)!important
style. (@acdlite in #15861 and #15882)React DOM Server
React Test Utilities and Test Renderer
act(async () => ...)
for testing asynchronous state updates. (@threepointone in #14853)act
from different renderers. (@threepointone in #16039 and #16042)act()
call. (@threepointone in #15763 and #16041)act
from the wrong renderer. (@threepointone in #15756)v16.8.6
Compare Source
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)v16.8.5
Compare Source
React DOM
size
attribute. (@kulek1 in #14242)useEffect(async () => ...)
warning message. (@gaearon in #15118)React DOM Server
useLayoutEffect
warning message when server rendering. (@gaearon in #15158)React Shallow Renderer
setState
in shallow renderer to work with Hooks. (@gaearon in #15120)React.memo
. (@aweary in #14816)forwardRef
. (@eps1lon in #15100)v16.8.4
Compare Source
React DOM and other renderers
useContext
hook. (@bvaughn in #14940)v16.8.3
Compare Source
React DOM
React DOM Server
ESLint Plugin for React Hooks
exhaustive-deps
rule. (@gaearon in #14636)v16.8.2
Compare Source
React DOM
ReactDOM.render
being ignored insideuseEffect
. (@gaearon in #14799)useImperativeHandle
to work correctly when no deps are specified. (@gaearon in #14801)crossOrigin
attribute to work in SVGimage
elements. (@aweary in #14832)React Test Utils and React Test Renderer
act()
warning. (@threepointone in #14855)v16.8.1
Compare Source
React DOM and React Test Renderer
React Test Utils
v16.8.0
Compare Source
React
useReducer
Hook lazy initialization API. (@acdlite in #14723)React DOM
useState
anduseReducer
Hooks. (@acdlite in #14569)Object.is
algorithm for comparinguseState
anduseReducer
values. (@Jessidhia in #14752)useEffect
/useMemo
/useCallback
Hooks. (@acdlite in #14594)React.lazy()
. (@gaearon in #14626)undefined
or a function. All other values, includingnull
, are not allowed. @acdlite in #14119React Test Renderer and Test Utils
shouldComponentUpdate
in the presence ofgetDerivedStateFromProps
for Shallow Renderer. (@chenesan in #14613)ReactTestRenderer.act()
andReactTestUtils.act()
for batching updates so that tests more closely match real behavior. (@threepointone in #14744)ESLint Plugin: React Hooks
v16.7.0
Compare Source
React DOM
React.lazy
for large numbers of lazily-loaded components. (@acdlite in #14429)react-dom/server@16.6
andreact@<16.6
. (@gaearon in #14291)Scheduler (Experimental)
setTimeout
in testing environments. (@bvaughn in #14358)Renovate configuration
📅 Schedule: "after 10pm,before 5am" in timezone Asia/Dubai.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot. View repository job log here.