Skip to content

Commit 753973d

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 8.31.0 to 8.35.1 in /lambdas (#4652)
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=8.31.0&new-version=8.35.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e53710e commit 753973d

File tree

2 files changed

+127
-31
lines changed

2 files changed

+127
-31
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@swc/core": "~1.11.21",
3030
"@swc/helpers": "~0.5.17",
3131
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
32-
"@typescript-eslint/eslint-plugin": "^8.31.0",
32+
"@typescript-eslint/eslint-plugin": "^8.35.1",
3333
"@typescript-eslint/parser": "^8.31.0",
3434
"@vitest/coverage-v8": "^3.0.8",
3535
"chalk": "^5.4.1",

lambdas/yarn.lock

Lines changed: 126 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,7 @@ __metadata:
29622962
languageName: node
29632963
linkType: hard
29642964

2965-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
2965+
"@eslint-community/eslint-utils@npm:^4.2.0":
29662966
version: 4.4.0
29672967
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
29682968
dependencies:
@@ -2973,6 +2973,17 @@ __metadata:
29732973
languageName: node
29742974
linkType: hard
29752975

2976+
"@eslint-community/eslint-utils@npm:^4.7.0":
2977+
version: 4.7.0
2978+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
2979+
dependencies:
2980+
eslint-visitor-keys: "npm:^3.4.3"
2981+
peerDependencies:
2982+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
2983+
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
2984+
languageName: node
2985+
linkType: hard
2986+
29762987
"@eslint-community/regexpp@npm:^4.10.0":
29772988
version: 4.11.0
29782989
resolution: "@eslint-community/regexpp@npm:4.11.0"
@@ -5320,24 +5331,24 @@ __metadata:
53205331
languageName: node
53215332
linkType: hard
53225333

5323-
"@typescript-eslint/eslint-plugin@npm:^8.31.0":
5324-
version: 8.31.0
5325-
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.0"
5334+
"@typescript-eslint/eslint-plugin@npm:^8.35.1":
5335+
version: 8.35.1
5336+
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.1"
53265337
dependencies:
53275338
"@eslint-community/regexpp": "npm:^4.10.0"
5328-
"@typescript-eslint/scope-manager": "npm:8.31.0"
5329-
"@typescript-eslint/type-utils": "npm:8.31.0"
5330-
"@typescript-eslint/utils": "npm:8.31.0"
5331-
"@typescript-eslint/visitor-keys": "npm:8.31.0"
5339+
"@typescript-eslint/scope-manager": "npm:8.35.1"
5340+
"@typescript-eslint/type-utils": "npm:8.35.1"
5341+
"@typescript-eslint/utils": "npm:8.35.1"
5342+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
53325343
graphemer: "npm:^1.4.0"
5333-
ignore: "npm:^5.3.1"
5344+
ignore: "npm:^7.0.0"
53345345
natural-compare: "npm:^1.4.0"
5335-
ts-api-utils: "npm:^2.0.1"
5346+
ts-api-utils: "npm:^2.1.0"
53365347
peerDependencies:
5337-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
5348+
"@typescript-eslint/parser": ^8.35.1
53385349
eslint: ^8.57.0 || ^9.0.0
53395350
typescript: ">=4.8.4 <5.9.0"
5340-
checksum: 10c0/7d78e0cdcc967742752d49d2d38986ee38d0b7ca64af247e5fe0816cea9ae5f1bfa5c126154acc0846af515c4fb1c52c96926ee25c73b4c3f7e6fd73cb6d2b0e
5351+
checksum: 10c0/0f369be24644ebea30642512ddae0e602e4ca6bc55ae09d9860f16a3baae6aee1a376c182c61b43d12bc137156e3931f6bac3c73919c9c81b32c962bb5bc544e
53415352
languageName: node
53425353
linkType: hard
53435354

@@ -5357,6 +5368,19 @@ __metadata:
53575368
languageName: node
53585369
linkType: hard
53595370

5371+
"@typescript-eslint/project-service@npm:8.35.1":
5372+
version: 8.35.1
5373+
resolution: "@typescript-eslint/project-service@npm:8.35.1"
5374+
dependencies:
5375+
"@typescript-eslint/tsconfig-utils": "npm:^8.35.1"
5376+
"@typescript-eslint/types": "npm:^8.35.1"
5377+
debug: "npm:^4.3.4"
5378+
peerDependencies:
5379+
typescript: ">=4.8.4 <5.9.0"
5380+
checksum: 10c0/f8e88d773d7e9f193a05b4daeca1e7571fa0059b36ffad291fc6d83c9df94fbe38c935e076ae29e755bcb6008c4ee5c1073ebb2077258c5c0b53c76a23eb3c16
5381+
languageName: node
5382+
linkType: hard
5383+
53605384
"@typescript-eslint/scope-manager@npm:8.31.0":
53615385
version: 8.31.0
53625386
resolution: "@typescript-eslint/scope-manager@npm:8.31.0"
@@ -5367,18 +5391,37 @@ __metadata:
53675391
languageName: node
53685392
linkType: hard
53695393

5370-
"@typescript-eslint/type-utils@npm:8.31.0":
5371-
version: 8.31.0
5372-
resolution: "@typescript-eslint/type-utils@npm:8.31.0"
5394+
"@typescript-eslint/scope-manager@npm:8.35.1":
5395+
version: 8.35.1
5396+
resolution: "@typescript-eslint/scope-manager@npm:8.35.1"
53735397
dependencies:
5374-
"@typescript-eslint/typescript-estree": "npm:8.31.0"
5375-
"@typescript-eslint/utils": "npm:8.31.0"
5398+
"@typescript-eslint/types": "npm:8.35.1"
5399+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
5400+
checksum: 10c0/ddfa0b81f47402874efcdd8e0857142600d90fc4e827243ed0fd058731e77e4beb8f5a60425117d1d4146d84437f538cf303f7bfebbd0f02733b202aa30a8393
5401+
languageName: node
5402+
linkType: hard
5403+
5404+
"@typescript-eslint/tsconfig-utils@npm:8.35.1, @typescript-eslint/tsconfig-utils@npm:^8.35.1":
5405+
version: 8.35.1
5406+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.1"
5407+
peerDependencies:
5408+
typescript: ">=4.8.4 <5.9.0"
5409+
checksum: 10c0/a11b53e05fbc59eff3f95619847fb7222d8b2aa613e602524c9b700be3ce0d48bcf5e5932869df4658f514bd2cdc87c857d484472af3f3f3adf88b6e7e1c26f3
5410+
languageName: node
5411+
linkType: hard
5412+
5413+
"@typescript-eslint/type-utils@npm:8.35.1":
5414+
version: 8.35.1
5415+
resolution: "@typescript-eslint/type-utils@npm:8.35.1"
5416+
dependencies:
5417+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
5418+
"@typescript-eslint/utils": "npm:8.35.1"
53765419
debug: "npm:^4.3.4"
5377-
ts-api-utils: "npm:^2.0.1"
5420+
ts-api-utils: "npm:^2.1.0"
53785421
peerDependencies:
53795422
eslint: ^8.57.0 || ^9.0.0
53805423
typescript: ">=4.8.4 <5.9.0"
5381-
checksum: 10c0/f6938413a583430468b259f6823bb2ab1b5cd77cd6d4e21e1803df70e329046b9579aed5bdc9bdcf4046c8091615a911ac3990859db78d00210bb867915ba37f
5424+
checksum: 10c0/09041dd64684823da169c0668e6187d237c728bf54771003dc6ddaa895cbd11ad401ff14f096451c689e37815a791ef77beaf80d1f8bbf6b92ee3edbf346bc7c
53825425
languageName: node
53835426
linkType: hard
53845427

@@ -5389,6 +5432,13 @@ __metadata:
53895432
languageName: node
53905433
linkType: hard
53915434

5435+
"@typescript-eslint/types@npm:8.35.1, @typescript-eslint/types@npm:^8.35.1":
5436+
version: 8.35.1
5437+
resolution: "@typescript-eslint/types@npm:8.35.1"
5438+
checksum: 10c0/136dd1c7a39685baa398406423a97a4b6a66e6aed7cbd6ae698a89b0fde92c76f1415294bec612791d67d7917fda280caa65b9d761e2744e8143506d1f417fb2
5439+
languageName: node
5440+
linkType: hard
5441+
53925442
"@typescript-eslint/typescript-estree@npm:8.31.0":
53935443
version: 8.31.0
53945444
resolution: "@typescript-eslint/typescript-estree@npm:8.31.0"
@@ -5407,18 +5457,38 @@ __metadata:
54075457
languageName: node
54085458
linkType: hard
54095459

5410-
"@typescript-eslint/utils@npm:8.31.0":
5411-
version: 8.31.0
5412-
resolution: "@typescript-eslint/utils@npm:8.31.0"
5460+
"@typescript-eslint/typescript-estree@npm:8.35.1":
5461+
version: 8.35.1
5462+
resolution: "@typescript-eslint/typescript-estree@npm:8.35.1"
54135463
dependencies:
5414-
"@eslint-community/eslint-utils": "npm:^4.4.0"
5415-
"@typescript-eslint/scope-manager": "npm:8.31.0"
5416-
"@typescript-eslint/types": "npm:8.31.0"
5417-
"@typescript-eslint/typescript-estree": "npm:8.31.0"
5464+
"@typescript-eslint/project-service": "npm:8.35.1"
5465+
"@typescript-eslint/tsconfig-utils": "npm:8.35.1"
5466+
"@typescript-eslint/types": "npm:8.35.1"
5467+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
5468+
debug: "npm:^4.3.4"
5469+
fast-glob: "npm:^3.3.2"
5470+
is-glob: "npm:^4.0.3"
5471+
minimatch: "npm:^9.0.4"
5472+
semver: "npm:^7.6.0"
5473+
ts-api-utils: "npm:^2.1.0"
5474+
peerDependencies:
5475+
typescript: ">=4.8.4 <5.9.0"
5476+
checksum: 10c0/6ef093cf9d7a54a323b3d112c78309b2c24c0f94e2c5b61401db9390eb7ffa3ab1da066c497907d58f0bba6986984ac73a478febd91f0bf11598108cc49f6e02
5477+
languageName: node
5478+
linkType: hard
5479+
5480+
"@typescript-eslint/utils@npm:8.35.1":
5481+
version: 8.35.1
5482+
resolution: "@typescript-eslint/utils@npm:8.35.1"
5483+
dependencies:
5484+
"@eslint-community/eslint-utils": "npm:^4.7.0"
5485+
"@typescript-eslint/scope-manager": "npm:8.35.1"
5486+
"@typescript-eslint/types": "npm:8.35.1"
5487+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
54185488
peerDependencies:
54195489
eslint: ^8.57.0 || ^9.0.0
54205490
typescript: ">=4.8.4 <5.9.0"
5421-
checksum: 10c0/1fd4f62e16a44a5be2de501f70ba4b2d64479e014370bde7bbc6de6897cf1699766a8b7be4deb9b0328e74c2b4171839336ede4e3c60fec6ac8378b623a75275
5491+
checksum: 10c0/1fa4877caae48961d160b88fc974bb7bfe355ca2f8f6915987427354ca23621698041678adab5964caf9ad62c17b349110136890688f13b10ab1aaad74ae63d9
54225492
languageName: node
54235493
linkType: hard
54245494

@@ -5432,6 +5502,16 @@ __metadata:
54325502
languageName: node
54335503
linkType: hard
54345504

5505+
"@typescript-eslint/visitor-keys@npm:8.35.1":
5506+
version: 8.35.1
5507+
resolution: "@typescript-eslint/visitor-keys@npm:8.35.1"
5508+
dependencies:
5509+
"@typescript-eslint/types": "npm:8.35.1"
5510+
eslint-visitor-keys: "npm:^4.2.1"
5511+
checksum: 10c0/55b9eb15842a5d5dca11375e436340c731e01b07190c741d2656330f3e4d88b59e1bf3d677681dd091460be2b6e5f2c42e92faea36f947d25382ead5e8118108
5512+
languageName: node
5513+
linkType: hard
5514+
54355515
"@vercel/ncc@npm:0.38.3, @vercel/ncc@npm:^0.38.3":
54365516
version: 0.38.3
54375517
resolution: "@vercel/ncc@npm:0.38.3"
@@ -7118,7 +7198,7 @@ __metadata:
71187198
languageName: node
71197199
linkType: hard
71207200

7121-
"eslint-visitor-keys@npm:^3.3.0":
7201+
"eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.3":
71227202
version: 3.4.3
71237203
resolution: "eslint-visitor-keys@npm:3.4.3"
71247204
checksum: 10c0/92708e882c0a5ffd88c23c0b404ac1628cf20104a108c745f240a13c332a11aac54f49a22d5762efbffc18ecbc9a580d1b7ad034bf5f3cc3307e5cbff2ec9820
@@ -8039,13 +8119,20 @@ __metadata:
80398119
languageName: node
80408120
linkType: hard
80418121

8042-
"ignore@npm:^5.0.4, ignore@npm:^5.2.0, ignore@npm:^5.3.1":
8122+
"ignore@npm:^5.0.4, ignore@npm:^5.2.0":
80438123
version: 5.3.1
80448124
resolution: "ignore@npm:5.3.1"
80458125
checksum: 10c0/703f7f45ffb2a27fb2c5a8db0c32e7dee66b33a225d28e8db4e1be6474795f606686a6e3bcc50e1aa12f2042db4c9d4a7d60af3250511de74620fbed052ea4cd
80468126
languageName: node
80478127
linkType: hard
80488128

8129+
"ignore@npm:^7.0.0":
8130+
version: 7.0.5
8131+
resolution: "ignore@npm:7.0.5"
8132+
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
8133+
languageName: node
8134+
linkType: hard
8135+
80498136
"import-fresh@npm:^3.2.1":
80508137
version: 3.3.0
80518138
resolution: "import-fresh@npm:3.3.0"
@@ -8632,7 +8719,7 @@ __metadata:
86328719
"@swc/core": "npm:~1.11.21"
86338720
"@swc/helpers": "npm:~0.5.17"
86348721
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
8635-
"@typescript-eslint/eslint-plugin": "npm:^8.31.0"
8722+
"@typescript-eslint/eslint-plugin": "npm:^8.35.1"
86368723
"@typescript-eslint/parser": "npm:^8.31.0"
86378724
"@vitest/coverage-v8": "npm:^3.0.8"
86388725
chalk: "npm:^5.4.1"
@@ -10838,6 +10925,15 @@ __metadata:
1083810925
languageName: node
1083910926
linkType: hard
1084010927

10928+
"ts-api-utils@npm:^2.1.0":
10929+
version: 2.1.0
10930+
resolution: "ts-api-utils@npm:2.1.0"
10931+
peerDependencies:
10932+
typescript: ">=4.8.4"
10933+
checksum: 10c0/9806a38adea2db0f6aa217ccc6bc9c391ddba338a9fe3080676d0d50ed806d305bb90e8cef0276e793d28c8a929f400abb184ddd7ff83a416959c0f4d2ce754f
10934+
languageName: node
10935+
linkType: hard
10936+
1084110937
"ts-node-dev@npm:^2.0.0":
1084210938
version: 2.0.0
1084310939
resolution: "ts-node-dev@npm:2.0.0"

0 commit comments

Comments
 (0)