Skip to content

Commit

Permalink
fix(starters): update react monorepo to ^16.8.6 (#12910)
Browse files Browse the repository at this point in the history
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#&#8203;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()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#&#8203;15124](https://github.com/facebook/react/pull/15124))
-   Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#&#8203;15099](https://github.com/facebook/react/pull/15099))
-   Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#&#8203;14831](https://github.com/facebook/react/pull/14831))
-   Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#&#8203;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
renovate[bot] authored and pieh committed Mar 28, 2019
1 parent 853ceb9 commit b973841
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
22 changes: 11 additions & 11 deletions starters/blog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"gatsby-transformer-remark": "^2.3.8",
"gatsby-transformer-sharp": "^2.1.17",
"prismjs": "^1.16.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.19",
"typeface-merriweather": "0.0.72",
Expand Down
22 changes: 11 additions & 11 deletions starters/default/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-sharp": "^2.1.17",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions starters/hello-world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions starters/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"gatsby": "^2.3.3",
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"prettier": "^1.16.4"
Expand Down

0 comments on commit b973841

Please sign in to comment.