[PR #178] [CLOSED] chore(deps): Bump i18next from 25.3.4 to 25.4.2 #254

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/178
Author: @dependabot[bot]
Created: 8/26/2025
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/i18next-25.4.2


📝 Commits (1)

  • 8443bd1 chore(deps): Bump i18next from 25.3.4 to 25.4.2

📊 Changes

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

View changed files

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

📄 Description

Bumps i18next from 25.3.4 to 25.4.2.

Release notes

Sourced from i18next's releases.

v25.4.2

  • fix: enableSelector: true doesn't work with custom keySeparator 2341

v25.4.1

  • fix: KeyPrefix not working with new selector api 2340

v25.4.0

  • add new selector API to improve TypeScript IDE performance 2322
    • To enable it, set enableSelector: true in your configuration options
    • With enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times
    • To assist with the migration, we've published the following packages:

v25.3.6

  • improve fix: Ordinals and non-ordinals don't work together 2337

v25.3.5

  • fix: Ordinals and non-ordinals don't work together 2337
Changelog

Sourced from i18next's changelog.

25.4.2

  • fix: enableSelector: true doesn't work with custom keySeparator 2341

25.4.1

  • fix: KeyPrefix not working with new selector api 2340

25.4.0

  • add new selector API to improve TypeScript IDE performance 2322
    • To enable it, set enableSelector: true in your configuration options
    • With enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times
    • To assist with the migration, we've published the following packages:

25.3.6

  • improve fix: Ordinals and non-ordinals don't work together 2337

25.3.5

  • fix: Ordinals and non-ordinals don't work together 2337
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/178 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/i18next-25.4.2` --- ### 📝 Commits (1) - [`8443bd1`](https://github.com/BreizhHardware/portfolio/commit/8443bd18e1f29635f9345a4d37bbef7fb10913f1) chore(deps): Bump i18next from 25.3.4 to 25.4.2 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [i18next](https://github.com/i18next/i18next) from 25.3.4 to 25.4.2. <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.4.2</h2> <ul> <li>fix: enableSelector: true doesn't work with custom keySeparator <a href="https://redirect.github.com/i18next/i18next/issues/2341">2341</a></li> </ul> <h2>v25.4.1</h2> <ul> <li>fix: KeyPrefix not working with new selector api <a href="https://redirect.github.com/i18next/i18next/issues/2340">2340</a></li> </ul> <h2>v25.4.0</h2> <ul> <li>add new selector API to improve TypeScript IDE performance <a href="https://redirect.github.com/i18next/i18next/pull/2322">2322</a> <ul> <li>To enable it, set <code>enableSelector: true</code> in your configuration options</li> <li>With <code>enableSelector: &quot;optimize&quot;</code>, i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times</li> <li>To assist with the migration, we've published the following packages: <ul> <li><a href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/codemod"><code>@​i18next-selector/codemod</code></a></li> <li><a href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/vite-plugin"><code>@​i18next-selector/vite-plugin</code></a></li> </ul> </li> </ul> </li> </ul> <h2>v25.3.6</h2> <ul> <li>improve fix: Ordinals and non-ordinals don't work together <a href="https://redirect.github.com/i18next/i18next/issues/2337">2337</a></li> </ul> <h2>v25.3.5</h2> <ul> <li>fix: Ordinals and non-ordinals don't work together <a href="https://redirect.github.com/i18next/i18next/issues/2337">2337</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.4.2</h2> <ul> <li>fix: enableSelector: true doesn't work with custom keySeparator <a href="https://redirect.github.com/i18next/i18next/issues/2341">2341</a></li> </ul> <h2>25.4.1</h2> <ul> <li>fix: KeyPrefix not working with new selector api <a href="https://redirect.github.com/i18next/i18next/issues/2340">2340</a></li> </ul> <h2>25.4.0</h2> <ul> <li>add new selector API to improve TypeScript IDE performance <a href="https://redirect.github.com/i18next/i18next/pull/2322">2322</a> <ul> <li>To enable it, set <code>enableSelector: true</code> in your configuration options</li> <li>With <code>enableSelector: &quot;optimize&quot;</code>, i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times</li> <li>To assist with the migration, we've published the following packages: <ul> <li><a href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/codemod"><code>@​i18next-selector/codemod</code></a></li> <li><a href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/vite-plugin"><code>@​i18next-selector/vite-plugin</code></a></li> </ul> </li> </ul> </li> </ul> <h2>25.3.6</h2> <ul> <li>improve fix: Ordinals and non-ordinals don't work together <a href="https://redirect.github.com/i18next/i18next/issues/2337">2337</a></li> </ul> <h2>25.3.5</h2> <ul> <li>fix: Ordinals and non-ordinals don't work together <a href="https://redirect.github.com/i18next/i18next/issues/2337">2337</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/a7852d7698ec11ccd83b8da914c1eb859b4460dd"><code>a7852d7</code></a> 25.4.2</li> <li><a href="https://github.com/i18next/i18next/commit/5bf51e95c38097bf763b804dbab929089620706c"><code>5bf51e9</code></a> fix <a href="https://redirect.github.com/i18next/i18next/issues/2341">#2341</a></li> <li><a href="https://github.com/i18next/i18next/commit/48d47fb292c17e969cc6f8d2e8a9616dd1a39905"><code>48d47fb</code></a> 25.4.1</li> <li><a href="https://github.com/i18next/i18next/commit/bfa40de172648ced0ba22eafa7bd6fd641b9a7a3"><code>bfa40de</code></a> try to fix <a href="https://redirect.github.com/i18next/i18next/issues/2340">#2340</a></li> <li><a href="https://github.com/i18next/i18next/commit/c37d39f1bd2a3d744641b90a18a26ba7e5fefbf3"><code>c37d39f</code></a> build</li> <li><a href="https://github.com/i18next/i18next/commit/5423a3f71cfdc7dc1ef857d17f296d7ccca59373"><code>5423a3f</code></a> 25.4.0</li> <li><a href="https://github.com/i18next/i18next/commit/03b4949c2d17642aa0ec587d6582af6d92d9c413"><code>03b4949</code></a> changelog</li> <li><a href="https://github.com/i18next/i18next/commit/6c26133170006ba9ced9c815358596a2e83bdb47"><code>6c26133</code></a> feat: adds new &quot;selector&quot; API (<a href="https://redirect.github.com/i18next/i18next/issues/2322">#2322</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/dc8384f3f8a5bfbfe2b5ad299d14d04116b588e9"><code>dc8384f</code></a> instead of warn use deprecate for old format function</li> <li><a href="https://github.com/i18next/i18next/commit/ff90d79d3956d3a8493d27a426f67e7fb2617c28"><code>ff90d79</code></a> 25.3.6</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v25.3.4...v25.4.2">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.3.4&new-version=25.4.2)](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:16:05 +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#254
No description provided.