Skip to content

Commit 13076a3

Browse files
Bump @typescript-eslint/eslint-plugin from 8.4.0 to 8.5.0 (#350)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.4.0 to 8.5.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.5.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 3381aeb commit 13076a3

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.4.0",
37+
"@typescript-eslint/eslint-plugin": "8.5.0",
3838
"@typescript-eslint/parser": "8.4.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.4.0"
487+
"@typescript-eslint/eslint-plugin": "npm:8.5.0"
488488
"@typescript-eslint/parser": "npm:8.4.0"
489489
eslint: "npm:8.57.0"
490490
eslint-config-prettier: "npm:9.1.0"
@@ -1071,15 +1071,15 @@ __metadata:
10711071
languageName: node
10721072
linkType: hard
10731073

1074-
"@typescript-eslint/eslint-plugin@npm:8.4.0":
1075-
version: 8.4.0
1076-
resolution: "@typescript-eslint/eslint-plugin@npm:8.4.0"
1074+
"@typescript-eslint/eslint-plugin@npm:8.5.0":
1075+
version: 8.5.0
1076+
resolution: "@typescript-eslint/eslint-plugin@npm:8.5.0"
10771077
dependencies:
10781078
"@eslint-community/regexpp": "npm:^4.10.0"
1079-
"@typescript-eslint/scope-manager": "npm:8.4.0"
1080-
"@typescript-eslint/type-utils": "npm:8.4.0"
1081-
"@typescript-eslint/utils": "npm:8.4.0"
1082-
"@typescript-eslint/visitor-keys": "npm:8.4.0"
1079+
"@typescript-eslint/scope-manager": "npm:8.5.0"
1080+
"@typescript-eslint/type-utils": "npm:8.5.0"
1081+
"@typescript-eslint/utils": "npm:8.5.0"
1082+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
10831083
graphemer: "npm:^1.4.0"
10841084
ignore: "npm:^5.3.1"
10851085
natural-compare: "npm:^1.4.0"
@@ -1090,7 +1090,7 @@ __metadata:
10901090
peerDependenciesMeta:
10911091
typescript:
10921092
optional: true
1093-
checksum: 10c0/c75e9bb176e9e0277c9f9c4c006bc2c31ac91984e555de1390a9bbe876e3b6787d59d96015b3f0cd083fd22c814aea4ed4858910d3afdd24d64ab79815da31e5
1093+
checksum: 10c0/69ae7067e03d2d8d442e69d668235bdafd63b07229d0be27025eaad8aa468b5af8ac54627021e0e3a060df04ed1c39d1327a0b11469ac72405b52b74a79f402b
10941094
languageName: node
10951095
linkType: hard
10961096

@@ -1142,18 +1142,28 @@ __metadata:
11421142
languageName: node
11431143
linkType: hard
11441144

1145-
"@typescript-eslint/type-utils@npm:8.4.0":
1146-
version: 8.4.0
1147-
resolution: "@typescript-eslint/type-utils@npm:8.4.0"
1145+
"@typescript-eslint/scope-manager@npm:8.5.0":
1146+
version: 8.5.0
1147+
resolution: "@typescript-eslint/scope-manager@npm:8.5.0"
11481148
dependencies:
1149-
"@typescript-eslint/typescript-estree": "npm:8.4.0"
1150-
"@typescript-eslint/utils": "npm:8.4.0"
1149+
"@typescript-eslint/types": "npm:8.5.0"
1150+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
1151+
checksum: 10c0/868602f9324a6e15fcae017acd3b0832e9f2c8c8cd315667df37c2e7c765cda5fba7c4bede931f32cc04819ba97cf74a5fddb085c6f1c7993f1fb085ba126422
1152+
languageName: node
1153+
linkType: hard
1154+
1155+
"@typescript-eslint/type-utils@npm:8.5.0":
1156+
version: 8.5.0
1157+
resolution: "@typescript-eslint/type-utils@npm:8.5.0"
1158+
dependencies:
1159+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
1160+
"@typescript-eslint/utils": "npm:8.5.0"
11511161
debug: "npm:^4.3.4"
11521162
ts-api-utils: "npm:^1.3.0"
11531163
peerDependenciesMeta:
11541164
typescript:
11551165
optional: true
1156-
checksum: 10c0/ae51100594d9ca61c7577b5aed0bd10c1959725df5c38cd9653eed1fd3dbdfff9146b6e48f3409994b4c8d781b9d95025c36b30f73a5a1b3dbdee6d142cecc87
1166+
checksum: 10c0/675d3e41f938d16e9268fd33764a4e16b12a4a9817e61d5e2508a07fe6783c69ce9d05facc61822b5647c71d767929618ed37b8b93f423f7c2ccb62cfeb4343b
11571167
languageName: node
11581168
linkType: hard
11591169

@@ -1178,6 +1188,13 @@ __metadata:
11781188
languageName: node
11791189
linkType: hard
11801190

1191+
"@typescript-eslint/types@npm:8.5.0":
1192+
version: 8.5.0
1193+
resolution: "@typescript-eslint/types@npm:8.5.0"
1194+
checksum: 10c0/f0b666b5c001b9779bfd9e4c7d031843d07264429d5bcf5d636f26f96cd5d949a33f5d6a645b8d74b93daf565a468476a6a4935dd7135a200250fb03acbe4988
1195+
languageName: node
1196+
linkType: hard
1197+
11811198
"@typescript-eslint/typescript-estree@npm:6.21.0":
11821199
version: 6.21.0
11831200
resolution: "@typescript-eslint/typescript-estree@npm:6.21.0"
@@ -1235,17 +1252,36 @@ __metadata:
12351252
languageName: node
12361253
linkType: hard
12371254

1238-
"@typescript-eslint/utils@npm:8.4.0":
1239-
version: 8.4.0
1240-
resolution: "@typescript-eslint/utils@npm:8.4.0"
1255+
"@typescript-eslint/typescript-estree@npm:8.5.0":
1256+
version: 8.5.0
1257+
resolution: "@typescript-eslint/typescript-estree@npm:8.5.0"
1258+
dependencies:
1259+
"@typescript-eslint/types": "npm:8.5.0"
1260+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
1261+
debug: "npm:^4.3.4"
1262+
fast-glob: "npm:^3.3.2"
1263+
is-glob: "npm:^4.0.3"
1264+
minimatch: "npm:^9.0.4"
1265+
semver: "npm:^7.6.0"
1266+
ts-api-utils: "npm:^1.3.0"
1267+
peerDependenciesMeta:
1268+
typescript:
1269+
optional: true
1270+
checksum: 10c0/f62f03d0c5dc57b2b54dbe1cbd027966f774f241279655f46c64145abb54b765176a0cd40447583ba56ada306181da9a82e39b777c78128e105e4ea98c609350
1271+
languageName: node
1272+
linkType: hard
1273+
1274+
"@typescript-eslint/utils@npm:8.5.0":
1275+
version: 8.5.0
1276+
resolution: "@typescript-eslint/utils@npm:8.5.0"
12411277
dependencies:
12421278
"@eslint-community/eslint-utils": "npm:^4.4.0"
1243-
"@typescript-eslint/scope-manager": "npm:8.4.0"
1244-
"@typescript-eslint/types": "npm:8.4.0"
1245-
"@typescript-eslint/typescript-estree": "npm:8.4.0"
1279+
"@typescript-eslint/scope-manager": "npm:8.5.0"
1280+
"@typescript-eslint/types": "npm:8.5.0"
1281+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
12461282
peerDependencies:
12471283
eslint: ^8.57.0 || ^9.0.0
1248-
checksum: 10c0/8c9c36b3aa23f9bcc28cc4b10f0fa2996f1bc6cdd75135f08c2ef734baa30dbd2a8b92f344b90518e1fd07a486936734789fc7e90b780221a7707dad8e9c9364
1284+
checksum: 10c0/0cb0bfdaf0da79d13c0d0379478eb14b5825d235873bc7181e70c4f6297fa1c74431ef730cbc2912fe1814dd8d46c6515ce22b39c57e8f03c337aa152fd49a4e
12491285
languageName: node
12501286
linkType: hard
12511287

@@ -1310,6 +1346,16 @@ __metadata:
13101346
languageName: node
13111347
linkType: hard
13121348

1349+
"@typescript-eslint/visitor-keys@npm:8.5.0":
1350+
version: 8.5.0
1351+
resolution: "@typescript-eslint/visitor-keys@npm:8.5.0"
1352+
dependencies:
1353+
"@typescript-eslint/types": "npm:8.5.0"
1354+
eslint-visitor-keys: "npm:^3.4.3"
1355+
checksum: 10c0/8b9e81968ad36e8af18ac17b63c4e0764612451ca085676c939b723549052243f63577d2706bc2da48174f11bf47587ab47e6e0b7c5b28d9f3c1ef7b9aad322d
1356+
languageName: node
1357+
linkType: hard
1358+
13131359
"@ungap/structured-clone@npm:^1.2.0":
13141360
version: 1.2.0
13151361
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)