Skip to content

Commit

Permalink
fix(starters): update react monorepo to ^16.8.2 (#11781)
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.1` -> `^16.8.2` | [homepage](https://reactjs.org/), [source](https://togithub.com/facebook/react) |
| react-dom | dependencies | patch | `^16.8.1` -> `^16.8.2` | [homepage](https://reactjs.org/), [source](https://togithub.com/facebook/react) |

---

### Release Notes

<details>
<summary>facebook/react</summary>

### [`v16.8.2`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#&#8203;1682-February-14-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.8.1...v16.8.2)

##### React DOM

-   Fix `ReactDOM.render` being ignored inside `useEffect`. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14799](https://togithub.com/facebook/react/pull/14799))
-   Fix a crash when unmounting empty portals. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14820](https://togithub.com/facebook/react/pull/14820))
-   Fix `useImperativeHandle` to work correctly when no deps are specified. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14801](https://togithub.com/facebook/react/pull/14801))
-   Fix `crossOrigin` attribute to work in SVG `image` elements. ([@&#8203;aweary](https://togithub.com/aweary) in [#&#8203;14832](https://togithub.com/facebook/react/pull/14832))
-   Fix a false positive warning when using Suspense with Hooks. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;14821](https://togithub.com/facebook/react/pull/14821))

##### React Test Utils and React Test Renderer

-   Include component stack into the `act()` warning. ([@&#8203;threepointone](https://togithub.com/threepointone) in [#&#8203;14855](https://togithub.com/facebook/react/pull/14855))

</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://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby).
  • Loading branch information
renovate[bot] authored and DSchau committed Feb 15, 2019
1 parent e385fe0 commit 10e458d
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
Expand Up @@ -26,8 +26,8 @@
"gatsby-transformer-remark": "^2.2.5",
"gatsby-transformer-sharp": "^2.1.13",
"prismjs": "^1.15.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.18",
"typeface-merriweather": "0.0.54",
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
Expand Up @@ -14,8 +14,8 @@
"gatsby-source-filesystem": "^2.0.20",
"gatsby-transformer-sharp": "^2.1.13",
"prop-types": "^15.7.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-helmet": "^5.2.0"
},
"keywords": [
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
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"gatsby": "^2.1.2",
"react": "^16.8.1",
"react-dom": "^16.8.1"
"react": "^16.8.2",
"react-dom": "^16.8.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 10e458d

Please sign in to comment.