Skip to content

Bump next prerelease version numbers - #34674

Merged
eps1lon merged 1 commit into
react:mainfrom
eps1lon:sebbie/10-02-bump_next_prerelease_version_numbers
Oct 1, 2025
Merged

eps1lon merged 1 commit into
react:mainfrom
eps1lon:sebbie/10-02-bump_next_prerelease_version_numbers

Conversation

@eps1lon

@eps1lon eps1lon commented Oct 1, 2025

Copy link
Copy Markdown
Collaborator

On to the Next One

@meta-cla meta-cla Bot added the CLA Signed label Oct 1, 2025
@github-actions github-actions Bot added the React Core Team Opened by a member of the React Core Team label Oct 1, 2025
@react-sizebot

react-sizebot commented Oct 1, 2025

Copy link
Copy Markdown

Comparing: ae74234...38a1766

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.js = 6.68 kB 6.68 kB +0.11% 1.83 kB 1.83 kB
oss-stable/react-dom/cjs/react-dom-client.production.js = 536.14 kB 536.14 kB = 94.81 kB 94.81 kB
oss-experimental/react-dom/cjs/react-dom.production.js = 6.69 kB 6.69 kB +0.16% 1.83 kB 1.83 kB
oss-experimental/react-dom/cjs/react-dom-client.production.js = 663.73 kB 663.73 kB = 117.03 kB 117.03 kB
facebook-www/ReactDOM-prod.classic.js = 687.71 kB 687.71 kB = 121.08 kB 121.08 kB
facebook-www/ReactDOM-prod.modern.js = 678.14 kB 678.14 kB = 119.43 kB 119.44 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against 38a1766

@eps1lon
eps1lon force-pushed the sebbie/10-02-bump_next_prerelease_version_numbers branch from a668f27 to 2246623 Compare October 1, 2025 22:12
@eps1lon
eps1lon force-pushed the sebbie/10-02-bump_next_prerelease_version_numbers branch from 2246623 to 38a1766 Compare October 1, 2025 22:17
@eps1lon
eps1lon marked this pull request as ready for review October 1, 2025 22:26
@eps1lon
eps1lon requested a review from jackpope October 1, 2025 22:26
@eps1lon
eps1lon merged commit 79ca5ae into react:main Oct 1, 2025
244 checks passed
@eps1lon
eps1lon deleted the sebbie/10-02-bump_next_prerelease_version_numbers branch October 1, 2025 22:35
eps1lon added a commit to eps1lon/DefinitelyTyped that referenced this pull request Aug 24, 2026
The current React canary features are shipping as stable in React 19.3, so the remaining canary declarations move into the stable entrypoints. In `react`, the `<ViewTransition>` component with its `ViewTransitionProps`, `ViewTransitionInstance`, and `ViewTransitionClass` types, `addTransitionType`, the `ref` prop on `FragmentProps` together with the renderer-augmented `FragmentInstance` interface, and `submitter` on `SubmitEvent` are now stable, and the `ts5.0` fork is kept in sync. In `react-dom`, the `ViewTransitionPseudoElement` interface and the DOM-specific fields on `ViewTransitionInstance` and `FragmentInstance` move into the existing `declare module "react"` block in `index.d.ts`. `unstable_useCacheRefresh` stays in `react/canary`; both canary entrypoints remain so existing `react/canary` and `react-dom/canary` references keep resolving, with `react-dom/canary` reduced to an empty shell. Tests move from the canary test files into the stable test files, and the stale "Only passes because program includes React Canary types" comment in `formrelatedEventTests` is replaced with a real `$ExpectType` assertion. Finally, the package versions are bumped to match the React 19.3 prerelease version bump (react/react#34674): `@types/react`, `@types/react-dom`, `@types/react-is`, and `@types/react-test-renderer` to 19.3.9999, `@types/scheduler` to 0.28.9999, and `@types/use-sync-external-store` to 1.7.9999, and the `@types/react-dom` peer dependency floor on `@types/react` is raised to `^19.3.0`.

Co-Authored-By: Claude Code (kimi-k3[1m]) <noreply@anthropic.com>
eps1lon added a commit to eps1lon/DefinitelyTyped that referenced this pull request Aug 24, 2026
The current React canary features are shipping as stable in React 19.3, so the remaining canary declarations move into the stable entrypoints. In `react`, the `<ViewTransition>` component with its `ViewTransitionProps`, `ViewTransitionInstance`, and `ViewTransitionClass` types, `addTransitionType`, the `ref` prop on `FragmentProps` together with the renderer-augmented `FragmentInstance` interface, and `submitter` on `SubmitEvent` are now stable, and the `ts5.0` fork is kept in sync. In `react-dom`, the `ViewTransitionPseudoElement` interface and the DOM-specific fields on `ViewTransitionInstance` and `FragmentInstance` move into the existing `declare module "react"` block in `index.d.ts`. `unstable_useCacheRefresh` stays in `react/canary`; both canary entrypoints remain so existing `react/canary` and `react-dom/canary` references keep resolving, with `react-dom/canary` reduced to an empty shell. Tests move from the canary test files into the stable test files, and the stale "Only passes because program includes React Canary types" comment in `formrelatedEventTests` is replaced with a real `$ExpectType` assertion. Finally, the package versions are bumped to match the React 19.3 prerelease version bump (react/react#34674): `@types/react`, `@types/react-dom`, `@types/react-is`, and `@types/react-test-renderer` to 19.3.9999, `@types/scheduler` to 0.28.9999, `@types/use-sync-external-store` to 1.7.9999, `@types/react-refresh` to 0.19.9999, and `@types/use-subscription` to 1.13.9999, and the `@types/react-dom` peer dependency floor on `@types/react` is raised to `^19.3.0`. The `react-refresh` types are also brought up to date with the runtime: `findAffectedHostInstances`, removed from the runtime in react-refresh 0.15, is dropped along with its `Instance` type, and the exported `_getMountedRootCount` is added.

Co-Authored-By: Claude Code (kimi-k3[1m]) <noreply@anthropic.com>
eps1lon added a commit to eps1lon/DefinitelyTyped that referenced this pull request Sep 2, 2026
The current React canary features are shipping as stable in React 19.3, so the remaining canary declarations move into the stable entrypoints. In `react`, the `<ViewTransition>` component with its `ViewTransitionProps`, `ViewTransitionInstance`, and `ViewTransitionClass` types, `addTransitionType`, the `ref` prop on `FragmentProps` together with the renderer-augmented `FragmentInstance` interface, and `submitter` on `SubmitEvent` are now stable, and the `ts5.0` fork is kept in sync. In `react-dom`, the `ViewTransitionPseudoElement` interface and the DOM-specific fields on `ViewTransitionInstance` and `FragmentInstance` move into the existing `declare module "react"` block in `index.d.ts`. `unstable_useCacheRefresh` stays in `react/canary`; both canary entrypoints remain so existing `react/canary` and `react-dom/canary` references keep resolving, with `react-dom/canary` reduced to an empty shell. Tests move from the canary test files into the stable test files, and the stale "Only passes because program includes React Canary types" comment in `formrelatedEventTests` is replaced with a real `$ExpectType` assertion. Finally, the package versions are bumped to match the React 19.3 prerelease version bump (react/react#34674): `@types/react`, `@types/react-dom`, `@types/react-is`, and `@types/react-test-renderer` to 19.3.9999, `@types/scheduler` to 0.28.9999, `@types/use-sync-external-store` to 1.7.9999, `@types/react-refresh` to 0.19.9999, and `@types/use-subscription` to 1.13.9999, and the `@types/react-dom` peer dependency floor on `@types/react` is raised to `^19.3.0`. The `react-refresh` types are also brought up to date with the runtime: `findAffectedHostInstances`, removed from the runtime in react-refresh 0.15, is dropped along with its `Instance` type, and the exported `_getMountedRootCount` is added.

Co-Authored-By: Claude Code (kimi-k3[1m]) <noreply@anthropic.com>
eps1lon added a commit to eps1lon/DefinitelyTyped that referenced this pull request Sep 8, 2026
The current React canary features are shipping as stable in React 19.3, so the remaining canary declarations move into the stable entrypoints. In `react`, the `<ViewTransition>` component with its `ViewTransitionProps`, `ViewTransitionInstance`, and `ViewTransitionClass` types, `addTransitionType`, the `ref` prop on `FragmentProps` together with the renderer-augmented `FragmentInstance` interface, and `submitter` on `SubmitEvent` are now stable, and the `ts5.0` fork is kept in sync. In `react-dom`, the `ViewTransitionPseudoElement` interface and the DOM-specific fields on `ViewTransitionInstance` and `FragmentInstance` move into the existing `declare module "react"` block in `index.d.ts`. `unstable_useCacheRefresh` stays in `react/canary`; both canary entrypoints remain so existing `react/canary` and `react-dom/canary` references keep resolving, with `react-dom/canary` reduced to an empty shell. Tests move from the canary test files into the stable test files, and the stale "Only passes because program includes React Canary types" comment in `formrelatedEventTests` is replaced with a real `$ExpectType` assertion. Finally, the package versions are bumped to match the React 19.3 prerelease version bump (react/react#34674): `@types/react`, `@types/react-dom`, `@types/react-is`, and `@types/react-test-renderer` to 19.3.9999, `@types/scheduler` to 0.28.9999, `@types/use-sync-external-store` to 1.7.9999, `@types/react-refresh` to 0.19.9999, and `@types/use-subscription` to 1.13.9999, and the `@types/react-dom` peer dependency floor on `@types/react` is raised to `^19.3.0`. The `react-refresh` types are also brought up to date with the runtime: `findAffectedHostInstances`, removed from the runtime in react-refresh 0.15, is dropped along with its `Instance` type, and the exported `_getMountedRootCount` is added.

Co-Authored-By: Claude Code (kimi-k3[1m]) <noreply@anthropic.com>
eps1lon added a commit to eps1lon/DefinitelyTyped that referenced this pull request Sep 9, 2026
The current React canary features are shipping as stable in React 19.3, so the remaining canary declarations move into the stable entrypoints. In `react`, the `<ViewTransition>` component with its `ViewTransitionProps`, `ViewTransitionInstance`, and `ViewTransitionClass` types, `addTransitionType`, the `ref` prop on `FragmentProps` together with the renderer-augmented `FragmentInstance` interface, and `submitter` on `SubmitEvent` are now stable, and the `ts5.0` fork is kept in sync. In `react-dom`, the `ViewTransitionPseudoElement` interface and the DOM-specific fields on `ViewTransitionInstance` and `FragmentInstance` move into the existing `declare module "react"` block in `index.d.ts`. `unstable_useCacheRefresh` stays in `react/canary`; both canary entrypoints remain so existing `react/canary` and `react-dom/canary` references keep resolving, with `react-dom/canary` reduced to an empty shell. Tests move from the canary test files into the stable test files, and the stale "Only passes because program includes React Canary types" comment in `formrelatedEventTests` is replaced with a real `$ExpectType` assertion. Finally, the package versions are bumped to match the React 19.3 prerelease version bump (react/react#34674): `@types/react`, `@types/react-dom`, `@types/react-is`, and `@types/react-test-renderer` to 19.3.9999, `@types/scheduler` to 0.28.9999, `@types/use-sync-external-store` to 1.7.9999, `@types/react-refresh` to 0.19.9999, and `@types/use-subscription` to 1.13.9999, and the `@types/react-dom` peer dependency floor on `@types/react` is raised to `^19.3.0`. The `react-refresh` types are also brought up to date with the runtime: `findAffectedHostInstances`, removed from the runtime in react-refresh 0.15, is dropped along with its `Instance` type, and the exported `_getMountedRootCount` is added.

Co-Authored-By: Claude Code (kimi-k3[1m]) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants