Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

chore(deps): update react monorepo to v18 (major) #830

Open
wants to merge 1 commit into
base: main
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 (source) 17.0.2 -> 18.2.0 age adoption passing confidence
react-dom (source) 17.0.2 -> 18.2.0 age adoption passing confidence
react-test-renderer (source) 17.0.2 -> 18.2.0 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, click this checkbox.

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

@vercel
Copy link

vercel bot commented Mar 29, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/unleash-team/unleash-frontend/fgmjMXEtckoRUbykPjvCVVStyeeb
✅ Preview: https://unleash-frontend-git-renovate-major-react-monorepo-unleash-team.vercel.app

[Deployment for 57bc002 failed]

@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 4ef2491 to 068cf31 Compare March 31, 2022 04:11
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 068cf31 to 350db66 Compare March 31, 2022 07:39
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 350db66 to 18ba51d Compare March 31, 2022 11:49
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 18ba51d to fc6dbfe Compare March 31, 2022 11:58
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from fc6dbfe to 510ff00 Compare March 31, 2022 12:23
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 510ff00 to 7c07bfb Compare March 31, 2022 12:48
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 7c07bfb to 096a51a Compare March 31, 2022 13:06
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 096a51a to 874630a Compare March 31, 2022 21:27
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 874630a to b5bb09e Compare April 1, 2022 00:02
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from b5bb09e to 1ebd9fc Compare April 1, 2022 10:16
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 1ebd9fc to b9a9441 Compare April 1, 2022 14:07
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from b9a9441 to aab56f0 Compare April 2, 2022 04:22
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from aab56f0 to 955150c Compare April 3, 2022 18:53
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 955150c to eee1e1b Compare April 5, 2022 10:04
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 4284155 to d843bcb Compare September 16, 2022 12:28
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from d843bcb to b94da42 Compare September 16, 2022 15:54
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from b94da42 to 06887d5 Compare September 16, 2022 19:15
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 06887d5 to 082711a Compare September 16, 2022 23:10
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 082711a to 97389ec Compare September 17, 2022 03:10
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 97389ec to 22a1d58 Compare September 17, 2022 06:32
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 22a1d58 to 8862214 Compare September 17, 2022 14:42
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 8862214 to 6053e46 Compare September 18, 2022 14:01
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 6053e46 to 8b05d70 Compare September 20, 2022 03:07
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 8b05d70 to 07e9409 Compare September 22, 2022 02:40
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 07e9409 to b488160 Compare September 22, 2022 05:33
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from b488160 to a6d4eaf Compare September 24, 2022 03:55
@stale
Copy link

stale bot commented Oct 24, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants