[PR #85] [CLOSED] Bump i18next from 23.16.4 to 24.0.2 #160

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/85
Author: @dependabot[bot]
Created: 12/2/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/i18next-24.0.2


📝 Commits (1)

  • f0260ed Bump i18next from 23.16.4 to 24.0.2

📊 Changes

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

View changed files

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

📄 Description

Bumps i18next from 23.16.4 to 24.0.2.

Release notes

Sourced from i18next's releases.

v24.0.2

  • if no Intl api, log error and use dummy rule

v24.0.1

  • early return and log error, if no Intl api

v24.0.0

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

v23.16.8

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

  • fix: Small typo in the type definitions 2250

v23.16.5

  • fix extractFromKey for use cases like this
Changelog

Sourced from i18next's changelog.

24.0.2

  • if no Intl api, log error and use dummy rule

24.0.1

  • early return and log error, if no Intl api

24.0.0

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

23.16.8

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

23.16.7

  • if plural rule is not found, try to search with language only code 2252

23.16.6

  • fix: Small typo in the type definitions 2250

23.16.5

  • fix extractFromKey for use cases like this
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/85 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/2/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/i18next-24.0.2` --- ### 📝 Commits (1) - [`f0260ed`](https://github.com/BreizhHardware/portfolio/commit/f0260ed6aec3d4d4a1ff6bbc9e248536fa3a0e06) Bump i18next from 23.16.4 to 24.0.2 ### 📊 Changes **2 files changed** (+14 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+13 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [i18next](https://github.com/i18next/i18next) from 23.16.4 to 24.0.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>v24.0.2</h2> <ul> <li>if no Intl api, log error and use dummy rule</li> </ul> <h2>v24.0.1</h2> <ul> <li>early return and log error, if no Intl api</li> </ul> <h2>v24.0.0</h2> <p><strong>This is a major breaking release:</strong></p> <ul> <li>remove support for older environments</li> <li>remove old i18next JSON formats <ul> <li>To convert your existing v3 translations to the v4 format, have a look at <a href="https://github.com/i18next/i18next-v4-format-converter">i18next-v4-format-converter</a> or this <a href="https://i18next.github.io/i18next-v4-format-converter-web/">web tool</a>.</li> </ul> </li> <li>remove support for compatibility to v1 API</li> <li>Intl API is mandatory now and will not fallback anymore</li> <li>possible compatibility layer for older formats: <code>test/compatibility/v4/v4Compatibility.js</code></li> <li>rename <code>initImmediate</code> to <code>initAsync</code></li> <li>fallback to <code>dev</code> language if plural rule not found</li> <li>remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency</li> <li>addresses <ul> <li><a href="https://redirect.github.com/i18next/i18next/pull/2244">2244</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2184">2184</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2213">2213</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2206">2206</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2208">2208</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2148">2148</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2254">2254</a></li> </ul> </li> </ul> <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v23.x.x-to-v24.0.0">migration guide</a></p> <h2>v23.16.8</h2> <ul> <li>fix(plural): Create cache entry for PluralRules created as part of the fallback flow <a href="https://redirect.github.com/i18next/i18next/pull/2256">2256</a></li> </ul> <h2>v23.16.7</h2> <ul> <li>if plural rule is not found, try to search with language only code <a href="https://redirect.github.com/i18next/i18next/issues/2252">2252</a></li> </ul> <h2>v23.16.6</h2> <ul> <li>fix: Small typo in the type definitions <a href="https://redirect.github.com/i18next/i18next/pull/2250">2250</a></li> </ul> <h2>v23.16.5</h2> <ul> <li>fix extractFromKey for use cases like <a href="https://redirect.github.com/i18next/react-i18next/issues/1810">this</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>24.0.2</h2> <ul> <li>if no Intl api, log error and use dummy rule</li> </ul> <h2>24.0.1</h2> <ul> <li>early return and log error, if no Intl api</li> </ul> <h2>24.0.0</h2> <p><strong>This is a major breaking release:</strong></p> <ul> <li>remove support for older environments</li> <li>remove old i18next JSON formats <ul> <li>To convert your existing v3 translations to the v4 format, have a look at <a href="https://github.com/i18next/i18next-v4-format-converter">i18next-v4-format-converter</a> or this <a href="https://i18next.github.io/i18next-v4-format-converter-web/">web tool</a>.</li> </ul> </li> <li>remove support for compatibility to v1 API</li> <li>Intl API is mandatory now and will not fallback anymore</li> <li>possible compatibility layer for older formats: <code>test/compatibility/v4/v4Compatibility.js</code></li> <li>rename <code>initImmediate</code> to <code>initAsync</code></li> <li>fallback to <code>dev</code> language if plural rule not found</li> <li>remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency</li> <li>addresses <ul> <li><a href="https://redirect.github.com/i18next/i18next/pull/2244">2244</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2184">2184</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2213">2213</a></li> <li><a href="https://redirect.github.com/i18next/i18next/pull/2206">2206</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2208">2208</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2148">2148</a></li> <li><a href="https://redirect.github.com/i18next/i18next/issues/2254">2254</a></li> </ul> </li> </ul> <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v23.x.x-to-v24.0.0">migration guide</a></p> <h2>23.16.8</h2> <ul> <li>fix(plural): Create cache entry for PluralRules created as part of the fallback flow <a href="https://redirect.github.com/i18next/i18next/pull/2256">2256</a></li> </ul> <h2>23.16.7</h2> <ul> <li>if plural rule is not found, try to search with language only code <a href="https://redirect.github.com/i18next/i18next/issues/2252">2252</a></li> </ul> <h2>23.16.6</h2> <ul> <li>fix: Small typo in the type definitions <a href="https://redirect.github.com/i18next/i18next/pull/2250">2250</a></li> </ul> <h2>23.16.5</h2> <ul> <li>fix extractFromKey for use cases like <a href="https://redirect.github.com/i18next/react-i18next/issues/1810">this</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/83a9dfab01986c9b4289019cce18196f300c6ee3"><code>83a9dfa</code></a> 24.0.2</li> <li><a href="https://github.com/i18next/i18next/commit/0829f18ac03ed64bb4b62ea01c5bbde450a1fbdf"><code>0829f18</code></a> if no Intl api, log error and use dummy rule</li> <li><a href="https://github.com/i18next/i18next/commit/d5b4da63ba425582ca3f35c1316a3a38433af4ad"><code>d5b4da6</code></a> 24.0.1</li> <li><a href="https://github.com/i18next/i18next/commit/b2cf4af548022512579e52d7904890aa8990f811"><code>b2cf4af</code></a> early return and log error, if no Intl api</li> <li><a href="https://github.com/i18next/i18next/commit/6b3b06057a3c5aee8e4900ef0731a3cf9254a4fa"><code>6b3b060</code></a> 24.0.0</li> <li><a href="https://github.com/i18next/i18next/commit/67fe6291e65952c65d4899b1459b6e85e6f18448"><code>67fe629</code></a> Preparation to next major release (<a href="https://redirect.github.com/i18next/i18next/issues/2259">#2259</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/8e600662ca3d4ebb0c734421502ec30b6280c16b"><code>8e60066</code></a> 23.16.8</li> <li><a href="https://github.com/i18next/i18next/commit/7fcfdf2e5a24b20c6d13af3e287201da51818b08"><code>7fcfdf2</code></a> release</li> <li><a href="https://github.com/i18next/i18next/commit/32ad023a6381451a795bb3444b682d46a3fccf4a"><code>32ad023</code></a> fix(plural): Create cache entry for PluralRules created as part of the fallba...</li> <li><a href="https://github.com/i18next/i18next/commit/1c04c5db0267c381517d19fca3dc11003d952c65"><code>1c04c5d</code></a> 23.16.7</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v23.16.4...v24.0.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=23.16.4&new-version=24.0.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:15:38 +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#160
No description provided.