Skip to content

Commit 0b2f316

Browse files
committed
chore(deps): update dependency @typescript-eslint/eslint-plugin to v7.9.0
1 parent d7aa97e commit 0b2f316

File tree

3 files changed

+104
-4
lines changed

3 files changed

+104
-4
lines changed

packages/chrome-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/eslint__js": "8.42.3",
1818
"@types/react": "18.3.2",
1919
"@types/react-dom": "18.3.0",
20-
"@typescript-eslint/eslint-plugin": "7.8.0",
20+
"@typescript-eslint/eslint-plugin": "7.9.0",
2121
"@typescript-eslint/parser": "7.8.0",
2222
"@vitejs/plugin-react": "4.2.1",
2323
"autoprefixer": "10.4.19",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/eslint__eslintrc": "2.1.1",
2626
"@types/eslint__js": "8.42.3",
2727
"@types/jest": "29.5.12",
28-
"@typescript-eslint/eslint-plugin": "7.8.0",
28+
"@typescript-eslint/eslint-plugin": "7.9.0",
2929
"@typescript-eslint/parser": "7.8.0",
3030
"@vitejs/plugin-react": "4.2.1",
3131
"@vitejs/plugin-react-swc": "3.6.0",

yarn.lock

+102-2
Original file line numberDiff line numberDiff line change
@@ -3744,7 +3744,7 @@ __metadata:
37443744
"@types/eslint__js": "npm:8.42.3"
37453745
"@types/react": "npm:18.3.2"
37463746
"@types/react-dom": "npm:18.3.0"
3747-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
3747+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
37483748
"@typescript-eslint/parser": "npm:7.8.0"
37493749
"@vitejs/plugin-react": "npm:4.2.1"
37503750
autoprefixer: "npm:10.4.19"
@@ -3779,7 +3779,7 @@ __metadata:
37793779
"@types/eslint__eslintrc": "npm:2.1.1"
37803780
"@types/eslint__js": "npm:8.42.3"
37813781
"@types/jest": "npm:29.5.12"
3782-
"@typescript-eslint/eslint-plugin": "npm:7.8.0"
3782+
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
37833783
"@typescript-eslint/parser": "npm:7.8.0"
37843784
"@vitejs/plugin-react": "npm:4.2.1"
37853785
"@vitejs/plugin-react-swc": "npm:3.6.0"
@@ -6067,6 +6067,29 @@ __metadata:
60676067
languageName: node
60686068
linkType: hard
60696069

6070+
"@typescript-eslint/eslint-plugin@npm:7.9.0":
6071+
version: 7.9.0
6072+
resolution: "@typescript-eslint/eslint-plugin@npm:7.9.0"
6073+
dependencies:
6074+
"@eslint-community/regexpp": "npm:^4.10.0"
6075+
"@typescript-eslint/scope-manager": "npm:7.9.0"
6076+
"@typescript-eslint/type-utils": "npm:7.9.0"
6077+
"@typescript-eslint/utils": "npm:7.9.0"
6078+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
6079+
graphemer: "npm:^1.4.0"
6080+
ignore: "npm:^5.3.1"
6081+
natural-compare: "npm:^1.4.0"
6082+
ts-api-utils: "npm:^1.3.0"
6083+
peerDependencies:
6084+
"@typescript-eslint/parser": ^7.0.0
6085+
eslint: ^8.56.0
6086+
peerDependenciesMeta:
6087+
typescript:
6088+
optional: true
6089+
checksum: 10/91ab53a68695d326bc1b9cb9b0f1ad8e1941597051522cd7b4461b47cd2ef11b8fb16f5c10c590673e2ac80b3094bec5022a41eaf0b443fc129421b857eefab6
6090+
languageName: node
6091+
linkType: hard
6092+
60706093
"@typescript-eslint/parser@npm:7.8.0":
60716094
version: 7.8.0
60726095
resolution: "@typescript-eslint/parser@npm:7.8.0"
@@ -6123,6 +6146,16 @@ __metadata:
61236146
languageName: node
61246147
linkType: hard
61256148

6149+
"@typescript-eslint/scope-manager@npm:7.9.0":
6150+
version: 7.9.0
6151+
resolution: "@typescript-eslint/scope-manager@npm:7.9.0"
6152+
dependencies:
6153+
"@typescript-eslint/types": "npm:7.9.0"
6154+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
6155+
checksum: 10/5344c37f696f1d95039631b79285f4e336099b2a35caf334f90cb2bf8f93a3257a9d5091df3f58d3af9272fe00a18ab3ad4c1cce6a7dd2b8e76b08fa7e606233
6156+
languageName: node
6157+
linkType: hard
6158+
61266159
"@typescript-eslint/type-utils@npm:7.8.0":
61276160
version: 7.8.0
61286161
resolution: "@typescript-eslint/type-utils@npm:7.8.0"
@@ -6140,6 +6173,23 @@ __metadata:
61406173
languageName: node
61416174
linkType: hard
61426175

6176+
"@typescript-eslint/type-utils@npm:7.9.0":
6177+
version: 7.9.0
6178+
resolution: "@typescript-eslint/type-utils@npm:7.9.0"
6179+
dependencies:
6180+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
6181+
"@typescript-eslint/utils": "npm:7.9.0"
6182+
debug: "npm:^4.3.4"
6183+
ts-api-utils: "npm:^1.3.0"
6184+
peerDependencies:
6185+
eslint: ^8.56.0
6186+
peerDependenciesMeta:
6187+
typescript:
6188+
optional: true
6189+
checksum: 10/b756a7655fc9f55700759919068721ce025bd062485f88811269993615f64b0bfd146549f6e74c740ce85e81dc9bc7e7f6b7a87dea307a25e2eaa07a07b16d15
6190+
languageName: node
6191+
linkType: hard
6192+
61436193
"@typescript-eslint/types@npm:7.2.0":
61446194
version: 7.2.0
61456195
resolution: "@typescript-eslint/types@npm:7.2.0"
@@ -6154,6 +6204,13 @@ __metadata:
61546204
languageName: node
61556205
linkType: hard
61566206

6207+
"@typescript-eslint/types@npm:7.9.0":
6208+
version: 7.9.0
6209+
resolution: "@typescript-eslint/types@npm:7.9.0"
6210+
checksum: 10/59cbd1b272132a7e1937a2bff20e2db67d566ad96d02f40541533ad1cce22b760cce3034f29a9087af423384212b8da1030660519d861c43de85e0cd56ae5f08
6211+
languageName: node
6212+
linkType: hard
6213+
61576214
"@typescript-eslint/typescript-estree@npm:7.2.0":
61586215
version: 7.2.0
61596216
resolution: "@typescript-eslint/typescript-estree@npm:7.2.0"
@@ -6192,6 +6249,25 @@ __metadata:
61926249
languageName: node
61936250
linkType: hard
61946251

6252+
"@typescript-eslint/typescript-estree@npm:7.9.0":
6253+
version: 7.9.0
6254+
resolution: "@typescript-eslint/typescript-estree@npm:7.9.0"
6255+
dependencies:
6256+
"@typescript-eslint/types": "npm:7.9.0"
6257+
"@typescript-eslint/visitor-keys": "npm:7.9.0"
6258+
debug: "npm:^4.3.4"
6259+
globby: "npm:^11.1.0"
6260+
is-glob: "npm:^4.0.3"
6261+
minimatch: "npm:^9.0.4"
6262+
semver: "npm:^7.6.0"
6263+
ts-api-utils: "npm:^1.3.0"
6264+
peerDependenciesMeta:
6265+
typescript:
6266+
optional: true
6267+
checksum: 10/fae2e54124308f6e9f640605119510729a401de3dc5c821cfeffd692dcdd2f5efb5ac9ac6cc18aec4895826b771d0ee2e13e8aa247d58541459677e4cb43cb0d
6268+
languageName: node
6269+
linkType: hard
6270+
61956271
"@typescript-eslint/utils@npm:7.8.0":
61966272
version: 7.8.0
61976273
resolution: "@typescript-eslint/utils@npm:7.8.0"
@@ -6209,6 +6285,20 @@ __metadata:
62096285
languageName: node
62106286
linkType: hard
62116287

6288+
"@typescript-eslint/utils@npm:7.9.0":
6289+
version: 7.9.0
6290+
resolution: "@typescript-eslint/utils@npm:7.9.0"
6291+
dependencies:
6292+
"@eslint-community/eslint-utils": "npm:^4.4.0"
6293+
"@typescript-eslint/scope-manager": "npm:7.9.0"
6294+
"@typescript-eslint/types": "npm:7.9.0"
6295+
"@typescript-eslint/typescript-estree": "npm:7.9.0"
6296+
peerDependencies:
6297+
eslint: ^8.56.0
6298+
checksum: 10/3895739854c48d4b8a1b33a9ab62ef44c074c007d556655908d1853e982810a04cc90217742caadf52c33be6453933aa5b23786b779ccb2bda557c762526da99
6299+
languageName: node
6300+
linkType: hard
6301+
62126302
"@typescript-eslint/visitor-keys@npm:7.2.0":
62136303
version: 7.2.0
62146304
resolution: "@typescript-eslint/visitor-keys@npm:7.2.0"
@@ -6229,6 +6319,16 @@ __metadata:
62296319
languageName: node
62306320
linkType: hard
62316321

6322+
"@typescript-eslint/visitor-keys@npm:7.9.0":
6323+
version: 7.9.0
6324+
resolution: "@typescript-eslint/visitor-keys@npm:7.9.0"
6325+
dependencies:
6326+
"@typescript-eslint/types": "npm:7.9.0"
6327+
eslint-visitor-keys: "npm:^3.4.3"
6328+
checksum: 10/63cceb4c6aebc230e588c1a7b93db609cb7f3ecf4244cce49623f793f73a0f5a97d866a50758c9923162352f5dc8aa161a37be7eec5ab8aa54ca3c6642a6bd4f
6329+
languageName: node
6330+
linkType: hard
6331+
62326332
"@ungap/structured-clone@npm:^1.0.0":
62336333
version: 1.2.0
62346334
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)