Skip to content

đź”’ [Security](deps): Bump react and @types/react#17

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-91da0948d5
Open

đź”’ [Security](deps): Bump react and @types/react#17
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-91da0948d5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 28, 2026

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

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates @types/react from 19.2.7 to 19.2.10

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react](https://github.com/facebook/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.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.2.7 to 19.2.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 28, 2026

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates React runtime and TypeScript React typings to incorporate the latest patch release, refreshing the pnpm lockfile to reflect the resolved dependency graph.

Changes:

  • Bump react from 19.2.3 to 19.2.4.
  • Bump @types/react from 19.2.7 to 19.2.10.
  • Regenerate pnpm-lock.yaml to reflect updated React-related resolutions (and additional lockfile refreshes).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Updates the pinned react dependency version.
pnpm-lock.yaml Updates resolved versions and dependency snapshots for React, typings, and related packages.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

đź’ˇ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"nextra-theme-docs": "^4.6.1",
"react": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.3"
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react was bumped to 19.2.4 but react-dom remains pinned to 19.2.3. React/ReactDOM are typically expected to stay on the same version; please bump react-dom to 19.2.4 as well (and regenerate the lockfile) to avoid subtle runtime/compat issues.

Suggested change
"react-dom": "19.2.3"
"react-dom": "19.2.4"

Copilot uses AI. Check for mistakes.
Comment on lines +51 to +53
prettier:
specifier: ^3.7.4
version: 3.8.1
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This lockfile update also resolves prettier to 3.8.1 (under the root importer), which is outside the PR description/title (“Bump react and @types/react”). If this prettier bump is unintended, regenerate the lockfile in a way that only updates the targeted deps; otherwise, please include the prettier update in the PR description so reviewers/CI expectations match the actual dependency changes.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant