Skip to content

Commit b714bd5

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.22.0 to 8.25.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.25.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 c4ee577 commit b714bd5

File tree

8 files changed

+77
-86
lines changed

8 files changed

+77
-86
lines changed

lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.13.5",
23-
"@typescript-eslint/eslint-plugin": "^8.22.0",
23+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2424
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.13.5",
23-
"@typescript-eslint/eslint-plugin": "^8.22.0",
23+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2424
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.13.5",
2323
"@types/request": "^2.48.12",
24-
"@typescript-eslint/eslint-plugin": "^8.22.0",
24+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2525
"@typescript-eslint/parser": "^8.23.0",
2626
"@vercel/ncc": "^0.38.3",
2727
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.13.5",
21-
"@typescript-eslint/eslint-plugin": "^8.22.0",
21+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "^0.38.3",
2424
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/express": "^5.0.0",
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.13.5",
25-
"@typescript-eslint/eslint-plugin": "^8.22.0",
25+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2626
"@typescript-eslint/parser": "^8.23.0",
2727
"@vercel/ncc": "0.38.3",
2828
"body-parser": "^1.20.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.13.5",
21-
"@typescript-eslint/eslint-plugin": "^8.22.0",
21+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.13.5",
21-
"@typescript-eslint/eslint-plugin": "^8.22.0",
21+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",

lambdas/yarn.lock

+70-79
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ __metadata:
110110
"@types/aws-lambda": "npm:^8.10.146"
111111
"@types/jest": "npm:^29.5.14"
112112
"@types/node": "npm:^22.13.5"
113-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
113+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
114114
"@typescript-eslint/parser": "npm:^8.23.0"
115115
"@vercel/ncc": "npm:^0.38.3"
116116
aws-sdk-client-mock: "npm:^4.1.0"
@@ -141,7 +141,7 @@ __metadata:
141141
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/jest": "npm:^29.5.14"
143143
"@types/node": "npm:^22.13.5"
144-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
144+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
145145
"@typescript-eslint/parser": "npm:^8.23.0"
146146
"@vercel/ncc": "npm:0.38.3"
147147
aws-lambda: "npm:^1.0.7"
@@ -170,7 +170,7 @@ __metadata:
170170
"@types/aws-lambda": "npm:^8.10.146"
171171
"@types/jest": "npm:^29.5.14"
172172
"@types/node": "npm:^22.13.5"
173-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
173+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
174174
"@typescript-eslint/parser": "npm:^8.23.0"
175175
"@vercel/ncc": "npm:0.38.3"
176176
body-parser: "npm:^1.20.3"
@@ -207,7 +207,7 @@ __metadata:
207207
"@types/aws-lambda": "npm:^8.10.146"
208208
"@types/jest": "npm:^29.5.14"
209209
"@types/node": "npm:^22.13.5"
210-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
210+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
211211
"@typescript-eslint/parser": "npm:^8.23.0"
212212
"@vercel/ncc": "npm:^0.38.3"
213213
aws-sdk-client-mock: "npm:^4.1.0"
@@ -243,7 +243,7 @@ __metadata:
243243
"@types/jest": "npm:^29.5.14"
244244
"@types/node": "npm:^22.13.5"
245245
"@types/request": "npm:^2.48.12"
246-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
246+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
247247
"@typescript-eslint/parser": "npm:^8.23.0"
248248
"@vercel/ncc": "npm:^0.38.3"
249249
aws-sdk-client-mock: "npm:^4.1.0"
@@ -272,7 +272,7 @@ __metadata:
272272
"@types/aws-lambda": "npm:^8.10.146"
273273
"@types/jest": "npm:^29.5.14"
274274
"@types/node": "npm:^22.13.5"
275-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
275+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
276276
"@typescript-eslint/parser": "npm:^8.23.0"
277277
"@vercel/ncc": "npm:^0.38.3"
278278
aws-sdk-client-mock: "npm:^4.1.0"
@@ -308,7 +308,7 @@ __metadata:
308308
"@types/express": "npm:^5.0.0"
309309
"@types/jest": "npm:^29.5.14"
310310
"@types/node": "npm:^22.13.5"
311-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
311+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
312312
"@typescript-eslint/parser": "npm:^8.23.0"
313313
"@vercel/ncc": "npm:0.38.3"
314314
aws-lambda: "npm:^1.0.7"
@@ -5462,24 +5462,24 @@ __metadata:
54625462
languageName: node
54635463
linkType: hard
54645464

5465-
"@typescript-eslint/eslint-plugin@npm:^8.22.0":
5466-
version: 8.22.0
5467-
resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0"
5465+
"@typescript-eslint/eslint-plugin@npm:^8.25.0":
5466+
version: 8.25.0
5467+
resolution: "@typescript-eslint/eslint-plugin@npm:8.25.0"
54685468
dependencies:
54695469
"@eslint-community/regexpp": "npm:^4.10.0"
5470-
"@typescript-eslint/scope-manager": "npm:8.22.0"
5471-
"@typescript-eslint/type-utils": "npm:8.22.0"
5472-
"@typescript-eslint/utils": "npm:8.22.0"
5473-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5470+
"@typescript-eslint/scope-manager": "npm:8.25.0"
5471+
"@typescript-eslint/type-utils": "npm:8.25.0"
5472+
"@typescript-eslint/utils": "npm:8.25.0"
5473+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
54745474
graphemer: "npm:^1.4.0"
54755475
ignore: "npm:^5.3.1"
54765476
natural-compare: "npm:^1.4.0"
5477-
ts-api-utils: "npm:^2.0.0"
5477+
ts-api-utils: "npm:^2.0.1"
54785478
peerDependencies:
54795479
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
54805480
eslint: ^8.57.0 || ^9.0.0
54815481
typescript: ">=4.8.4 <5.8.0"
5482-
checksum: 10c0/eecc23e05287cc99a43855d64c0f0898f690ee14b8c31b60ba92ce9732443f6b0c9695514b276fb2ecd27e64c15d4c38cd28b570779115525b4dfdbba60e81ca
5482+
checksum: 10c0/11d63850f5f03b29cd31166f8da111788dc74e46877c2e16a5c488d6c4aa4b6c68c0857b9a396ad920aa7f0f3e7166f4faecbb194c19cd2bb9d3f687c5d2b292
54835483
languageName: node
54845484
linkType: hard
54855485

@@ -5499,16 +5499,6 @@ __metadata:
54995499
languageName: node
55005500
linkType: hard
55015501

5502-
"@typescript-eslint/scope-manager@npm:8.22.0":
5503-
version: 8.22.0
5504-
resolution: "@typescript-eslint/scope-manager@npm:8.22.0"
5505-
dependencies:
5506-
"@typescript-eslint/types": "npm:8.22.0"
5507-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5508-
checksum: 10c0/f393ab32086f4b095fcd77169abb5200ad94f282860944d164cec8c9b70090c36235f49b066ba24dfd953201b7730e48200a254e5950a9a3565acdacbbc0fd64
5509-
languageName: node
5510-
linkType: hard
5511-
55125502
"@typescript-eslint/scope-manager@npm:8.23.0":
55135503
version: 8.23.0
55145504
resolution: "@typescript-eslint/scope-manager@npm:8.23.0"
@@ -5519,25 +5509,28 @@ __metadata:
55195509
languageName: node
55205510
linkType: hard
55215511

5522-
"@typescript-eslint/type-utils@npm:8.22.0":
5523-
version: 8.22.0
5524-
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
5512+
"@typescript-eslint/scope-manager@npm:8.25.0":
5513+
version: 8.25.0
5514+
resolution: "@typescript-eslint/scope-manager@npm:8.25.0"
5515+
dependencies:
5516+
"@typescript-eslint/types": "npm:8.25.0"
5517+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
5518+
checksum: 10c0/0a53a07873bdb569be38053ec006009cc8ba6b12c538b6df0935afd18e431cb17da1eb15b0c9cd267ac211c47aaa44fbc8d7ff3b7b44ff711621ff305fa3b355
5519+
languageName: node
5520+
linkType: hard
5521+
5522+
"@typescript-eslint/type-utils@npm:8.25.0":
5523+
version: 8.25.0
5524+
resolution: "@typescript-eslint/type-utils@npm:8.25.0"
55255525
dependencies:
5526-
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5527-
"@typescript-eslint/utils": "npm:8.22.0"
5526+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
5527+
"@typescript-eslint/utils": "npm:8.25.0"
55285528
debug: "npm:^4.3.4"
5529-
ts-api-utils: "npm:^2.0.0"
5529+
ts-api-utils: "npm:^2.0.1"
55305530
peerDependencies:
55315531
eslint: ^8.57.0 || ^9.0.0
55325532
typescript: ">=4.8.4 <5.8.0"
5533-
checksum: 10c0/dc457d9184dc2156eda225c63de03b1052d75464d6393edaf0f1728eecf64170f73e19bc9b9d4a4a029870ce25015b59bd6705e1e18b731ca4fcecac4398bfb7
5534-
languageName: node
5535-
linkType: hard
5536-
5537-
"@typescript-eslint/types@npm:8.22.0":
5538-
version: 8.22.0
5539-
resolution: "@typescript-eslint/types@npm:8.22.0"
5540-
checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18
5533+
checksum: 10c0/b7477a2d239cfd337f7d28641666763cf680a43a8d377a09dc42415f715670d35fbb4e772e103dfe8cd620c377e66bce740106bb3983ee65a739c28fab7325d1
55415534
languageName: node
55425535
linkType: hard
55435536

@@ -5548,21 +5541,10 @@ __metadata:
55485541
languageName: node
55495542
linkType: hard
55505543

5551-
"@typescript-eslint/typescript-estree@npm:8.22.0":
5552-
version: 8.22.0
5553-
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
5554-
dependencies:
5555-
"@typescript-eslint/types": "npm:8.22.0"
5556-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5557-
debug: "npm:^4.3.4"
5558-
fast-glob: "npm:^3.3.2"
5559-
is-glob: "npm:^4.0.3"
5560-
minimatch: "npm:^9.0.4"
5561-
semver: "npm:^7.6.0"
5562-
ts-api-utils: "npm:^2.0.0"
5563-
peerDependencies:
5564-
typescript: ">=4.8.4 <5.8.0"
5565-
checksum: 10c0/0a9d77fbadfb1e54c06abde424e461103576595c70e50ae8a15a3d7c07f125f253f505208e1ea5cc483b9073d95fc10ce0c4ddfe0fe08ec2aceda6314c341e0d
5544+
"@typescript-eslint/types@npm:8.25.0":
5545+
version: 8.25.0
5546+
resolution: "@typescript-eslint/types@npm:8.25.0"
5547+
checksum: 10c0/b39addbee4be4d66e3089c2d01f9f1d69cedc13bff20e4fa9ed0ca5a0e7591d7c6e41ab3763c8c35404f971bc0fbf9f7867dbc2832740e5b63ee0049d60289f5
55665548
languageName: node
55675549
linkType: hard
55685550

@@ -5584,28 +5566,36 @@ __metadata:
55845566
languageName: node
55855567
linkType: hard
55865568

5587-
"@typescript-eslint/utils@npm:8.22.0":
5588-
version: 8.22.0
5589-
resolution: "@typescript-eslint/utils@npm:8.22.0"
5569+
"@typescript-eslint/typescript-estree@npm:8.25.0":
5570+
version: 8.25.0
5571+
resolution: "@typescript-eslint/typescript-estree@npm:8.25.0"
55905572
dependencies:
5591-
"@eslint-community/eslint-utils": "npm:^4.4.0"
5592-
"@typescript-eslint/scope-manager": "npm:8.22.0"
5593-
"@typescript-eslint/types": "npm:8.22.0"
5594-
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5573+
"@typescript-eslint/types": "npm:8.25.0"
5574+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
5575+
debug: "npm:^4.3.4"
5576+
fast-glob: "npm:^3.3.2"
5577+
is-glob: "npm:^4.0.3"
5578+
minimatch: "npm:^9.0.4"
5579+
semver: "npm:^7.6.0"
5580+
ts-api-utils: "npm:^2.0.1"
55955581
peerDependencies:
5596-
eslint: ^8.57.0 || ^9.0.0
55975582
typescript: ">=4.8.4 <5.8.0"
5598-
checksum: 10c0/6f1e3f9c0fb865c8cef4fdca04679cea7357ed011338b54d80550e9ad5369a3f24cbe4b0985d293192fe351fa133e5f4ea401f47af90bb46c21903bfe087b398
5583+
checksum: 10c0/fc9de1c4f6ab81fb80b632dedef84d1ecf4c0abdc5f5246698deb6d86d5c6b5d582ef8a44fdef445bf7fbfa6658db516fe875c9d7c984bf4802e3a508b061856
55995584
languageName: node
56005585
linkType: hard
56015586

5602-
"@typescript-eslint/visitor-keys@npm:8.22.0":
5603-
version: 8.22.0
5604-
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
5587+
"@typescript-eslint/utils@npm:8.25.0":
5588+
version: 8.25.0
5589+
resolution: "@typescript-eslint/utils@npm:8.25.0"
56055590
dependencies:
5606-
"@typescript-eslint/types": "npm:8.22.0"
5607-
eslint-visitor-keys: "npm:^4.2.0"
5608-
checksum: 10c0/fd83d2feadaf79950427fbbc3d23ca01cf4646ce7e0dd515a9c881d31ec1cc768e7b8898d3af065e31df39452501a3345092581cbfccac89e89d293519540557
5591+
"@eslint-community/eslint-utils": "npm:^4.4.0"
5592+
"@typescript-eslint/scope-manager": "npm:8.25.0"
5593+
"@typescript-eslint/types": "npm:8.25.0"
5594+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
5595+
peerDependencies:
5596+
eslint: ^8.57.0 || ^9.0.0
5597+
typescript: ">=4.8.4 <5.8.0"
5598+
checksum: 10c0/cd15c4919f02899fd3975049a0a051a1455332a108c085a3e90ae9872e2cddac7f20a9a2c616f1366fca84274649e836ad6a437c9c5ead0bdabf5a123d12403f
56095599
languageName: node
56105600
linkType: hard
56115601

@@ -5619,6 +5609,16 @@ __metadata:
56195609
languageName: node
56205610
linkType: hard
56215611

5612+
"@typescript-eslint/visitor-keys@npm:8.25.0":
5613+
version: 8.25.0
5614+
resolution: "@typescript-eslint/visitor-keys@npm:8.25.0"
5615+
dependencies:
5616+
"@typescript-eslint/types": "npm:8.25.0"
5617+
eslint-visitor-keys: "npm:^4.2.0"
5618+
checksum: 10c0/7eb84c5899a25b1eb89d3c3f4be3ff18171f934669c57e2530b6dfa5fdd6eaae60629f3c89d06f4c8075fd1c701de76c0b9194e2922895c661ab6091e48f7db9
5619+
languageName: node
5620+
linkType: hard
5621+
56225622
"@ungap/structured-clone@npm:^1.2.0":
56235623
version: 1.2.0
56245624
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -11166,15 +11166,6 @@ __metadata:
1116611166
languageName: node
1116711167
linkType: hard
1116811168

11169-
"ts-api-utils@npm:^2.0.0":
11170-
version: 2.0.0
11171-
resolution: "ts-api-utils@npm:2.0.0"
11172-
peerDependencies:
11173-
typescript: ">=4.8.4"
11174-
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
11175-
languageName: node
11176-
linkType: hard
11177-
1117811169
"ts-api-utils@npm:^2.0.1":
1117911170
version: 2.0.1
1118011171
resolution: "ts-api-utils@npm:2.0.1"

0 commit comments

Comments
 (0)