Skip to content

Commit 0aa6ec2

Browse files
fix(deps): update dependency i18next to ~25.8.13 (#762)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [i18next](https://www.i18next.com) ([source](https://redirect.github.com/i18next/i18next)) | [`~25.3.0` → `~25.8.13`](https://renovatebot.com/diffs/npm/i18next/25.3.0/25.8.13) | ![age](https://developer.mend.io/api/mc/badges/age/npm/i18next/25.8.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/i18next/25.3.0/25.8.13?slim=true) | --- ### Release Notes <details> <summary>i18next/i18next (i18next)</summary> ### [`v25.8.13`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#25813) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.12...v25.8.13) - improve support notice shown logic ### [`v25.8.12`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#25812) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.11...v25.8.12) - improve support notice shown logic ### [`v25.8.11`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#25811) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.10...v25.8.11) - revert fix: compatibility with moduleResolution bundler (issue [2380](https://redirect.github.com/i18next/i18next/issues/2380)) [2381](https://redirect.github.com/i18next/i18next/pull/2381) ### [`v25.8.10`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#25810) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.9...v25.8.10) - fix(interpolator): guard null matchedDoubleQuotes in nesting option parsing [2395](https://redirect.github.com/i18next/i18next/pull/2395) ### [`v25.8.9`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2589) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.8...v25.8.9) - fix(interpolator): escape nestingOptionsSeparator in nesting option parsing [2394](https://redirect.github.com/i18next/i18next/pull/2394) ### [`v25.8.8`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2588) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.7...v25.8.8) - types(i18n): add missing toJSON() declaration [2393](https://redirect.github.com/i18next/i18next/pull/2393) ### [`v25.8.7`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2587) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.6...v25.8.7) - avoid crash due to ReferenceError without Intl API [2391](https://redirect.github.com/i18next/i18next/pull/2391) ### [`v25.8.6`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2586) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.5...v25.8.6) - ts: address incomplete type definition for `getFixedT()` return value [2318](https://redirect.github.com/i18next/i18next/issues/2318) ### [`v25.8.5`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2585) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.4...v25.8.5) - fix: compatibility with moduleResolution bundler (issue [2380](https://redirect.github.com/i18next/i18next/issues/2380)) [2381](https://redirect.github.com/i18next/i18next/pull/2381) ### [`v25.8.4`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2584) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.3...v25.8.4) - fix: crashes when backend in backends array has no name property [2386](https://redirect.github.com/i18next/i18next/issues/2386) ### [`v25.8.3`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2583) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.2...v25.8.3) - ts: document option to suppress the support message [2385](https://redirect.github.com/i18next/i18next/issues/2385) ### [`v25.8.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2582) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.1...v25.8.2) - option to suppress the support message [2385](https://redirect.github.com/i18next/i18next/issues/2385) ### [`v25.8.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2581) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.8.0...v25.8.1) - fix(types): Selector API - fix Namespace inference for selector ns option [2384](https://redirect.github.com/i18next/i18next/pull/2384) ### [`v25.8.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2580) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.7.4...v25.8.0) - fix: TFunctionReturn fallback [2360](https://redirect.github.com/i18next/i18next/issues/2360) ### [`v25.7.4`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2574) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.7.3...v25.7.4) - fix: Interpolation breaks when cloning an instance [2376](https://redirect.github.com/i18next/react-i18next/issues/2376) ### [`v25.7.3`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2573) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.7.2...v25.7.3) - type definitions for new transDefaultProps option in react-i18next [react-i18next: #&#8203;1895](https://redirect.github.com/i18next/react-i18next/issues/1895) ### [`v25.7.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2572) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.7.1...v25.7.2) - fix: Invalid overwrite of default value for overloadTranslationOptionHandler [2374](https://redirect.github.com/i18next/i18next/issues/2374). ### [`v25.7.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2571) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.7.0...v25.7.1) - TS: remove wrong signature [2372](https://redirect.github.com/i18next/i18next/issues/2372). ### [`v25.7.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2570) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.6.3...v25.7.0) - Enhance `cloneInstance` to create a new interpolator if interpolation options are passed in. This will address [2371](https://redirect.github.com/i18next/i18next/issues/2371). ### [`v25.6.3`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2563) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.6.2...v25.6.3) - chore: dependency updates [2368](https://redirect.github.com/i18next/i18next/issues/2366) ### [`v25.6.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2562) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.6.1...v25.6.2) - types: export `InterpolationMap` ### [`v25.6.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2561) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.6.0...v25.6.1) - fix: createInstance does not exist on an instance [#&#8203;2366](https://redirect.github.com/i18next/i18next/issues/2366) ### [`v25.6.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2560) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.5.3...v25.6.0) - **feat**: `exists()` method now respects `returnObjects` option - returns `false` when accessing an object key with `returnObjects: false`, enabling detection of object vs string keys [2359](https://redirect.github.com/i18next/i18next/issues/2359) **Note**: This is a potential behavior change. If you were previously calling `exists()` with `returnObjects: false` on object keys, those calls will now return `false` instead of `true`. This enables developers to detect whether a key points to an object or string value. ### [`v25.5.3`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2553) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.5.2...v25.5.3) - export esm type declaration for keyFromSelector [2356](https://redirect.github.com/i18next/i18next/pull/2356) ### [`v25.5.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2552) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.5.1...v25.5.2) - fix [last change](https://redirect.github.com/i18next/i18next/pull/2347) => for cjs there is just 1 default export, no named exports, fixes [2348](https://redirect.github.com/i18next/i18next/issues/2348) ### [`v25.5.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2551) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.5.0...v25.5.1) - export keyFromSelector from index.cjs [2347](https://redirect.github.com/i18next/i18next/pull/2347) ### [`v25.5.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2550) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.4.2...v25.5.0) - export keyFromSelector function for testing purposes [2346](https://redirect.github.com/i18next/i18next/pull/2346) ### [`v25.4.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2542) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.4.1...v25.4.2) - fix: enableSelector: true doesn't work with custom keySeparator [2341](https://redirect.github.com/i18next/i18next/issues/2341) ### [`v25.4.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2541) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.4.0...v25.4.1) - fix: KeyPrefix not working with new selector api [2340](https://redirect.github.com/i18next/i18next/issues/2340) ### [`v25.4.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2540) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.3.6...v25.4.0) - add new selector API to improve TypeScript IDE performance [2322](https://redirect.github.com/i18next/i18next/pull/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: - [@&#8203;i18next-selector/codemod](https://redirect.github.com/ahrjarrett/i18next-selector/tree/main/packages/codemod) - [@&#8203;i18next-selector/vite-plugin](https://redirect.github.com/ahrjarrett/i18next-selector/tree/main/packages/vite-plugin) ### [`v25.3.6`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2536) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.3.5...v25.3.6) - improve fix: Ordinals and non-ordinals don't work together [2337](https://redirect.github.com/i18next/i18next/issues/2337) ### [`v25.3.5`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2535) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.3.4...v25.3.5) - fix: Ordinals and non-ordinals don't work together [2337](https://redirect.github.com/i18next/i18next/issues/2337) ### [`v25.3.4`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2534) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.3.3...v25.3.4) - remove unnecessary debug logs ### [`v25.3.3`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2533) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.3.2...v25.3.3) - fix: Brackets breaking nesting interpolation [2336](https://redirect.github.com/i18next/i18next/issues/2336) ### [`v25.3.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2532) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.3.1...v25.3.2) - fix `dir()` for non-Intl language codes [2330](https://redirect.github.com/i18next/i18next/issues/2330) ### [`v25.3.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2531) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v25.3.0...v25.3.1) - warn if legacy `interpolation.format` function is still used </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-xyz/dapp-list). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1f1379 commit 0aa6ec2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prettier": "@valora/prettier-config",
2020
"dependencies": {
2121
"joi": "^18.0.2",
22-
"i18next": "~25.3.0"
22+
"i18next": "~25.8.13"
2323
},
2424
"devDependencies": {
2525
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@
240240
dependencies:
241241
"@babel/helper-plugin-utils" "^7.27.1"
242242

243-
"@babel/runtime@^7.27.6":
244-
version "7.27.6"
245-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
246-
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
243+
"@babel/runtime@^7.28.4":
244+
version "7.28.6"
245+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
246+
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
247247

248248
"@babel/template@^7.27.2":
249249
version "7.27.2"
@@ -2909,12 +2909,12 @@ human-signals@^2.1.0:
29092909
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
29102910
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
29112911

2912-
i18next@~25.3.0:
2913-
version "25.3.0"
2914-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.3.0.tgz#514b3231575d507ea4e84f09152dcc27ca9e0bf9"
2915-
integrity sha512-ZSQIiNGfqSG6yoLHaCvrkPp16UejHI8PCDxFYaNG/1qxtmqNmqEg4JlWKlxkrUmrin2sEjsy+Mjy1TRozBhOgw==
2912+
i18next@~25.8.13:
2913+
version "25.8.14"
2914+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.8.14.tgz#5c3fcbb31014597e01d98a86250803cef836f9a7"
2915+
integrity sha512-paMUYkfWJMsWPeE/Hejcw+XLhHrQPehem+4wMo+uELnvIwvCG019L9sAIljwjCmEMtFQQO3YeitJY8Kctei3iA==
29162916
dependencies:
2917-
"@babel/runtime" "^7.27.6"
2917+
"@babel/runtime" "^7.28.4"
29182918

29192919
ieee754@^1.1.13:
29202920
version "1.2.1"

0 commit comments

Comments
 (0)