Skip to content

Bump react from 19.2.3 to 19.2.8 in /mobile - #173

Merged
Muawiya-contact merged 1 commit into
developfrom
dependabot/npm_and_yarn/mobile/react-19.2.8
Sep 11, 2026
Merged

Bump react from 19.2.3 to 19.2.8 in /mobile#173
Muawiya-contact merged 1 commit into
developfrom
dependabot/npm_and_yarn/mobile/react-19.2.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps react from 19.2.3 to 19.2.8.

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

Changelog

Sourced from react's changelog.

19.3.0 (September 9, 2026)

New React Features

New React DOM Features

  • browser(): a new react-dom API that returns a usable which errors during server rendering and resolves in the browser. use(browser()) inside a <Suspense> boundary marks a subtree as browser-only without reporting a recoverable error (@​gnoff: #37143, #37241)
    • Added an onBrowserBailout option to the react-dom/server APIs to observe when a subtree defers to the browser (@​gnoff #37193)

Notable changes

All Changes

React

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.


@dependabot dependabot Bot added dependencies Dependency updates mobile Expo app labels Sep 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mobile/react-19.2.8 branch from f868437 to 6d58252 Compare September 11, 2026 19:02

@Muawiya-contact Muawiya-contact 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.

[P1] Update React and React DOM as a compatible pair.

This PR installs successfully, but the renderer smoke check node -e 'require("react-dom/server")' immediately throws: Incompatible React versions (react 19.2.8, react-dom 19.2.3). The web renderer requires exact matching versions, and this app includes a web target. Expo SDK 57 also recommends 19.2.3 for both packages in bundledNativeModules.json. Validate an aligned React/React DOM update against Expo SDK 57 before merging either independent bump. No passing CI checks are attached to this head.

Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 19.2.3 to 19.2.8.
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mobile/react-19.2.8 branch from 6d58252 to 195b48a Compare September 11, 2026 19:10

@Muawiya-contact Muawiya-contact 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.

Reviewed this latest rebased head and approved its React 19.2.8 change as part of the tested pair in #172. The earlier renderer mismatch is resolved by React DOM 19.2.8 in that integration branch. Clean installation, typechecking, renderer startup/rendering, and Android/web exports passed for the combined tree. Merge through #172, which already contains this exact commit, so develop never receives the React-only intermediate state.

@Muawiya-contact
Muawiya-contact merged commit 62d54cc into develop Sep 11, 2026
@Muawiya-contact
Muawiya-contact deleted the dependabot/npm_and_yarn/mobile/react-19.2.8 branch September 11, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates mobile Expo app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant