chore(deps): bump react and react-dom #4

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/react-and-react-dom-17.0.2 into main
dependabot[bot] commented 2021-11-29 12:47:20 +00:00 (Migrated from github.com)

Bumps react and react-dom. These dependencies needed to be updated together.
Updates react from 16.14.0 to 17.0.2

Release notes

Sourced from react's releases.

17.0.2 (March 22, 2021)

React DOM

Artifacts

17.0.1 (October 14, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

17.0.2 (March 22, 2021)

React DOM

17.0.1 (October 22, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Commits

Updates react-dom from 16.14.0 to 17.0.2

Release notes

Sourced from react-dom's releases.

17.0.2 (March 22, 2021)

React DOM

Artifacts

17.0.1 (October 14, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Changelog

Sourced from react-dom's changelog.

17.0.2 (March 22, 2021)

React DOM

17.0.1 (October 22, 2020)

React DOM

17.0.0 (October 20, 2020)

Today, we are releasing React 17!

Learn more about React 17 and how to update to it on the official React blog.

React

React DOM

... (truncated)

Commits

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 commands and options

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)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 17.0.2 <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>17.0.2 (March 22, 2021)</h2> <h3>React DOM</h3> <ul> <li>Remove an unused dependency to address the <a href="https://developer.chrome.com/blog/enabling-shared-array-buffer/"><code>SharedArrayBuffer</code> cross-origin isolation warning</a>. (<a href="https://github.com/koba04"><code>@​koba04</code></a> and <a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20831">#20831</a>, <a href="https://github-redirect.dependabot.com/facebook/react/pull/20832">#20832</a>, and <a href="https://github-redirect.dependabot.com/facebook/react/pull/20840">#20840</a>)</li> </ul> <h2>Artifacts</h2> <ul> <li>react: <a href="https://unpkg.com/react@17.0.2/umd/">https://unpkg.com/react@17.0.2/umd/</a></li> <li>react-art: <a href="https://unpkg.com/react-art@17.0.2/umd/">https://unpkg.com/react-art@17.0.2/umd/</a></li> <li>react-dom: <a href="https://unpkg.com/react-dom@17.0.2/umd/">https://unpkg.com/react-dom@17.0.2/umd/</a></li> <li>react-is: <a href="https://unpkg.com/react-is@17.0.2/umd/">https://unpkg.com/react-is@17.0.2/umd/</a></li> <li>react-test-renderer: <a href="https://unpkg.com/react-test-renderer@17.0.2/umd/">https://unpkg.com/react-test-renderer@17.0.2/umd/</a></li> <li>scheduler: <a href="https://unpkg.com/scheduler@0.20.2/umd/">https://unpkg.com/scheduler@0.20.2/umd/</a></li> </ul> <h2>17.0.1 (October 14, 2020)</h2> <h3>React DOM</h3> <ul> <li>Fix a crash in IE11. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20071">#20071</a>)</li> </ul> <h2>17.0.0 (October 20, 2020)</h2> <p>Today, we are releasing React 17!</p> <p><strong><a href="https://reactjs.org/blog/2020/10/20/react-v17.html">Learn more about React 17 and how to update to it on the official React blog.</a></strong></p> <h3>React</h3> <ul> <li>Add <code>react/jsx-runtime</code> and <code>react/jsx-dev-runtime</code> for the <a href="https://babeljs.io/blog/2020/03/16/7.9.0#a-new-jsx-transform-11154-https-githubcom-babel-babel-pull-11154">new JSX transform</a>. (<a href="https://github.com/lunaruan"><code>@​lunaruan</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18299">#18299</a>)</li> <li>Build component stacks from native error frames. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18561">#18561</a>)</li> <li>Allow to specify <code>displayName</code> on context for improved stacks. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18224">#18224</a>)</li> <li>Prevent <code>'use strict'</code> from leaking in the UMD bundles. (<a href="https://github.com/koba04"><code>@​koba04</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19614">#19614</a>)</li> <li>Stop using <code>fb.me</code> for redirects. (<a href="https://github.com/cylim"><code>@​cylim</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19598">#19598</a>)</li> </ul> <h3>React DOM</h3> <ul> <li>Delegate events to roots instead of <code>document</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18195">#18195</a> and <a href="https://github.com/facebook/react/pulls?q=is%3Apr+author%3Atrueadm+modern+event+is%3Amerged">others</a>)</li> <li>Clean up all effects before running any next effects. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17947">#17947</a>)</li> <li>Run <code>useEffect</code> cleanup functions asynchronously. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17925">#17925</a>)</li> <li>Use browser <code>focusin</code> and <code>focusout</code> for <code>onFocus</code> and <code>onBlur</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19186">#19186</a>)</li> <li>Make all <code>Capture</code> events use the browser capture phase. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19221">#19221</a>)</li> <li>Don't emulate bubbling of the <code>onScroll</code> event. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19464">#19464</a>)</li> <li>Throw if <code>forwardRef</code> or <code>memo</code> component returns <code>undefined</code>. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19550">#19550</a>)</li> <li>Remove event pooling. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18969">#18969</a>)</li> <li>Stop exposing internals that won’t be needed by React Native Web. (<a href="https://github.com/necolas"><code>@​necolas</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18483">#18483</a>)</li> <li>Attach all known event listeners when the root mounts. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19659">#19659</a>)</li> <li>Disable <code>console</code> in the second render pass of DEV mode double render. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>Deprecate the undocumented and misleading <code>ReactTestUtils.SimulateNative</code> API. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/13407">#13407</a>)</li> <li>Rename private field names used in the internals. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18377">#18377</a>)</li> <li>Don't call User Timing API in development. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18417">#18417</a>)</li> <li>Disable console during the repeated render in Strict Mode. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>In Strict Mode, double-render components without Hooks too. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18430">#18430</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>17.0.2 (March 22, 2021)</h2> <h3>React DOM</h3> <ul> <li>Remove an unused dependency to address the <a href="https://developer.chrome.com/blog/enabling-shared-array-buffer/"><code>SharedArrayBuffer</code> cross-origin isolation warning</a>. (<a href="https://github.com/koba04"><code>@​koba04</code></a> and <a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20831">#20831</a>, <a href="https://github-redirect.dependabot.com/facebook/react/pull/20832">#20832</a>, and <a href="https://github-redirect.dependabot.com/facebook/react/pull/20840">#20840</a>)</li> </ul> <h2>17.0.1 (October 22, 2020)</h2> <h3>React DOM</h3> <ul> <li>Fix a crash in IE11. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20071">#20071</a>)</li> </ul> <h2>17.0.0 (October 20, 2020)</h2> <p>Today, we are releasing React 17!</p> <p><strong><a href="https://reactjs.org/blog/2020/10/20/react-v17.html">Learn more about React 17 and how to update to it on the official React blog.</a></strong></p> <h3>React</h3> <ul> <li>Add <code>react/jsx-runtime</code> and <code>react/jsx-dev-runtime</code> for the <a href="https://babeljs.io/blog/2020/03/16/7.9.0#a-new-jsx-transform-11154-https-githubcom-babel-babel-pull-11154">new JSX transform</a>. (<a href="https://github.com/lunaruan"><code>@​lunaruan</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18299">#18299</a>)</li> <li>Build component stacks from native error frames. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18561">#18561</a>)</li> <li>Allow to specify <code>displayName</code> on context for improved stacks. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18224">#18224</a>)</li> <li>Prevent <code>'use strict'</code> from leaking in the UMD bundles. (<a href="https://github.com/koba04"><code>@​koba04</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19614">#19614</a>)</li> <li>Stop using <code>fb.me</code> for redirects. (<a href="https://github.com/cylim"><code>@​cylim</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19598">#19598</a>)</li> </ul> <h3>React DOM</h3> <ul> <li>Delegate events to roots instead of <code>document</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18195">#18195</a> and <a href="https://github.com/facebook/react/pulls?q=is%3Apr+author%3Atrueadm+modern+event+is%3Amerged">others</a>)</li> <li>Clean up all effects before running any next effects. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17947">#17947</a>)</li> <li>Run <code>useEffect</code> cleanup functions asynchronously. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17925">#17925</a>)</li> <li>Use browser <code>focusin</code> and <code>focusout</code> for <code>onFocus</code> and <code>onBlur</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19186">#19186</a>)</li> <li>Make all <code>Capture</code> events use the browser capture phase. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19221">#19221</a>)</li> <li>Don't emulate bubbling of the <code>onScroll</code> event. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19464">#19464</a>)</li> <li>Throw if <code>forwardRef</code> or <code>memo</code> component returns <code>undefined</code>. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19550">#19550</a>)</li> <li>Remove event pooling. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18969">#18969</a>)</li> <li>Stop exposing internals that won’t be needed by React Native Web. (<a href="https://github.com/necolas"><code>@​necolas</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18483">#18483</a>)</li> <li>Attach all known event listeners when the root mounts. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19659">#19659</a>)</li> <li>Disable <code>console</code> in the second render pass of DEV mode double render. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>Deprecate the undocumented and misleading <code>ReactTestUtils.SimulateNative</code> API. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/13407">#13407</a>)</li> <li>Rename private field names used in the internals. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18377">#18377</a>)</li> <li>Don't call User Timing API in development. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18417">#18417</a>)</li> <li>Disable console during the repeated render in Strict Mode. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>In Strict Mode, double-render components without Hooks too. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18430">#18430</a>)</li> <li>Allow calling <code>ReactDOM.flushSync</code> during lifecycle methods (but warn). (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18759">#18759</a>)</li> <li>Add the <code>code</code> property to the keyboard event objects. (<a href="https://github.com/bl00mber"><code>@​bl00mber</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18287">#18287</a>)</li> <li>Add the <code>disableRemotePlayback</code> property for <code>video</code> elements. (<a href="https://github.com/tombrowndev"><code>@​tombrowndev</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18619">#18619</a>)</li> <li>Add the <code>enterKeyHint</code> property for <code>input</code> elements. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18634">#18634</a>)</li> <li>Warn when no <code>value</code> is provided to <code>&lt;Context.Provider&gt;</code>. (<a href="https://github.com/charlie1404"><code>@​charlie1404</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19054">#19054</a>)</li> <li>Warn when <code>memo</code> or <code>forwardRef</code> components return <code>undefined</code>. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19550">#19550</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/89b610969d70d788f8c9769e3fa5b0044f5737ab"><code>89b6109</code></a> Bump versions for 17</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v17.0.2/packages/react">compare view</a></li> </ul> </details> <br /> Updates `react-dom` from 16.14.0 to 17.0.2 <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>17.0.2 (March 22, 2021)</h2> <h3>React DOM</h3> <ul> <li>Remove an unused dependency to address the <a href="https://developer.chrome.com/blog/enabling-shared-array-buffer/"><code>SharedArrayBuffer</code> cross-origin isolation warning</a>. (<a href="https://github.com/koba04"><code>@​koba04</code></a> and <a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20831">#20831</a>, <a href="https://github-redirect.dependabot.com/facebook/react/pull/20832">#20832</a>, and <a href="https://github-redirect.dependabot.com/facebook/react/pull/20840">#20840</a>)</li> </ul> <h2>Artifacts</h2> <ul> <li>react: <a href="https://unpkg.com/react@17.0.2/umd/">https://unpkg.com/react@17.0.2/umd/</a></li> <li>react-art: <a href="https://unpkg.com/react-art@17.0.2/umd/">https://unpkg.com/react-art@17.0.2/umd/</a></li> <li>react-dom: <a href="https://unpkg.com/react-dom@17.0.2/umd/">https://unpkg.com/react-dom@17.0.2/umd/</a></li> <li>react-is: <a href="https://unpkg.com/react-is@17.0.2/umd/">https://unpkg.com/react-is@17.0.2/umd/</a></li> <li>react-test-renderer: <a href="https://unpkg.com/react-test-renderer@17.0.2/umd/">https://unpkg.com/react-test-renderer@17.0.2/umd/</a></li> <li>scheduler: <a href="https://unpkg.com/scheduler@0.20.2/umd/">https://unpkg.com/scheduler@0.20.2/umd/</a></li> </ul> <h2>17.0.1 (October 14, 2020)</h2> <h3>React DOM</h3> <ul> <li>Fix a crash in IE11. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20071">#20071</a>)</li> </ul> <h2>17.0.0 (October 20, 2020)</h2> <p>Today, we are releasing React 17!</p> <p><strong><a href="https://reactjs.org/blog/2020/10/20/react-v17.html">Learn more about React 17 and how to update to it on the official React blog.</a></strong></p> <h3>React</h3> <ul> <li>Add <code>react/jsx-runtime</code> and <code>react/jsx-dev-runtime</code> for the <a href="https://babeljs.io/blog/2020/03/16/7.9.0#a-new-jsx-transform-11154-https-githubcom-babel-babel-pull-11154">new JSX transform</a>. (<a href="https://github.com/lunaruan"><code>@​lunaruan</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18299">#18299</a>)</li> <li>Build component stacks from native error frames. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18561">#18561</a>)</li> <li>Allow to specify <code>displayName</code> on context for improved stacks. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18224">#18224</a>)</li> <li>Prevent <code>'use strict'</code> from leaking in the UMD bundles. (<a href="https://github.com/koba04"><code>@​koba04</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19614">#19614</a>)</li> <li>Stop using <code>fb.me</code> for redirects. (<a href="https://github.com/cylim"><code>@​cylim</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19598">#19598</a>)</li> </ul> <h3>React DOM</h3> <ul> <li>Delegate events to roots instead of <code>document</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18195">#18195</a> and <a href="https://github.com/facebook/react/pulls?q=is%3Apr+author%3Atrueadm+modern+event+is%3Amerged">others</a>)</li> <li>Clean up all effects before running any next effects. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17947">#17947</a>)</li> <li>Run <code>useEffect</code> cleanup functions asynchronously. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17925">#17925</a>)</li> <li>Use browser <code>focusin</code> and <code>focusout</code> for <code>onFocus</code> and <code>onBlur</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19186">#19186</a>)</li> <li>Make all <code>Capture</code> events use the browser capture phase. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19221">#19221</a>)</li> <li>Don't emulate bubbling of the <code>onScroll</code> event. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19464">#19464</a>)</li> <li>Throw if <code>forwardRef</code> or <code>memo</code> component returns <code>undefined</code>. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19550">#19550</a>)</li> <li>Remove event pooling. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18969">#18969</a>)</li> <li>Stop exposing internals that won’t be needed by React Native Web. (<a href="https://github.com/necolas"><code>@​necolas</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18483">#18483</a>)</li> <li>Attach all known event listeners when the root mounts. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19659">#19659</a>)</li> <li>Disable <code>console</code> in the second render pass of DEV mode double render. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>Deprecate the undocumented and misleading <code>ReactTestUtils.SimulateNative</code> API. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/13407">#13407</a>)</li> <li>Rename private field names used in the internals. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18377">#18377</a>)</li> <li>Don't call User Timing API in development. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18417">#18417</a>)</li> <li>Disable console during the repeated render in Strict Mode. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>In Strict Mode, double-render components without Hooks too. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18430">#18430</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>17.0.2 (March 22, 2021)</h2> <h3>React DOM</h3> <ul> <li>Remove an unused dependency to address the <a href="https://developer.chrome.com/blog/enabling-shared-array-buffer/"><code>SharedArrayBuffer</code> cross-origin isolation warning</a>. (<a href="https://github.com/koba04"><code>@​koba04</code></a> and <a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20831">#20831</a>, <a href="https://github-redirect.dependabot.com/facebook/react/pull/20832">#20832</a>, and <a href="https://github-redirect.dependabot.com/facebook/react/pull/20840">#20840</a>)</li> </ul> <h2>17.0.1 (October 22, 2020)</h2> <h3>React DOM</h3> <ul> <li>Fix a crash in IE11. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/20071">#20071</a>)</li> </ul> <h2>17.0.0 (October 20, 2020)</h2> <p>Today, we are releasing React 17!</p> <p><strong><a href="https://reactjs.org/blog/2020/10/20/react-v17.html">Learn more about React 17 and how to update to it on the official React blog.</a></strong></p> <h3>React</h3> <ul> <li>Add <code>react/jsx-runtime</code> and <code>react/jsx-dev-runtime</code> for the <a href="https://babeljs.io/blog/2020/03/16/7.9.0#a-new-jsx-transform-11154-https-githubcom-babel-babel-pull-11154">new JSX transform</a>. (<a href="https://github.com/lunaruan"><code>@​lunaruan</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18299">#18299</a>)</li> <li>Build component stacks from native error frames. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18561">#18561</a>)</li> <li>Allow to specify <code>displayName</code> on context for improved stacks. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18224">#18224</a>)</li> <li>Prevent <code>'use strict'</code> from leaking in the UMD bundles. (<a href="https://github.com/koba04"><code>@​koba04</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19614">#19614</a>)</li> <li>Stop using <code>fb.me</code> for redirects. (<a href="https://github.com/cylim"><code>@​cylim</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19598">#19598</a>)</li> </ul> <h3>React DOM</h3> <ul> <li>Delegate events to roots instead of <code>document</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18195">#18195</a> and <a href="https://github.com/facebook/react/pulls?q=is%3Apr+author%3Atrueadm+modern+event+is%3Amerged">others</a>)</li> <li>Clean up all effects before running any next effects. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17947">#17947</a>)</li> <li>Run <code>useEffect</code> cleanup functions asynchronously. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/17925">#17925</a>)</li> <li>Use browser <code>focusin</code> and <code>focusout</code> for <code>onFocus</code> and <code>onBlur</code>. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19186">#19186</a>)</li> <li>Make all <code>Capture</code> events use the browser capture phase. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19221">#19221</a>)</li> <li>Don't emulate bubbling of the <code>onScroll</code> event. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19464">#19464</a>)</li> <li>Throw if <code>forwardRef</code> or <code>memo</code> component returns <code>undefined</code>. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19550">#19550</a>)</li> <li>Remove event pooling. (<a href="https://github.com/trueadm"><code>@​trueadm</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18969">#18969</a>)</li> <li>Stop exposing internals that won’t be needed by React Native Web. (<a href="https://github.com/necolas"><code>@​necolas</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18483">#18483</a>)</li> <li>Attach all known event listeners when the root mounts. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19659">#19659</a>)</li> <li>Disable <code>console</code> in the second render pass of DEV mode double render. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>Deprecate the undocumented and misleading <code>ReactTestUtils.SimulateNative</code> API. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/13407">#13407</a>)</li> <li>Rename private field names used in the internals. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18377">#18377</a>)</li> <li>Don't call User Timing API in development. (<a href="https://github.com/gaearon"><code>@​gaearon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18417">#18417</a>)</li> <li>Disable console during the repeated render in Strict Mode. (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18547">#18547</a>)</li> <li>In Strict Mode, double-render components without Hooks too. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18430">#18430</a>)</li> <li>Allow calling <code>ReactDOM.flushSync</code> during lifecycle methods (but warn). (<a href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18759">#18759</a>)</li> <li>Add the <code>code</code> property to the keyboard event objects. (<a href="https://github.com/bl00mber"><code>@​bl00mber</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18287">#18287</a>)</li> <li>Add the <code>disableRemotePlayback</code> property for <code>video</code> elements. (<a href="https://github.com/tombrowndev"><code>@​tombrowndev</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18619">#18619</a>)</li> <li>Add the <code>enterKeyHint</code> property for <code>input</code> elements. (<a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/18634">#18634</a>)</li> <li>Warn when no <code>value</code> is provided to <code>&lt;Context.Provider&gt;</code>. (<a href="https://github.com/charlie1404"><code>@​charlie1404</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19054">#19054</a>)</li> <li>Warn when <code>memo</code> or <code>forwardRef</code> components return <code>undefined</code>. (<a href="https://github.com/bvaughn"><code>@​bvaughn</code></a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/19550">#19550</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/89b610969d70d788f8c9769e3fa5b0044f5737ab"><code>89b6109</code></a> Bump versions for 17</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v17.0.2/packages/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>
codetether[bot] commented 2026-06-04 16:22:17 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #4 on branch dependabot/npm_and_yarn/react-and-react-dom-17.0.2. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with main.

## 🛠️ CodeTether Fix Picked up this request for PR #4 on branch `dependabot/npm_and_yarn/react-and-react-dom-17.0.2`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `main`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/react-and-react-dom-17.0.2:dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git switch dependabot/npm_and_yarn/react-and-react-dom-17.0.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git switch dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git rebase main
git switch main
git merge --ff-only dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git switch dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git rebase main
git switch main
git merge --no-ff dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git switch main
git merge --squash dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git switch main
git merge --ff-only dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git switch main
git merge dependabot/npm_and_yarn/react-and-react-dom-17.0.2
git push origin main
Sign in to join this conversation.
No description provided.