Skip to content

Commit 96905ed

Browse files
Bump @typescript-eslint/eslint-plugin from 8.7.0 to 8.8.0 (#360)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.7.0 to 8.8.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.8.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 bf34ecd commit 96905ed

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.13",
37-
"@typescript-eslint/eslint-plugin": "8.7.0",
37+
"@typescript-eslint/eslint-plugin": "8.8.0",
3838
"@typescript-eslint/parser": "8.7.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.13"
487-
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
487+
"@typescript-eslint/eslint-plugin": "npm:8.8.0"
488488
"@typescript-eslint/parser": "npm:8.7.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.7.0":
1075-
version: 8.7.0
1076-
resolution: "@typescript-eslint/eslint-plugin@npm:8.7.0"
1074+
"@typescript-eslint/eslint-plugin@npm:8.8.0":
1075+
version: 8.8.0
1076+
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.0"
10771077
dependencies:
10781078
"@eslint-community/regexpp": "npm:^4.10.0"
1079-
"@typescript-eslint/scope-manager": "npm:8.7.0"
1080-
"@typescript-eslint/type-utils": "npm:8.7.0"
1081-
"@typescript-eslint/utils": "npm:8.7.0"
1082-
"@typescript-eslint/visitor-keys": "npm:8.7.0"
1079+
"@typescript-eslint/scope-manager": "npm:8.8.0"
1080+
"@typescript-eslint/type-utils": "npm:8.8.0"
1081+
"@typescript-eslint/utils": "npm:8.8.0"
1082+
"@typescript-eslint/visitor-keys": "npm:8.8.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/f04d6fa6a30e32d51feba0f08789f75ca77b6b67cfe494bdbd9aafa241871edc918fa8b344dc9d13dd59ae055d42c3920f0e542534f929afbfdca653dae598fa
1093+
checksum: 10c0/98ac37587eda02a713710f0a62ca979833482024968f1d1735881718abe102a6b49707db4f1dac0d7c731d1cbf8111d829c5125348d4829ab6fad7a7b3b344e4
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.7.0":
1146-
version: 8.7.0
1147-
resolution: "@typescript-eslint/type-utils@npm:8.7.0"
1145+
"@typescript-eslint/scope-manager@npm:8.8.0":
1146+
version: 8.8.0
1147+
resolution: "@typescript-eslint/scope-manager@npm:8.8.0"
11481148
dependencies:
1149-
"@typescript-eslint/typescript-estree": "npm:8.7.0"
1150-
"@typescript-eslint/utils": "npm:8.7.0"
1149+
"@typescript-eslint/types": "npm:8.8.0"
1150+
"@typescript-eslint/visitor-keys": "npm:8.8.0"
1151+
checksum: 10c0/29ddf589ff0e465dbbf3eb87b79a29face4ec5a6cb617bbaafbac6ae8340d376b5b405bca762ee1c7a40cbdf7912a32734f9119f6864df048c7a0b2de21bdd3d
1152+
languageName: node
1153+
linkType: hard
1154+
1155+
"@typescript-eslint/type-utils@npm:8.8.0":
1156+
version: 8.8.0
1157+
resolution: "@typescript-eslint/type-utils@npm:8.8.0"
1158+
dependencies:
1159+
"@typescript-eslint/typescript-estree": "npm:8.8.0"
1160+
"@typescript-eslint/utils": "npm:8.8.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/2bd9fb93a50ff1c060af41528e39c775ae93b09dd71450defdb42a13c68990dd388460ae4e81fb2f4a49c38dc12152c515d43e845eca6198c44b14aab66733bc
1166+
checksum: 10c0/d6ee11f4686fb54daea1f436f73b96eb31a95f6e535abc0534abf5794e7597669a92d12300969c8afee0fc1912dbc1591664f7e37f0da5935016cc981b2921a8
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.8.0":
1192+
version: 8.8.0
1193+
resolution: "@typescript-eslint/types@npm:8.8.0"
1194+
checksum: 10c0/cd168fafcaf77641b023c4405ea3a8c30fbad1737abb5aec9fce67fe2ae20224b624b5a2e3e84900ba81dc7dd33343add3653763703a225326cc81356b182d09
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.7.0":
1239-
version: 8.7.0
1240-
resolution: "@typescript-eslint/utils@npm:8.7.0"
1255+
"@typescript-eslint/typescript-estree@npm:8.8.0":
1256+
version: 8.8.0
1257+
resolution: "@typescript-eslint/typescript-estree@npm:8.8.0"
1258+
dependencies:
1259+
"@typescript-eslint/types": "npm:8.8.0"
1260+
"@typescript-eslint/visitor-keys": "npm:8.8.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/9b9e849f6b2d4e250840ef8e05f55a97d6598adaf48c1e6df83084b94c30feca6a3e7916ee1c235178188d0db6364a877cbf8fe218c36d5f8d5acb50767f3273
1271+
languageName: node
1272+
linkType: hard
1273+
1274+
"@typescript-eslint/utils@npm:8.8.0":
1275+
version: 8.8.0
1276+
resolution: "@typescript-eslint/utils@npm:8.8.0"
12411277
dependencies:
12421278
"@eslint-community/eslint-utils": "npm:^4.4.0"
1243-
"@typescript-eslint/scope-manager": "npm:8.7.0"
1244-
"@typescript-eslint/types": "npm:8.7.0"
1245-
"@typescript-eslint/typescript-estree": "npm:8.7.0"
1279+
"@typescript-eslint/scope-manager": "npm:8.8.0"
1280+
"@typescript-eslint/types": "npm:8.8.0"
1281+
"@typescript-eslint/typescript-estree": "npm:8.8.0"
12461282
peerDependencies:
12471283
eslint: ^8.57.0 || ^9.0.0
1248-
checksum: 10c0/7355b754ce2fc118773ed27a3e02b7dfae270eec73c2d896738835ecf842e8309544dfd22c5105aba6cae2787bfdd84129bbc42f4b514f57909dc7f6890b8eba
1284+
checksum: 10c0/fcf2dfd4a2d9491aa096a29c2c1fdd891ca3c13933d20cfea44e51b3d10a397e7ed9a9cd71ac9a29e8c4706264ae00c25a29394e2a6bda3291be298062901f2c
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.8.0":
1350+
version: 8.8.0
1351+
resolution: "@typescript-eslint/visitor-keys@npm:8.8.0"
1352+
dependencies:
1353+
"@typescript-eslint/types": "npm:8.8.0"
1354+
eslint-visitor-keys: "npm:^3.4.3"
1355+
checksum: 10c0/580ce74c9b09b9e6a6f3f0ac2d2f0c6a6b983a78ce3b2544822ee08107c57142858d674897f61ff32a9a5e8fca00c916545c159bb75d134f4380884642542d38
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)