[PR #230] [MERGED] chore(deps): Bump react-i18next from 16.1.2 to 16.2.4 #306

Closed
opened 2026-05-06 12:16:20 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/230
Author: @dependabot[bot]
Created: 11/3/2025
Status: Merged
Merged: 12/5/2025
Merged by: @BreizhHardware

Base: devHead: dependabot/npm_and_yarn/dev/react-i18next-16.2.4


📝 Commits (1)

  • 0e76baa chore(deps): Bump react-i18next from 16.1.2 to 16.2.4

📊 Changes

2 files changed (+16 additions, -6 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+15 -5)

📄 Description

Bumps react-i18next from 16.1.2 to 16.2.4.

Changelog

Sourced from react-i18next's changelog.

16.2.4

  • try to fix "Trans component do not render anymore children as default value in test environment" 1883 by also respecting 1876

16.2.3

  • fix hyphened component break issue 1882

16.2.2

  • fix trans component break with less than sign 1880, closes 1734

16.2.1

  • fix regression in v16.2.0: bindI18nStore does not work correctly 1879

16.2.0

  • try to address: useTranslation hook violates React's rules of hooks by conditionally calling inner hooks 1863

16.1.6

  • fix: fix: handle spread props for inner components in Trans (icu) 1877

16.1.5

  • fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. 1876
  • Trans: use also defaultValue via tOptions as fallback

16.1.4

  • fix: detect pre-transformation use of interpolation like number/date/etc. 1875

16.1.3

  • fix: ensure invalid identifiers are quoted in the props object 1874
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/portfolio/pull/230 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 12/5/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/react-i18next-16.2.4` --- ### 📝 Commits (1) - [`0e76baa`](https://github.com/BreizhHardware/portfolio/commit/0e76baaefe469bdd1b67beae33a3dbb0d83c7534) chore(deps): Bump react-i18next from 16.1.2 to 16.2.4 ### 📊 Changes **2 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+15 -5) </details> ### 📄 Description Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.1.2 to 16.2.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>16.2.4</h3> <ul> <li>try to fix &quot;Trans component do not render anymore children as default value in test environment&quot; <a href="https://redirect.github.com/i18next/react-i18next/issues/1883">1883</a> by also respecting <a href="https://redirect.github.com/i18next/react-i18next/issues/1876">1876</a></li> </ul> <h3>16.2.3</h3> <ul> <li>fix hyphened component break issue <a href="https://redirect.github.com/i18next/react-i18next/pull/1882">1882</a></li> </ul> <h3>16.2.2</h3> <ul> <li>fix trans component break with less than sign <a href="https://redirect.github.com/i18next/react-i18next/pull/1880">1880</a>, closes <a href="https://redirect.github.com/i18next/react-i18next/issues/1734">1734</a></li> </ul> <h3>16.2.1</h3> <ul> <li>fix regression in v16.2.0: bindI18nStore does not work correctly <a href="https://redirect.github.com/i18next/react-i18next/issues/1879">1879</a></li> </ul> <h3>16.2.0</h3> <ul> <li>try to address: useTranslation hook violates React's rules of hooks by conditionally calling inner hooks <a href="https://redirect.github.com/i18next/react-i18next/issues/1863">1863</a></li> </ul> <h3>16.1.6</h3> <ul> <li>fix: fix: handle spread props for inner components in Trans (icu) <a href="https://redirect.github.com/i18next/react-i18next/pull/1877">1877</a></li> </ul> <h3>16.1.5</h3> <ul> <li>fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. <a href="https://redirect.github.com/i18next/react-i18next/issues/1876">1876</a></li> <li>Trans: use also defaultValue via tOptions as fallback</li> </ul> <h3>16.1.4</h3> <ul> <li>fix: detect pre-transformation use of interpolation like number/date/etc. <a href="https://redirect.github.com/i18next/react-i18next/pull/1875">1875</a></li> </ul> <h3>16.1.3</h3> <ul> <li>fix: ensure invalid identifiers are quoted in the props object <a href="https://redirect.github.com/i18next/react-i18next/pull/1874">1874</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/ef8283519817ae2e66785d30754b47891450f01c"><code>ef82835</code></a> 16.2.4</li> <li><a href="https://github.com/i18next/react-i18next/commit/72e1a0011bcf3e3f215b60d908c8c8f92bc8728e"><code>72e1a00</code></a> try to fix &quot;Trans component do not render anymore children as default value i...</li> <li><a href="https://github.com/i18next/react-i18next/commit/1e98bfa3b5d6901d11a9cac5f574a32a041eae00"><code>1e98bfa</code></a> 16.2.3</li> <li><a href="https://github.com/i18next/react-i18next/commit/08b089b7fa6a52750e4df3bfba29a0b31303ee62"><code>08b089b</code></a> build</li> <li><a href="https://github.com/i18next/react-i18next/commit/06cc0e82d6c90d5f24d629c93c09f28c9c487a5c"><code>06cc0e8</code></a> fix hyphened component break issue (<a href="https://redirect.github.com/i18next/react-i18next/issues/1882">#1882</a>)</li> <li><a href="https://github.com/i18next/react-i18next/commit/8eeaf96e1e2569ecb526d908f03096bc3bc64f59"><code>8eeaf96</code></a> 16.2.2</li> <li><a href="https://github.com/i18next/react-i18next/commit/4aebae00e7bbcc01c633b6db76871e186a5df7df"><code>4aebae0</code></a> release</li> <li><a href="https://github.com/i18next/react-i18next/commit/e0e882fa0683b90412657d7608a54dc4eda2a1a2"><code>e0e882f</code></a> fix trans component break with less than sign (<a href="https://redirect.github.com/i18next/react-i18next/issues/1880">#1880</a>)</li> <li><a href="https://github.com/i18next/react-i18next/commit/badbfa3fb1166e7f3aba88c1f2a386b4720e6bce"><code>badbfa3</code></a> 16.2.1</li> <li><a href="https://github.com/i18next/react-i18next/commit/dc7225e88021cafca114a65e0d1e9fa92e210366"><code>dc7225e</code></a> fix regression in v16.2.0: bindI18nStore <a href="https://redirect.github.com/i18next/react-i18next/issues/1879">#1879</a></li> <li>Additional commits viewable in <a href="https://github.com/i18next/react-i18next/compare/v16.1.2...v16.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-i18next&package-manager=npm_and_yarn&previous-version=16.1.2&new-version=16.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:16:20 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/portfolio#306
No description provided.