Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency react-dom to v18 #669

Open
wants to merge 1 commit into
base: dependency-updates
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-dom (source) 17.0.2 -> 18.2.0 age adoption passing confidence
@types/react-dom (source) 17.0.19 -> 18.0.11 age adoption passing confidence

Release Notes

facebook/react

v18.2.0

Compare Source

React DOM
React DOM Server
Server Components (Experimental)

v18.1.0

Compare Source

React DOM
React DOM Server
ESLint Plugin: React Hooks
Use Subscription

v18.0.0

Compare Source

Below is a list of all new features, APIs, deprecations, and breaking changes.
Read React 18 release post and React 18 upgrade guide for more information.

New Features
React
  • useId is a new hook for generating unique IDs on both the client and server, while avoiding hydration mismatches. It is primarily useful for component libraries integrating with accessibility APIs that require unique IDs. This solves an issue that already exists in React 17 and below, but it’s even more important in React 18 because of how the new streaming server renderer delivers HTML out-of-order.
  • startTransition and useTransition let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results).
  • useDeferredValue lets you defer re-rendering a non-urgent part of the tree. It is similar to debouncing, but has a few advantages compared to it. There is no fixed time delay, so React will attempt the deferred render right after the first render is reflected on the screen. The deferred render is interruptible and doesn't block user input.
  • useSyncExternalStore is a new hook that allows external stores to support concurrent reads by forcing updates to the store to be synchronous. It removes the need for useEffect when implementing subscriptions to external data sources, and is recommended for any library that integrates with state external to React.
  • useInsertionEffect is a new hook that allows CSS-in-JS libraries to address performance issues of injecting styles in render. Unless you’ve already built a CSS-in-JS library we don’t expect you to ever use this. This hook will run after the DOM is mutated, but before layout effects read the new layout. This solves an issue that already exists in React 17 and below, but is even more important in React 18 because React yields to the browser during concurrent rendering, giving it a chance to recalculate layout.
React DOM Client

These new APIs are now exported from react-dom/client:

  • createRoot: New method to create a root to render or unmount. Use it instead of ReactDOM.render. New features in React 18 don't work without it.
  • hydrateRoot: New method to hydrate a server rendered application. Use it instead of ReactDOM.hydrate in conjunction with the new React DOM Server APIs. New features in React 18 don't work without it.

Both createRoot and hydrateRoot accept a new option called onRecoverableError in case you want to be notified when React recovers from errors during rendering or hydration for logging. By default, React will use reportError, or console.error in the older browsers.

React DOM Server

These new APIs are now exported from react-dom/server and have full support for streaming Suspense on the server:

  • renderToPipeableStream: for streaming in Node environments.
  • renderToReadableStream: for modern edge runtime environments, such as Deno and Cloudflare workers.

The existing renderToString method keeps working but is discouraged.


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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 3 times, most recently from 871e8b3 to 6b46e90 Compare April 3, 2022 05:35
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 3 times, most recently from 7f60f01 to 7dcc6f6 Compare April 7, 2022 22:20
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 2 times, most recently from fa5501c to 611397b Compare April 14, 2022 23:13
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 6 times, most recently from 35a6e3e to 932e650 Compare April 27, 2022 03:40
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 5 times, most recently from b89a759 to 9cd4b4b Compare May 4, 2022 14:59
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 5 times, most recently from 0adf0d8 to faa82fd Compare May 13, 2022 02:06
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 4 times, most recently from c73542a to 7674cbc Compare May 23, 2022 21:14
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 2 times, most recently from 5dbfe49 to fe0356a Compare June 1, 2022 03:13
@renovate renovate bot changed the title Update dependency react-dom to v18 chore(deps): update dependency react-dom to v18 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 3 times, most recently from 0f2dd85 to db2f9e6 Compare December 27, 2022 00:41
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 3 times, most recently from 836e31f to 2a3ed47 Compare January 11, 2023 18:22
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 5 times, most recently from 03c2b9f to cb7ee7f Compare January 19, 2023 02:44
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 4 times, most recently from 33c4387 to 8862d1b Compare January 27, 2023 19:03
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 2 times, most recently from 65b181c to ced2d2e Compare February 4, 2023 05:51
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 5 times, most recently from 5b11056 to 74d3bca Compare February 21, 2023 01:30
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch from 74d3bca to 653c91f Compare February 22, 2023 08:32
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch 3 times, most recently from 850214a to 001514d Compare March 9, 2023 01:13
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch from 001514d to 1c89352 Compare March 11, 2023 04:41
@renovate renovate bot force-pushed the renovate/react-dom-18.x branch from 1c89352 to bf6ec61 Compare March 14, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants