Skip to content

Commit e361a6a

Browse files
Bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.9.0 (#367)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.8.1 to 8.9.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.9.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 90863d4 commit e361a6a

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.8.1",
37+
"@typescript-eslint/eslint-plugin": "8.9.0",
3838
"@typescript-eslint/parser": "8.8.1",
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.8.1"
487+
"@typescript-eslint/eslint-plugin": "npm:8.9.0"
488488
"@typescript-eslint/parser": "npm:8.8.1"
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.8.1":
1075-
version: 8.8.1
1076-
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
1074+
"@typescript-eslint/eslint-plugin@npm:8.9.0":
1075+
version: 8.9.0
1076+
resolution: "@typescript-eslint/eslint-plugin@npm:8.9.0"
10771077
dependencies:
10781078
"@eslint-community/regexpp": "npm:^4.10.0"
1079-
"@typescript-eslint/scope-manager": "npm:8.8.1"
1080-
"@typescript-eslint/type-utils": "npm:8.8.1"
1081-
"@typescript-eslint/utils": "npm:8.8.1"
1082-
"@typescript-eslint/visitor-keys": "npm:8.8.1"
1079+
"@typescript-eslint/scope-manager": "npm:8.9.0"
1080+
"@typescript-eslint/type-utils": "npm:8.9.0"
1081+
"@typescript-eslint/utils": "npm:8.9.0"
1082+
"@typescript-eslint/visitor-keys": "npm:8.9.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/020a0a482202b34c6665a56ec5902e38ae1870b2600ec1b2092de352b23099dde553781ee8323974f63962ebe164a6304f0019e937afb5cf7854b0e0163ad1ca
1093+
checksum: 10c0/07f273dc270268980bbf65ea5e0c69d05377e42dbdb2dd3f4a1293a3536c049ddfb548eb9ec6e60394c2361c4a15b62b8246951f83e16a9d16799578a74dc691
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.8.1":
1146-
version: 8.8.1
1147-
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
1145+
"@typescript-eslint/scope-manager@npm:8.9.0":
1146+
version: 8.9.0
1147+
resolution: "@typescript-eslint/scope-manager@npm:8.9.0"
11481148
dependencies:
1149-
"@typescript-eslint/typescript-estree": "npm:8.8.1"
1150-
"@typescript-eslint/utils": "npm:8.8.1"
1149+
"@typescript-eslint/types": "npm:8.9.0"
1150+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
1151+
checksum: 10c0/1fb77a982e3384d8cabd64678ea8f9de328708080ff9324bf24a44da4e8d7b7692ae4820efc3ef36027bf0fd6a061680d3c30ce63d661fb31e18970fca5e86c5
1152+
languageName: node
1153+
linkType: hard
1154+
1155+
"@typescript-eslint/type-utils@npm:8.9.0":
1156+
version: 8.9.0
1157+
resolution: "@typescript-eslint/type-utils@npm:8.9.0"
1158+
dependencies:
1159+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
1160+
"@typescript-eslint/utils": "npm:8.9.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/6edfc2b9fca5233dd922141f080377b677db1093ec3e702a3ab52d58f77b91c0fb69479d4d42f125536b8fc0ffa85c07c7de2f17cc4c6fa1df1226ec01e5608c
1166+
checksum: 10c0/aff06afda9ac7d12f750e76c8f91ed8b56eefd3f3f4fbaa93a64411ec9e0bd2c2972f3407e439320d98062b16f508dce7604b8bb2b803fded9d3148e5ee721b1
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.9.0":
1192+
version: 8.9.0
1193+
resolution: "@typescript-eslint/types@npm:8.9.0"
1194+
checksum: 10c0/8d901b7ed2f943624c24f7fa67f7be9d49a92554d54c4f27397c05b329ceff59a9ea246810b53ff36fca08760c14305dd4ce78fbac7ca0474311b0575bf49010
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.8.1":
1239-
version: 8.8.1
1240-
resolution: "@typescript-eslint/utils@npm:8.8.1"
1255+
"@typescript-eslint/typescript-estree@npm:8.9.0":
1256+
version: 8.9.0
1257+
resolution: "@typescript-eslint/typescript-estree@npm:8.9.0"
1258+
dependencies:
1259+
"@typescript-eslint/types": "npm:8.9.0"
1260+
"@typescript-eslint/visitor-keys": "npm:8.9.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/bb5ec70727f07d1575e95f9d117762636209e1ab073a26c4e873e1e5b4617b000d300a23d294ad81693f7e99abe3e519725452c30b235a253edcd85b6ae052b0
1271+
languageName: node
1272+
linkType: hard
1273+
1274+
"@typescript-eslint/utils@npm:8.9.0":
1275+
version: 8.9.0
1276+
resolution: "@typescript-eslint/utils@npm:8.9.0"
12411277
dependencies:
12421278
"@eslint-community/eslint-utils": "npm:^4.4.0"
1243-
"@typescript-eslint/scope-manager": "npm:8.8.1"
1244-
"@typescript-eslint/types": "npm:8.8.1"
1245-
"@typescript-eslint/typescript-estree": "npm:8.8.1"
1279+
"@typescript-eslint/scope-manager": "npm:8.9.0"
1280+
"@typescript-eslint/types": "npm:8.9.0"
1281+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
12461282
peerDependencies:
12471283
eslint: ^8.57.0 || ^9.0.0
1248-
checksum: 10c0/954a2e85ae56a3ebefb6e41fb33c59ffa886963860536e9729a35ecea55eefdc58858c7aa126048c4a61f4fd9997b4f7601e7884ed2b3e4e7a46c9e4617a9f29
1284+
checksum: 10c0/af13e3d501060bdc5fa04b131b3f9a90604e5c1d4845d1f8bd94b703a3c146a76debfc21fe65a7f3a0459ed6c57cf2aa3f0a052469bb23b6f35ff853fe9495b1
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.9.0":
1350+
version: 8.9.0
1351+
resolution: "@typescript-eslint/visitor-keys@npm:8.9.0"
1352+
dependencies:
1353+
"@typescript-eslint/types": "npm:8.9.0"
1354+
eslint-visitor-keys: "npm:^3.4.3"
1355+
checksum: 10c0/e33208b946841f1838d87d64f4ee230f798e68bdce8c181d3ac0abb567f758cb9c4bdccc919d493167869f413ca4c400e7db0f7dd7e8fc84ab6a8344076a7458
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)