Skip to content

Commit 1a19c89

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.5.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.5.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 985c1b0 commit 1a19c89

File tree

8 files changed

+85
-41
lines changed

8 files changed

+85
-41
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.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.5.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

Lines changed: 1 addition & 1 deletion
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.5.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

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": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.5.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

Lines changed: 1 addition & 1 deletion
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.5.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

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": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.5.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

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": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.5.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

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

lambdas/yarn.lock

Lines changed: 78 additions & 34 deletions
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.5.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.5.4"
145-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
145+
"@typescript-eslint/eslint-plugin": "npm:^8.5.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.5.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.5.4"
212-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
212+
"@typescript-eslint/eslint-plugin": "npm:^8.5.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.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.5.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.5.4"
277-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
277+
"@typescript-eslint/eslint-plugin": "npm:^8.5.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.5.4"
312-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
312+
"@typescript-eslint/eslint-plugin": "npm:^8.5.0"
313313
"@typescript-eslint/parser": "npm:^7.18.0"
314314
"@vercel/ncc": "npm:0.38.1"
315315
aws-lambda: "npm:^1.0.7"
@@ -5329,26 +5329,26 @@ __metadata:
53295329
languageName: node
53305330
linkType: hard
53315331

5332-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
5333-
version: 7.18.0
5334-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
5332+
"@typescript-eslint/eslint-plugin@npm:^8.5.0":
5333+
version: 8.5.0
5334+
resolution: "@typescript-eslint/eslint-plugin@npm:8.5.0"
53355335
dependencies:
53365336
"@eslint-community/regexpp": "npm:^4.10.0"
5337-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5338-
"@typescript-eslint/type-utils": "npm:7.18.0"
5339-
"@typescript-eslint/utils": "npm:7.18.0"
5340-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
5337+
"@typescript-eslint/scope-manager": "npm:8.5.0"
5338+
"@typescript-eslint/type-utils": "npm:8.5.0"
5339+
"@typescript-eslint/utils": "npm:8.5.0"
5340+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
53415341
graphemer: "npm:^1.4.0"
53425342
ignore: "npm:^5.3.1"
53435343
natural-compare: "npm:^1.4.0"
53445344
ts-api-utils: "npm:^1.3.0"
53455345
peerDependencies:
5346-
"@typescript-eslint/parser": ^7.0.0
5347-
eslint: ^8.56.0
5346+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
5347+
eslint: ^8.57.0 || ^9.0.0
53485348
peerDependenciesMeta:
53495349
typescript:
53505350
optional: true
5351-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
5351+
checksum: 10c0/69ae7067e03d2d8d442e69d668235bdafd63b07229d0be27025eaad8aa468b5af8ac54627021e0e3a060df04ed1c39d1327a0b11469ac72405b52b74a79f402b
53525352
languageName: node
53535353
linkType: hard
53545354

@@ -5380,20 +5380,28 @@ __metadata:
53805380
languageName: node
53815381
linkType: hard
53825382

5383-
"@typescript-eslint/type-utils@npm:7.18.0":
5384-
version: 7.18.0
5385-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
5383+
"@typescript-eslint/scope-manager@npm:8.5.0":
5384+
version: 8.5.0
5385+
resolution: "@typescript-eslint/scope-manager@npm:8.5.0"
53865386
dependencies:
5387-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5388-
"@typescript-eslint/utils": "npm:7.18.0"
5387+
"@typescript-eslint/types": "npm:8.5.0"
5388+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
5389+
checksum: 10c0/868602f9324a6e15fcae017acd3b0832e9f2c8c8cd315667df37c2e7c765cda5fba7c4bede931f32cc04819ba97cf74a5fddb085c6f1c7993f1fb085ba126422
5390+
languageName: node
5391+
linkType: hard
5392+
5393+
"@typescript-eslint/type-utils@npm:8.5.0":
5394+
version: 8.5.0
5395+
resolution: "@typescript-eslint/type-utils@npm:8.5.0"
5396+
dependencies:
5397+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
5398+
"@typescript-eslint/utils": "npm:8.5.0"
53895399
debug: "npm:^4.3.4"
53905400
ts-api-utils: "npm:^1.3.0"
5391-
peerDependencies:
5392-
eslint: ^8.56.0
53935401
peerDependenciesMeta:
53945402
typescript:
53955403
optional: true
5396-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
5404+
checksum: 10c0/675d3e41f938d16e9268fd33764a4e16b12a4a9817e61d5e2508a07fe6783c69ce9d05facc61822b5647c71d767929618ed37b8b93f423f7c2ccb62cfeb4343b
53975405
languageName: node
53985406
linkType: hard
53995407

@@ -5404,6 +5412,13 @@ __metadata:
54045412
languageName: node
54055413
linkType: hard
54065414

5415+
"@typescript-eslint/types@npm:8.5.0":
5416+
version: 8.5.0
5417+
resolution: "@typescript-eslint/types@npm:8.5.0"
5418+
checksum: 10c0/f0b666b5c001b9779bfd9e4c7d031843d07264429d5bcf5d636f26f96cd5d949a33f5d6a645b8d74b93daf565a468476a6a4935dd7135a200250fb03acbe4988
5419+
languageName: node
5420+
linkType: hard
5421+
54075422
"@typescript-eslint/typescript-estree@npm:7.18.0":
54085423
version: 7.18.0
54095424
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -5423,17 +5438,36 @@ __metadata:
54235438
languageName: node
54245439
linkType: hard
54255440

5426-
"@typescript-eslint/utils@npm:7.18.0":
5427-
version: 7.18.0
5428-
resolution: "@typescript-eslint/utils@npm:7.18.0"
5441+
"@typescript-eslint/typescript-estree@npm:8.5.0":
5442+
version: 8.5.0
5443+
resolution: "@typescript-eslint/typescript-estree@npm:8.5.0"
5444+
dependencies:
5445+
"@typescript-eslint/types": "npm:8.5.0"
5446+
"@typescript-eslint/visitor-keys": "npm:8.5.0"
5447+
debug: "npm:^4.3.4"
5448+
fast-glob: "npm:^3.3.2"
5449+
is-glob: "npm:^4.0.3"
5450+
minimatch: "npm:^9.0.4"
5451+
semver: "npm:^7.6.0"
5452+
ts-api-utils: "npm:^1.3.0"
5453+
peerDependenciesMeta:
5454+
typescript:
5455+
optional: true
5456+
checksum: 10c0/f62f03d0c5dc57b2b54dbe1cbd027966f774f241279655f46c64145abb54b765176a0cd40447583ba56ada306181da9a82e39b777c78128e105e4ea98c609350
5457+
languageName: node
5458+
linkType: hard
5459+
5460+
"@typescript-eslint/utils@npm:8.5.0":
5461+
version: 8.5.0
5462+
resolution: "@typescript-eslint/utils@npm:8.5.0"
54295463
dependencies:
54305464
"@eslint-community/eslint-utils": "npm:^4.4.0"
5431-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5432-
"@typescript-eslint/types": "npm:7.18.0"
5433-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5465+
"@typescript-eslint/scope-manager": "npm:8.5.0"
5466+
"@typescript-eslint/types": "npm:8.5.0"
5467+
"@typescript-eslint/typescript-estree": "npm:8.5.0"
54345468
peerDependencies:
5435-
eslint: ^8.56.0
5436-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
5469+
eslint: ^8.57.0 || ^9.0.0
5470+
checksum: 10c0/0cb0bfdaf0da79d13c0d0379478eb14b5825d235873bc7181e70c4f6297fa1c74431ef730cbc2912fe1814dd8d46c6515ce22b39c57e8f03c337aa152fd49a4e
54375471
languageName: node
54385472
linkType: hard
54395473

@@ -5447,6 +5481,16 @@ __metadata:
54475481
languageName: node
54485482
linkType: hard
54495483

5484+
"@typescript-eslint/visitor-keys@npm:8.5.0":
5485+
version: 8.5.0
5486+
resolution: "@typescript-eslint/visitor-keys@npm:8.5.0"
5487+
dependencies:
5488+
"@typescript-eslint/types": "npm:8.5.0"
5489+
eslint-visitor-keys: "npm:^3.4.3"
5490+
checksum: 10c0/8b9e81968ad36e8af18ac17b63c4e0764612451ca085676c939b723549052243f63577d2706bc2da48174f11bf47587ab47e6e0b7c5b28d9f3c1ef7b9aad322d
5491+
languageName: node
5492+
linkType: hard
5493+
54505494
"@ungap/structured-clone@npm:^1.2.0":
54515495
version: 1.2.0
54525496
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -7123,7 +7167,7 @@ __metadata:
71237167
languageName: node
71247168
linkType: hard
71257169

7126-
"fast-glob@npm:^3.2.9":
7170+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
71277171
version: 3.3.2
71287172
resolution: "fast-glob@npm:3.3.2"
71297173
dependencies:

0 commit comments

Comments
 (0)