react-i18next 16.6.5 → 16.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/es/package.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
### 16.6.6
|
|
2
|
+
|
|
3
|
+
- fix(peer-deps): bump i18next peer dependency to `>= 25.10.9` to match required type exports (`ConstrainTarget`, `ApplyTarget`, `GetSource`) used by `TransSelector` [1911](https://github.com/i18next/react-i18next/issues/1911)
|
|
4
|
+
|
|
1
5
|
### 16.6.5
|
|
2
6
|
|
|
3
7
|
- fix(types): selector keyPrefix overload in `useTranslation` no longer matches when `keyPrefix` is absent, fixing `defaultNS: false` with explicit `ns` option [2412](https://github.com/i18next/i18next/issues/2412)
|
package/dist/es/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"16.6.
|
|
1
|
+
{"type":"module","version":"16.6.6"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-i18next",
|
|
3
|
-
"version": "16.6.
|
|
3
|
+
"version": "16.6.6",
|
|
4
4
|
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"types": "./index.d.mts",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"use-sync-external-store": "^1.6.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"i18next": ">= 25.
|
|
75
|
+
"i18next": ">= 25.10.9",
|
|
76
76
|
"react": ">= 16.8.0",
|
|
77
77
|
"typescript": "^5 || ^6"
|
|
78
78
|
},
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"eslint-plugin-testing-library": "^6.5.0",
|
|
128
128
|
"happy-dom": "^14.12.3",
|
|
129
129
|
"husky": "^9.1.7",
|
|
130
|
-
"i18next": "^25.10.
|
|
130
|
+
"i18next": "^25.10.9",
|
|
131
131
|
"lint-staged": "^16.4.0",
|
|
132
132
|
"mkdirp": "^3.0.1",
|
|
133
133
|
"prettier": "^3.8.1",
|