From 34f5674cbea0e882420c5e25bf52946b3c251e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:04:36 -0500 Subject: [PATCH] build(deps): bump react-i18next from 17.0.9 to 17.0.10 (#9889) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.9 to 17.0.10.
Changelog

Sourced from react-i18next's changelog.

17.0.10

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-i18next&package-manager=npm_and_yarn&previous-version=17.0.9&new-version=17.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c938a3c170..47b2732f47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -973,8 +973,8 @@ importers: specifier: ^19.2.7 version: 19.2.7(react@19.2.7) react-i18next: - specifier: ^17.0.9 - version: 17.0.9(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3) + specifier: ^17.0.10 + version: 17.0.10(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3) react-markdown: specifier: ^10.1.0 version: 10.1.0(@types/react@19.2.17)(react@19.2.7) @@ -7426,8 +7426,8 @@ packages: peerDependencies: react: ^19.2.7 - react-i18next@17.0.9: - resolution: {integrity: sha512-buLzOSqHtXxjf+qgSrLWNTXVZ1jSwO6kUv3uJqSP1roGBPgNnbhFm7OmdVwWcgf2gIbUyP0J333uPyx+Btsi3w==} + react-i18next@17.0.10: + resolution: {integrity: sha512-XneHftyYA774MJkkccSkZ5oKrUpCnXIPmxio3wemqrVzCRLWiGXOMbIzObrer03fNDEnm8g8R5yYls4HcE+esg==} peerDependencies: i18next: '>= 26.2.0' react: ^19.2.7 @@ -15470,7 +15470,7 @@ snapshots: dependencies: react: 19.2.7 - react-i18next@17.0.9(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3): + react-i18next@17.0.10(i18next@26.3.1(typescript@5.9.3))(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.9.3): dependencies: '@babel/runtime': 7.29.7 html-parse-stringify: 3.0.1 diff --git a/ui/package.json b/ui/package.json index f2d62b3da1..2dae38ea9d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -61,7 +61,7 @@ "radix-ui": "^1.6.0", "react": "^19.2.7", "react-dom": "^19.2.7", - "react-i18next": "^17.0.9", + "react-i18next": "^17.0.10", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.12.1", "react-router-dom": "^7.18.1",