Skip to content

Commit 60c6eba

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin in /lambdas
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]>
1 parent 6e6c08e commit 60c6eba

File tree

8 files changed

+56
-56
lines changed

8 files changed

+56
-56
lines changed

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^8.8.1",
23+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^8.8.1",
23+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
2323
"@types/request": "^2.48.12",
24-
"@typescript-eslint/eslint-plugin": "^8.8.1",
24+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2525
"@typescript-eslint/parser": "^8.8.0",
2626
"@vercel/ncc": "^0.38.1",
2727
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/jest": "^29.5.12",
2020
"@types/node": "^22.5.4",
21-
"@typescript-eslint/eslint-plugin": "^8.8.1",
21+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2222
"@typescript-eslint/parser": "^8.8.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/express": "^4.17.21",
2222
"@types/jest": "^29.5.12",
2323
"@types/node": "^22.5.4",
24-
"@typescript-eslint/eslint-plugin": "^8.8.1",
24+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2525
"@typescript-eslint/parser": "^8.8.0",
2626
"@vercel/ncc": "0.38.1",
2727
"body-parser": "^1.20.3",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",
22-
"@typescript-eslint/eslint-plugin": "^8.8.1",
22+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",

lambdas/libs/aws-ssm-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",
22-
"@typescript-eslint/eslint-plugin": "^8.8.1",
22+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",

lambdas/yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ __metadata:
110110
"@types/aws-lambda": "npm:^8.10.145"
111111
"@types/jest": "npm:^29.5.12"
112112
"@types/node": "npm:^22.5.4"
113-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
113+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
114114
"@typescript-eslint/parser": "npm:^8.8.0"
115115
"@vercel/ncc": "npm:^0.38.1"
116116
aws-sdk-client-mock: "npm:^4.0.2"
@@ -142,7 +142,7 @@ __metadata:
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.12"
144144
"@types/node": "npm:^22.5.4"
145-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
145+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
146146
"@typescript-eslint/parser": "npm:^8.8.0"
147147
"@vercel/ncc": "npm:0.38.1"
148148
aws-lambda: "npm:^1.0.7"
@@ -172,7 +172,7 @@ __metadata:
172172
"@types/express": "npm:^4.17.21"
173173
"@types/jest": "npm:^29.5.12"
174174
"@types/node": "npm:^22.5.4"
175-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
175+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
176176
"@typescript-eslint/parser": "npm:^8.8.0"
177177
"@vercel/ncc": "npm:0.38.1"
178178
body-parser: "npm:^1.20.3"
@@ -209,7 +209,7 @@ __metadata:
209209
"@types/aws-lambda": "npm:^8.10.145"
210210
"@types/jest": "npm:^29.5.12"
211211
"@types/node": "npm:^22.5.4"
212-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
212+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
213213
"@typescript-eslint/parser": "npm:^8.8.0"
214214
"@vercel/ncc": "npm:^0.38.1"
215215
aws-sdk-client-mock: "npm:^4.0.2"
@@ -245,7 +245,7 @@ __metadata:
245245
"@types/jest": "npm:^29.5.12"
246246
"@types/node": "npm:^22.5.4"
247247
"@types/request": "npm:^2.48.12"
248-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
248+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
249249
"@typescript-eslint/parser": "npm:^8.8.0"
250250
"@vercel/ncc": "npm:^0.38.1"
251251
aws-sdk-client-mock: "npm:^4.0.2"
@@ -274,7 +274,7 @@ __metadata:
274274
"@types/aws-lambda": "npm:^8.10.145"
275275
"@types/jest": "npm:^29.5.12"
276276
"@types/node": "npm:^22.5.4"
277-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
277+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
278278
"@typescript-eslint/parser": "npm:^8.8.0"
279279
"@vercel/ncc": "npm:^0.38.1"
280280
aws-sdk-client-mock: "npm:^4.0.2"
@@ -309,7 +309,7 @@ __metadata:
309309
"@types/express": "npm:^4.17.21"
310310
"@types/jest": "npm:^29.5.12"
311311
"@types/node": "npm:^22.5.4"
312-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
312+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
313313
"@typescript-eslint/parser": "npm:^8.8.0"
314314
"@vercel/ncc": "npm:0.38.1"
315315
aws-lambda: "npm:^1.0.7"
@@ -5324,15 +5324,15 @@ __metadata:
53245324
languageName: node
53255325
linkType: hard
53265326

5327-
"@typescript-eslint/eslint-plugin@npm:^8.8.1":
5328-
version: 8.8.1
5329-
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
5327+
"@typescript-eslint/eslint-plugin@npm:^8.9.0":
5328+
version: 8.9.0
5329+
resolution: "@typescript-eslint/eslint-plugin@npm:8.9.0"
53305330
dependencies:
53315331
"@eslint-community/regexpp": "npm:^4.10.0"
5332-
"@typescript-eslint/scope-manager": "npm:8.8.1"
5333-
"@typescript-eslint/type-utils": "npm:8.8.1"
5334-
"@typescript-eslint/utils": "npm:8.8.1"
5335-
"@typescript-eslint/visitor-keys": "npm:8.8.1"
5332+
"@typescript-eslint/scope-manager": "npm:8.9.0"
5333+
"@typescript-eslint/type-utils": "npm:8.9.0"
5334+
"@typescript-eslint/utils": "npm:8.9.0"
5335+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
53365336
graphemer: "npm:^1.4.0"
53375337
ignore: "npm:^5.3.1"
53385338
natural-compare: "npm:^1.4.0"
@@ -5343,7 +5343,7 @@ __metadata:
53435343
peerDependenciesMeta:
53445344
typescript:
53455345
optional: true
5346-
checksum: 10c0/020a0a482202b34c6665a56ec5902e38ae1870b2600ec1b2092de352b23099dde553781ee8323974f63962ebe164a6304f0019e937afb5cf7854b0e0163ad1ca
5346+
checksum: 10c0/07f273dc270268980bbf65ea5e0c69d05377e42dbdb2dd3f4a1293a3536c049ddfb548eb9ec6e60394c2361c4a15b62b8246951f83e16a9d16799578a74dc691
53475347
languageName: node
53485348
linkType: hard
53495349

@@ -5375,28 +5375,28 @@ __metadata:
53755375
languageName: node
53765376
linkType: hard
53775377

5378-
"@typescript-eslint/scope-manager@npm:8.8.1":
5379-
version: 8.8.1
5380-
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
5378+
"@typescript-eslint/scope-manager@npm:8.9.0":
5379+
version: 8.9.0
5380+
resolution: "@typescript-eslint/scope-manager@npm:8.9.0"
53815381
dependencies:
5382-
"@typescript-eslint/types": "npm:8.8.1"
5383-
"@typescript-eslint/visitor-keys": "npm:8.8.1"
5384-
checksum: 10c0/6f697baf087aedc3f0f228ff964fd108a9dd33fe4e5cc6c914be6367c324cee55629e099832668042bedfec8cdc72c6ef2ca960ee26966dbcc75753059a1352f
5382+
"@typescript-eslint/types": "npm:8.9.0"
5383+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
5384+
checksum: 10c0/1fb77a982e3384d8cabd64678ea8f9de328708080ff9324bf24a44da4e8d7b7692ae4820efc3ef36027bf0fd6a061680d3c30ce63d661fb31e18970fca5e86c5
53855385
languageName: node
53865386
linkType: hard
53875387

5388-
"@typescript-eslint/type-utils@npm:8.8.1":
5389-
version: 8.8.1
5390-
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
5388+
"@typescript-eslint/type-utils@npm:8.9.0":
5389+
version: 8.9.0
5390+
resolution: "@typescript-eslint/type-utils@npm:8.9.0"
53915391
dependencies:
5392-
"@typescript-eslint/typescript-estree": "npm:8.8.1"
5393-
"@typescript-eslint/utils": "npm:8.8.1"
5392+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
5393+
"@typescript-eslint/utils": "npm:8.9.0"
53945394
debug: "npm:^4.3.4"
53955395
ts-api-utils: "npm:^1.3.0"
53965396
peerDependenciesMeta:
53975397
typescript:
53985398
optional: true
5399-
checksum: 10c0/6edfc2b9fca5233dd922141f080377b677db1093ec3e702a3ab52d58f77b91c0fb69479d4d42f125536b8fc0ffa85c07c7de2f17cc4c6fa1df1226ec01e5608c
5399+
checksum: 10c0/aff06afda9ac7d12f750e76c8f91ed8b56eefd3f3f4fbaa93a64411ec9e0bd2c2972f3407e439320d98062b16f508dce7604b8bb2b803fded9d3148e5ee721b1
54005400
languageName: node
54015401
linkType: hard
54025402

@@ -5407,10 +5407,10 @@ __metadata:
54075407
languageName: node
54085408
linkType: hard
54095409

5410-
"@typescript-eslint/types@npm:8.8.1":
5411-
version: 8.8.1
5412-
resolution: "@typescript-eslint/types@npm:8.8.1"
5413-
checksum: 10c0/4b44857332a0b1bfafbeccb8be157f8266d9e226ac723f6af1272b9b670b49444423ddac733655163eb3b90e8c88393a68ab2d7f326f5775371eaf4b9ca31d7b
5410+
"@typescript-eslint/types@npm:8.9.0":
5411+
version: 8.9.0
5412+
resolution: "@typescript-eslint/types@npm:8.9.0"
5413+
checksum: 10c0/8d901b7ed2f943624c24f7fa67f7be9d49a92554d54c4f27397c05b329ceff59a9ea246810b53ff36fca08760c14305dd4ce78fbac7ca0474311b0575bf49010
54145414
languageName: node
54155415
linkType: hard
54165416

@@ -5433,12 +5433,12 @@ __metadata:
54335433
languageName: node
54345434
linkType: hard
54355435

5436-
"@typescript-eslint/typescript-estree@npm:8.8.1":
5437-
version: 8.8.1
5438-
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
5436+
"@typescript-eslint/typescript-estree@npm:8.9.0":
5437+
version: 8.9.0
5438+
resolution: "@typescript-eslint/typescript-estree@npm:8.9.0"
54395439
dependencies:
5440-
"@typescript-eslint/types": "npm:8.8.1"
5441-
"@typescript-eslint/visitor-keys": "npm:8.8.1"
5440+
"@typescript-eslint/types": "npm:8.9.0"
5441+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
54425442
debug: "npm:^4.3.4"
54435443
fast-glob: "npm:^3.3.2"
54445444
is-glob: "npm:^4.0.3"
@@ -5448,21 +5448,21 @@ __metadata:
54485448
peerDependenciesMeta:
54495449
typescript:
54505450
optional: true
5451-
checksum: 10c0/e3b9bc1e925c07833237044271cdc9bd8bdba3e2143dcfc5bf3bf481c89731b666a6fad25333a4b1980ac2f4c6f5e6e42c71206f73f3704e319f6b3b67463a6a
5451+
checksum: 10c0/bb5ec70727f07d1575e95f9d117762636209e1ab073a26c4e873e1e5b4617b000d300a23d294ad81693f7e99abe3e519725452c30b235a253edcd85b6ae052b0
54525452
languageName: node
54535453
linkType: hard
54545454

5455-
"@typescript-eslint/utils@npm:8.8.1":
5456-
version: 8.8.1
5457-
resolution: "@typescript-eslint/utils@npm:8.8.1"
5455+
"@typescript-eslint/utils@npm:8.9.0":
5456+
version: 8.9.0
5457+
resolution: "@typescript-eslint/utils@npm:8.9.0"
54585458
dependencies:
54595459
"@eslint-community/eslint-utils": "npm:^4.4.0"
5460-
"@typescript-eslint/scope-manager": "npm:8.8.1"
5461-
"@typescript-eslint/types": "npm:8.8.1"
5462-
"@typescript-eslint/typescript-estree": "npm:8.8.1"
5460+
"@typescript-eslint/scope-manager": "npm:8.9.0"
5461+
"@typescript-eslint/types": "npm:8.9.0"
5462+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
54635463
peerDependencies:
54645464
eslint: ^8.57.0 || ^9.0.0
5465-
checksum: 10c0/954a2e85ae56a3ebefb6e41fb33c59ffa886963860536e9729a35ecea55eefdc58858c7aa126048c4a61f4fd9997b4f7601e7884ed2b3e4e7a46c9e4617a9f29
5465+
checksum: 10c0/af13e3d501060bdc5fa04b131b3f9a90604e5c1d4845d1f8bd94b703a3c146a76debfc21fe65a7f3a0459ed6c57cf2aa3f0a052469bb23b6f35ff853fe9495b1
54665466
languageName: node
54675467
linkType: hard
54685468

@@ -5476,13 +5476,13 @@ __metadata:
54765476
languageName: node
54775477
linkType: hard
54785478

5479-
"@typescript-eslint/visitor-keys@npm:8.8.1":
5480-
version: 8.8.1
5481-
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
5479+
"@typescript-eslint/visitor-keys@npm:8.9.0":
5480+
version: 8.9.0
5481+
resolution: "@typescript-eslint/visitor-keys@npm:8.9.0"
54825482
dependencies:
5483-
"@typescript-eslint/types": "npm:8.8.1"
5483+
"@typescript-eslint/types": "npm:8.9.0"
54845484
eslint-visitor-keys: "npm:^3.4.3"
5485-
checksum: 10c0/6f917090b61277bd443aa851c532c4a9cc91ad57aedf185c5dff0c530f158cce84ef815833bd8deffa87f0bbf7a9f1abd1e02e30af2463c4e7f27c0c08f59080
5485+
checksum: 10c0/e33208b946841f1838d87d64f4ee230f798e68bdce8c181d3ac0abb567f758cb9c4bdccc919d493167869f413ca4c400e7db0f7dd7e8fc84ab6a8344076a7458
54865486
languageName: node
54875487
linkType: hard
54885488

0 commit comments

Comments
 (0)