Skip to content

Commit 0f44e04

Browse files
Bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.8.1 (#365)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.8.0 to 8.8.1. - [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.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 564166f commit 0f44e04

File tree

2 files changed

+23
-69
lines changed

2 files changed

+23
-69
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.0",
37+
"@typescript-eslint/eslint-plugin": "8.8.1",
3838
"@typescript-eslint/parser": "8.8.1",
3939
"eslint": "8.57.0",
4040
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 22 additions & 68 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.0"
487+
"@typescript-eslint/eslint-plugin": "npm:8.8.1"
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.0":
1075-
version: 8.8.0
1076-
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.0"
1074+
"@typescript-eslint/eslint-plugin@npm:8.8.1":
1075+
version: 8.8.1
1076+
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
10771077
dependencies:
10781078
"@eslint-community/regexpp": "npm:^4.10.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"
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"
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/98ac37587eda02a713710f0a62ca979833482024968f1d1735881718abe102a6b49707db4f1dac0d7c731d1cbf8111d829c5125348d4829ab6fad7a7b3b344e4
1093+
checksum: 10c0/020a0a482202b34c6665a56ec5902e38ae1870b2600ec1b2092de352b23099dde553781ee8323974f63962ebe164a6304f0019e937afb5cf7854b0e0163ad1ca
10941094
languageName: node
10951095
linkType: hard
10961096

@@ -1132,16 +1132,6 @@ __metadata:
11321132
languageName: node
11331133
linkType: hard
11341134

1135-
"@typescript-eslint/scope-manager@npm:8.8.0":
1136-
version: 8.8.0
1137-
resolution: "@typescript-eslint/scope-manager@npm:8.8.0"
1138-
dependencies:
1139-
"@typescript-eslint/types": "npm:8.8.0"
1140-
"@typescript-eslint/visitor-keys": "npm:8.8.0"
1141-
checksum: 10c0/29ddf589ff0e465dbbf3eb87b79a29face4ec5a6cb617bbaafbac6ae8340d376b5b405bca762ee1c7a40cbdf7912a32734f9119f6864df048c7a0b2de21bdd3d
1142-
languageName: node
1143-
linkType: hard
1144-
11451135
"@typescript-eslint/scope-manager@npm:8.8.1":
11461136
version: 8.8.1
11471137
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
@@ -1152,18 +1142,18 @@ __metadata:
11521142
languageName: node
11531143
linkType: hard
11541144

1155-
"@typescript-eslint/type-utils@npm:8.8.0":
1156-
version: 8.8.0
1157-
resolution: "@typescript-eslint/type-utils@npm:8.8.0"
1145+
"@typescript-eslint/type-utils@npm:8.8.1":
1146+
version: 8.8.1
1147+
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
11581148
dependencies:
1159-
"@typescript-eslint/typescript-estree": "npm:8.8.0"
1160-
"@typescript-eslint/utils": "npm:8.8.0"
1149+
"@typescript-eslint/typescript-estree": "npm:8.8.1"
1150+
"@typescript-eslint/utils": "npm:8.8.1"
11611151
debug: "npm:^4.3.4"
11621152
ts-api-utils: "npm:^1.3.0"
11631153
peerDependenciesMeta:
11641154
typescript:
11651155
optional: true
1166-
checksum: 10c0/d6ee11f4686fb54daea1f436f73b96eb31a95f6e535abc0534abf5794e7597669a92d12300969c8afee0fc1912dbc1591664f7e37f0da5935016cc981b2921a8
1156+
checksum: 10c0/6edfc2b9fca5233dd922141f080377b677db1093ec3e702a3ab52d58f77b91c0fb69479d4d42f125536b8fc0ffa85c07c7de2f17cc4c6fa1df1226ec01e5608c
11671157
languageName: node
11681158
linkType: hard
11691159

@@ -1181,13 +1171,6 @@ __metadata:
11811171
languageName: node
11821172
linkType: hard
11831173

1184-
"@typescript-eslint/types@npm:8.8.0":
1185-
version: 8.8.0
1186-
resolution: "@typescript-eslint/types@npm:8.8.0"
1187-
checksum: 10c0/cd168fafcaf77641b023c4405ea3a8c30fbad1737abb5aec9fce67fe2ae20224b624b5a2e3e84900ba81dc7dd33343add3653763703a225326cc81356b182d09
1188-
languageName: node
1189-
linkType: hard
1190-
11911174
"@typescript-eslint/types@npm:8.8.1":
11921175
version: 8.8.1
11931176
resolution: "@typescript-eslint/types@npm:8.8.1"
@@ -1233,25 +1216,6 @@ __metadata:
12331216
languageName: node
12341217
linkType: hard
12351218

1236-
"@typescript-eslint/typescript-estree@npm:8.8.0":
1237-
version: 8.8.0
1238-
resolution: "@typescript-eslint/typescript-estree@npm:8.8.0"
1239-
dependencies:
1240-
"@typescript-eslint/types": "npm:8.8.0"
1241-
"@typescript-eslint/visitor-keys": "npm:8.8.0"
1242-
debug: "npm:^4.3.4"
1243-
fast-glob: "npm:^3.3.2"
1244-
is-glob: "npm:^4.0.3"
1245-
minimatch: "npm:^9.0.4"
1246-
semver: "npm:^7.6.0"
1247-
ts-api-utils: "npm:^1.3.0"
1248-
peerDependenciesMeta:
1249-
typescript:
1250-
optional: true
1251-
checksum: 10c0/9b9e849f6b2d4e250840ef8e05f55a97d6598adaf48c1e6df83084b94c30feca6a3e7916ee1c235178188d0db6364a877cbf8fe218c36d5f8d5acb50767f3273
1252-
languageName: node
1253-
linkType: hard
1254-
12551219
"@typescript-eslint/typescript-estree@npm:8.8.1":
12561220
version: 8.8.1
12571221
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
@@ -1271,17 +1235,17 @@ __metadata:
12711235
languageName: node
12721236
linkType: hard
12731237

1274-
"@typescript-eslint/utils@npm:8.8.0":
1275-
version: 8.8.0
1276-
resolution: "@typescript-eslint/utils@npm:8.8.0"
1238+
"@typescript-eslint/utils@npm:8.8.1":
1239+
version: 8.8.1
1240+
resolution: "@typescript-eslint/utils@npm:8.8.1"
12771241
dependencies:
12781242
"@eslint-community/eslint-utils": "npm:^4.4.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"
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"
12821246
peerDependencies:
12831247
eslint: ^8.57.0 || ^9.0.0
1284-
checksum: 10c0/fcf2dfd4a2d9491aa096a29c2c1fdd891ca3c13933d20cfea44e51b3d10a397e7ed9a9cd71ac9a29e8c4706264ae00c25a29394e2a6bda3291be298062901f2c
1248+
checksum: 10c0/954a2e85ae56a3ebefb6e41fb33c59ffa886963860536e9729a35ecea55eefdc58858c7aa126048c4a61f4fd9997b4f7601e7884ed2b3e4e7a46c9e4617a9f29
12851249
languageName: node
12861250
linkType: hard
12871251

@@ -1336,16 +1300,6 @@ __metadata:
13361300
languageName: node
13371301
linkType: hard
13381302

1339-
"@typescript-eslint/visitor-keys@npm:8.8.0":
1340-
version: 8.8.0
1341-
resolution: "@typescript-eslint/visitor-keys@npm:8.8.0"
1342-
dependencies:
1343-
"@typescript-eslint/types": "npm:8.8.0"
1344-
eslint-visitor-keys: "npm:^3.4.3"
1345-
checksum: 10c0/580ce74c9b09b9e6a6f3f0ac2d2f0c6a6b983a78ce3b2544822ee08107c57142858d674897f61ff32a9a5e8fca00c916545c159bb75d134f4380884642542d38
1346-
languageName: node
1347-
linkType: hard
1348-
13491303
"@typescript-eslint/visitor-keys@npm:8.8.1":
13501304
version: 8.8.1
13511305
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"

0 commit comments

Comments
 (0)