Skip to content

Commit

Permalink
Update react monorepo to v18.2.0 (#493)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`18.1.0` -> `18.2.0`](https://renovatebot.com/diffs/npm/react/18.1.0/18.2.0) | [![age](https://badges.renovateapi.com/packages/npm/react/18.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react/18.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react/18.2.0/compatibility-slim/18.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react/18.2.0/confidence-slim/18.1.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`18.1.0` -> `18.2.0`](https://renovatebot.com/diffs/npm/react-dom/18.1.0/18.2.0) | [![age](https://badges.renovateapi.com/packages/npm/react-dom/18.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-dom/18.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-dom/18.2.0/compatibility-slim/18.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-dom/18.2.0/confidence-slim/18.1.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v18.2.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;1820-June-14-2022)

[Compare Source](https://togithub.com/facebook/react/compare/v18.1.0...v18.2.0)

##### React DOM

-   Provide a component stack as a second argument to `onRecoverableError`. ([@&#8203;gnoff](https://togithub.com/gnoff) in [#&#8203;24591](https://togithub.com/facebook/react/pull/24591))
-   Fix hydrating into `document` causing a blank page on mismatch. ([@&#8203;gnoff](https://togithub.com/gnoff) in [#&#8203;24523](https://togithub.com/facebook/react/pull/24523))
-   Fix false positive hydration errors with Suspense. ([@&#8203;gnoff](https://togithub.com/gnoff) in [#&#8203;24480](https://togithub.com/facebook/react/pull/24480) and  [@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;24532](https://togithub.com/facebook/react/pull/24532))
-   Fix ignored `setState` in Safari when adding an iframe. ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;24459](https://togithub.com/facebook/react/pull/24459))

##### React DOM Server

-   Pass information about server errors to the client. ([@&#8203;salazarm](https://togithub.com/salazarm) and [@&#8203;gnoff](https://togithub.com/gnoff) in [#&#8203;24551](https://togithub.com/facebook/react/pull/24551) and [#&#8203;24591](https://togithub.com/facebook/react/pull/24591))
-   Allow to provide a reason when aborting the HTML stream. ([@&#8203;gnoff](https://togithub.com/gnoff) in [#&#8203;24680](https://togithub.com/facebook/react/pull/24680))
-   Eliminate extraneous text separators in the HTML where possible. ([@&#8203;gnoff](https://togithub.com/gnoff) in [#&#8203;24630](https://togithub.com/facebook/react/pull/24630))
-   Disallow complex children inside `<title>` elements to match the browser constraints. ([@&#8203;gnoff](https://togithub.com/gnoff) in [#&#8203;24679](https://togithub.com/facebook/react/pull/24679))
-   Fix buffering in some worker environments by explicitly setting `highWaterMark` to `0`. ([@&#8203;jplhomer](https://togithub.com/jplhomer) in [#&#8203;24641](https://togithub.com/facebook/react/pull/24641))

##### Server Components (Experimental)

-   Add support for `useId()` inside Server Components. ([@&#8203;gnoff](https://togithub.com/gnoff)) in [#&#8203;24172](https://togithub.com/facebook/react/pull/24172)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/RBusarow/Dispatch).

PR-URL: #493
  • Loading branch information
renovate[bot] committed Jul 16, 2022
1 parent 49564e2 commit 2666a85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Expand Up @@ -19,8 +19,8 @@
"@mdx-js/react" : "^1.6.22",
"babel-preset-env" : "^1.7.0",
"clsx" : "^1.1.1",
"react" : "18.1.0",
"react-dom" : "18.1.0"
"react" : "18.2.0",
"react-dom" : "18.2.0"
},
"browserslist": {
"production": [
Expand Down
26 changes: 13 additions & 13 deletions website/yarn.lock
Expand Up @@ -7544,13 +7544,13 @@ react-dev-utils@^12.0.1:
strip-ansi "^6.0.1"
text-table "^0.2.0"

react-dom@18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.1.0.tgz#7f6dd84b706408adde05e1df575b3a024d7e8a2f"
integrity sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==
react-dom@18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
dependencies:
loose-envify "^1.1.0"
scheduler "^0.22.0"
scheduler "^0.23.0"

react-error-overlay@^6.0.11:
version "6.0.11"
Expand Down Expand Up @@ -7645,10 +7645,10 @@ react-textarea-autosize@^8.3.2:
use-composed-ref "^1.0.0"
use-latest "^1.0.0"

react@18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
react@18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
dependencies:
loose-envify "^1.1.0"

Expand Down Expand Up @@ -8046,10 +8046,10 @@ sax@^1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==

scheduler@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.22.0.tgz#83a5d63594edf074add9a7198b1bae76c3db01b8"
integrity sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==
scheduler@^0.23.0:
version "0.23.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
dependencies:
loose-envify "^1.1.0"

Expand Down

0 comments on commit 2666a85

Please sign in to comment.