chore(deps): bump react from 19.2.7 to 19.2.8 - #48
Conversation
487ecff to
3b9d9b5
Compare
Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 19.2.7 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>
3b9d9b5 to
ea03415
Compare
react-dom asserts exact version equality with react at module load and throws rather than warning, and the guard is compiled into the development client build that jsdom loads as well as every server build. react-dom 19.2.7 declares a peer of ^19.2.7, which 19.2.8 satisfies, so pnpm reports no peer problem while the runtime contract is broken. Dependabot #48 proposed react alone and its lockfile pins react-dom@19.2.7(react@19.2.8), so merging it would have failed the jsdom tests and broken SSR. The @types packages move along because @types/react-dom peers on @types/react. packages/ui keeps its react and react-dom peerDependencies at ^19.0.0. That range states what the package supports, not what it was last built against, and narrowing it would falsely drop 19.0 and 19.1. - react 19.2.7 -> 19.2.8 (apps/web, packages/ui) - react-dom 19.2.7 -> 19.2.8 (apps/web, packages/ui) - @types/react 19.2.17 -> 19.2.18 (apps/web, packages/ui) - @types/react-dom 19.2.3 -> 19.2.4 (apps/web, packages/ui) Supersedes Dependabot #48. Verified locally: the lockfile carries no 19.2.7 reference, and build, lint, typecheck, and test all pass.
|
Superseded by #52, which took react and react-dom to 19.2.8 together. Closing by hand rather than waiting for the next Dependabot run, because this one should not be merged in the meantime. It bumps react alone and its lockfile pins react-dom@19.2.7(react@19.2.8). react-dom asserts exact version equality with react at module load and throws rather than warning, so merging this would fail the jsdom tests and break SSR. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps react from 19.2.7 to 19.2.8.
Release notes
Sourced from react's releases.
Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)