From f7ec951e0020fd65cb06412631303bb758bdc57b Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 10 Dec 2024 11:57:29 -0500 Subject: [PATCH] build: update i18next-conv@15.1.0 react-i18next@15.1.4 (#2621) --- dev-client/package-lock.json | 110 +++++++++++++++++++++++++++-------- dev-client/package.json | 4 +- 2 files changed, 87 insertions(+), 27 deletions(-) diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index 9abab03c5..2df5df4d3 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -47,7 +47,7 @@ "native-base": "^3.4.28", "quantize": "^1.0.2", "react": "18.3.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.1.4", "react-native": "^0.75.4", "react-native-autocomplete-input": "^5.4.0", "react-native-gesture-handler": "^2.21.2", @@ -93,7 +93,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "flat": "^6.0.1", - "i18next-conv": "^15.0.0", + "i18next-conv": "^15.1.0", "jest": "^29.7.0", "jest-expo": "~51.0.4", "lodash": "^4.17.21", @@ -5237,6 +5237,15 @@ "node": ">=14" } }, + "node_modules/@postalsys/gettext": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@postalsys/gettext/-/gettext-4.0.1.tgz", + "integrity": "sha512-QERj2sCJTZJN4scplV9BUpZObUsB/ZAF+/MD3OBxDkqTWEmK/C0HX1i15IRJ0YpYtl3hovc4mEN37HIGvb4pbw==", + "dev": true, + "dependencies": { + "lodash.get": "4.4.2" + } + }, "node_modules/@react-aria/combobox": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.11.0.tgz", @@ -11425,9 +11434,9 @@ } }, "node_modules/c8": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/c8/-/c8-9.1.0.tgz", - "integrity": "sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/c8/-/c8-10.1.2.tgz", + "integrity": "sha512-Qr6rj76eSshu5CgRYvktW0uM0CFY0yi4Fd5D0duDXO6sYinyopmftUiJVuzBQxQcwQLor7JWDVRP+dUfCmzgJw==", "dev": true, "license": "ISC", "dependencies": { @@ -11438,7 +11447,7 @@ "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.1.6", - "test-exclude": "^6.0.0", + "test-exclude": "^7.0.1", "v8-to-istanbul": "^9.0.0", "yargs": "^17.7.2", "yargs-parser": "^21.1.1" @@ -11447,7 +11456,15 @@ "c8": "bin/c8.js" }, "engines": { - "node": ">=14.14.0" + "node": ">=18" + }, + "peerDependencies": { + "monocart-coverage-reports": "^2" + }, + "peerDependenciesMeta": { + "monocart-coverage-reports": { + "optional": true + } } }, "node_modules/c8/node_modules/cliui": { @@ -11482,6 +11499,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/c8/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/c8/node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -11498,6 +11536,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/c8/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/c8/node_modules/p-locate": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", @@ -11514,6 +11568,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/c8/node_modules/test-exclude": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz", + "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==", + "dev": true, + "license": "ISC", + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^10.4.1", + "minimatch": "^9.0.4" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/c8/node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", @@ -16040,18 +16109,18 @@ } }, "node_modules/i18next-conv": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/i18next-conv/-/i18next-conv-15.0.0.tgz", - "integrity": "sha512-Er3WRTMt/5H4sWNPhkvdMko+T+k91deSukLm7Wkt9L+Fo06ORMQsQLIsqkE901mrU9xRsNmn7HuJLO7kKwEi6Q==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/i18next-conv/-/i18next-conv-15.1.0.tgz", + "integrity": "sha512-QrYnCAyXVR5CToN7c+z6/WilV8uu0cdd1q+y2r1oW47KlkWL+GWErlpLZWoiWLRY3t6IxWWqU8TfDmtIZEPy+Q==", "dev": true, "license": "SEE LICENSE IN LICENSE.MD", "dependencies": { - "c8": "^9.1.0", + "@postalsys/gettext": "^4.0.0", + "c8": "^10.1.2", "colorette": "^2.0.20", - "commander": "^12.0.0", + "commander": "^12.1.0", "gettext-converter": "^1.3.0", "gettext-parser": "^8.0.0", - "node-gettext": "^3.0.0", "p-from-callback": "^2.0.0" }, "bin": { @@ -20813,15 +20882,6 @@ "node": ">= 6.13.0" } }, - "node_modules/node-gettext": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-3.0.0.tgz", - "integrity": "sha512-/VRYibXmVoN6tnSAY2JWhNRhWYJ8Cd844jrZU/DwLVoI4vBI6ceYbd8i42sYZ9uOgDH3S7vslIKOWV/ZrT2YBA==", - "dev": true, - "dependencies": { - "lodash.get": "^4.4.2" - } - }, "node_modules/node-int64": { "version": "0.4.0", "license": "MIT" @@ -22054,9 +22114,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.3.tgz", - "integrity": "sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==", + "version": "15.1.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.4.tgz", + "integrity": "sha512-2tai71gmehbvl9ZIqPMqlCCkm/cbeV1G4STpmM3C8Uzo6T2l8jDvZxEVSsQKt8blP9X34iRFP/k1ROqG2296MQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", diff --git a/dev-client/package.json b/dev-client/package.json index 0ff172abd..89e3198ae 100644 --- a/dev-client/package.json +++ b/dev-client/package.json @@ -65,7 +65,7 @@ "native-base": "^3.4.28", "quantize": "^1.0.2", "react": "18.3.1", - "react-i18next": "^15.1.3", + "react-i18next": "^15.1.4", "react-native": "^0.75.4", "react-native-autocomplete-input": "^5.4.0", "react-native-gesture-handler": "^2.21.2", @@ -111,7 +111,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "flat": "^6.0.1", - "i18next-conv": "^15.0.0", + "i18next-conv": "^15.1.0", "jest": "^29.7.0", "jest-expo": "~51.0.4", "lodash": "^4.17.21",