chore(deps): bump react and @types/react - #361
dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.8 to 19.3.0 - [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.3.0/packages/react) Updates `@types/react` from 19.2.18 to 19.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.3.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: react dependency-version: 19.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f98af5a to
903d152
Compare
|
Closing in favour of #362, which fixes the cause rather than this instance. This PR is not merely unlucky — it is what That is the failure in #362 groups the four React packages into their own The React 19.3.0 upgrade is not lost: Dependabot will reopen it as a single grouped PR carrying |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…one (#362) `.github/dependabot.yml` deliberately left the runtime dependencies ungrouped so each arrives as its own reviewable PR. React makes that impossible for two of them: it refuses to run when `react` and `react-dom` disagree -- "Incompatible React versions: the react and react-dom packages must have the exact same version". Separate PRs therefore do not produce two independently reviewable updates; they produce one broken PR and one that cannot merge before it. #361 bumped react 19.2.8 without react-dom and failed 25 suites for exactly that reason, and this recurs on every React release. Grouping the two preserves what the ungrouped rule was actually for: this is still a runtime PR of its own, separate from dev-tooling, reviewed and dispositioned on its own. `@wxt-dev/module-react` stays ungrouped; it carries no such constraint. Adds `tests/repo/react-runtime-version-parity.test.ts` so the grouping does not rely on being remembered, following `node-runtime-types-alignment.test.ts`: one assertion against the resolved versions in `pnpm-lock.yaml`, which state what is installed and cannot be written as a range or commented out. Confirmed to fail when the lockfile is edited to the exact #361 mismatch. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Bumps react and @types/react. These dependencies needed to be updated together.
Updates
reactfrom 19.2.8 to 19.3.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
2dc7da7[test] Bump Jest to 30.4 (#37382)4f93894docs: remove stale parentType param from validateChildKeys JSDoc (#36928)dbc3750Update required references to GitHub repo (#36752)900ae09[flow] Bump flow to v0.317.0 (#36701)fbb1370[flow] Bump flow to v0.307.1 (#36199)56922cf[react-native-renderer] Delete Paper (legacy) renderer (#36285)74568e8[Flight] TransportAggregateErrors.errors(#36156)e66ef64[tests] remove withoutStack from assertConsole helpers (#35498)db71391[Fiber] Instrument the lazy initializer thenable in all cases (#35521)3e1abcc[tests] Require exact error messages in assertConsole helpers (#35497)Updates
@types/reactfrom 19.2.18 to 19.3.0Commits