Skip to content

Commit

Permalink
Bump react-dom and @types/react-dom in /ui (#159)
Browse files Browse the repository at this point in the history
Bumps
[react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom)
and
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom).
These dependencies needed to be updated together.
Updates `react-dom` from 18.1.0 to 18.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/react/releases">react-dom's
releases</a>.</em></p>
<blockquote>
<h2>18.2.0 (June 14, 2022)</h2>
<h3>React DOM</h3>
<ul>
<li>Provide a component stack as a second argument to
<code>onRecoverableError</code>. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Fix hydrating into <code>document</code> causing a blank page on
mismatch. (<a href="https://github.com/gnoff"><code>@​gnoff</code></a>
in <a
href="https://redirect.github.com/facebook/react/pull/24523">#24523</a>)</li>
<li>Fix false positive hydration errors with Suspense. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24480">#24480</a>
and <a href="https://github.com/acdlite"><code>@​acdlite</code></a> in
<a
href="https://redirect.github.com/facebook/react/pull/24532">#24532</a>)</li>
<li>Fix ignored <code>setState</code> in Safari when adding an iframe.
(<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24459">#24459</a>)</li>
</ul>
<h3>React DOM Server</h3>
<ul>
<li>Pass information about server errors to the client. (<a
href="https://github.com/salazarm"><code>@​salazarm</code></a> and <a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24551">#24551</a>
and <a
href="https://redirect.github.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Allow to provide a reason when aborting the HTML stream. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24680">#24680</a>)</li>
<li>Eliminate extraneous text separators in the HTML where possible. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24630">#24630</a>)</li>
<li>Disallow complex children inside <code>&lt;title&gt;</code> elements
to match the browser constraints. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24679">#24679</a>)</li>
<li>Fix buffering in some worker environments by explicitly setting
<code>highWaterMark</code> to <code>0</code>. (<a
href="https://github.com/jplhomer"><code>@​jplhomer</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24641">#24641</a>)</li>
</ul>
<h3>Server Components (Experimental)</h3>
<ul>
<li>Add support for <code>useId()</code> inside Server Components. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a>) in <a
href="https://redirect.github.com/facebook/react/pull/24172">#24172</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-dom's
changelog</a>.</em></p>
<blockquote>
<h2>18.2.0 (June 14, 2022)</h2>
<h3>React DOM</h3>
<ul>
<li>Provide a component stack as a second argument to
<code>onRecoverableError</code>. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Fix hydrating into <code>document</code> causing a blank page on
mismatch. (<a href="https://github.com/gnoff"><code>@​gnoff</code></a>
in <a
href="https://redirect.github.com/facebook/react/pull/24523">#24523</a>)</li>
<li>Fix false positive hydration errors with Suspense. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24480">#24480</a>
and <a href="https://github.com/acdlite"><code>@​acdlite</code></a> in
<a
href="https://redirect.github.com/facebook/react/pull/24532">#24532</a>)</li>
<li>Fix ignored <code>setState</code> in Safari when adding an iframe.
(<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24459">#24459</a>)</li>
</ul>
<h3>React DOM Server</h3>
<ul>
<li>Pass information about server errors to the client. (<a
href="https://github.com/salazarm"><code>@​salazarm</code></a> and <a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24551">#24551</a>
and <a
href="https://redirect.github.com/facebook/react/pull/24591">#24591</a>)</li>
<li>Allow to provide a reason when aborting the HTML stream. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24680">#24680</a>)</li>
<li>Eliminate extraneous text separators in the HTML where possible. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24630">#24630</a>)</li>
<li>Disallow complex children inside <code>&lt;title&gt;</code> elements
to match the browser constraints. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24679">#24679</a>)</li>
<li>Fix buffering in some worker environments by explicitly setting
<code>highWaterMark</code> to <code>0</code>. (<a
href="https://github.com/jplhomer"><code>@​jplhomer</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24641">#24641</a>)</li>
</ul>
<h3>Server Components (Experimental)</h3>
<ul>
<li>Add support for <code>useId()</code> inside Server Components. (<a
href="https://github.com/gnoff"><code>@​gnoff</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/24172">#24172</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/facebook/react/commit/b345523528f6b346c3a6de2145d5df6b2e23ca75"><code>b345523</code></a>
[Fizz] Support abort reasons (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24680">#24680</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/bcbeb52bf36c6f5ecdad46a48e87cf4354c5a64f"><code>bcbeb52</code></a>
[Fizz] Disallow complex children in &lt;title&gt; elements (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24679">#24679</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/4f29ba1cc52061e439cede3813e100557b23a15c"><code>4f29ba1</code></a>
support errorInfo in onRecoverableError (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24591">#24591</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/26a5b3c7f781e93b5bcf4e5a7a6f13233409475d"><code>26a5b3c</code></a>
Explicitly set <code>highWaterMark</code> to 0 for
<code>ReadableStream</code> (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24641">#24641</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/aec575914a0fd76c9db8998ea62c3ee975de70d7"><code>aec5759</code></a>
[Fizz] Send errors down to client (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24551">#24551</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/a2766387efe68b318b23d8c35c70b850d1e6a250"><code>a276638</code></a>
[Fizz] Improve text separator byte efficiency (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24630">#24630</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/05c34dea91eced40d08cd72432087c1e26a4f59c"><code>05c34de</code></a>
[Test] Outer boundary should not report errors from an inner boundary
(<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24618">#24618</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/82c64e1a49239158c0daa7f0d603d2ad2ee667a9"><code>82c64e1</code></a>
Match Preact behavior for boolean props on custom elements (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24541">#24541</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/2c8a1452b82b9ec5ebfa3f370b31fda19610ae92"><code>2c8a145</code></a>
Fix ignored setState in Safari when iframe is touched (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24459">#24459</a>)</li>
<li><a
href="https://github.com/facebook/react/commit/8197c73ec334e4430d892cead14aa371f13467a9"><code>8197c73</code></a>
Support document rendering (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/24523">#24523</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/facebook/react/commits/v18.2.0/packages/react-dom">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~gnoff">gnoff</a>, a new releaser for
react-dom since your current version.</p>
</details>
<br />

Updates `@types/react-dom` from 18.0.5 to 18.2.1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eden Federman <eden@keyval.dev>
  • Loading branch information
dependabot[bot] and edeNFed authored May 2, 2023
1 parent 78068d3 commit 6c9665f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@tailwindcss/forms": "^0.5.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.1.0",
"react-dom": "18.2.0",
"swr": "^2.1.5"
},
"devDependencies": {
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.0.5",
"@types/react-dom": "18.2.1",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
Expand Down
37 changes: 14 additions & 23 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1357,23 +1357,14 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==

"@types/react-dom@18.0.5":
version "18.0.5"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.5.tgz#330b2d472c22f796e5531446939eacef8378444a"
integrity sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA==
"@types/react-dom@18.2.1":
version "18.2.1"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.1.tgz#663b2612feb5f6431a70207430d7c04881b87f29"
integrity sha512-8QZEV9+Kwy7tXFmjJrp3XUKQSs9LTnE0KnoUb0YCguWBiNW0Yfb2iBMYZ08WPg35IR6P3Z0s00B15SwZnO26+w==
dependencies:
"@types/react" "*"

"@types/react@*":
version "18.0.10"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.10.tgz#5692944d4a45e204fb7a981eb1388afe919cf4d0"
integrity sha512-dIugadZuIPrRzvIEevIu7A1smqOAjkSMv8qOfwPt9Ve6i6JT/FQcCHyk2qIAxwsQNKZt5/oGR0T4z9h2dXRAkg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@18.2.0":
"@types/react@*", "@types/react@18.2.0":
version "18.2.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21"
integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==
Expand Down Expand Up @@ -2866,13 +2857,13 @@ quick-lru@^5.1.1:
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==

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@18.2.0:
version "18.2.0"
Expand Down Expand Up @@ -3041,10 +3032,10 @@ safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

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 6c9665f

Please sign in to comment.