diff --git a/package-lock.json b/package-lock.json index 6e9117c3..c48c3c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@robot-inventor/eslint-config": "^10.0.0", + "@robot-inventor/eslint-config": "^11.0.0", "@robot-inventor/ts-utils": "^0.8.0", "eslint": "^9.1.1", "i18next": "^25.0.0", @@ -1129,9 +1129,9 @@ "license": "MIT" }, "node_modules/@robot-inventor/eslint-config": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/@robot-inventor/eslint-config/-/eslint-config-10.2.1.tgz", - "integrity": "sha512-wFqfIkpBcCeFoRaZMml3JTmtW0qZUiDJgWr7T4ga9Pe3NAxUdxgJeTxBHGA37bDJL5mHMhTCQJ4K0Eo/c0h6Sw==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@robot-inventor/eslint-config/-/eslint-config-11.0.1.tgz", + "integrity": "sha512-F0gVP54LXBAQ20V/RffbOQunUwFITY9kBqng+9+ccLIe/EKXCYDgyqk3WwHMPtu5ucpe0U6VJznhSXUWhV7k1g==", "license": "MIT", "dependencies": { "@eslint/js": "^9.0.0", @@ -1142,6 +1142,7 @@ "eslint-plugin-jsdoc": "^61.0.0", "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", + "eslint-plugin-react-hooks": "^7.0.1", "typescript-eslint": "^8.26.0" } }, @@ -3907,6 +3908,47 @@ "eslint": ">=7" } }, + "node_modules/eslint-plugin-react-hooks": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", + "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.24.4", + "@babel/parser": "^7.24.4", + "hermes-parser": "^0.25.1", + "zod": "^3.25.0 || ^4.0.0", + "zod-validation-error": "^3.5.0 || ^4.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" + } + }, + "node_modules/eslint-plugin-react-hooks/node_modules/zod": { + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz", + "integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==", + "license": "MIT", + "peer": true, + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "node_modules/eslint-plugin-react-hooks/node_modules/zod-validation-error": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", + "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "zod": "^3.25.0 || ^4.0.0" + } + }, "node_modules/eslint-plugin-react/node_modules/doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", diff --git a/package.json b/package.json index 3913b7ca..ae4f0a0e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint": "eslint ./src/ts/**/*.ts && stylelint ./src/css/**/*.css" }, "dependencies": { - "@robot-inventor/eslint-config": "^10.0.0", + "@robot-inventor/eslint-config": "^11.0.0", "@robot-inventor/ts-utils": "^0.8.0", "eslint": "^9.1.1", "i18next": "^25.0.0",