From 0caabc1897e322f562672d77aa0b05e56c01683e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 02:52:15 +0000 Subject: [PATCH] chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.24.1 --- packages/chrome-extension/package.json | 2 +- packages/core/package.json | 2 +- packages/react-client/package.json | 2 +- yarn.lock | 102 ++++++++++++++++++++++++- 4 files changed, 102 insertions(+), 6 deletions(-) diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 049f3116..418322a7 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -17,7 +17,7 @@ "@types/eslint__js": "8.42.3", "@types/react": "19.0.9", "@types/react-dom": "19.0.3", - "@typescript-eslint/eslint-plugin": "8.24.0", + "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.0", "@vitejs/plugin-react": "4.3.4", "autoprefixer": "10.4.20", diff --git a/packages/core/package.json b/packages/core/package.json index 815d6bab..23cdcbff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -59,7 +59,7 @@ "@types/eslint__eslintrc": "2.1.2", "@types/eslint__js": "8.42.3", "@types/jest": "29.5.14", - "@typescript-eslint/eslint-plugin": "8.24.0", + "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.0", "@vitejs/plugin-react": "4.3.4", "@vitejs/plugin-react-swc": "3.8.0", diff --git a/packages/react-client/package.json b/packages/react-client/package.json index 2d8ad93b..d3b7e649 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -27,7 +27,7 @@ "@eslint/js": "9.20.0", "@types/eslint__eslintrc": "2.1.2", "@types/eslint__js": "8.42.3", - "@typescript-eslint/eslint-plugin": "8.24.0", + "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.0", "eslint": "9.20.1", "prettier": "3.5.1", diff --git a/yarn.lock b/yarn.lock index 68a16a82..c50e8997 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3190,7 +3190,7 @@ __metadata: "@types/eslint__js": "npm:8.42.3" "@types/react": "npm:19.0.9" "@types/react-dom": "npm:19.0.3" - "@typescript-eslint/eslint-plugin": "npm:8.24.0" + "@typescript-eslint/eslint-plugin": "npm:8.24.1" "@typescript-eslint/parser": "npm:8.24.0" "@vitejs/plugin-react": "npm:4.3.4" autoprefixer: "npm:10.4.20" @@ -3227,7 +3227,7 @@ __metadata: "@types/eslint__eslintrc": "npm:2.1.2" "@types/eslint__js": "npm:8.42.3" "@types/jest": "npm:29.5.14" - "@typescript-eslint/eslint-plugin": "npm:8.24.0" + "@typescript-eslint/eslint-plugin": "npm:8.24.1" "@typescript-eslint/parser": "npm:8.24.0" "@vitejs/plugin-react": "npm:4.3.4" "@vitejs/plugin-react-swc": "npm:3.8.0" @@ -3304,7 +3304,7 @@ __metadata: "@eslint/js": "npm:9.20.0" "@types/eslint__eslintrc": "npm:2.1.2" "@types/eslint__js": "npm:8.42.3" - "@typescript-eslint/eslint-plugin": "npm:8.24.0" + "@typescript-eslint/eslint-plugin": "npm:8.24.1" "@typescript-eslint/parser": "npm:8.24.0" eslint: "npm:9.20.1" prettier: "npm:3.5.1" @@ -5064,6 +5064,27 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/eslint-plugin@npm:8.24.1": + version: 8.24.1 + resolution: "@typescript-eslint/eslint-plugin@npm:8.24.1" + dependencies: + "@eslint-community/regexpp": "npm:^4.10.0" + "@typescript-eslint/scope-manager": "npm:8.24.1" + "@typescript-eslint/type-utils": "npm:8.24.1" + "@typescript-eslint/utils": "npm:8.24.1" + "@typescript-eslint/visitor-keys": "npm:8.24.1" + graphemer: "npm:^1.4.0" + ignore: "npm:^5.3.1" + natural-compare: "npm:^1.4.0" + ts-api-utils: "npm:^2.0.1" + peerDependencies: + "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10/4c455e98d47f8dc1ea12c0dae0a849de49b0ad9aa5f9591b2ba24c07b75af0782a349d13cf6c5c375c6e8ba43d12555f932d43d31f25c8848eceb972021c12ee + languageName: node + linkType: hard + "@typescript-eslint/parser@npm:8.24.0, @typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": version: 8.24.0 resolution: "@typescript-eslint/parser@npm:8.24.0" @@ -5090,6 +5111,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/scope-manager@npm:8.24.1": + version: 8.24.1 + resolution: "@typescript-eslint/scope-manager@npm:8.24.1" + dependencies: + "@typescript-eslint/types": "npm:8.24.1" + "@typescript-eslint/visitor-keys": "npm:8.24.1" + checksum: 10/ab668c073c51cf801a1f5ef8578d0ae29d778d92b143cb1575bb7a867016f45ef4d044ce374fbe47606391f2d39b6963df725964e90af85bff1c435d8006b535 + languageName: node + linkType: hard + "@typescript-eslint/type-utils@npm:8.24.0": version: 8.24.0 resolution: "@typescript-eslint/type-utils@npm:8.24.0" @@ -5105,6 +5136,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/type-utils@npm:8.24.1": + version: 8.24.1 + resolution: "@typescript-eslint/type-utils@npm:8.24.1" + dependencies: + "@typescript-eslint/typescript-estree": "npm:8.24.1" + "@typescript-eslint/utils": "npm:8.24.1" + debug: "npm:^4.3.4" + ts-api-utils: "npm:^2.0.1" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10/7161f6218f2f1a100142c50d71d5e470459821e3715a4d6717be3ae4e1ef8aac06c6144f1010690f15c34ee9d8330526324a8133e541aa7382439f180ccb2860 + languageName: node + linkType: hard + "@typescript-eslint/types@npm:8.24.0": version: 8.24.0 resolution: "@typescript-eslint/types@npm:8.24.0" @@ -5112,6 +5158,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:8.24.1": + version: 8.24.1 + resolution: "@typescript-eslint/types@npm:8.24.1" + checksum: 10/f3f624d7494c02a35810988388e2d5cc35ac10860e455148faba0fe332c6b8cf4be0aa0c1e0f0012813e2d6e86c17aadadfd0c7c6e73433c064755df7d81535b + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:8.24.0": version: 8.24.0 resolution: "@typescript-eslint/typescript-estree@npm:8.24.0" @@ -5130,6 +5183,24 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/typescript-estree@npm:8.24.1": + version: 8.24.1 + resolution: "@typescript-eslint/typescript-estree@npm:8.24.1" + dependencies: + "@typescript-eslint/types": "npm:8.24.1" + "@typescript-eslint/visitor-keys": "npm:8.24.1" + debug: "npm:^4.3.4" + fast-glob: "npm:^3.3.2" + is-glob: "npm:^4.0.3" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^2.0.1" + peerDependencies: + typescript: ">=4.8.4 <5.8.0" + checksum: 10/b0645010607d3469b85479344245ef1fd6bd24804271fb439280167ad87e9f05cdf6a2ba2ccbcdc946c339c323249a86dd1e7ce6e130eb6e73ea619795b76151 + languageName: node + linkType: hard + "@typescript-eslint/utils@npm:8.24.0": version: 8.24.0 resolution: "@typescript-eslint/utils@npm:8.24.0" @@ -5145,6 +5216,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/utils@npm:8.24.1": + version: 8.24.1 + resolution: "@typescript-eslint/utils@npm:8.24.1" + dependencies: + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:8.24.1" + "@typescript-eslint/types": "npm:8.24.1" + "@typescript-eslint/typescript-estree": "npm:8.24.1" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10/90890afc1de2eaabf94fb80e03713b81e976d927fa998159d132a0cf17c093a1722e27be9a642c5b94104db6dedb86a15addac046853c1f608bdcef27cfb1fd1 + languageName: node + linkType: hard + "@typescript-eslint/visitor-keys@npm:8.24.0": version: 8.24.0 resolution: "@typescript-eslint/visitor-keys@npm:8.24.0" @@ -5155,6 +5241,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.24.1": + version: 8.24.1 + resolution: "@typescript-eslint/visitor-keys@npm:8.24.1" + dependencies: + "@typescript-eslint/types": "npm:8.24.1" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10/94876bd771e050dadf4af6e2bbb3819d3a14407d69a643153eb56857dae982cd3b68ba644613c433449e305ec0fd6f4aeab573ceb8f8d25fea9c55396153d6b9 + languageName: node + linkType: hard + "@vitejs/plugin-react-swc@npm:3.8.0": version: 3.8.0 resolution: "@vitejs/plugin-react-swc@npm:3.8.0"