Skip to content

Bump react and @types/react in /apps/web - #359

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/multi-9b1536b8cd
Closed

Bump react and @types/react in /apps/web#359
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/multi-9b1536b8cd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps react and @types/react. These dependencies needed to be updated together.
Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates @types/react from 19.2.17 to 19.2.18

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026
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.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)

Updates `@types/react` from 19.2.17 to 19.2.18
- [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.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
- 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/apps/web/multi-9b1536b8cd branch from 70d2142 to f0dcc84 Compare August 14, 2026 17:12
@samrusani

Copy link
Copy Markdown
Owner

Closing rather than merging, because this bumps half of an exact-pinned pair.

apps/web/package.json pins both exactly, no caret:

"react": "19.2.7",
"react-dom": "19.2.7"

This moves react to 19.2.8 and leaves react-dom at 19.2.7. pnpm install still succeeds, because 19.2.8 satisfies react-dom's ^19.2.7 peer range, so the mismatch does not surface at install time. It surfaces at module load, which is every render-based test file, pnpm build via react-dom/server, and the Playwright suites.

CI confirms it: Web tests, types, accessibility, and budgets fails here. The gate is working, which is why this is a close-and-refile rather than a near miss.

Please re-file with react-dom moved in the same diff and the lockfile regenerated so it records react-dom@19.2.8(react@19.2.8). @types/react-dom at 19.2.3 does not need to move. It is then a trivial patch bump.

@samrusani samrusani closed this Aug 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

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 ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/apps/web/multi-9b1536b8cd branch August 14, 2026 22:12
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant