Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Update react monorepo to v18 (major) - #477

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-react-monorepo
Open

Update react monorepo to v18 (major)#477
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-react-monorepo

Conversation

@renovate

@renovaterenovateBot commented Apr 1, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
react (source)17.0.2 -> 18.2.0ageadoptionpassingconfidence
react-dom (source)17.0.2 -> 18.2.0ageadoptionpassingconfidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


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 - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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

renovateBot commented Apr 1, 2022

Copy link
Copy Markdown
ContributorAuthor

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @mdx-js/react@1.6.22
npm WARN Found: react@18.2.0
npm WARN node_modules/react
npm WARN react@"18.2.0" from the root project
npm WARN 6 more (mdi-react, next, prism-react-renderer, ...)
npm WARN npm WARN Could not resolve dependency:
npm WARN peer react@"^16.13.1 || ^17.0.0" from @mdx-js/react@1.6.22
npm WARN node_modules/@mdx-js/react
npm WARN @mdx-js/react@"^1.6.22" from next-mdx-remote@3.0.8
npm WARN node_modules/next-mdx-remote
npm WARN npm WARN Conflicting peer dependency: react@17.0.2
npm WARN node_modules/react
npm WARN peer react@"^16.13.1 || ^17.0.0" from @mdx-js/react@1.6.22
npm WARN node_modules/@mdx-js/react
npm WARN @mdx-js/react@"^1.6.22" from next-mdx-remote@3.0.8
npm WARN node_modules/next-mdx-remote
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @next/react-dev-overlay@12.0.7
npm WARN Found: react@18.2.0
npm WARN node_modules/react
npm WARN react@"18.2.0" from the root project
npm WARN 6 more (mdi-react, next, prism-react-renderer, ...)
npm WARN npm WARN Could not resolve dependency:
npm WARN peer react@"^17.0.2" from @next/react-dev-overlay@12.0.7
npm WARN node_modules/@next/react-dev-overlay
npm WARN @next/react-dev-overlay@"12.0.7" from next@12.0.7
npm WARN node_modules/next
npm WARN npm WARN Conflicting peer dependency: react@17.0.2
npm WARN node_modules/react
npm WARN peer react@"^17.0.2" from @next/react-dev-overlay@12.0.7
npm WARN node_modules/@next/react-dev-overlay
npm WARN @next/react-dev-overlay@"12.0.7" from next@12.0.7
npm WARN node_modules/next
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @next/react-dev-overlay@12.0.7
npm WARN Found: react-dom@18.2.0
npm WARN node_modules/react-dom
npm WARN react-dom@"18.2.0" from the root project
npm WARN 2 more (next, styled-components)
npm WARN npm WARN Could not resolve dependency:
npm WARN peer react-dom@"^17.0.2" from @next/react-dev-overlay@12.0.7
npm WARN node_modules/@next/react-dev-overlay
npm WARN @next/react-dev-overlay@"12.0.7" from next@12.0.7
npm WARN node_modules/next
npm WARN npm WARN Conflicting peer dependency: react-dom@17.0.2
npm WARN node_modules/react-dom
npm WARN peer react-dom@"^17.0.2" from @next/react-dev-overlay@12.0.7
npm WARN node_modules/@next/react-dev-overlay
npm WARN @next/react-dev-overlay@"12.0.7" from next@12.0.7
npm WARN node_modules/next
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! npm ERR! While resolving: next-mdx-remote@3.0.8
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"18.2.0" from the root project
npm ERR! peer react@">=0.14.0" from mdi-react@8.2.0
npm ERR! node_modules/mdi-react
npm ERR! mdi-react@"^8.2.0" from the root project
npm ERR! 5 more (next, prism-react-renderer, styled-components, ...)
npm ERR! npm ERR! Could not resolve dependency:
npm ERR! peer react@">=16.x <=17.x" from next-mdx-remote@3.0.8
npm ERR! node_modules/next-mdx-remote
npm ERR! next-mdx-remote@"^3.0.8" from the root project
npm ERR! npm ERR! Conflicting peer dependency: react@17.0.2
npm ERR! node_modules/react
npm ERR! peer react@">=16.x <=17.x" from next-mdx-remote@3.0.8
npm ERR! node_modules/next-mdx-remote
npm ERR! next-mdx-remote@"^3.0.8" from the root project
npm ERR! npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-01-07T15_18_46_360Z-debug-0.log

@netlify

netlifyBot commented Apr 1, 2022

Copy link
Copy Markdown

Deploy Preview for sourcegraph-learn ready!

NameLink
🔨 Latest commita31c658
🔍 Latest deploy loghttps://app.netlify.com/sites/sourcegraph-learn/deploys/63b98d62dcfe640009214a6f
😎 Deploy Previewhttps://deploy-preview-477--sourcegraph-learn.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch 10 times, most recently from 859c622 to d499b9bCompareApril 8, 2022 11:53
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch 3 times, most recently from 4df51e3 to e57e233CompareMay 1, 2022 14:12
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from e57e233 to 1394876CompareMay 6, 2022 23:31
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch 4 times, most recently from 48b1f9e to a50e80cCompareJune 1, 2022 15:45
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from a50e80c to 63a8a2cCompareJune 3, 2022 17:41
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from 63a8a2c to 42b9170CompareJune 14, 2022 21:14
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch 4 times, most recently from e9a1326 to 5d8fac4CompareJuly 1, 2022 15:55
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from 5d8fac4 to b3dfb18CompareJuly 12, 2022 23:08
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from b3dfb18 to 7c8729eCompareAugust 1, 2022 19:44
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch 3 times, most recently from b411a41 to d4d5c0fCompareSeptember 1, 2022 13:21
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch 5 times, most recently from 36e56cc to b6181e2CompareSeptember 6, 2022 02:30
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from b6181e2 to 181e456CompareOctober 1, 2022 12:55
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from 181e456 to f1734f4CompareOctober 14, 2022 17:51
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from f1734f4 to 0573b2aCompareNovember 1, 2022 12:21
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch 4 times, most recently from 4da3dc5 to d40755bCompareDecember 8, 2022 01:17
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from d40755b to 033403bCompareJanuary 7, 2023 15:06
@renovate
renovateBotforce-pushed the renovate/major-react-monorepo branch from 033403b to a31c658CompareJanuary 7, 2023 15:18
Sign up for freeto 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