Skip to content

chore(deps): update react monorepo to v19#1325

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

chore(deps): update react monorepo to v19#1325
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-react-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 18.3.3119.2.17 age confidence
@types/react-dom (source) 18.3.719.2.3 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from rfgamaral as a code owner May 12, 2026 13:37
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@netlify

netlify Bot commented May 12, 2026

Copy link
Copy Markdown

Deploy Preview for doist-typist ready!

Name Link
🔨 Latest commit 27bbf52
🔍 Latest deploy log https://app.netlify.com/projects/doist-typist/deploys/6a5fed0a91b8540008783554
😎 Deploy Preview https://deploy-preview-1325--doist-typist.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@doistbot doistbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR updates the React monorepo dependencies and widens the peer dependency ranges to introduce support for React 19. Expanding compatibility to the latest React release is a great step forward for the library's longevity. However, there are a few configuration and testing misalignments to address, including regenerating the out-of-sync lockfile, updating the @doist/reactist development dependency to resolve version conflicts, and ensuring the CI test suite covers all versions advertised in the widened peer dependency range.

Share FeedbackReview Logs

Comment thread package.json Outdated
"publint": "0.3.19",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.2.6",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] package-lock.json still pins the root react, react-dom, @types/react, @types/react-dom, and peer ranges to the old 18.x values. Leaving this file out of sync with package.json will make npm ci fail; please regenerate and commit the lockfile with this version bump.

Comment thread package.json Outdated
"micromark-extension-gfm-strikethrough": "^2.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] This advertises React 19 support, but the repo still depends on @doist/reactist@30.1.4 for Storybook, and that package currently declares react/react-dom ^17 || ^18 in the lockfile. Please upgrade or remove that dependency before widening the published peer range, otherwise the React 19 setup remains unsupported in development.

Comment thread package.json Outdated
"micromark-extension-gfm-strikethrough": "^2.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P2] This widens the supported peer range to React 19, but npm test in CI still runs only against the single React version from devDependencies—which this PR also bumps to 19. That means the suite no longer exercises React 18 at all while we still advertise ^17 || ^18 || ^19 support here. Add a React-version test matrix/smoke test (at least 18 and 19), or narrow the peer range to the versions we actually verify.

@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from 649346a to 7cf83bb Compare May 18, 2026 14:25
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 5 times, most recently from c35b6f1 to f50d07c Compare May 28, 2026 23:07
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from 09afd23 to ee35844 Compare June 8, 2026 07:39
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from b0893c2 to a7e7d86 Compare June 11, 2026 08:34
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from ec89b39 to d8b1bfd Compare July 12, 2026 15:02
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from 622c1db to 295e7a6 Compare July 21, 2026 00:04
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 295e7a6 to 27bbf52 Compare July 21, 2026 22:04
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.

1 participant