From 6b9bc149c85f8ad7266688c0582638ab03b75e9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 06:25:50 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react-hooks to v5 --- pnpm-lock.yaml | 14 ++++++++++++-- tooling/eslint-config/package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f77d44e..0583cdaf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -560,8 +560,8 @@ importers: specifier: ^7.37.1 version: 7.37.1(eslint@9.12.0(jiti@2.3.3)) eslint-plugin-react-hooks: - specifier: ^4.6.2 - version: 4.6.2(eslint@9.12.0(jiti@2.3.3)) + specifier: ^5.0.0 + version: 5.0.0(eslint@9.12.0(jiti@2.3.3)) typescript-eslint: specifier: ^8.3.0 version: 8.3.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3) @@ -4318,6 +4318,12 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + eslint-plugin-react-hooks@5.0.0: + resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} + 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.1: resolution: {integrity: sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==} engines: {node: '>=4'} @@ -11093,6 +11099,10 @@ snapshots: dependencies: eslint: 9.12.0(jiti@2.3.3) + eslint-plugin-react-hooks@5.0.0(eslint@9.12.0(jiti@2.3.3)): + dependencies: + eslint: 9.12.0(jiti@2.3.3) + eslint-plugin-react@7.37.1(eslint@9.12.0(jiti@2.3.3)): dependencies: array-includes: 3.1.8 diff --git a/tooling/eslint-config/package.json b/tooling/eslint-config/package.json index 4761ba47..34631696 100644 --- a/tooling/eslint-config/package.json +++ b/tooling/eslint-config/package.json @@ -20,7 +20,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-react": "^7.37.1", - "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-hooks": "^5.0.0", "typescript-eslint": "^8.3.0" }, "devDependencies": {