@open-xchange/vite-plugin-i18next-gettext 1.4.0 → 1.4.2
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 +8 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## `1.4.2` – 2026-Mar-27
|
|
4
|
+
|
|
5
|
+
- fixed: bump `@open-xchange/i18next-po-parser` with fix for [i18next-cli#223](https://github.com/i18next/i18next-cli/issues/223)
|
|
6
|
+
|
|
7
|
+
## `1.4.1` – 2026-Mar-26
|
|
8
|
+
|
|
9
|
+
- fixed: bump `@open-xchange/i18next-po-parser` with workaround for [i18next-cli#227](https://github.com/i18next/i18next-cli/issues/227)
|
|
10
|
+
|
|
3
11
|
## `1.4.0` – 2026-Mar-13
|
|
4
12
|
|
|
5
13
|
- added: support for Vite 8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/vite-plugin-i18next-gettext",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Vite integration of i18next using gettext",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
"CHANGELOG.*"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@open-xchange/i18next-po-parser": "^1.2.
|
|
21
|
+
"@open-xchange/i18next-po-parser": "^1.2.5",
|
|
22
22
|
"gettext-converter": "^1.3.1",
|
|
23
|
-
"picomatch": "^4.0.
|
|
23
|
+
"picomatch": "^4.0.4"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/picomatch": "^4.0.2",
|
|
27
|
-
"@vitest/coverage-v8": "^4.1.
|
|
28
|
-
"vite": "^8.0.
|
|
27
|
+
"@vitest/coverage-v8": "^4.1.1",
|
|
28
|
+
"vite": "^8.0.2",
|
|
29
29
|
"vite-v6": "npm:vite@^6.4.1",
|
|
30
30
|
"vite-v7": "npm:vite@^7.3.1",
|
|
31
|
-
"vite-v8": "npm:vite@^8.0.
|
|
32
|
-
"vitest": "^4.1.
|
|
33
|
-
"@open-xchange/
|
|
34
|
-
"@open-xchange/
|
|
31
|
+
"vite-v8": "npm:vite@^8.0.2",
|
|
32
|
+
"vitest": "^4.1.1",
|
|
33
|
+
"@open-xchange/linter-presets": "^1.18.7",
|
|
34
|
+
"@open-xchange/vitest-vite-plugin-utils": "^0.0.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|