Skip to content

chore(deps): bump react-i18next from 16.6.6 to 17.0.6 - #2442

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-i18next-17.0.2
Open

chore(deps): bump react-i18next from 16.6.6 to 17.0.6#2442
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-i18next-17.0.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 6, 2026

Copy link
Copy Markdown
Contributor

Bumps react-i18next from 16.6.6 to 17.0.6.

Changelog

Sourced from react-i18next's changelog.

17.0.6

  • fix: restore the v17 nodesToString output format consumed by i18next-cli's extractor while still rendering 1919 correctly
    • 17.0.5 fixed 1919 by changing what nodesToString produced, which inadvertently changed the extracted translation strings for keep-tags wrapping non-keep React elements
    • The fix now lives in the renderer: indexed <N> placeholders nested inside a keep-tag are scoped to that tag's own original React children (matching kept tags by name and positional occurrence at each level), so the translation string format produced by nodesToString is unchanged

17.0.5

  • fix: <Trans /> no longer breaks child rendering when a kept HTML node (transKeepBasicHtmlNodesFor) wraps a non-keep React element 1919 — superseded by 17.0.6, which keeps the same runtime fix without changing the nodesToString output

17.0.4

  • fix: avoid React does not recognize the 'i18nIsDynamicList' prop on a DOM element warning 1915

17.0.3

  • fix: avoid invalid prop on React.Fragment inside <Trans />1914

17.0.2

  • fix(types): values prop on <Trans /> now only requires interpolation variables for the specific i18nKey, not all variables in the namespace 1913

17.0.1

  • chore: bump minimum i18next peer dependency to >= 26.0.1(forgot to do it in last version)
  • fix: migrate test setup from removed legacy interpolation.format to i18n.services.formatter.add() (i18next v26)

17.0.0

Potentially breaking changes

  • fix: transKeepBasicHtmlNodesFor now correctly preserves HTML tag names when children contain interpolations or mixed content 230
    • Previously, <strong>{{name}}</strong> was incorrectly serialized as <1>{{name}}</1> — the tag name was only preserved for plain string children
    • This bug existed since the feature was introduced and affects auto-generated keys (when no explicit i18nKey is provided)
    • If you rely on auto-generated Trans keys containing indexed tags for kept HTML elements with interpolation children, you will need to update your translation files

Other changes

  • updated dev dependencies (vitest, rollup plugins, happy-dom, typescript, etc.)
Commits
  • cb20d18 17.0.6
  • b8ad5e4 fix: scope indexed placeholders inside keep-tags at render time #1919
  • 75ce985 17.0.5
  • 9803bb8 fix: <Trans /> no longer breaks child rendering when a kept HTML node (transK...
  • ec37a48 chore: ignore .env*, *.pem, *.key in .gitignore
  • a398b76 17.0.4
  • c96f7bc fix: avoid `React does not recognize the i18nIsDynamicList prop on a DOM elem...
  • fe111f7 17.0.3
  • e7419b8 fix: avoid invalid prop on React.Fragment inside \<Trans />#1914
  • 4d62f86 17.0.2
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 6, 2026
@vercel

vercelBot commented Apr 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
web3auth-webErrorErrorApr 30, 2026 1:33pm

Request Review

@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Apr 6, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerApril 6, 2026 10:39
@dependabotdependabotBot added the javascript Pull requests that update javascript code label Apr 6, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from ae4f332 to 1c63754CompareApril 6, 2026 13:05
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 1c63754 to 100be95CompareApril 13, 2026 07:32
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 100be95 to 667a523CompareApril 13, 2026 08:35
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 667a523 to 82cffbcCompareApril 16, 2026 05:33
@dependabotdependabotBot changed the title chore(deps): bump react-i18next from 16.6.6 to 17.0.2chore(deps): bump react-i18next from 16.6.6 to 17.0.4Apr 27, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 82cffbc to 8867348CompareApril 27, 2026 05:59
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 8867348 to 0017d40CompareApril 27, 2026 10:38
@dependabotdependabotBot changed the title chore(deps): bump react-i18next from 16.6.6 to 17.0.4chore(deps): bump react-i18next from 16.6.6 to 17.0.6Apr 28, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 0017d40 to a5b64e5CompareApril 28, 2026 03:18
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from a5b64e5 to 0e1be22CompareApril 29, 2026 09:58
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 0e1be22 to 3ae0cf7CompareApril 30, 2026 11:14
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.6.6 to 17.0.6.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.6.6...v17.0.6)
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 17.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/react-i18next-17.0.2 branch from 3ae0cf7 to 4411ba0CompareApril 30, 2026 13:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants