From 1249fb96122597f2d40cc5719d687354b7c1411c Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:35:26 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react to ^7.35.2 (#1062) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 19 ++++++------------- tooling/eslint/package.json | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a4e6f0805..f7a0ab89e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1463,8 +1463,8 @@ importers: specifier: ^6.9.0 version: 6.9.0(eslint@9.9.1) eslint-plugin-react: - specifier: ^7.35.1 - version: 7.35.1(eslint@9.9.1) + specifier: ^7.35.2 + version: 7.35.2(eslint@9.9.1) eslint-plugin-react-hooks: specifier: ^4.6.2 version: 4.6.2(eslint@9.9.1) @@ -4357,8 +4357,8 @@ 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@7.35.1: - resolution: {integrity: sha512-B5ok2JgbaaWn/zXbKCGgKDNL2tsID3Pd/c/yvjcpsd9HQDwyYc/TQv3AZMmOvrJgCs3AnYNUHRCQEMMQAYJ7Yg==} + eslint-plugin-react@7.35.2: + resolution: {integrity: sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 @@ -4934,9 +4934,6 @@ packages: resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} hasBin: true - is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} - is-core-module@2.15.1: resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} engines: {node: '>= 0.4'} @@ -10742,7 +10739,7 @@ snapshots: dependencies: eslint: 9.9.1 - eslint-plugin-react@7.35.1(eslint@9.9.1): + eslint-plugin-react@7.35.2(eslint@9.9.1): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -11409,10 +11406,6 @@ snapshots: dependencies: ci-info: 2.0.0 - is-core-module@2.13.1: - dependencies: - hasown: 2.0.2 - is-core-module@2.15.1: dependencies: hasown: 2.0.2 @@ -12846,7 +12839,7 @@ snapshots: resolve@2.0.0-next.5: dependencies: - is-core-module: 2.13.1 + is-core-module: 2.15.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 25b426d97..932dbdace 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -21,7 +21,7 @@ "eslint-config-turbo": "^2.1.1", "eslint-plugin-import": "^2.30.0", "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-react": "^7.35.1", + "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^4.6.2", "typescript-eslint": "^8.4.0" },