Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(starters): update react monorepo to ^16.8.6 (#12910)
This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | react | dependencies | patch | [`^16.8.5` -> `^16.8.6`](https://diff.intrinsic.com/react/16.8.5/16.8.6) | [homepage](https://reactjs.org/), [source](https://github.com/facebook/react/tree/HEAD/packages/react) | | react-dom | dependencies | patch | [`^16.8.5` -> `^16.8.6`](https://diff.intrinsic.com/react-dom/16.8.5/16.8.6) | [homepage](https://reactjs.org/), [source](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | --- ### Release Notes <details> <summary>facebook/react</summary> ### [`v16.8.6`](https://github.com/facebook/react/blob/master/CHANGELOG.md#​1686-March-27-2019) [Compare Source](https://github.com/facebook/react/compare/v16.8.5...v16.8.6) ##### React DOM - Fix an incorrect bailout in `useReducer()`. ([@​acdlite](https://github.com/acdlite) in [#​15124](https://github.com/facebook/react/pull/15124)) - Fix iframe warnings in Safari DevTools. ([@​renanvalentin](https://github.com/renanvalentin) in [#​15099](https://github.com/facebook/react/pull/15099)) - Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@​aweary](https://github.com/aweary) in [#​14831](https://github.com/facebook/react/pull/14831)) - Warn if `contextType` is set to invalid values. ([@​gaearon](https://github.com/gaearon) in [#​15142](https://github.com/facebook/react/pull/15142)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
- Loading branch information