build(deps): Bump react-dom and @types/react-dom in /website (#5328)

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.2.0 to 18.3.1
<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.3.1 (April 26, 2024)</h2>
<ul>
<li>Export <code>act</code> from <code>react</code> <a
href="f1338f8080">f1338f</a></li>
</ul>
<h2>18.3.0 (April 25, 2024)</h2>
<p>This release is identical to 18.2 but adds warnings for deprecated
APIs and other changes that are needed for React 19.</p>
<p>Read the <a
href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19
Upgrade Guide</a> for more info.</p>
<h3>React</h3>
<ul>
<li>Allow writing to <code>this.refs</code> to support string ref
codemod <a
href="9090712fd3">909071</a></li>
<li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a
href="c3b2839641">c3b283</a></li>
<li>Warn for deprecated <code>test-utils</code> methods <a
href="d4ea75dc42">d4ea75</a></li>
<li>Warn for deprecated Legacy Context outside StrictMode <a
href="415ee0e6ea">415ee0</a></li>
<li>Warn for deprecated string refs outside StrictMode <a
href="https://redirect.github.com/facebook/react/pull/25383">#25383</a></li>
<li>Warn for deprecated <code>defaultProps</code> for function
components <a
href="https://redirect.github.com/facebook/react/pull/25699">#25699</a></li>
<li>Warn when spreading <code>key</code> <a
href="https://redirect.github.com/facebook/react/pull/25697">#25697</a></li>
<li>Warn when using <code>act</code> from <code>test-utils</code> <a
href="d4ea75dc42">d4ea75</a></li>
</ul>
<h3>React DOM</h3>
<ul>
<li>Warn for deprecated <code>unmountComponentAtNode</code> <a
href="8a015b68cc">8a015b</a></li>
<li>Warn for deprecated <code>renderToStaticNodeStream</code> <a
href="https://redirect.github.com/facebook/react/pull/28874">#28874</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.3.1 (April 26, 2024)</h2>
<ul>
<li>Export <code>act</code> from <code>react</code> <a
href="f1338f8080">f1338f</a></li>
</ul>
<h2>18.3.0 (April 25, 2024)</h2>
<p>This release is identical to 18.2 but adds warnings for deprecated
APIs and other changes that are needed for React 19.</p>
<p>Read the <a
href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19
Upgrade Guide</a> for more info.</p>
<h3>React</h3>
<ul>
<li>Allow writing to <code>this.refs</code> to support string ref
codemod <a
href="9090712fd3">909071</a></li>
<li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a
href="c3b2839641">c3b283</a></li>
<li>Warn for deprecated <code>test-utils</code> methods <a
href="d4ea75dc42">d4ea75</a></li>
<li>Warn for deprecated Legacy Context outside StrictMode <a
href="415ee0e6ea">415ee0</a></li>
<li>Warn for deprecated string refs outside StrictMode <a
href="https://redirect.github.com/facebook/react/pull/25383">#25383</a></li>
<li>Warn for deprecated <code>defaultProps</code> for function
components <a
href="https://redirect.github.com/facebook/react/pull/25699">#25699</a></li>
<li>Warn when spreading <code>key</code> <a
href="https://redirect.github.com/facebook/react/pull/25697">#25697</a></li>
<li>Warn when using <code>act</code> from <code>test-utils</code> <a
href="d4ea75dc42">d4ea75</a></li>
</ul>
<h3>React DOM</h3>
<ul>
<li>Warn for deprecated <code>unmountComponentAtNode</code> <a
href="8a015b68cc">8a015b</a></li>
<li>Warn for deprecated <code>renderToStaticNodeStream</code> <a
href="https://redirect.github.com/facebook/react/pull/28874">#28874</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d6c42f7b11"><code>d6c42f7</code></a>
Bump to 18.3.1</li>
<li><a
href="8a015b68cc"><code>8a015b6</code></a>
Add deprecation warning for unmountComponentAtNode</li>
<li><a
href="c3b2839641"><code>c3b2839</code></a>
Add deprecation warning for findDOMNode</li>
<li><a
href="d4ea75dc42"><code>d4ea75d</code></a>
ReactDOMTestUtils deprecation warnings</li>
<li><a
href="7548c019ce"><code>7548c01</code></a>
Deprecate <code>renderToStaticNodeStream</code> (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/28872">#28872</a>)
(<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/28874">#28874</a>)</li>
<li><a
href="589423270e"><code>5894232</code></a>
Enable warning for defaultProps on function components for everyone (<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/25699">#25699</a>)</li>
<li><a
href="c2a246e956"><code>c2a246e</code></a>
Turn on string ref deprecation warning for everybody (not codemoddable)
(<a
href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/25383">#25383</a>)</li>
<li><a
href="2cfb4741fd"><code>2cfb474</code></a>
Bump version from 18.2 to 18.3</li>
<li>See full diff in <a
href="https://github.com/facebook/react/commits/v18.3.1/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/~react-bot">react-bot</a>, a new releaser
for react-dom since your current version.</p>
</details>
<br />

Updates `@types/react-dom` from 18.2.23 to 18.3.0
<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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
This commit is contained in:
dependabot[bot]
2024-06-11 15:08:29 -07:00
committed by GitHub
parent 3bfc6d597a
commit 6a4f4fe07d
2 changed files with 38 additions and 38 deletions

View File

@@ -20,7 +20,7 @@
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "20.12.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "^15.5.11",
"asciinema-player": "^3.7.1",
"autoprefixer": "10.4.19",
@@ -37,7 +37,7 @@
"next-sitemap": "^4.2.3",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-fast-marquee": "^1.6.4",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",

72
website/pnpm-lock.yaml generated
View File

@@ -7,7 +7,7 @@ settings:
dependencies:
'@docsearch/react':
specifier: ^3.6.0
version: 3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.2.0)(react@18.3.1)(search-insights@2.14.0)
version: 3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(search-insights@2.14.0)
'@mdx-js/loader':
specifier: ^3.0.1
version: 3.0.1(webpack@5.92.0)
@@ -33,8 +33,8 @@ dependencies:
specifier: 18.3.3
version: 18.3.3
'@types/react-dom':
specifier: 18.2.23
version: 18.2.23
specifier: 18.3.0
version: 18.3.0
'@types/react-syntax-highlighter':
specifier: ^15.5.11
version: 15.5.13
@@ -52,10 +52,10 @@ dependencies:
version: 2.3.0
flowbite-react:
specifier: ^0.9.0
version: 0.9.0(react-dom@18.2.0)(react@18.3.1)(tailwindcss@3.4.3)
version: 0.9.0(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3)
framer-motion:
specifier: ^11.2.4
version: 11.2.10(react-dom@18.2.0)(react@18.3.1)
version: 11.2.10(react-dom@18.3.1)(react@18.3.1)
google:
specifier: link:@next/third-parties/google
version: link:@next/third-parties/google
@@ -70,10 +70,10 @@ dependencies:
version: 2.52.0
next:
specifier: ^14.1.3
version: 14.2.3(react-dom@18.2.0)(react@18.3.1)
version: 14.2.3(react-dom@18.3.1)(react@18.3.1)
next-hubspot:
specifier: ^1.3.0
version: 1.3.0(next@14.2.3)(react-dom@18.2.0)(react@18.3.1)
version: 1.3.0(next@14.2.3)(react-dom@18.3.1)(react@18.3.1)
next-sitemap:
specifier: ^4.2.3
version: 4.2.3(next@14.2.3)
@@ -84,11 +84,11 @@ dependencies:
specifier: 18.3.1
version: 18.3.1
react-dom:
specifier: 18.2.0
version: 18.2.0(react@18.3.1)
specifier: 18.3.1
version: 18.3.1(react@18.3.1)
react-fast-marquee:
specifier: ^1.6.4
version: 1.6.4(react-dom@18.2.0)(react@18.3.1)
version: 1.6.4(react-dom@18.3.1)(react@18.3.1)
react-icons:
specifier: ^5.2.1
version: 5.2.1(react@18.3.1)
@@ -305,7 +305,7 @@ packages:
resolution: {integrity: sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==}
dev: false
/@docsearch/react@3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.2.0)(react@18.3.1)(search-insights@2.14.0):
/@docsearch/react@3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(search-insights@2.14.0):
resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==}
peerDependencies:
'@types/react': '>= 16.8.0 < 19.0.0'
@@ -328,7 +328,7 @@ packages:
'@types/react': 18.3.3
algoliasearch: 4.23.3
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
search-insights: 2.14.0
transitivePeerDependencies:
- '@algolia/client-search'
@@ -347,7 +347,7 @@ packages:
'@floating-ui/utils': 0.2.2
dev: false
/@floating-ui/react-dom@2.1.0(react-dom@18.2.0)(react@18.3.1):
/@floating-ui/react-dom@2.1.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-lNzj5EQmEKn5FFKc04+zasr09h/uX8RtJRNj5gUXsSQIXHVWTVh+hVAg1vOMCexkX8EgvemMvIFpQfkosnVNyA==}
peerDependencies:
react: '>=16.8.0'
@@ -355,19 +355,19 @@ packages:
dependencies:
'@floating-ui/dom': 1.6.5
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
dev: false
/@floating-ui/react@0.26.10(react-dom@18.2.0)(react@18.3.1):
/@floating-ui/react@0.26.10(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-sh6f9gVvWQdEzLObrWbJ97c0clJObiALsFe0LiR/kb3tDRKwEhObASEH2QyfdoO/ZBPzwxa9j+nYFo+sqgbioA==}
peerDependencies:
react: '>=16.8.0'
react-dom: '>=16.8.0'
dependencies:
'@floating-ui/react-dom': 2.1.0(react-dom@18.2.0)(react@18.3.1)
'@floating-ui/react-dom': 2.1.0(react-dom@18.3.1)(react@18.3.1)
'@floating-ui/utils': 0.2.2
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
tabbable: 6.2.0
dev: false
@@ -582,7 +582,7 @@ packages:
next: ^13.0.0 || ^14.0.0
react: ^18.2.0
dependencies:
next: 14.2.3(react-dom@18.2.0)(react@18.3.1)
next: 14.2.3(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
third-party-capital: 1.0.20
dev: false
@@ -715,8 +715,8 @@ packages:
resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
dev: false
/@types/react-dom@18.2.23:
resolution: {integrity: sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==}
/@types/react-dom@18.3.0:
resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==}
dependencies:
'@types/react': 18.3.3
dev: false
@@ -1350,7 +1350,7 @@ packages:
dependencies:
to-regex-range: 5.0.1
/flowbite-react@0.9.0(react-dom@18.2.0)(react@18.3.1)(tailwindcss@3.4.3):
/flowbite-react@0.9.0(react-dom@18.3.1)(react@18.3.1)(tailwindcss@3.4.3):
resolution: {integrity: sha512-wRGzTPHaEuRSXiAFhdTuksezABE/AjI/iyOOBGZpsFAz/sq7zuorAqjRud9FWgy3TlFPtldl7kL93wNY2nOnKQ==}
peerDependencies:
react: '>=18'
@@ -1358,12 +1358,12 @@ packages:
tailwindcss: ^3
dependencies:
'@floating-ui/core': 1.6.0
'@floating-ui/react': 0.26.10(react-dom@18.2.0)(react@18.3.1)
'@floating-ui/react': 0.26.10(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
debounce: 2.0.0
flowbite: 2.3.0
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
react-icons: 5.0.1(react@18.3.1)
tailwind-merge: 2.2.2
tailwindcss: 3.4.3
@@ -1403,7 +1403,7 @@ packages:
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
dev: false
/framer-motion@11.2.10(react-dom@18.2.0)(react@18.3.1):
/framer-motion@11.2.10(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-/gr3PLZUVFCc86a9MqCUboVrALscrdluzTb3yew+2/qKBU8CX6nzs918/SRBRCqaPbx0TZP10CB6yFgK2C5cYQ==}
peerDependencies:
'@emotion/is-prop-valid': '*'
@@ -1418,7 +1418,7 @@ packages:
optional: true
dependencies:
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
tslib: 2.6.3
dev: false
@@ -2478,7 +2478,7 @@ packages:
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
dev: false
/next-hubspot@1.3.0(next@14.2.3)(react-dom@18.2.0)(react@18.3.1):
/next-hubspot@1.3.0(next@14.2.3)(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-W19Mtemz+q6f7ZSOUh8rf2p/Su8H36cZs3WAzmY/t6/zar9m9Uk4C0s6iSVom6UFI0WjW2tZYWabsWB5z1pmIA==}
engines: {node: '>=18.0.0'}
peerDependencies:
@@ -2489,9 +2489,9 @@ packages:
react-dom:
optional: true
dependencies:
next: 14.2.3(react-dom@18.2.0)(react@18.3.1)
next: 14.2.3(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
dev: false
/next-sitemap@4.2.3(next@14.2.3):
@@ -2505,10 +2505,10 @@ packages:
'@next/env': 13.5.6
fast-glob: 3.3.2
minimist: 1.2.8
next: 14.2.3(react-dom@18.2.0)(react@18.3.1)
next: 14.2.3(react-dom@18.3.1)(react@18.3.1)
dev: false
/next@14.2.3(react-dom@18.2.0)(react@18.3.1):
/next@14.2.3(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==}
engines: {node: '>=18.17.0'}
hasBin: true
@@ -2533,7 +2533,7 @@ packages:
graceful-fs: 4.2.11
postcss: 8.4.31
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
styled-jsx: 5.1.1(react@18.3.1)
optionalDependencies:
'@next/swc-darwin-arm64': 14.2.3
@@ -2743,24 +2743,24 @@ packages:
safe-buffer: 5.2.1
dev: false
/react-dom@18.2.0(react@18.3.1):
resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
/react-dom@18.3.1(react@18.3.1):
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
peerDependencies:
react: ^18.2.0
react: ^18.3.1
dependencies:
loose-envify: 1.4.0
react: 18.3.1
scheduler: 0.23.2
dev: false
/react-fast-marquee@1.6.4(react-dom@18.2.0)(react@18.3.1):
/react-fast-marquee@1.6.4(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-LAgvhRmHdqaUQ8R5jCUwzEGFUIjnCCt3T3W8X7j7wF6DWe0SATlpP0JX1V0pp2qX3DYUezmn1Iz5AtRFdL2EWQ==}
peerDependencies:
react: '>= 16.8.0 || 18.0.0'
react-dom: '>= 16.8.0 || 18.0.0'
dependencies:
react: 18.3.1
react-dom: 18.2.0(react@18.3.1)
react-dom: 18.3.1(react@18.3.1)
dev: false
/react-icons@5.0.1(react@18.3.1):