[PR #306] [CLOSED] chore(deps): Bump i18next from 25.8.1 to 25.8.10 #345

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/306
Author: @dependabot[bot]
Created: 2/16/2026
Status: Closed

Base: devHead: dependabot/npm_and_yarn/dev/i18next-25.8.10


📝 Commits (1)

  • 041aad3 chore(deps): Bump i18next from 25.8.1 to 25.8.10

📊 Changes

2 files changed (+9 additions, -36 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+8 -35)

📄 Description

Bumps i18next from 25.8.1 to 25.8.10.

Release notes

Sourced from i18next's releases.

v25.8.10

  • fix(interpolator): guard null matchedDoubleQuotes in nesting option parsing 2395

v25.8.9

  • fix(interpolator): escape nestingOptionsSeparator in nesting option parsing 223943

v25.8.8

  • types(i18n): add missing toJSON() declaration 2393

v25.8.7

  • avoid crash due to ReferenceError without Intl API 2391

v25.8.6

  • ts: address incomplete type definition for getFixedT() return value 2318

v25.8.5

  • fix: compatibility with moduleResolution bundler (issue 2380) 2381

v25.8.4

  • fix: crashes when backend in backends array has no name property 2386

v25.8.3

  • ts: document option to suppress the support message 2385

v25.8.2

  • option to suppress the support message 2385
Changelog

Sourced from i18next's changelog.

25.8.10

  • fix(interpolator): guard null matchedDoubleQuotes in nesting option parsing 2395

25.8.9

  • fix(interpolator): escape nestingOptionsSeparator in nesting option parsing 2394

25.8.8

  • types(i18n): add missing toJSON() declaration 2393

25.8.7

  • avoid crash due to ReferenceError without Intl API 2391

25.8.6

  • ts: address incomplete type definition for getFixedT() return value 2318

25.8.5

  • fix: compatibility with moduleResolution bundler (issue 2380) 2381

25.8.4

  • fix: crashes when backend in backends array has no name property 2386

25.8.3

  • ts: document option to suppress the support message 2385

25.8.2

  • option to suppress the support message 2385

25.8.1

  • fix(types): Selector API - fix Namespace inference for selector ns option 2384

25.8.0

  • fix: TFunctionReturn fallback 2360

25.7.4

  • fix: Interpolation breaks when cloning an instance 2376

25.7.3

... (truncated)

Commits

Dependabot compatibility score

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 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)

🔄 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/306 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/16/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/i18next-25.8.10` --- ### 📝 Commits (1) - [`041aad3`](https://github.com/BreizhHardware/portfolio/commit/041aad364e56772b74141f44b11cda38d8122721) chore(deps): Bump i18next from 25.8.1 to 25.8.10 ### 📊 Changes **2 files changed** (+9 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+8 -35) </details> ### 📄 Description Bumps [i18next](https://github.com/i18next/i18next) from 25.8.1 to 25.8.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v25.8.10</h2> <ul> <li>fix(interpolator): guard null matchedDoubleQuotes in nesting option parsing <a href="https://redirect.github.com/i18next/i18next/pull/2395">2395</a></li> </ul> <h2>v25.8.9</h2> <ul> <li>fix(interpolator): escape nestingOptionsSeparator in nesting option parsing <a href="https://redirect.github.com/i18next/i18next/pull/2394">223943</a></li> </ul> <h2>v25.8.8</h2> <ul> <li>types(i18n): add missing toJSON() declaration <a href="https://redirect.github.com/i18next/i18next/pull/2393">2393</a></li> </ul> <h2>v25.8.7</h2> <ul> <li>avoid crash due to ReferenceError without Intl API <a href="https://redirect.github.com/i18next/i18next/pull/2391">2391</a></li> </ul> <h2>v25.8.6</h2> <ul> <li>ts: address incomplete type definition for <code>getFixedT()</code> return value <a href="https://redirect.github.com/i18next/i18next/issues/2318">2318</a></li> </ul> <h2>v25.8.5</h2> <ul> <li>fix: compatibility with moduleResolution bundler (issue <a href="https://redirect.github.com/i18next/i18next/issues/2380">2380</a>) <a href="https://redirect.github.com/i18next/i18next/pull/2381">2381</a></li> </ul> <h2>v25.8.4</h2> <ul> <li>fix: crashes when backend in backends array has no name property <a href="https://redirect.github.com/i18next/i18next/issues/2386">2386</a></li> </ul> <h2>v25.8.3</h2> <ul> <li>ts: document option to suppress the support message <a href="https://redirect.github.com/i18next/i18next/issues/2385">2385</a></li> </ul> <h2>v25.8.2</h2> <ul> <li>option to suppress the support message <a href="https://redirect.github.com/i18next/i18next/issues/2385">2385</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>25.8.10</h2> <ul> <li>fix(interpolator): guard null matchedDoubleQuotes in nesting option parsing <a href="https://redirect.github.com/i18next/i18next/pull/2395">2395</a></li> </ul> <h2>25.8.9</h2> <ul> <li>fix(interpolator): escape nestingOptionsSeparator in nesting option parsing <a href="https://redirect.github.com/i18next/i18next/pull/2394">2394</a></li> </ul> <h2>25.8.8</h2> <ul> <li>types(i18n): add missing toJSON() declaration <a href="https://redirect.github.com/i18next/i18next/pull/2393">2393</a></li> </ul> <h2>25.8.7</h2> <ul> <li>avoid crash due to ReferenceError without Intl API <a href="https://redirect.github.com/i18next/i18next/pull/2391">2391</a></li> </ul> <h2>25.8.6</h2> <ul> <li>ts: address incomplete type definition for <code>getFixedT()</code> return value <a href="https://redirect.github.com/i18next/i18next/issues/2318">2318</a></li> </ul> <h2>25.8.5</h2> <ul> <li>fix: compatibility with moduleResolution bundler (issue <a href="https://redirect.github.com/i18next/i18next/issues/2380">2380</a>) <a href="https://redirect.github.com/i18next/i18next/pull/2381">2381</a></li> </ul> <h2>25.8.4</h2> <ul> <li>fix: crashes when backend in backends array has no name property <a href="https://redirect.github.com/i18next/i18next/issues/2386">2386</a></li> </ul> <h2>25.8.3</h2> <ul> <li>ts: document option to suppress the support message <a href="https://redirect.github.com/i18next/i18next/issues/2385">2385</a></li> </ul> <h2>25.8.2</h2> <ul> <li>option to suppress the support message <a href="https://redirect.github.com/i18next/i18next/issues/2385">2385</a></li> </ul> <h2>25.8.1</h2> <ul> <li>fix(types): Selector API - fix Namespace inference for selector ns option <a href="https://redirect.github.com/i18next/i18next/pull/2384">2384</a></li> </ul> <h2>25.8.0</h2> <ul> <li>fix: TFunctionReturn fallback <a href="https://redirect.github.com/i18next/i18next/issues/2360">2360</a></li> </ul> <h2>25.7.4</h2> <ul> <li>fix: Interpolation breaks when cloning an instance <a href="https://redirect.github.com/i18next/i18next/issues/2376">2376</a></li> </ul> <h2>25.7.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/3172321244f269fc90ead003f0ea4a23f713f615"><code>3172321</code></a> 25.8.10</li> <li><a href="https://github.com/i18next/i18next/commit/405803cf1917489091f2c607b10bd8efcda67ab8"><code>405803c</code></a> release</li> <li><a href="https://github.com/i18next/i18next/commit/106254c5e8776744771e70977b361af8927ee5e4"><code>106254c</code></a> fix(interpolator): guard null matchedDoubleQuotes in nesting option parsing (...</li> <li><a href="https://github.com/i18next/i18next/commit/6932e2cfaf2ddfa4b4b39dae409c922922d1bd03"><code>6932e2c</code></a> jsr update</li> <li><a href="https://github.com/i18next/i18next/commit/7357217d225f51e3c5fdef99cde9590a15a6f329"><code>7357217</code></a> 25.8.9</li> <li><a href="https://github.com/i18next/i18next/commit/13c29c06410c6ac50413c7caf900482257193961"><code>13c29c0</code></a> release</li> <li><a href="https://github.com/i18next/i18next/commit/00863a2f0eab4b0e04074a0f22525e8cffa0302d"><code>00863a2</code></a> fix(interpolator): escape nestingOptionsSeparator in nesting option parsing (...</li> <li><a href="https://github.com/i18next/i18next/commit/725f5ccc1a0f06fb561d320529796e953c634bc5"><code>725f5cc</code></a> jsr update</li> <li><a href="https://github.com/i18next/i18next/commit/dd3804aaa3a7c59859c12a6493c4783f684b17bd"><code>dd3804a</code></a> 25.8.8</li> <li><a href="https://github.com/i18next/i18next/commit/68fa15567724454a165b54f45e3ec596ba8027eb"><code>68fa155</code></a> release</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v25.8.1...v25.8.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18next&package-manager=npm_and_yarn&previous-version=25.8.1&new-version=25.8.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) --- <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 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> --- <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:30 +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#345
No description provided.