From 8391671b5585a713f0e327f0cca0327730f75908 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:57:27 +0000 Subject: [PATCH] chore(deps): update dependency @eslint/compat to ^2.1.0 --- formulus/package-lock.json | 102 ++++++++++++++++++++++++++++++++++++- formulus/package.json | 2 +- formulus/pnpm-lock.yaml | 2 +- 3 files changed, 103 insertions(+), 3 deletions(-) diff --git a/formulus/package-lock.json b/formulus/package-lock.json index b22625e77..d9669b15a 100644 --- a/formulus/package-lock.json +++ b/formulus/package-lock.json @@ -26,8 +26,10 @@ "@react-navigation/native": "^7.1.26", "@react-navigation/stack": "^7.6.13", "@testing-library/react-native": "^13.3.3", + "i18next": "^26.3.4", "lucide-react-native": "^0.577.0", "react": "19.2.4", + "react-i18next": "^17.0.8", "react-native": "0.83.1", "react-native-camera-kit-no-google": "^17.0.1", "react-native-device-info": "^15.0.1", @@ -35,6 +37,7 @@ "react-native-gesture-handler": "^2.30.0", "react-native-image-picker": "^8.2.1", "react-native-keychain": "^10.0.0", + "react-native-localize": "^3.7.0", "react-native-nitro-modules": "^0.35.4", "react-native-nitro-sound": "^0.2.10", "react-native-permissions": "^5.4.4", @@ -51,7 +54,7 @@ "@babel/plugin-proposal-decorators": "^7.29.7", "@babel/preset-env": "^7.29.7", "@babel/runtime": "^7.29.7", - "@eslint/compat": "^2.0.0", + "@eslint/compat": "^2.1.0", "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "@openapitools/openapi-generator-cli": "^2.26.0", @@ -2592,6 +2595,8 @@ }, "node_modules/@eslint/compat": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.1.0.tgz", + "integrity": "sha512-LgaSCymEpw7tF53xvDw9SNsraPb1IBHxpdABIOM0hW8UAlP8znrjYtuxfR58FSJ3L9BhwD+FaPRFQpZq84Nh6g==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2611,6 +2616,8 @@ }, "node_modules/@eslint/compat/node_modules/@eslint/core": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -8856,6 +8863,15 @@ "devOptional": true, "license": "MIT" }, + "node_modules/html-parse-stringify": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz", + "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==", + "license": "MIT", + "dependencies": { + "void-elements": "3.1.0" + } + }, "node_modules/http-errors": { "version": "2.0.1", "license": "MIT", @@ -8905,6 +8921,34 @@ "node": ">=10.17.0" } }, + "node_modules/i18next": { + "version": "26.3.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.4.tgz", + "integrity": "sha512-pa7m0d7pBDqGHZxljT+WPFeyFgQ7P7SciPPo1tTqYuO0z4sqADYhwnBESmmGp/wEof1inwdls/k8ZgTg8rxFHA==", + "funding": [ + { + "type": "individual", + "url": "https://www.locize.com/i18next" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + }, + { + "type": "individual", + "url": "https://www.locize.com" + } + ], + "license": "MIT", + "peerDependencies": { + "typescript": "^5 || ^6" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/iconv-lite": { "version": "0.7.2", "devOptional": true, @@ -12289,6 +12333,33 @@ "react": ">=17.0.0" } }, + "node_modules/react-i18next": { + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.8.tgz", + "integrity": "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.29.2", + "html-parse-stringify": "^3.0.1", + "use-sync-external-store": "^1.6.0" + }, + "peerDependencies": { + "i18next": ">= 26.2.0", + "react": ">= 16.8.0", + "typescript": "^5 || ^6" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, "node_modules/react-is": { "version": "16.13.1", "license": "MIT" @@ -12427,6 +12498,26 @@ "node": ">=16" } }, + "node_modules/react-native-localize": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.7.0.tgz", + "integrity": "sha512-6Ohx+zZzycC6zhNVBGM/u1U+O6Ww29YIFseeyXqsKcO/pTfjLcdE40IUJF4SVVwrdh00IMJwy90HjLGUaeqK7Q==", + "license": "MIT", + "peerDependencies": { + "@expo/config-plugins": "*", + "react": "*", + "react-native": "*", + "react-native-macos": "*" + }, + "peerDependenciesMeta": { + "@expo/config-plugins": { + "optional": true + }, + "react-native-macos": { + "optional": true + } + } + }, "node_modules/react-native-nitro-modules": { "version": "0.35.7", "license": "MIT", @@ -14260,6 +14351,15 @@ "version": "1.0.1", "license": "MIT" }, + "node_modules/void-elements": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", + "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/walker": { "version": "1.0.8", "license": "Apache-2.0", diff --git a/formulus/package.json b/formulus/package.json index b2349a1ea..937b2e133 100644 --- a/formulus/package.json +++ b/formulus/package.json @@ -69,7 +69,7 @@ "@babel/plugin-proposal-decorators": "^7.29.7", "@babel/preset-env": "^7.29.7", "@babel/runtime": "^7.29.7", - "@eslint/compat": "^2.0.0", + "@eslint/compat": "^2.1.0", "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "@openapitools/openapi-generator-cli": "^2.26.0", diff --git a/formulus/pnpm-lock.yaml b/formulus/pnpm-lock.yaml index 3dfdbf483..f19019da6 100644 --- a/formulus/pnpm-lock.yaml +++ b/formulus/pnpm-lock.yaml @@ -146,7 +146,7 @@ importers: specifier: ^7.29.7 version: 7.29.7 '@eslint/compat': - specifier: ^2.0.0 + specifier: ^2.1.0 version: 2.1.0(eslint@9.39.4) '@eslint/eslintrc': specifier: ^3.3.3