Skip to content

Commit

Permalink
Bump react and @types/react in /ui (#107)
Browse files Browse the repository at this point in the history
Bumps
[react](https://github.com/facebook/react/tree/HEAD/packages/react) and
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).
These dependencies needed to be updated together.
Updates `react` 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'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'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/72b7462fe73ea2f7bc296bc58670baf9677ce8b2"><code>72b7462</code></a>
Bump local package.json versions for 18.1 release (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/24447">#24447</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/react/commits/v18.2.0/packages/react">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
since your current version.</p>
</details>
<br />

Updates `@types/react` from 18.0.9 to 18.0.33
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">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 3ee763c commit 6e132e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@svgr/webpack": "^6.2.1",
"@tailwindcss/forms": "^0.5.3",
"next": "latest",
"react": "18.1.0",
"react": "18.2.0",
"react-dom": "18.1.0",
"swr": "^2.1.5"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react": "18.2.0",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.23",
Expand Down
16 changes: 8 additions & 8 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1359,10 +1359,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@18.0.9":
version "18.0.9"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.9.tgz#d6712a38bd6cd83469603e7359511126f122e878"
integrity sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==
"@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==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down Expand Up @@ -2843,10 +2843,10 @@ react-dom@18.1.0:
loose-envify "^1.1.0"
scheduler "^0.22.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

0 comments on commit 6e132e9

Please sign in to comment.