Skip to content

Commit 59a3448

Browse files
Bump @typescript-eslint/eslint-plugin from 8.3.0 to 8.4.0 (#345)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.3.0 to 8.4.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0fb31d commit 59a3448

File tree

2 files changed

+69
-23
lines changed

2 files changed

+69
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@foxglove/eslint-plugin": "1.0.1",
3535
"@foxglove/tsconfig": "2.0.0",
3636
"@types/jest": "29.5.12",
37-
"@typescript-eslint/eslint-plugin": "8.3.0",
37+
"@typescript-eslint/eslint-plugin": "8.4.0",
3838
"@typescript-eslint/parser": "8.3.0",
3939
"eslint": "8.57.0",
4040
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 68 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ __metadata:
484484
"@foxglove/eslint-plugin": "npm:1.0.1"
485485
"@foxglove/tsconfig": "npm:2.0.0"
486486
"@types/jest": "npm:29.5.12"
487-
"@typescript-eslint/eslint-plugin": "npm:8.3.0"
487+
"@typescript-eslint/eslint-plugin": "npm:8.4.0"
488488
"@typescript-eslint/parser": "npm:8.3.0"
489489
eslint: "npm:8.57.0"
490490
eslint-config-prettier: "npm:9.1.0"
@@ -1064,15 +1064,15 @@ __metadata:
10641064
languageName: node
10651065
linkType: hard
10661066

1067-
"@typescript-eslint/eslint-plugin@npm:8.3.0":
1068-
version: 8.3.0
1069-
resolution: "@typescript-eslint/eslint-plugin@npm:8.3.0"
1067+
"@typescript-eslint/eslint-plugin@npm:8.4.0":
1068+
version: 8.4.0
1069+
resolution: "@typescript-eslint/eslint-plugin@npm:8.4.0"
10701070
dependencies:
10711071
"@eslint-community/regexpp": "npm:^4.10.0"
1072-
"@typescript-eslint/scope-manager": "npm:8.3.0"
1073-
"@typescript-eslint/type-utils": "npm:8.3.0"
1074-
"@typescript-eslint/utils": "npm:8.3.0"
1075-
"@typescript-eslint/visitor-keys": "npm:8.3.0"
1072+
"@typescript-eslint/scope-manager": "npm:8.4.0"
1073+
"@typescript-eslint/type-utils": "npm:8.4.0"
1074+
"@typescript-eslint/utils": "npm:8.4.0"
1075+
"@typescript-eslint/visitor-keys": "npm:8.4.0"
10761076
graphemer: "npm:^1.4.0"
10771077
ignore: "npm:^5.3.1"
10781078
natural-compare: "npm:^1.4.0"
@@ -1083,7 +1083,7 @@ __metadata:
10831083
peerDependenciesMeta:
10841084
typescript:
10851085
optional: true
1086-
checksum: 10c0/d5242b16b8602ab5817cf04b35ac7208b6bee530730eeed6eab886667d1f2c5fac1537b3e33c453393090a1c6fcd50f727c07f5168985a00e7d23d1f99576988
1086+
checksum: 10c0/c75e9bb176e9e0277c9f9c4c006bc2c31ac91984e555de1390a9bbe876e3b6787d59d96015b3f0cd083fd22c814aea4ed4858910d3afdd24d64ab79815da31e5
10871087
languageName: node
10881088
linkType: hard
10891089

@@ -1135,18 +1135,28 @@ __metadata:
11351135
languageName: node
11361136
linkType: hard
11371137

1138-
"@typescript-eslint/type-utils@npm:8.3.0":
1139-
version: 8.3.0
1140-
resolution: "@typescript-eslint/type-utils@npm:8.3.0"
1138+
"@typescript-eslint/scope-manager@npm:8.4.0":
1139+
version: 8.4.0
1140+
resolution: "@typescript-eslint/scope-manager@npm:8.4.0"
11411141
dependencies:
1142-
"@typescript-eslint/typescript-estree": "npm:8.3.0"
1143-
"@typescript-eslint/utils": "npm:8.3.0"
1142+
"@typescript-eslint/types": "npm:8.4.0"
1143+
"@typescript-eslint/visitor-keys": "npm:8.4.0"
1144+
checksum: 10c0/95188c663df7db106529c6b93c4c7c61647ed34ab6dd48114e41ddf49140ff606c5501ce2ae451a988ec49b5d3874ea96ff212fc102802327b10affd2ff80a37
1145+
languageName: node
1146+
linkType: hard
1147+
1148+
"@typescript-eslint/type-utils@npm:8.4.0":
1149+
version: 8.4.0
1150+
resolution: "@typescript-eslint/type-utils@npm:8.4.0"
1151+
dependencies:
1152+
"@typescript-eslint/typescript-estree": "npm:8.4.0"
1153+
"@typescript-eslint/utils": "npm:8.4.0"
11441154
debug: "npm:^4.3.4"
11451155
ts-api-utils: "npm:^1.3.0"
11461156
peerDependenciesMeta:
11471157
typescript:
11481158
optional: true
1149-
checksum: 10c0/0e4b42ff2bfcd1727893bb7fe5fcf1aa808b45b5f690c249c68ce7aff68ddfba3d8b1565de2f08972915df23fa7ab114c09f507668e9b0b63faf1e34a5091706
1159+
checksum: 10c0/ae51100594d9ca61c7577b5aed0bd10c1959725df5c38cd9653eed1fd3dbdfff9146b6e48f3409994b4c8d781b9d95025c36b30f73a5a1b3dbdee6d142cecc87
11501160
languageName: node
11511161
linkType: hard
11521162

@@ -1171,6 +1181,13 @@ __metadata:
11711181
languageName: node
11721182
linkType: hard
11731183

1184+
"@typescript-eslint/types@npm:8.4.0":
1185+
version: 8.4.0
1186+
resolution: "@typescript-eslint/types@npm:8.4.0"
1187+
checksum: 10c0/15e09ced84827c349553530a31822f06ae5bad456c03d561b7d0c64b6ad9b5d7ca795e030bd93e65d5a2cd41bfde36ed08dcd2ff9feaa8b60a67080827f47ecb
1188+
languageName: node
1189+
linkType: hard
1190+
11741191
"@typescript-eslint/typescript-estree@npm:6.21.0":
11751192
version: 6.21.0
11761193
resolution: "@typescript-eslint/typescript-estree@npm:6.21.0"
@@ -1228,17 +1245,36 @@ __metadata:
12281245
languageName: node
12291246
linkType: hard
12301247

1231-
"@typescript-eslint/utils@npm:8.3.0":
1232-
version: 8.3.0
1233-
resolution: "@typescript-eslint/utils@npm:8.3.0"
1248+
"@typescript-eslint/typescript-estree@npm:8.4.0":
1249+
version: 8.4.0
1250+
resolution: "@typescript-eslint/typescript-estree@npm:8.4.0"
1251+
dependencies:
1252+
"@typescript-eslint/types": "npm:8.4.0"
1253+
"@typescript-eslint/visitor-keys": "npm:8.4.0"
1254+
debug: "npm:^4.3.4"
1255+
fast-glob: "npm:^3.3.2"
1256+
is-glob: "npm:^4.0.3"
1257+
minimatch: "npm:^9.0.4"
1258+
semver: "npm:^7.6.0"
1259+
ts-api-utils: "npm:^1.3.0"
1260+
peerDependenciesMeta:
1261+
typescript:
1262+
optional: true
1263+
checksum: 10c0/170702b024121cff9268f53de8054796b0ce025f9a78d6f2bc850a360e5f3f7032ba3ee9d4b7392726308273a5f3ade5ab31b1788b504b514bc15afc07302b37
1264+
languageName: node
1265+
linkType: hard
1266+
1267+
"@typescript-eslint/utils@npm:8.4.0":
1268+
version: 8.4.0
1269+
resolution: "@typescript-eslint/utils@npm:8.4.0"
12341270
dependencies:
12351271
"@eslint-community/eslint-utils": "npm:^4.4.0"
1236-
"@typescript-eslint/scope-manager": "npm:8.3.0"
1237-
"@typescript-eslint/types": "npm:8.3.0"
1238-
"@typescript-eslint/typescript-estree": "npm:8.3.0"
1272+
"@typescript-eslint/scope-manager": "npm:8.4.0"
1273+
"@typescript-eslint/types": "npm:8.4.0"
1274+
"@typescript-eslint/typescript-estree": "npm:8.4.0"
12391275
peerDependencies:
12401276
eslint: ^8.57.0 || ^9.0.0
1241-
checksum: 10c0/e4e9e820cf4b4775bb66b2293a2a827897edaba88577b63df317b50752a01d542be521cc4842976fbbd93e08b9e273ce9d20e23768d06de68a83d68cc0f68a93
1277+
checksum: 10c0/8c9c36b3aa23f9bcc28cc4b10f0fa2996f1bc6cdd75135f08c2ef734baa30dbd2a8b92f344b90518e1fd07a486936734789fc7e90b780221a7707dad8e9c9364
12421278
languageName: node
12431279
linkType: hard
12441280

@@ -1303,6 +1339,16 @@ __metadata:
13031339
languageName: node
13041340
linkType: hard
13051341

1342+
"@typescript-eslint/visitor-keys@npm:8.4.0":
1343+
version: 8.4.0
1344+
resolution: "@typescript-eslint/visitor-keys@npm:8.4.0"
1345+
dependencies:
1346+
"@typescript-eslint/types": "npm:8.4.0"
1347+
eslint-visitor-keys: "npm:^3.4.3"
1348+
checksum: 10c0/339199b7fbb9ac83b530d03ab25f6bc5ceb688c9cd0ae460112cd14ee78ca7284a845aef5620cdf70170980123475ec875e85ebf595c60255ba3c0d6fe48c714
1349+
languageName: node
1350+
linkType: hard
1351+
13061352
"@ungap/structured-clone@npm:^1.2.0":
13071353
version: 1.2.0
13081354
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)