Skip to content

Commit 122a251

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.0.1. - [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.0.1/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 05f3f7b commit 122a251

File tree

8 files changed

+84
-40
lines changed

8 files changed

+84
-40
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.0.2",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.0.1",
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.0.2",
23-
"@typescript-eslint/eslint-plugin": "^7.18.0",
23+
"@typescript-eslint/eslint-plugin": "^8.0.1",
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.0.2",
2323
"@types/request": "^2.48.12",
24-
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.0.1",
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.0.2",
21-
"@typescript-eslint/eslint-plugin": "^7.18.0",
21+
"@typescript-eslint/eslint-plugin": "^8.0.1",
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.0.2",
24-
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.0.1",
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.0.2",
22-
"@typescript-eslint/eslint-plugin": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.0.1",
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.0.2",
22-
"@typescript-eslint/eslint-plugin": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.0.1",
2323
"@typescript-eslint/parser": "^7.18.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.2",

lambdas/yarn.lock

+77-33
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@ __metadata:
45444544
"@types/aws-lambda": "npm:^8.10.143"
45454545
"@types/jest": "npm:^29.5.12"
45464546
"@types/node": "npm:^22.0.2"
4547-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4547+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
45484548
"@typescript-eslint/parser": "npm:^7.18.0"
45494549
"@vercel/ncc": "npm:^0.38.1"
45504550
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4576,7 +4576,7 @@ __metadata:
45764576
"@types/express": "npm:^4.17.21"
45774577
"@types/jest": "npm:^29.5.12"
45784578
"@types/node": "npm:^22.0.2"
4579-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4579+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
45804580
"@typescript-eslint/parser": "npm:^7.18.0"
45814581
"@vercel/ncc": "npm:0.38.1"
45824582
aws-lambda: "npm:^1.0.7"
@@ -4606,7 +4606,7 @@ __metadata:
46064606
"@types/express": "npm:^4.17.21"
46074607
"@types/jest": "npm:^29.5.12"
46084608
"@types/node": "npm:^22.0.2"
4609-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4609+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
46104610
"@typescript-eslint/parser": "npm:^7.18.0"
46114611
"@vercel/ncc": "npm:0.38.1"
46124612
body-parser: "npm:^1.20.2"
@@ -4641,7 +4641,7 @@ __metadata:
46414641
"@types/aws-lambda": "npm:^8.10.143"
46424642
"@types/jest": "npm:^29.5.12"
46434643
"@types/node": "npm:^22.0.2"
4644-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4644+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
46454645
"@typescript-eslint/parser": "npm:^7.18.0"
46464646
"@vercel/ncc": "npm:^0.38.1"
46474647
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4677,7 +4677,7 @@ __metadata:
46774677
"@types/jest": "npm:^29.5.12"
46784678
"@types/node": "npm:^22.0.2"
46794679
"@types/request": "npm:^2.48.12"
4680-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4680+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
46814681
"@typescript-eslint/parser": "npm:^7.18.0"
46824682
"@vercel/ncc": "npm:^0.38.1"
46834683
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4706,7 +4706,7 @@ __metadata:
47064706
"@types/aws-lambda": "npm:^8.10.143"
47074707
"@types/jest": "npm:^29.5.12"
47084708
"@types/node": "npm:^22.0.2"
4709-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4709+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
47104710
"@typescript-eslint/parser": "npm:^7.18.0"
47114711
"@vercel/ncc": "npm:^0.38.1"
47124712
aws-sdk-client-mock: "npm:^4.0.1"
@@ -4741,7 +4741,7 @@ __metadata:
47414741
"@types/express": "npm:^4.17.21"
47424742
"@types/jest": "npm:^29.5.12"
47434743
"@types/node": "npm:^22.0.2"
4744-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4744+
"@typescript-eslint/eslint-plugin": "npm:^8.0.1"
47454745
"@typescript-eslint/parser": "npm:^7.18.0"
47464746
"@vercel/ncc": "npm:0.38.1"
47474747
aws-lambda: "npm:^1.0.7"
@@ -5101,26 +5101,26 @@ __metadata:
51015101
languageName: node
51025102
linkType: hard
51035103

5104-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
5105-
version: 7.18.0
5106-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
5104+
"@typescript-eslint/eslint-plugin@npm:^8.0.1":
5105+
version: 8.0.1
5106+
resolution: "@typescript-eslint/eslint-plugin@npm:8.0.1"
51075107
dependencies:
51085108
"@eslint-community/regexpp": "npm:^4.10.0"
5109-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5110-
"@typescript-eslint/type-utils": "npm:7.18.0"
5111-
"@typescript-eslint/utils": "npm:7.18.0"
5112-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
5109+
"@typescript-eslint/scope-manager": "npm:8.0.1"
5110+
"@typescript-eslint/type-utils": "npm:8.0.1"
5111+
"@typescript-eslint/utils": "npm:8.0.1"
5112+
"@typescript-eslint/visitor-keys": "npm:8.0.1"
51135113
graphemer: "npm:^1.4.0"
51145114
ignore: "npm:^5.3.1"
51155115
natural-compare: "npm:^1.4.0"
51165116
ts-api-utils: "npm:^1.3.0"
51175117
peerDependencies:
5118-
"@typescript-eslint/parser": ^7.0.0
5119-
eslint: ^8.56.0
5118+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
5119+
eslint: ^8.57.0 || ^9.0.0
51205120
peerDependenciesMeta:
51215121
typescript:
51225122
optional: true
5123-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
5123+
checksum: 10c0/fd4e11599c4a85d0fbbd0be350f11acaa32d424bc5c2c0b672133266b4b56fc20a78edd0c7b803b4223a1a66736624561a60fee827738118550733d14afb775a
51245124
languageName: node
51255125
linkType: hard
51265126

@@ -5152,20 +5152,28 @@ __metadata:
51525152
languageName: node
51535153
linkType: hard
51545154

5155-
"@typescript-eslint/type-utils@npm:7.18.0":
5156-
version: 7.18.0
5157-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
5155+
"@typescript-eslint/scope-manager@npm:8.0.1":
5156+
version: 8.0.1
5157+
resolution: "@typescript-eslint/scope-manager@npm:8.0.1"
51585158
dependencies:
5159-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5160-
"@typescript-eslint/utils": "npm:7.18.0"
5159+
"@typescript-eslint/types": "npm:8.0.1"
5160+
"@typescript-eslint/visitor-keys": "npm:8.0.1"
5161+
checksum: 10c0/79c00bc726c0c14b800bbbc1c1b88978c2cbeb29d2b06b94a5773f959aafac5cfb37bdb8c3bb80b9fb07fd10440413fce9098f338dce100696a4d3dc1ea6b187
5162+
languageName: node
5163+
linkType: hard
5164+
5165+
"@typescript-eslint/type-utils@npm:8.0.1":
5166+
version: 8.0.1
5167+
resolution: "@typescript-eslint/type-utils@npm:8.0.1"
5168+
dependencies:
5169+
"@typescript-eslint/typescript-estree": "npm:8.0.1"
5170+
"@typescript-eslint/utils": "npm:8.0.1"
51615171
debug: "npm:^4.3.4"
51625172
ts-api-utils: "npm:^1.3.0"
5163-
peerDependencies:
5164-
eslint: ^8.56.0
51655173
peerDependenciesMeta:
51665174
typescript:
51675175
optional: true
5168-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
5176+
checksum: 10c0/5cbf604044d5cd9cc6e95a2eee5a62803a09f46ccf4aa7293e373a4be8b7b57b470cbc97c1121ef354f842e7fc1d17b30c81bf3540023382ad5e339c9ca3ce15
51695177
languageName: node
51705178
linkType: hard
51715179

@@ -5176,6 +5184,13 @@ __metadata:
51765184
languageName: node
51775185
linkType: hard
51785186

5187+
"@typescript-eslint/types@npm:8.0.1":
5188+
version: 8.0.1
5189+
resolution: "@typescript-eslint/types@npm:8.0.1"
5190+
checksum: 10c0/e7c02d4e153a935c04bfddc0c8fc1618b1c8e9767583cff05a0e063bbacb7f3c8fac2257879c41162fe19094a0de3a567b57969177b2a0c32f39accd4c5601d5
5191+
languageName: node
5192+
linkType: hard
5193+
51795194
"@typescript-eslint/typescript-estree@npm:7.18.0":
51805195
version: 7.18.0
51815196
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -5195,17 +5210,36 @@ __metadata:
51955210
languageName: node
51965211
linkType: hard
51975212

5198-
"@typescript-eslint/utils@npm:7.18.0":
5199-
version: 7.18.0
5200-
resolution: "@typescript-eslint/utils@npm:7.18.0"
5213+
"@typescript-eslint/typescript-estree@npm:8.0.1":
5214+
version: 8.0.1
5215+
resolution: "@typescript-eslint/typescript-estree@npm:8.0.1"
5216+
dependencies:
5217+
"@typescript-eslint/types": "npm:8.0.1"
5218+
"@typescript-eslint/visitor-keys": "npm:8.0.1"
5219+
debug: "npm:^4.3.4"
5220+
globby: "npm:^11.1.0"
5221+
is-glob: "npm:^4.0.3"
5222+
minimatch: "npm:^9.0.4"
5223+
semver: "npm:^7.6.0"
5224+
ts-api-utils: "npm:^1.3.0"
5225+
peerDependenciesMeta:
5226+
typescript:
5227+
optional: true
5228+
checksum: 10c0/12507995dc634a1746b581635e0df9f986ad01e7f0b4482f1f240986e7277ebd301dfe3b59c07da6d1f3d465f9110dc2a61ce50b67a8f31188cad13f7cc3632e
5229+
languageName: node
5230+
linkType: hard
5231+
5232+
"@typescript-eslint/utils@npm:8.0.1":
5233+
version: 8.0.1
5234+
resolution: "@typescript-eslint/utils@npm:8.0.1"
52015235
dependencies:
52025236
"@eslint-community/eslint-utils": "npm:^4.4.0"
5203-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5204-
"@typescript-eslint/types": "npm:7.18.0"
5205-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5237+
"@typescript-eslint/scope-manager": "npm:8.0.1"
5238+
"@typescript-eslint/types": "npm:8.0.1"
5239+
"@typescript-eslint/typescript-estree": "npm:8.0.1"
52065240
peerDependencies:
5207-
eslint: ^8.56.0
5208-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
5241+
eslint: ^8.57.0 || ^9.0.0
5242+
checksum: 10c0/9ab4baee82ac74caee18fb687697698043385aea5d0ec4bb34d874a6969eaa3e48f9319ab023cbcb6114f86de17f7360a43460fb4159c61760a2d2984004dd21
52095243
languageName: node
52105244
linkType: hard
52115245

@@ -5219,6 +5253,16 @@ __metadata:
52195253
languageName: node
52205254
linkType: hard
52215255

5256+
"@typescript-eslint/visitor-keys@npm:8.0.1":
5257+
version: 8.0.1
5258+
resolution: "@typescript-eslint/visitor-keys@npm:8.0.1"
5259+
dependencies:
5260+
"@typescript-eslint/types": "npm:8.0.1"
5261+
eslint-visitor-keys: "npm:^3.4.3"
5262+
checksum: 10c0/64c12095a97808bb1e1f5709192b274cac58d6b8fbbf9ec8fafead30f7effef7f0232244ec759298d046e1cd43521b9f3ba37b80618d5184c8b22fae665a7068
5263+
languageName: node
5264+
linkType: hard
5265+
52225266
"@ungap/structured-clone@npm:^1.2.0":
52235267
version: 1.2.0
52245268
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)