Skip to content

Commit cda2515

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 7.18.0 to 8.7.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.7.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 819e12f commit cda2515

File tree

8 files changed

+85
-41
lines changed

8 files changed

+85
-41
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.143",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.7.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",

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.143",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.7.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",

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.12",
2222
"@types/node": "^22.5.4",
2323
"@types/request": "^2.48.12",
24-
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.7.0",
2525
"@typescript-eslint/parser": "^7.18.0",
2626
"@vercel/ncc": "^0.38.1",
2727
"aws-sdk-client-mock": "^4.0.2",

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.143",
1919
"@types/jest": "^29.5.12",
2020
"@types/node": "^22.5.4",
21-
"@typescript-eslint/eslint-plugin": "^7.18.0",
21+
"@typescript-eslint/eslint-plugin": "^8.7.0",
2222
"@typescript-eslint/parser": "^7.18.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^4.0.2",

lambdas/functions/webhook/package.json

+1-1
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": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.7.0",
2525
"@typescript-eslint/parser": "^7.18.0",
2626
"@vercel/ncc": "0.38.1",
2727
"body-parser": "^1.20.3",

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

+1-1
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": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.7.0",
2323
"@typescript-eslint/parser": "^7.18.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",

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

+1-1
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": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.7.0",
2323
"@typescript-eslint/parser": "^7.18.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",

lambdas/yarn.lock

+78-34
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ __metadata:
110110
"@types/aws-lambda": "npm:^8.10.143"
111111
"@types/jest": "npm:^29.5.12"
112112
"@types/node": "npm:^22.5.4"
113-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
113+
"@typescript-eslint/eslint-plugin": "npm:^8.7.0"
114114
"@typescript-eslint/parser": "npm:^7.18.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:^7.18.0"
145+
"@typescript-eslint/eslint-plugin": "npm:^8.7.0"
146146
"@typescript-eslint/parser": "npm:^7.18.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:^7.18.0"
175+
"@typescript-eslint/eslint-plugin": "npm:^8.7.0"
176176
"@typescript-eslint/parser": "npm:^7.18.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.143"
210210
"@types/jest": "npm:^29.5.12"
211211
"@types/node": "npm:^22.5.4"
212-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
212+
"@typescript-eslint/eslint-plugin": "npm:^8.7.0"
213213
"@typescript-eslint/parser": "npm:^7.18.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:^7.18.0"
248+
"@typescript-eslint/eslint-plugin": "npm:^8.7.0"
249249
"@typescript-eslint/parser": "npm:^7.18.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.143"
275275
"@types/jest": "npm:^29.5.12"
276276
"@types/node": "npm:^22.5.4"
277-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
277+
"@typescript-eslint/eslint-plugin": "npm:^8.7.0"
278278
"@typescript-eslint/parser": "npm:^7.18.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:^7.18.0"
312+
"@typescript-eslint/eslint-plugin": "npm:^8.7.0"
313313
"@typescript-eslint/parser": "npm:^7.18.0"
314314
"@vercel/ncc": "npm:0.38.1"
315315
aws-lambda: "npm:^1.0.7"
@@ -5360,26 +5360,26 @@ __metadata:
53605360
languageName: node
53615361
linkType: hard
53625362

5363-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
5364-
version: 7.18.0
5365-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
5363+
"@typescript-eslint/eslint-plugin@npm:^8.7.0":
5364+
version: 8.7.0
5365+
resolution: "@typescript-eslint/eslint-plugin@npm:8.7.0"
53665366
dependencies:
53675367
"@eslint-community/regexpp": "npm:^4.10.0"
5368-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5369-
"@typescript-eslint/type-utils": "npm:7.18.0"
5370-
"@typescript-eslint/utils": "npm:7.18.0"
5371-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
5368+
"@typescript-eslint/scope-manager": "npm:8.7.0"
5369+
"@typescript-eslint/type-utils": "npm:8.7.0"
5370+
"@typescript-eslint/utils": "npm:8.7.0"
5371+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
53725372
graphemer: "npm:^1.4.0"
53735373
ignore: "npm:^5.3.1"
53745374
natural-compare: "npm:^1.4.0"
53755375
ts-api-utils: "npm:^1.3.0"
53765376
peerDependencies:
5377-
"@typescript-eslint/parser": ^7.0.0
5378-
eslint: ^8.56.0
5377+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
5378+
eslint: ^8.57.0 || ^9.0.0
53795379
peerDependenciesMeta:
53805380
typescript:
53815381
optional: true
5382-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
5382+
checksum: 10c0/f04d6fa6a30e32d51feba0f08789f75ca77b6b67cfe494bdbd9aafa241871edc918fa8b344dc9d13dd59ae055d42c3920f0e542534f929afbfdca653dae598fa
53835383
languageName: node
53845384
linkType: hard
53855385

@@ -5411,20 +5411,28 @@ __metadata:
54115411
languageName: node
54125412
linkType: hard
54135413

5414-
"@typescript-eslint/type-utils@npm:7.18.0":
5415-
version: 7.18.0
5416-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
5414+
"@typescript-eslint/scope-manager@npm:8.7.0":
5415+
version: 8.7.0
5416+
resolution: "@typescript-eslint/scope-manager@npm:8.7.0"
54175417
dependencies:
5418-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5419-
"@typescript-eslint/utils": "npm:7.18.0"
5418+
"@typescript-eslint/types": "npm:8.7.0"
5419+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
5420+
checksum: 10c0/8b731a0d0bd3e8f6a322b3b25006f56879b5d2aad86625070fa438b803cf938cb8d5c597758bfa0d65d6e142b204dc6f363fa239bc44280a74e25aa427408eda
5421+
languageName: node
5422+
linkType: hard
5423+
5424+
"@typescript-eslint/type-utils@npm:8.7.0":
5425+
version: 8.7.0
5426+
resolution: "@typescript-eslint/type-utils@npm:8.7.0"
5427+
dependencies:
5428+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
5429+
"@typescript-eslint/utils": "npm:8.7.0"
54205430
debug: "npm:^4.3.4"
54215431
ts-api-utils: "npm:^1.3.0"
5422-
peerDependencies:
5423-
eslint: ^8.56.0
54245432
peerDependenciesMeta:
54255433
typescript:
54265434
optional: true
5427-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
5435+
checksum: 10c0/2bd9fb93a50ff1c060af41528e39c775ae93b09dd71450defdb42a13c68990dd388460ae4e81fb2f4a49c38dc12152c515d43e845eca6198c44b14aab66733bc
54285436
languageName: node
54295437
linkType: hard
54305438

@@ -5435,6 +5443,13 @@ __metadata:
54355443
languageName: node
54365444
linkType: hard
54375445

5446+
"@typescript-eslint/types@npm:8.7.0":
5447+
version: 8.7.0
5448+
resolution: "@typescript-eslint/types@npm:8.7.0"
5449+
checksum: 10c0/f7529eaea4ecc0f5e2d94ea656db8f930f6d1c1e65a3ffcb2f6bec87361173de2ea981405c2c483a35a927b3bdafb606319a1d0395a6feb1284448c8ba74c31e
5450+
languageName: node
5451+
linkType: hard
5452+
54385453
"@typescript-eslint/typescript-estree@npm:7.18.0":
54395454
version: 7.18.0
54405455
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -5454,17 +5469,36 @@ __metadata:
54545469
languageName: node
54555470
linkType: hard
54565471

5457-
"@typescript-eslint/utils@npm:7.18.0":
5458-
version: 7.18.0
5459-
resolution: "@typescript-eslint/utils@npm:7.18.0"
5472+
"@typescript-eslint/typescript-estree@npm:8.7.0":
5473+
version: 8.7.0
5474+
resolution: "@typescript-eslint/typescript-estree@npm:8.7.0"
5475+
dependencies:
5476+
"@typescript-eslint/types": "npm:8.7.0"
5477+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
5478+
debug: "npm:^4.3.4"
5479+
fast-glob: "npm:^3.3.2"
5480+
is-glob: "npm:^4.0.3"
5481+
minimatch: "npm:^9.0.4"
5482+
semver: "npm:^7.6.0"
5483+
ts-api-utils: "npm:^1.3.0"
5484+
peerDependenciesMeta:
5485+
typescript:
5486+
optional: true
5487+
checksum: 10c0/d714605b6920a9631ab1511b569c1c158b1681c09005ab240125c442a63e906048064151a61ce5eb5f8fe75cea861ce5ae1d87be9d7296b012e4ab6d88755e8b
5488+
languageName: node
5489+
linkType: hard
5490+
5491+
"@typescript-eslint/utils@npm:8.7.0":
5492+
version: 8.7.0
5493+
resolution: "@typescript-eslint/utils@npm:8.7.0"
54605494
dependencies:
54615495
"@eslint-community/eslint-utils": "npm:^4.4.0"
5462-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5463-
"@typescript-eslint/types": "npm:7.18.0"
5464-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5496+
"@typescript-eslint/scope-manager": "npm:8.7.0"
5497+
"@typescript-eslint/types": "npm:8.7.0"
5498+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
54655499
peerDependencies:
5466-
eslint: ^8.56.0
5467-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
5500+
eslint: ^8.57.0 || ^9.0.0
5501+
checksum: 10c0/7355b754ce2fc118773ed27a3e02b7dfae270eec73c2d896738835ecf842e8309544dfd22c5105aba6cae2787bfdd84129bbc42f4b514f57909dc7f6890b8eba
54685502
languageName: node
54695503
linkType: hard
54705504

@@ -5478,6 +5512,16 @@ __metadata:
54785512
languageName: node
54795513
linkType: hard
54805514

5515+
"@typescript-eslint/visitor-keys@npm:8.7.0":
5516+
version: 8.7.0
5517+
resolution: "@typescript-eslint/visitor-keys@npm:8.7.0"
5518+
dependencies:
5519+
"@typescript-eslint/types": "npm:8.7.0"
5520+
eslint-visitor-keys: "npm:^3.4.3"
5521+
checksum: 10c0/1240da13c15f9f875644b933b0ad73713ef12f1db5715236824c1ec359e6ef082ce52dd9b2186d40e28be6a816a208c226e6e9af96e5baeb24b4399fe786ae7c
5522+
languageName: node
5523+
linkType: hard
5524+
54815525
"@ungap/structured-clone@npm:^1.2.0":
54825526
version: 1.2.0
54835527
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -7201,7 +7245,7 @@ __metadata:
72017245
languageName: node
72027246
linkType: hard
72037247

7204-
"fast-glob@npm:^3.2.9":
7248+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
72057249
version: 3.3.2
72067250
resolution: "fast-glob@npm:3.3.2"
72077251
dependencies:

0 commit comments

Comments
 (0)