diff --git a/.changeset/puny-trains-listen.md b/.changeset/puny-trains-listen.md new file mode 100644 index 0000000..c25da49 --- /dev/null +++ b/.changeset/puny-trains-listen.md @@ -0,0 +1,5 @@ +--- +'@commencis/eslint-config': patch +--- + +chore(deps): update dependency eslint-plugin-react-hooks to v5.2.0 diff --git a/package.json b/package.json index 7a84ae5..be606aa 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "packageManager": "pnpm@10.5.2", "scripts": { "preinstall": "npx only-allow pnpm", - "postinstall": "pnpm run build", "dev": "turbo run dev", "build": "turbo run build", "lint:types": "turbo run lint:types", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 08f06b4..b7f650e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -70,7 +70,7 @@ "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", - "eslint-plugin-react-hooks": "5.1.0", + "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-vue": "9.32.0", "globals": "15.15.0", diff --git a/packages/eslint-config/src/types/types.d.ts b/packages/eslint-config/src/types/types.d.ts index 03cb92a..ec4e29a 100644 --- a/packages/eslint-config/src/types/types.d.ts +++ b/packages/eslint-config/src/types/types.d.ts @@ -1,3 +1,2 @@ declare module '@next/eslint-plugin-next'; declare module 'eslint-plugin-jsx-a11y'; -declare module 'eslint-plugin-react-hooks'; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 185304c..4f837d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -100,8 +100,8 @@ importers: specifier: 7.37.4 version: 7.37.4(eslint@9.21.0(jiti@2.4.2)) eslint-plugin-react-hooks: - specifier: 5.1.0 - version: 5.1.0(eslint@9.21.0(jiti@2.4.2)) + specifier: 5.2.0 + version: 5.2.0(eslint@9.21.0(jiti@2.4.2)) eslint-plugin-simple-import-sort: specifier: 12.1.1 version: 12.1.1(eslint@9.21.0(jiti@2.4.2)) @@ -1602,6 +1602,12 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + eslint-plugin-react-hooks@5.2.0: + resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + eslint-plugin-react@7.37.4: resolution: {integrity: sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==} engines: {node: '>=4'} @@ -4905,6 +4911,10 @@ snapshots: dependencies: eslint: 9.21.0(jiti@2.4.2) + eslint-plugin-react-hooks@5.2.0(eslint@9.21.0(jiti@2.4.2)): + dependencies: + eslint: 9.21.0(jiti@2.4.2) + eslint-plugin-react@7.37.4(eslint@9.21.0(jiti@2.4.2)): dependencies: array-includes: 3.1.8