Skip to content

Commit 93d8303

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.2.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.2.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 c3b57a2 commit 93d8303

File tree

8 files changed

+84
-40
lines changed

8 files changed

+84
-40
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.4.1",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.2.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.4.1",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.2.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.4.1",
2323
"@types/request": "^2.48.12",
24-
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.2.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.4.1",
21-
"@typescript-eslint/eslint-plugin": "^7.18.0",
21+
"@typescript-eslint/eslint-plugin": "^8.2.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.4.1",
24-
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.2.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.4.1",
22-
"@typescript-eslint/eslint-plugin": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.2.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.4.1",
22-
"@typescript-eslint/eslint-plugin": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.2.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: 77 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4730,7 +4730,7 @@ __metadata:
47304730
"@types/aws-lambda": "npm:^8.10.143"
47314731
"@types/jest": "npm:^29.5.12"
47324732
"@types/node": "npm:^22.4.1"
4733-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4733+
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
47344734
"@typescript-eslint/parser": "npm:^7.18.0"
47354735
"@vercel/ncc": "npm:^0.38.1"
47364736
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4762,7 +4762,7 @@ __metadata:
47624762
"@types/express": "npm:^4.17.21"
47634763
"@types/jest": "npm:^29.5.12"
47644764
"@types/node": "npm:^22.4.1"
4765-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4765+
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
47664766
"@typescript-eslint/parser": "npm:^7.18.0"
47674767
"@vercel/ncc": "npm:0.38.1"
47684768
aws-lambda: "npm:^1.0.7"
@@ -4792,7 +4792,7 @@ __metadata:
47924792
"@types/express": "npm:^4.17.21"
47934793
"@types/jest": "npm:^29.5.12"
47944794
"@types/node": "npm:^22.4.1"
4795-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4795+
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
47964796
"@typescript-eslint/parser": "npm:^7.18.0"
47974797
"@vercel/ncc": "npm:0.38.1"
47984798
body-parser: "npm:^1.20.2"
@@ -4828,7 +4828,7 @@ __metadata:
48284828
"@types/aws-lambda": "npm:^8.10.143"
48294829
"@types/jest": "npm:^29.5.12"
48304830
"@types/node": "npm:^22.4.1"
4831-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4831+
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
48324832
"@typescript-eslint/parser": "npm:^7.18.0"
48334833
"@vercel/ncc": "npm:^0.38.1"
48344834
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4864,7 +4864,7 @@ __metadata:
48644864
"@types/jest": "npm:^29.5.12"
48654865
"@types/node": "npm:^22.4.1"
48664866
"@types/request": "npm:^2.48.12"
4867-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4867+
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
48684868
"@typescript-eslint/parser": "npm:^7.18.0"
48694869
"@vercel/ncc": "npm:^0.38.1"
48704870
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4893,7 +4893,7 @@ __metadata:
48934893
"@types/aws-lambda": "npm:^8.10.143"
48944894
"@types/jest": "npm:^29.5.12"
48954895
"@types/node": "npm:^22.4.1"
4896-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4896+
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
48974897
"@typescript-eslint/parser": "npm:^7.18.0"
48984898
"@vercel/ncc": "npm:^0.38.1"
48994899
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4928,7 +4928,7 @@ __metadata:
49284928
"@types/express": "npm:^4.17.21"
49294929
"@types/jest": "npm:^29.5.12"
49304930
"@types/node": "npm:^22.4.1"
4931-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4931+
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
49324932
"@typescript-eslint/parser": "npm:^7.18.0"
49334933
"@vercel/ncc": "npm:0.38.1"
49344934
aws-lambda: "npm:^1.0.7"
@@ -5297,26 +5297,26 @@ __metadata:
52975297
languageName: node
52985298
linkType: hard
52995299

5300-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
5301-
version: 7.18.0
5302-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
5300+
"@typescript-eslint/eslint-plugin@npm:^8.2.0":
5301+
version: 8.2.0
5302+
resolution: "@typescript-eslint/eslint-plugin@npm:8.2.0"
53035303
dependencies:
53045304
"@eslint-community/regexpp": "npm:^4.10.0"
5305-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5306-
"@typescript-eslint/type-utils": "npm:7.18.0"
5307-
"@typescript-eslint/utils": "npm:7.18.0"
5308-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
5305+
"@typescript-eslint/scope-manager": "npm:8.2.0"
5306+
"@typescript-eslint/type-utils": "npm:8.2.0"
5307+
"@typescript-eslint/utils": "npm:8.2.0"
5308+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
53095309
graphemer: "npm:^1.4.0"
53105310
ignore: "npm:^5.3.1"
53115311
natural-compare: "npm:^1.4.0"
53125312
ts-api-utils: "npm:^1.3.0"
53135313
peerDependencies:
5314-
"@typescript-eslint/parser": ^7.0.0
5315-
eslint: ^8.56.0
5314+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
5315+
eslint: ^8.57.0 || ^9.0.0
53165316
peerDependenciesMeta:
53175317
typescript:
53185318
optional: true
5319-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
5319+
checksum: 10c0/17243ee1b34d78723fe3e1a308c64490eee49bd83301e3abe8a6f05bce05434d70f56caf75756b8cffa051154dc89cdf485114ede6781fc087f0aaca37a026ec
53205320
languageName: node
53215321
linkType: hard
53225322

@@ -5348,20 +5348,28 @@ __metadata:
53485348
languageName: node
53495349
linkType: hard
53505350

5351-
"@typescript-eslint/type-utils@npm:7.18.0":
5352-
version: 7.18.0
5353-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
5351+
"@typescript-eslint/scope-manager@npm:8.2.0":
5352+
version: 8.2.0
5353+
resolution: "@typescript-eslint/scope-manager@npm:8.2.0"
53545354
dependencies:
5355-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5356-
"@typescript-eslint/utils": "npm:7.18.0"
5355+
"@typescript-eslint/types": "npm:8.2.0"
5356+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
5357+
checksum: 10c0/8026e11d9cfbb674c62eb38929d08d42c4a373f3463c2591ed6603c496d3d00321f553edce47f1d7504b55fcbe9664ea2bdcaa3131c8c834bde1b1f07497af5d
5358+
languageName: node
5359+
linkType: hard
5360+
5361+
"@typescript-eslint/type-utils@npm:8.2.0":
5362+
version: 8.2.0
5363+
resolution: "@typescript-eslint/type-utils@npm:8.2.0"
5364+
dependencies:
5365+
"@typescript-eslint/typescript-estree": "npm:8.2.0"
5366+
"@typescript-eslint/utils": "npm:8.2.0"
53575367
debug: "npm:^4.3.4"
53585368
ts-api-utils: "npm:^1.3.0"
5359-
peerDependencies:
5360-
eslint: ^8.56.0
53615369
peerDependenciesMeta:
53625370
typescript:
53635371
optional: true
5364-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
5372+
checksum: 10c0/5ff387d39fec3ba47af167ca3e48a200f87e4b97b010170245f495cd3d2e30fd0a5b2a9b27aae2ae929c99f92acabcd07315944dc6f9de963bad1c61ba9ea53c
53655373
languageName: node
53665374
linkType: hard
53675375

@@ -5372,6 +5380,13 @@ __metadata:
53725380
languageName: node
53735381
linkType: hard
53745382

5383+
"@typescript-eslint/types@npm:8.2.0":
5384+
version: 8.2.0
5385+
resolution: "@typescript-eslint/types@npm:8.2.0"
5386+
checksum: 10c0/2ffba0d0183dfdd2f859fb414013d17d009f5e886664823f973aaa1145243fceb52cfe26aa7c50208af7833b3703b7788337f1aab136c9a4eb36d905493847d1
5387+
languageName: node
5388+
linkType: hard
5389+
53755390
"@typescript-eslint/typescript-estree@npm:7.18.0":
53765391
version: 7.18.0
53775392
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -5391,17 +5406,36 @@ __metadata:
53915406
languageName: node
53925407
linkType: hard
53935408

5394-
"@typescript-eslint/utils@npm:7.18.0":
5395-
version: 7.18.0
5396-
resolution: "@typescript-eslint/utils@npm:7.18.0"
5409+
"@typescript-eslint/typescript-estree@npm:8.2.0":
5410+
version: 8.2.0
5411+
resolution: "@typescript-eslint/typescript-estree@npm:8.2.0"
5412+
dependencies:
5413+
"@typescript-eslint/types": "npm:8.2.0"
5414+
"@typescript-eslint/visitor-keys": "npm:8.2.0"
5415+
debug: "npm:^4.3.4"
5416+
globby: "npm:^11.1.0"
5417+
is-glob: "npm:^4.0.3"
5418+
minimatch: "npm:^9.0.4"
5419+
semver: "npm:^7.6.0"
5420+
ts-api-utils: "npm:^1.3.0"
5421+
peerDependenciesMeta:
5422+
typescript:
5423+
optional: true
5424+
checksum: 10c0/f49aabc78e396908307394812fdebc4015ca407983efc361be106d3e2d58971dec4a1a725362fcfbd637f3d8150baa0735eb5929fd170172b7f2a65e06eeb3d2
5425+
languageName: node
5426+
linkType: hard
5427+
5428+
"@typescript-eslint/utils@npm:8.2.0":
5429+
version: 8.2.0
5430+
resolution: "@typescript-eslint/utils@npm:8.2.0"
53975431
dependencies:
53985432
"@eslint-community/eslint-utils": "npm:^4.4.0"
5399-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5400-
"@typescript-eslint/types": "npm:7.18.0"
5401-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5433+
"@typescript-eslint/scope-manager": "npm:8.2.0"
5434+
"@typescript-eslint/types": "npm:8.2.0"
5435+
"@typescript-eslint/typescript-estree": "npm:8.2.0"
54025436
peerDependencies:
5403-
eslint: ^8.56.0
5404-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
5437+
eslint: ^8.57.0 || ^9.0.0
5438+
checksum: 10c0/0f3d5cf804c2863ea9432ef76bfdb1cadbb244cbf8a64ac77c0e559c012a1e98382c4535354e54696c564c0abd9c10dffc78d38972c97035e963798d360d1830
54055439
languageName: node
54065440
linkType: hard
54075441

@@ -5415,6 +5449,16 @@ __metadata:
54155449
languageName: node
54165450
linkType: hard
54175451

5452+
"@typescript-eslint/visitor-keys@npm:8.2.0":
5453+
version: 8.2.0
5454+
resolution: "@typescript-eslint/visitor-keys@npm:8.2.0"
5455+
dependencies:
5456+
"@typescript-eslint/types": "npm:8.2.0"
5457+
eslint-visitor-keys: "npm:^3.4.3"
5458+
checksum: 10c0/788633bd2905c88ea2cf20d9e317a2bc992a70fcf725cb54bbe55a17c42138a6fe877c89fbda41a733e0e8ad6dce893163bada60509a1b856321f4329a316973
5459+
languageName: node
5460+
linkType: hard
5461+
54185462
"@ungap/structured-clone@npm:^1.2.0":
54195463
version: 1.2.0
54205464
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)