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

Update react monorepo to v18 (major) #178

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 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

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.

@mrtnzlml
Copy link
Owner

TODO: check peer dependency of Docusaurus first

@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 0eb8fc6 to 57a0414 Compare May 17, 2022 13:05
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 57a0414 to a595aa8 Compare May 21, 2022 01:56
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from a595aa8 to 52f811d Compare May 25, 2022 13:20
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 52f811d to aa96930 Compare June 4, 2022 18:13
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from aa96930 to 74a232d Compare June 6, 2022 18:59
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 74a232d to a453afd Compare June 14, 2022 22:58
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from a453afd to 872ce51 Compare June 18, 2022 20:35
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 872ce51 to 19ae3dc Compare June 18, 2022 20:46
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from 343bc25 to 7b58991 Compare June 19, 2022 18:19
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 7b58991 to efe7274 Compare July 3, 2022 14:31
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 6ec6972 to 9ddba69 Compare February 9, 2023 12:25
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 9ddba69 to cf044dd Compare February 11, 2023 07:11
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from cf044dd to bfb7250 Compare February 26, 2023 18:28
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from bfb7250 to 6af1c1c Compare March 3, 2023 07:56
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 6af1c1c to cdb3a5b Compare March 9, 2023 06:30
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from cdb3a5b to 47674aa Compare March 11, 2023 07:20
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 47674aa to 690a2b5 Compare March 15, 2023 09:44
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 690a2b5 to 194c76f Compare March 17, 2023 06:11
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 194c76f to edd3e5d Compare March 24, 2023 12:19
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from edd3e5d to 6b14498 Compare March 29, 2023 05:31
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 6b14498 to 6d550be Compare March 29, 2023 05:39
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 6d550be to 075a8a5 Compare April 8, 2023 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant