Skip to content

Commit 1a550c5

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.3.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.3.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 7d76eec commit 1a550c5

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.4.1",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.3.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.1",

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.4.1",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.3.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.1",

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

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.4.1",
21-
"@typescript-eslint/eslint-plugin": "^7.18.0",
21+
"@typescript-eslint/eslint-plugin": "^8.3.0",
2222
"@typescript-eslint/parser": "^7.18.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^4.0.1",

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

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

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

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.4.1"
113-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
113+
"@typescript-eslint/eslint-plugin": "npm:^8.3.0"
114114
"@typescript-eslint/parser": "npm:^7.18.0"
115115
"@vercel/ncc": "npm:^0.38.1"
116116
aws-sdk-client-mock: "npm:^4.0.1"
@@ -142,7 +142,7 @@ __metadata:
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.12"
144144
"@types/node": "npm:^22.4.1"
145-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
145+
"@typescript-eslint/eslint-plugin": "npm:^8.3.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.4.1"
175-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
175+
"@typescript-eslint/eslint-plugin": "npm:^8.3.0"
176176
"@typescript-eslint/parser": "npm:^7.18.0"
177177
"@vercel/ncc": "npm:0.38.1"
178178
body-parser: "npm:^1.20.2"
@@ -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.4.1"
212-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
212+
"@typescript-eslint/eslint-plugin": "npm:^8.3.0"
213213
"@typescript-eslint/parser": "npm:^7.18.0"
214214
"@vercel/ncc": "npm:^0.38.1"
215215
aws-sdk-client-mock: "npm:^4.0.1"
@@ -245,7 +245,7 @@ __metadata:
245245
"@types/jest": "npm:^29.5.12"
246246
"@types/node": "npm:^22.4.1"
247247
"@types/request": "npm:^2.48.12"
248-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
248+
"@typescript-eslint/eslint-plugin": "npm:^8.3.0"
249249
"@typescript-eslint/parser": "npm:^7.18.0"
250250
"@vercel/ncc": "npm:^0.38.1"
251251
aws-sdk-client-mock: "npm:^4.0.1"
@@ -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.4.1"
277-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
277+
"@typescript-eslint/eslint-plugin": "npm:^8.3.0"
278278
"@typescript-eslint/parser": "npm:^7.18.0"
279279
"@vercel/ncc": "npm:^0.38.1"
280280
aws-sdk-client-mock: "npm:^4.0.1"
@@ -309,7 +309,7 @@ __metadata:
309309
"@types/express": "npm:^4.17.21"
310310
"@types/jest": "npm:^29.5.12"
311311
"@types/node": "npm:^22.4.1"
312-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
312+
"@typescript-eslint/eslint-plugin": "npm:^8.3.0"
313313
"@typescript-eslint/parser": "npm:^7.18.0"
314314
"@vercel/ncc": "npm:0.38.1"
315315
aws-lambda: "npm:^1.0.7"
@@ -5320,26 +5320,26 @@ __metadata:
53205320
languageName: node
53215321
linkType: hard
53225322

5323-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
5324-
version: 7.18.0
5325-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
5323+
"@typescript-eslint/eslint-plugin@npm:^8.3.0":
5324+
version: 8.3.0
5325+
resolution: "@typescript-eslint/eslint-plugin@npm:8.3.0"
53265326
dependencies:
53275327
"@eslint-community/regexpp": "npm:^4.10.0"
5328-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5329-
"@typescript-eslint/type-utils": "npm:7.18.0"
5330-
"@typescript-eslint/utils": "npm:7.18.0"
5331-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
5328+
"@typescript-eslint/scope-manager": "npm:8.3.0"
5329+
"@typescript-eslint/type-utils": "npm:8.3.0"
5330+
"@typescript-eslint/utils": "npm:8.3.0"
5331+
"@typescript-eslint/visitor-keys": "npm:8.3.0"
53325332
graphemer: "npm:^1.4.0"
53335333
ignore: "npm:^5.3.1"
53345334
natural-compare: "npm:^1.4.0"
53355335
ts-api-utils: "npm:^1.3.0"
53365336
peerDependencies:
5337-
"@typescript-eslint/parser": ^7.0.0
5338-
eslint: ^8.56.0
5337+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
5338+
eslint: ^8.57.0 || ^9.0.0
53395339
peerDependenciesMeta:
53405340
typescript:
53415341
optional: true
5342-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
5342+
checksum: 10c0/d5242b16b8602ab5817cf04b35ac7208b6bee530730eeed6eab886667d1f2c5fac1537b3e33c453393090a1c6fcd50f727c07f5168985a00e7d23d1f99576988
53435343
languageName: node
53445344
linkType: hard
53455345

@@ -5371,20 +5371,28 @@ __metadata:
53715371
languageName: node
53725372
linkType: hard
53735373

5374-
"@typescript-eslint/type-utils@npm:7.18.0":
5375-
version: 7.18.0
5376-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
5374+
"@typescript-eslint/scope-manager@npm:8.3.0":
5375+
version: 8.3.0
5376+
resolution: "@typescript-eslint/scope-manager@npm:8.3.0"
53775377
dependencies:
5378-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5379-
"@typescript-eslint/utils": "npm:7.18.0"
5378+
"@typescript-eslint/types": "npm:8.3.0"
5379+
"@typescript-eslint/visitor-keys": "npm:8.3.0"
5380+
checksum: 10c0/24d093505d444a07db88f9ab44af04eb738ce523ac3f98b0a641cf3a3ee38d18aff9f72bbf2b2e2d9f45e57c973f31016f1e224cd8ab773f6e7c3477c5a09ad3
5381+
languageName: node
5382+
linkType: hard
5383+
5384+
"@typescript-eslint/type-utils@npm:8.3.0":
5385+
version: 8.3.0
5386+
resolution: "@typescript-eslint/type-utils@npm:8.3.0"
5387+
dependencies:
5388+
"@typescript-eslint/typescript-estree": "npm:8.3.0"
5389+
"@typescript-eslint/utils": "npm:8.3.0"
53805390
debug: "npm:^4.3.4"
53815391
ts-api-utils: "npm:^1.3.0"
5382-
peerDependencies:
5383-
eslint: ^8.56.0
53845392
peerDependenciesMeta:
53855393
typescript:
53865394
optional: true
5387-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
5395+
checksum: 10c0/0e4b42ff2bfcd1727893bb7fe5fcf1aa808b45b5f690c249c68ce7aff68ddfba3d8b1565de2f08972915df23fa7ab114c09f507668e9b0b63faf1e34a5091706
53885396
languageName: node
53895397
linkType: hard
53905398

@@ -5395,6 +5403,13 @@ __metadata:
53955403
languageName: node
53965404
linkType: hard
53975405

5406+
"@typescript-eslint/types@npm:8.3.0":
5407+
version: 8.3.0
5408+
resolution: "@typescript-eslint/types@npm:8.3.0"
5409+
checksum: 10c0/5cd733af7ffa0cdaa5842f6c5e275b3a5c9b98dc49bf1bb9df1f0b51d346bef2a10a827d886f60492d502218a272e935cef50b4f7c69100217d5b10a2499c7b1
5410+
languageName: node
5411+
linkType: hard
5412+
53985413
"@typescript-eslint/typescript-estree@npm:7.18.0":
53995414
version: 7.18.0
54005415
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -5414,17 +5429,36 @@ __metadata:
54145429
languageName: node
54155430
linkType: hard
54165431

5417-
"@typescript-eslint/utils@npm:7.18.0":
5418-
version: 7.18.0
5419-
resolution: "@typescript-eslint/utils@npm:7.18.0"
5432+
"@typescript-eslint/typescript-estree@npm:8.3.0":
5433+
version: 8.3.0
5434+
resolution: "@typescript-eslint/typescript-estree@npm:8.3.0"
5435+
dependencies:
5436+
"@typescript-eslint/types": "npm:8.3.0"
5437+
"@typescript-eslint/visitor-keys": "npm:8.3.0"
5438+
debug: "npm:^4.3.4"
5439+
fast-glob: "npm:^3.3.2"
5440+
is-glob: "npm:^4.0.3"
5441+
minimatch: "npm:^9.0.4"
5442+
semver: "npm:^7.6.0"
5443+
ts-api-utils: "npm:^1.3.0"
5444+
peerDependenciesMeta:
5445+
typescript:
5446+
optional: true
5447+
checksum: 10c0/dd73aa1a9d7b5c7e6238e766e6ecdb6d87a9b28a24815258b7bbdc59c49fb525d3fe15d9b7c672e2220678f9d5fabdd9615e4cd5ee97a102fd46023ec0735d50
5448+
languageName: node
5449+
linkType: hard
5450+
5451+
"@typescript-eslint/utils@npm:8.3.0":
5452+
version: 8.3.0
5453+
resolution: "@typescript-eslint/utils@npm:8.3.0"
54205454
dependencies:
54215455
"@eslint-community/eslint-utils": "npm:^4.4.0"
5422-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5423-
"@typescript-eslint/types": "npm:7.18.0"
5424-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5456+
"@typescript-eslint/scope-manager": "npm:8.3.0"
5457+
"@typescript-eslint/types": "npm:8.3.0"
5458+
"@typescript-eslint/typescript-estree": "npm:8.3.0"
54255459
peerDependencies:
5426-
eslint: ^8.56.0
5427-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
5460+
eslint: ^8.57.0 || ^9.0.0
5461+
checksum: 10c0/e4e9e820cf4b4775bb66b2293a2a827897edaba88577b63df317b50752a01d542be521cc4842976fbbd93e08b9e273ce9d20e23768d06de68a83d68cc0f68a93
54285462
languageName: node
54295463
linkType: hard
54305464

@@ -5438,6 +5472,16 @@ __metadata:
54385472
languageName: node
54395473
linkType: hard
54405474

5475+
"@typescript-eslint/visitor-keys@npm:8.3.0":
5476+
version: 8.3.0
5477+
resolution: "@typescript-eslint/visitor-keys@npm:8.3.0"
5478+
dependencies:
5479+
"@typescript-eslint/types": "npm:8.3.0"
5480+
eslint-visitor-keys: "npm:^3.4.3"
5481+
checksum: 10c0/4c19216636f2cc25026fe20d2832d857f05c262eba78bc4159121c696199e44cac68443565959f9336372f7686a14b452867300cf4deb3c0507b8dbde88ac0e6
5482+
languageName: node
5483+
linkType: hard
5484+
54415485
"@ungap/structured-clone@npm:^1.2.0":
54425486
version: 1.2.0
54435487
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -7114,7 +7158,7 @@ __metadata:
71147158
languageName: node
71157159
linkType: hard
71167160

7117-
"fast-glob@npm:^3.2.9":
7161+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
71187162
version: 3.3.2
71197163
resolution: "fast-glob@npm:3.3.2"
71207164
dependencies:

0 commit comments

Comments
 (0)