fix(starters): update react monorepo to ^16.8.2 (#11781)

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

📅 **Schedule**: At any time (no schedule defined).

🚦 **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.

---

 - [ ] <!-- 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).
This commit is contained in:
GatsbyJS Bot
2019-02-15 17:15:34 +00:00
parent f3d472194a
commit 03787d4aea
3 changed files with 27 additions and 27 deletions
+11 -11
View File
@@ -9010,14 +9010,14 @@
}
},
"react": {
"version": "16.8.1",
"resolved": "https://registry.npmjs.org/react/-/react-16.8.1.tgz",
"integrity": "sha512-wLw5CFGPdo7p/AgteFz7GblI2JPOos0+biSoxf1FPsGxWQZdN/pj6oToJs1crn61DL3Ln7mN86uZ4j74p31ELQ==",
"version": "16.8.2",
"resolved": "https://registry.npmjs.org/react/-/react-16.8.2.tgz",
"integrity": "sha512-aB2ctx9uQ9vo09HVknqv3DGRpI7OIGJhCx3Bt0QqoRluEjHSaObJl+nG12GDdYH6sTgE7YiPJ6ZUyMx9kICdXw==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.13.1"
"scheduler": "^0.13.2"
}
},
"react-dev-utils": {
@@ -9185,14 +9185,14 @@
}
},
"react-dom": {
"version": "16.8.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.8.1.tgz",
"integrity": "sha512-N74IZUrPt6UiDjXaO7UbDDFXeUXnVhZzeRLy/6iqqN1ipfjrhR60Bp5NuBK+rv3GMdqdIuwIl22u1SYwf330bg==",
"version": "16.8.2",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.8.2.tgz",
"integrity": "sha512-cPGfgFfwi+VCZjk73buu14pYkYBR1b/SRMSYqkLDdhSEHnSwcuYTPu6/Bh6ZphJFIk80XLvbSe2azfcRzNF+Xg==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.13.1"
"scheduler": "^0.13.2"
}
},
"react-error-overlay": {
@@ -9797,9 +9797,9 @@
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"scheduler": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.13.1.tgz",
"integrity": "sha512-VJKOkiKIN2/6NOoexuypwSrybx13MY7NSy9RNt8wPvZDMRT1CW6qlpF5jXRToXNHz3uWzbm2elNpZfXfGPqP9A==",
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.13.2.tgz",
"integrity": "sha512-qK5P8tHS7vdEMCW5IPyt8v9MJOHqTrOUgPXib7tqm9vh834ibBX5BNhwkplX/0iOzHW5sXyluehYfS9yrkz9+w==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
+2 -2
View File
@@ -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",
+14 -14
View File
@@ -7399,15 +7399,15 @@ react-dev-utils@^4.2.1:
strip-ansi "3.0.1"
text-table "0.2.0"
react-dom@^16.8.1:
version "16.8.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.1.tgz#ec860f98853d09d39bafd3a6f1e12389d283dbb4"
integrity sha512-N74IZUrPt6UiDjXaO7UbDDFXeUXnVhZzeRLy/6iqqN1ipfjrhR60Bp5NuBK+rv3GMdqdIuwIl22u1SYwf330bg==
react-dom@^16.8.2:
version "16.8.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.2.tgz#7c8a69545dd554d45d66442230ba04a6a0a3c3d3"
integrity sha512-cPGfgFfwi+VCZjk73buu14pYkYBR1b/SRMSYqkLDdhSEHnSwcuYTPu6/Bh6ZphJFIk80XLvbSe2azfcRzNF+Xg==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.13.1"
scheduler "^0.13.2"
react-error-overlay@^3.0.0:
version "3.0.0"
@@ -7434,15 +7434,15 @@ react-lifecycles-compat@^3.0.4:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react@^16.8.1:
version "16.8.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.1.tgz#ae11831f6cb2a05d58603a976afc8a558e852c4a"
integrity sha512-wLw5CFGPdo7p/AgteFz7GblI2JPOos0+biSoxf1FPsGxWQZdN/pj6oToJs1crn61DL3Ln7mN86uZ4j74p31ELQ==
react@^16.8.2:
version "16.8.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.2.tgz#83064596feaa98d9c2857c4deae1848b542c9c0c"
integrity sha512-aB2ctx9uQ9vo09HVknqv3DGRpI7OIGJhCx3Bt0QqoRluEjHSaObJl+nG12GDdYH6sTgE7YiPJ6ZUyMx9kICdXw==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.13.1"
scheduler "^0.13.2"
read-pkg-up@^2.0.0:
version "2.0.0"
@@ -7852,10 +7852,10 @@ sax@^1.2.4, sax@~1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
scheduler@^0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.1.tgz#1a217df1bfaabaf4f1b92a9127d5d732d85a9591"
integrity sha512-VJKOkiKIN2/6NOoexuypwSrybx13MY7NSy9RNt8wPvZDMRT1CW6qlpF5jXRToXNHz3uWzbm2elNpZfXfGPqP9A==
scheduler@^0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.2.tgz#969eaee2764a51d2e97b20a60963b2546beff8fa"
integrity sha512-qK5P8tHS7vdEMCW5IPyt8v9MJOHqTrOUgPXib7tqm9vh834ibBX5BNhwkplX/0iOzHW5sXyluehYfS9yrkz9+w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"