[PR #148] [MERGED] chore(deps): Bump i18next from 24.2.3 to 25.2.1 #224

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/148
Author: @dependabot[bot]
Created: 6/16/2025
Status: Merged
Merged: 6/17/2025
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/i18next-25.2.1


📝 Commits (1)

  • e9dd5b0 chore(deps): Bump i18next from 24.2.3 to 25.2.1

📊 Changes

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

View changed files

📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps i18next from 24.2.3 to 25.2.1.

Release notes

Sourced from i18next's releases.

v25.2.1

  • streamline fallbackLng option of t call with the init options 2312

v25.2.0

  • introduce cacheInBuiltFormats option to address 2227

v25.1.3

  • Ensure nsSeparator is respected when appendNamespaceToMissingKey is true 2311, fixes 2310

v25.1.2

  • do not mutate t options, fixes 2307

v25.1.1

  • fix options type for parseMissingKeyHandler

v25.1.0

  • feat: parseMissingKeyHandler now takes options as parameter like in missingKeyHandler 2304

v25.0.2

  • fix cloneInstance with forkResourceStore: true addresses 2303

v25.0.1

  • optimize changeLanguage to correctly use getBestMatchFromCodes (string or array) 2299 and improve resolvedLanguage set for non canonical codes

v25.0.0

This is a potentially breaking release:

  • fix multiple changeLanguage call that may have result in wrong order in previous versions 1605 2298
  • adapt changeLanguage to always (string or array) use getBestMatchFromCodes 2299
  • getBestMatchFromCodes now tries to fallback to language code with same script 2299
Changelog

Sourced from i18next's changelog.

25.2.1

  • streamline fallbackLng option of t call with the init options 2312

25.2.0

  • introduce cacheInBuiltFormats option to address 2227

25.1.3

  • Ensure nsSeparator is respected when appendNamespaceToMissingKey is true 2311, fixes 2310

25.1.2

  • do not mutate t options, fixes 2307

25.1.1

  • fix options type for parseMissingKeyHandler

25.1.0

  • feat: parseMissingKeyHandler now takes options as parameter like in missingKeyHandler 2304

25.0.2

  • fix cloneInstance with forkResourceStore: true addresses 2303

25.0.1

  • optimize changeLanguage to correctly use getBestMatchFromCodes (string or array) 2299 and improve resolvedLanguage set for non canonical codes

25.0.0

This is a potentially breaking release:

  • fix multiple changeLanguage call that may have result in wrong order in previous versions 1605 2298
  • adapt changeLanguage to always (string or array) use getBestMatchFromCodes 2299
  • getBestMatchFromCodes now tries to fallback to language code with same script 2299
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 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)

🔄 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/148 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/i18next-25.2.1` --- ### 📝 Commits (1) - [`e9dd5b0`](https://github.com/BreizhHardware/portfolio/commit/e9dd5b054e2caf49674b1755e11f0bcec0837480) chore(deps): Bump i18next from 24.2.3 to 25.2.1 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [i18next](https://github.com/i18next/i18next) from 24.2.3 to 25.2.1. <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.2.1</h2> <ul> <li>streamline <code>fallbackLng</code> option of t call with the init options <a href="https://redirect.github.com/i18next/i18next/issues/2312">2312</a></li> </ul> <h2>v25.2.0</h2> <ul> <li>introduce <code>cacheInBuiltFormats</code> option to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>v25.1.3</h2> <ul> <li>Ensure nsSeparator is respected when appendNamespaceToMissingKey is true <a href="https://redirect.github.com/i18next/i18next/pull/2311">2311</a>, fixes <a href="https://redirect.github.com/i18next/i18next/issues/2310">2310</a></li> </ul> <h2>v25.1.2</h2> <ul> <li>do not mutate t options, fixes <a href="https://redirect.github.com/i18next/i18next/issues/2307">2307</a></li> </ul> <h2>v25.1.1</h2> <ul> <li>fix options type for <code>parseMissingKeyHandler</code></li> </ul> <h2>v25.1.0</h2> <ul> <li>feat: <code>parseMissingKeyHandler</code> now takes options as parameter like in missingKeyHandler <a href="https://redirect.github.com/i18next/i18next/issues/2304">2304</a></li> </ul> <h2>v25.0.2</h2> <ul> <li>fix <code>cloneInstance</code> with <code>forkResourceStore: true</code> addresses <a href="https://redirect.github.com/i18next/i18next/issues/2303">2303</a></li> </ul> <h2>v25.0.1</h2> <ul> <li>optimize <code>changeLanguage</code> to correctly use <code>getBestMatchFromCodes</code> (string or array) <a href="https://redirect.github.com/i18next/i18next/issues/2299">2299</a> and improve <code>resolvedLanguage</code> set for non canonical codes</li> </ul> <h2>v25.0.0</h2> <p><strong>This is a potentially breaking release:</strong></p> <ul> <li>fix multiple changeLanguage call that may have result in wrong order in previous versions <a href="https://redirect.github.com/i18next/i18next/issues/1605">1605</a> <a href="https://redirect.github.com/i18next/i18next/pull/2298">2298</a></li> <li>adapt <code>changeLanguage</code> to always (string or array) use <code>getBestMatchFromCodes</code> <a href="https://redirect.github.com/i18next/i18next/issues/2299">2299</a></li> <li><code>getBestMatchFromCodes</code> now tries to fallback to language code with same script <a href="https://redirect.github.com/i18next/i18next/issues/2299">2299</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.2.1</h2> <ul> <li>streamline <code>fallbackLng</code> option of t call with the init options <a href="https://redirect.github.com/i18next/i18next/issues/2312">2312</a></li> </ul> <h2>25.2.0</h2> <ul> <li>introduce <code>cacheInBuiltFormats</code> option to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> <h2>25.1.3</h2> <ul> <li>Ensure nsSeparator is respected when appendNamespaceToMissingKey is true <a href="https://redirect.github.com/i18next/i18next/pull/2311">2311</a>, fixes <a href="https://redirect.github.com/i18next/i18next/issues/2310">2310</a></li> </ul> <h2>25.1.2</h2> <ul> <li>do not mutate t options, fixes <a href="https://redirect.github.com/i18next/i18next/issues/2307">2307</a></li> </ul> <h2>25.1.1</h2> <ul> <li>fix options type for <code>parseMissingKeyHandler</code></li> </ul> <h2>25.1.0</h2> <ul> <li>feat: <code>parseMissingKeyHandler</code> now takes options as parameter like in missingKeyHandler <a href="https://redirect.github.com/i18next/i18next/issues/2304">2304</a></li> </ul> <h2>25.0.2</h2> <ul> <li>fix <code>cloneInstance</code> with <code>forkResourceStore: true</code> addresses <a href="https://redirect.github.com/i18next/i18next/issues/2303">2303</a></li> </ul> <h2>25.0.1</h2> <ul> <li>optimize <code>changeLanguage</code> to correctly use <code>getBestMatchFromCodes</code> (string or array) <a href="https://redirect.github.com/i18next/i18next/issues/2299">2299</a> and improve <code>resolvedLanguage</code> set for non canonical codes</li> </ul> <h2>25.0.0</h2> <p><strong>This is a potentially breaking release:</strong></p> <ul> <li>fix multiple changeLanguage call that may have result in wrong order in previous versions <a href="https://redirect.github.com/i18next/i18next/issues/1605">1605</a> <a href="https://redirect.github.com/i18next/i18next/pull/2298">2298</a></li> <li>adapt <code>changeLanguage</code> to always (string or array) use <code>getBestMatchFromCodes</code> <a href="https://redirect.github.com/i18next/i18next/issues/2299">2299</a></li> <li><code>getBestMatchFromCodes</code> now tries to fallback to language code with same script <a href="https://redirect.github.com/i18next/i18next/issues/2299">2299</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/defa00f1a3bc79a32645d95f737b5ce4dcace14b"><code>defa00f</code></a> 25.2.1</li> <li><a href="https://github.com/i18next/i18next/commit/8b42d4bef6774e0ca27b724ca995951f43d54a3c"><code>8b42d4b</code></a> streamline <code>fallbackLng</code> option of t call with the init options <a href="https://redirect.github.com/i18next/i18next/issues/2312">#2312</a></li> <li><a href="https://github.com/i18next/i18next/commit/01dd2972242f8a7bba5880dbd31387ebd21e65ba"><code>01dd297</code></a> 25.2.0</li> <li><a href="https://github.com/i18next/i18next/commit/ce54c7db5aea8b5d73c43549a166172cfe9a716b"><code>ce54c7d</code></a> introduce <code>cacheInBuiltFormats</code> option to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">#2227</a></li> <li><a href="https://github.com/i18next/i18next/commit/0b4a3d3429601c799c37570dee38a0c17ed47213"><code>0b4a3d3</code></a> 25.1.3</li> <li><a href="https://github.com/i18next/i18next/commit/0b3d16741d6d2e8b6dd47afe0188edaef0cdad20"><code>0b3d167</code></a> release</li> <li><a href="https://github.com/i18next/i18next/commit/f50472fe9ea5d32add02596d55b4e2c9dd0dea8d"><code>f50472f</code></a> Respect <code>nsSeparator</code> when <code>appendNamespaceToMissingKey</code> is <code>true</code> (<a href="https://redirect.github.com/i18next/i18next/issues/2311">#2311</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/32979d8d9d383e7f0f7a67208f0804a9b5247194"><code>32979d8</code></a> chore: update dependencies (<a href="https://redirect.github.com/i18next/i18next/issues/2309">#2309</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/ec86d00ed9ba480131904a85cf3052b04f05cb85"><code>ec86d00</code></a> 25.1.2</li> <li><a href="https://github.com/i18next/i18next/commit/ba1a6dccc2bbe7e27ef5c7e7bad62009150c8594"><code>ba1a6dc</code></a> do not mutate t options, fixes <a href="https://redirect.github.com/i18next/i18next/issues/2307">#2307</a></li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v24.2.3...v25.2.1">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=24.2.3&new-version=25.2.1)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:15:57 +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#224
No description provided.