Skip to content

Commit 2182c9e

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.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.0.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 3dbd40c commit 2182c9e

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.142",
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.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^3.1.0",

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.142",
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.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^3.1.0",

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

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.142",
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.0",
2222
"@typescript-eslint/parser": "^7.18.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^3.1.0",

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.0.2",
24-
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/eslint-plugin": "^8.0.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.0.2",
22-
"@typescript-eslint/eslint-plugin": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.0.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.0.2",
22-
"@typescript-eslint/eslint-plugin": "^7.18.0",
22+
"@typescript-eslint/eslint-plugin": "^8.0.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
@@ -4606,7 +4606,7 @@ __metadata:
46064606
"@types/aws-lambda": "npm:^8.10.142"
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.0"
46104610
"@typescript-eslint/parser": "npm:^7.18.0"
46114611
"@vercel/ncc": "npm:^0.38.1"
46124612
aws-sdk-client-mock: "npm:^3.1.0"
@@ -4638,7 +4638,7 @@ __metadata:
46384638
"@types/express": "npm:^4.17.21"
46394639
"@types/jest": "npm:^29.5.12"
46404640
"@types/node": "npm:^22.0.2"
4641-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4641+
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
46424642
"@typescript-eslint/parser": "npm:^7.18.0"
46434643
"@vercel/ncc": "npm:0.38.1"
46444644
aws-lambda: "npm:^1.0.7"
@@ -4668,7 +4668,7 @@ __metadata:
46684668
"@types/express": "npm:^4.17.21"
46694669
"@types/jest": "npm:^29.5.12"
46704670
"@types/node": "npm:^22.0.2"
4671-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4671+
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
46724672
"@typescript-eslint/parser": "npm:^7.18.0"
46734673
"@vercel/ncc": "npm:0.38.1"
46744674
body-parser: "npm:^1.20.2"
@@ -4703,7 +4703,7 @@ __metadata:
47034703
"@types/aws-lambda": "npm:^8.10.142"
47044704
"@types/jest": "npm:^29.5.12"
47054705
"@types/node": "npm:^22.0.2"
4706-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4706+
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
47074707
"@typescript-eslint/parser": "npm:^7.18.0"
47084708
"@vercel/ncc": "npm:^0.38.1"
47094709
aws-sdk-client-mock: "npm:^3.1.0"
@@ -4740,7 +4740,7 @@ __metadata:
47404740
"@types/jest": "npm:^29.5.12"
47414741
"@types/node": "npm:^22.0.2"
47424742
"@types/request": "npm:^2.48.12"
4743-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4743+
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
47444744
"@typescript-eslint/parser": "npm:^7.18.0"
47454745
"@vercel/ncc": "npm:^0.38.1"
47464746
aws-sdk-client-mock: "npm:^3.1.0"
@@ -4769,7 +4769,7 @@ __metadata:
47694769
"@types/aws-lambda": "npm:^8.10.142"
47704770
"@types/jest": "npm:^29.5.12"
47714771
"@types/node": "npm:^22.0.2"
4772-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4772+
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
47734773
"@typescript-eslint/parser": "npm:^7.18.0"
47744774
"@vercel/ncc": "npm:^0.38.1"
47754775
aws-sdk-client-mock: "npm:^3.1.0"
@@ -4804,7 +4804,7 @@ __metadata:
48044804
"@types/express": "npm:^4.17.21"
48054805
"@types/jest": "npm:^29.5.12"
48064806
"@types/node": "npm:^22.0.2"
4807-
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
4807+
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
48084808
"@typescript-eslint/parser": "npm:^7.18.0"
48094809
"@vercel/ncc": "npm:0.38.1"
48104810
aws-lambda: "npm:^1.0.7"
@@ -5180,26 +5180,26 @@ __metadata:
51805180
languageName: node
51815181
linkType: hard
51825182

5183-
"@typescript-eslint/eslint-plugin@npm:^7.18.0":
5184-
version: 7.18.0
5185-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
5183+
"@typescript-eslint/eslint-plugin@npm:^8.0.0":
5184+
version: 8.0.0
5185+
resolution: "@typescript-eslint/eslint-plugin@npm:8.0.0"
51865186
dependencies:
51875187
"@eslint-community/regexpp": "npm:^4.10.0"
5188-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5189-
"@typescript-eslint/type-utils": "npm:7.18.0"
5190-
"@typescript-eslint/utils": "npm:7.18.0"
5191-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
5188+
"@typescript-eslint/scope-manager": "npm:8.0.0"
5189+
"@typescript-eslint/type-utils": "npm:8.0.0"
5190+
"@typescript-eslint/utils": "npm:8.0.0"
5191+
"@typescript-eslint/visitor-keys": "npm:8.0.0"
51925192
graphemer: "npm:^1.4.0"
51935193
ignore: "npm:^5.3.1"
51945194
natural-compare: "npm:^1.4.0"
51955195
ts-api-utils: "npm:^1.3.0"
51965196
peerDependencies:
5197-
"@typescript-eslint/parser": ^7.0.0
5198-
eslint: ^8.56.0
5197+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
5198+
eslint: ^8.57.0 || ^9.0.0
51995199
peerDependenciesMeta:
52005200
typescript:
52015201
optional: true
5202-
checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3
5202+
checksum: 10c0/e98304410039bbb7104fdd8ad7a70f2fb81430c117b66d609b44d10cc8937c8a936a4e5993b0b6df5361c00df43a146e89632a37f2407ce9bed3555733c71fc2
52035203
languageName: node
52045204
linkType: hard
52055205

@@ -5231,20 +5231,28 @@ __metadata:
52315231
languageName: node
52325232
linkType: hard
52335233

5234-
"@typescript-eslint/type-utils@npm:7.18.0":
5235-
version: 7.18.0
5236-
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
5234+
"@typescript-eslint/scope-manager@npm:8.0.0":
5235+
version: 8.0.0
5236+
resolution: "@typescript-eslint/scope-manager@npm:8.0.0"
52375237
dependencies:
5238-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5239-
"@typescript-eslint/utils": "npm:7.18.0"
5238+
"@typescript-eslint/types": "npm:8.0.0"
5239+
"@typescript-eslint/visitor-keys": "npm:8.0.0"
5240+
checksum: 10c0/d8397055f046be54302b603a59d358c74292f72af3d12ca1e652316a785400d3e2fd20d79e3e316e3278ff7f1c1ffb271f9f6a7a265b88041c5a4e8332f550a0
5241+
languageName: node
5242+
linkType: hard
5243+
5244+
"@typescript-eslint/type-utils@npm:8.0.0":
5245+
version: 8.0.0
5246+
resolution: "@typescript-eslint/type-utils@npm:8.0.0"
5247+
dependencies:
5248+
"@typescript-eslint/typescript-estree": "npm:8.0.0"
5249+
"@typescript-eslint/utils": "npm:8.0.0"
52405250
debug: "npm:^4.3.4"
52415251
ts-api-utils: "npm:^1.3.0"
5242-
peerDependencies:
5243-
eslint: ^8.56.0
52445252
peerDependenciesMeta:
52455253
typescript:
52465254
optional: true
5247-
checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd
5255+
checksum: 10c0/96ba2a58ceff420dac79a9c3c2bde15e0a56e8c47baf441a62886c9d8df3db6e9d886cd5c717c6f9a8cfceb545a511c7d452aa1537c2cd3b127bd47509e559ae
52485256
languageName: node
52495257
linkType: hard
52505258

@@ -5255,6 +5263,13 @@ __metadata:
52555263
languageName: node
52565264
linkType: hard
52575265

5266+
"@typescript-eslint/types@npm:8.0.0":
5267+
version: 8.0.0
5268+
resolution: "@typescript-eslint/types@npm:8.0.0"
5269+
checksum: 10c0/c15efce96e4b80c2bef7ea4fa7f046609816ae8bc3a4e31d9d671e237520f6b96595e1330a891ec7042bc7b09fc16d265bad49fd878d5fb8be4b59b8a752e5b5
5270+
languageName: node
5271+
linkType: hard
5272+
52585273
"@typescript-eslint/typescript-estree@npm:7.18.0":
52595274
version: 7.18.0
52605275
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -5274,17 +5289,36 @@ __metadata:
52745289
languageName: node
52755290
linkType: hard
52765291

5277-
"@typescript-eslint/utils@npm:7.18.0":
5278-
version: 7.18.0
5279-
resolution: "@typescript-eslint/utils@npm:7.18.0"
5292+
"@typescript-eslint/typescript-estree@npm:8.0.0":
5293+
version: 8.0.0
5294+
resolution: "@typescript-eslint/typescript-estree@npm:8.0.0"
5295+
dependencies:
5296+
"@typescript-eslint/types": "npm:8.0.0"
5297+
"@typescript-eslint/visitor-keys": "npm:8.0.0"
5298+
debug: "npm:^4.3.4"
5299+
globby: "npm:^11.1.0"
5300+
is-glob: "npm:^4.0.3"
5301+
minimatch: "npm:^9.0.4"
5302+
semver: "npm:^7.6.0"
5303+
ts-api-utils: "npm:^1.3.0"
5304+
peerDependenciesMeta:
5305+
typescript:
5306+
optional: true
5307+
checksum: 10c0/a82f3eb2a66a4b2715d09f8f9547c1f0c27ea60c1d10d0777c8ce998b760dbb8ef14466fc2056220b8a236c2d2dc3ee99f482502f5c268bd40909b272bb47eb4
5308+
languageName: node
5309+
linkType: hard
5310+
5311+
"@typescript-eslint/utils@npm:8.0.0":
5312+
version: 8.0.0
5313+
resolution: "@typescript-eslint/utils@npm:8.0.0"
52805314
dependencies:
52815315
"@eslint-community/eslint-utils": "npm:^4.4.0"
5282-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5283-
"@typescript-eslint/types": "npm:7.18.0"
5284-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5316+
"@typescript-eslint/scope-manager": "npm:8.0.0"
5317+
"@typescript-eslint/types": "npm:8.0.0"
5318+
"@typescript-eslint/typescript-estree": "npm:8.0.0"
52855319
peerDependencies:
5286-
eslint: ^8.56.0
5287-
checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e
5320+
eslint: ^8.57.0 || ^9.0.0
5321+
checksum: 10c0/ecba01996d1aa330c640c41c1212fed2328a47768348ab6886080e0e55bc3b2041939a635a7440d47db533f0c4b21e1eb8b58535a9eaebbbe2c035906e12ba06
52885322
languageName: node
52895323
linkType: hard
52905324

@@ -5298,6 +5332,16 @@ __metadata:
52985332
languageName: node
52995333
linkType: hard
53005334

5335+
"@typescript-eslint/visitor-keys@npm:8.0.0":
5336+
version: 8.0.0
5337+
resolution: "@typescript-eslint/visitor-keys@npm:8.0.0"
5338+
dependencies:
5339+
"@typescript-eslint/types": "npm:8.0.0"
5340+
eslint-visitor-keys: "npm:^3.4.3"
5341+
checksum: 10c0/8c59a2e971370c2b9a5727541c72d6b64fd0448ab03dd8b4274a26bddea5e1b4c560dd7856e1f48577cd333f7bbbed7a0f1849d39e2d1b48a748a3668c1a3723
5342+
languageName: node
5343+
linkType: hard
5344+
53015345
"@ungap/structured-clone@npm:^1.2.0":
53025346
version: 1.2.0
53035347
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)