Skip to content

Commit 37bb07f

Browse files
chore(lambda): bump @typescript-eslint/parser from 8.13.0 to 8.14.0 in /lambdas (#4253)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.13.0 to 8.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.14.0</h2> <h2>8.14.0 (2024-11-11)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] add an option to ignore void<!-- raw HTML omitted -->void (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10067">#10067</a>)</li> <li><strong>eslint-plugin:</strong> [await-thenable] report unnecessary <code>await using</code> statements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10209">#10209</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency eslint to v9.14.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10309">#10309</a>)</li> <li><strong>deps:</strong> update docusaurus monorepo to v3.6.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10319">#10319</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] improve error message for literal comparisons (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10194">#10194</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] improve report loc for methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10216">#10216</a>)</li> <li><strong>scope-manager:</strong> fix asserted increments not being marked as write references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10271">#10271</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Gyumong <a href="https://github.com/Gyumong"><code>@​Gyumong</code></a></li> <li>Jan Ochwat <a href="https://github.com/janek515"><code>@​janek515</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Ronen Amiel</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.14.0 (2024-11-11)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/16fba0aff86652d6190302d8b29b7f3fb9c64664"><code>16fba0a</code></a> chore(release): publish 8.14.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.13.0&new-version=8.14.0)](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 25f3538 commit 37bb07f

File tree

8 files changed

+43
-43
lines changed

8 files changed

+43
-43
lines changed

lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
24-
"@typescript-eslint/parser": "^8.13.0",
24+
"@typescript-eslint/parser": "^8.14.0",
2525
"@vercel/ncc": "^0.38.2",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
24-
"@typescript-eslint/parser": "^8.13.0",
24+
"@typescript-eslint/parser": "^8.14.0",
2525
"@vercel/ncc": "^0.38.2",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.9.0",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.9.0",
25-
"@typescript-eslint/parser": "^8.13.0",
25+
"@typescript-eslint/parser": "^8.14.0",
2626
"@vercel/ncc": "^0.38.2",
2727
"aws-sdk-client-mock": "^4.1.0",
2828
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.9.0",
2121
"@typescript-eslint/eslint-plugin": "^8.9.0",
22-
"@typescript-eslint/parser": "^8.13.0",
22+
"@typescript-eslint/parser": "^8.14.0",
2323
"@vercel/ncc": "^0.38.2",
2424
"aws-sdk-client-mock": "^4.1.0",
2525
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.9.0",
2525
"@typescript-eslint/eslint-plugin": "^8.9.0",
26-
"@typescript-eslint/parser": "^8.13.0",
26+
"@typescript-eslint/parser": "^8.14.0",
2727
"@vercel/ncc": "0.38.2",
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",

lambdas/libs/aws-powertools-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
23-
"@typescript-eslint/parser": "^8.13.0",
23+
"@typescript-eslint/parser": "^8.14.0",
2424
"@vercel/ncc": "0.38.2",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
23-
"@typescript-eslint/parser": "^8.13.0",
23+
"@typescript-eslint/parser": "^8.14.0",
2424
"@vercel/ncc": "0.38.2",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

lambdas/yarn.lock

+36-36
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ __metadata:
111111
"@types/jest": "npm:^29.5.14"
112112
"@types/node": "npm:^22.9.0"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
114-
"@typescript-eslint/parser": "npm:^8.13.0"
114+
"@typescript-eslint/parser": "npm:^8.14.0"
115115
"@vercel/ncc": "npm:^0.38.2"
116116
aws-sdk-client-mock: "npm:^4.1.0"
117117
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -143,7 +143,7 @@ __metadata:
143143
"@types/jest": "npm:^29.5.14"
144144
"@types/node": "npm:^22.9.0"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
146-
"@typescript-eslint/parser": "npm:^8.13.0"
146+
"@typescript-eslint/parser": "npm:^8.14.0"
147147
"@vercel/ncc": "npm:0.38.2"
148148
aws-lambda: "npm:^1.0.7"
149149
body-parser: "npm:^1.20.3"
@@ -173,7 +173,7 @@ __metadata:
173173
"@types/jest": "npm:^29.5.14"
174174
"@types/node": "npm:^22.9.0"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
176-
"@typescript-eslint/parser": "npm:^8.13.0"
176+
"@typescript-eslint/parser": "npm:^8.14.0"
177177
"@vercel/ncc": "npm:0.38.2"
178178
body-parser: "npm:^1.20.3"
179179
eslint: "npm:^8.57.0"
@@ -210,7 +210,7 @@ __metadata:
210210
"@types/jest": "npm:^29.5.14"
211211
"@types/node": "npm:^22.9.0"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
213-
"@typescript-eslint/parser": "npm:^8.13.0"
213+
"@typescript-eslint/parser": "npm:^8.14.0"
214214
"@vercel/ncc": "npm:^0.38.2"
215215
aws-sdk-client-mock: "npm:^4.1.0"
216216
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -246,7 +246,7 @@ __metadata:
246246
"@types/node": "npm:^22.9.0"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
249-
"@typescript-eslint/parser": "npm:^8.13.0"
249+
"@typescript-eslint/parser": "npm:^8.14.0"
250250
"@vercel/ncc": "npm:^0.38.2"
251251
aws-sdk-client-mock: "npm:^4.1.0"
252252
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -275,7 +275,7 @@ __metadata:
275275
"@types/jest": "npm:^29.5.14"
276276
"@types/node": "npm:^22.9.0"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
278-
"@typescript-eslint/parser": "npm:^8.13.0"
278+
"@typescript-eslint/parser": "npm:^8.14.0"
279279
"@vercel/ncc": "npm:^0.38.2"
280280
aws-sdk-client-mock: "npm:^4.1.0"
281281
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -311,7 +311,7 @@ __metadata:
311311
"@types/jest": "npm:^29.5.14"
312312
"@types/node": "npm:^22.9.0"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
314-
"@typescript-eslint/parser": "npm:^8.13.0"
314+
"@typescript-eslint/parser": "npm:^8.14.0"
315315
"@vercel/ncc": "npm:0.38.2"
316316
aws-lambda: "npm:^1.0.7"
317317
body-parser: "npm:^1.20.3"
@@ -5482,31 +5482,31 @@ __metadata:
54825482
languageName: node
54835483
linkType: hard
54845484

5485-
"@typescript-eslint/parser@npm:^8.13.0":
5486-
version: 8.13.0
5487-
resolution: "@typescript-eslint/parser@npm:8.13.0"
5485+
"@typescript-eslint/parser@npm:^8.14.0":
5486+
version: 8.14.0
5487+
resolution: "@typescript-eslint/parser@npm:8.14.0"
54885488
dependencies:
5489-
"@typescript-eslint/scope-manager": "npm:8.13.0"
5490-
"@typescript-eslint/types": "npm:8.13.0"
5491-
"@typescript-eslint/typescript-estree": "npm:8.13.0"
5492-
"@typescript-eslint/visitor-keys": "npm:8.13.0"
5489+
"@typescript-eslint/scope-manager": "npm:8.14.0"
5490+
"@typescript-eslint/types": "npm:8.14.0"
5491+
"@typescript-eslint/typescript-estree": "npm:8.14.0"
5492+
"@typescript-eslint/visitor-keys": "npm:8.14.0"
54935493
debug: "npm:^4.3.4"
54945494
peerDependencies:
54955495
eslint: ^8.57.0 || ^9.0.0
54965496
peerDependenciesMeta:
54975497
typescript:
54985498
optional: true
5499-
checksum: 10c0/fa04f6c417c0f72104e148f1d7ff53e04108d383550365a556fbfae5d2283484696235db522189e17bc49039946977078e324100cef991ca01f78704182624ad
5499+
checksum: 10c0/522b7afd25cd302c0510cc71985ba55ff92ecc5dbe3fc74a76fefea0169252fdd4b8cad6291fef05f63dfc173951af450dca20859c7f23e387b2e7410e8b97b1
55005500
languageName: node
55015501
linkType: hard
55025502

5503-
"@typescript-eslint/scope-manager@npm:8.13.0":
5504-
version: 8.13.0
5505-
resolution: "@typescript-eslint/scope-manager@npm:8.13.0"
5503+
"@typescript-eslint/scope-manager@npm:8.14.0":
5504+
version: 8.14.0
5505+
resolution: "@typescript-eslint/scope-manager@npm:8.14.0"
55065506
dependencies:
5507-
"@typescript-eslint/types": "npm:8.13.0"
5508-
"@typescript-eslint/visitor-keys": "npm:8.13.0"
5509-
checksum: 10c0/1924b3e740e244d98f8a99740b4196d23ae3263303b387c66db94e140455a3132e603a130f3f70fc71e37f4bda5d0c0c67224ae3911908b097ef3f972c136be4
5507+
"@typescript-eslint/types": "npm:8.14.0"
5508+
"@typescript-eslint/visitor-keys": "npm:8.14.0"
5509+
checksum: 10c0/1e1295c6f9febadf63559aad328b23d960510ce6b4c9f74e10d881c3858fa7f1db767cd1af5272d2fe7c9c5c7daebee71854e6f841e413e5d70af282f6616e26
55105510
languageName: node
55115511
linkType: hard
55125512

@@ -5535,10 +5535,10 @@ __metadata:
55355535
languageName: node
55365536
linkType: hard
55375537

5538-
"@typescript-eslint/types@npm:8.13.0":
5539-
version: 8.13.0
5540-
resolution: "@typescript-eslint/types@npm:8.13.0"
5541-
checksum: 10c0/bd3f88b738a92b2222f388bcf831357ef8940a763c2c2eb1947767e1051dd2f8bee387020e8cf4c2309e4142353961b659abc2885e30679109a0488b0bfefc23
5538+
"@typescript-eslint/types@npm:8.14.0":
5539+
version: 8.14.0
5540+
resolution: "@typescript-eslint/types@npm:8.14.0"
5541+
checksum: 10c0/7707f900e24e60e6780c5705f69627b7c0ef912cb3b095dfc8f4a0c84e866c66b1c4c10278cf99724560dc66985ec640750c4192786a09b853f9bb4c3ca5a7ce
55425542
languageName: node
55435543
linkType: hard
55445544

@@ -5549,12 +5549,12 @@ __metadata:
55495549
languageName: node
55505550
linkType: hard
55515551

5552-
"@typescript-eslint/typescript-estree@npm:8.13.0":
5553-
version: 8.13.0
5554-
resolution: "@typescript-eslint/typescript-estree@npm:8.13.0"
5552+
"@typescript-eslint/typescript-estree@npm:8.14.0":
5553+
version: 8.14.0
5554+
resolution: "@typescript-eslint/typescript-estree@npm:8.14.0"
55555555
dependencies:
5556-
"@typescript-eslint/types": "npm:8.13.0"
5557-
"@typescript-eslint/visitor-keys": "npm:8.13.0"
5556+
"@typescript-eslint/types": "npm:8.14.0"
5557+
"@typescript-eslint/visitor-keys": "npm:8.14.0"
55585558
debug: "npm:^4.3.4"
55595559
fast-glob: "npm:^3.3.2"
55605560
is-glob: "npm:^4.0.3"
@@ -5564,7 +5564,7 @@ __metadata:
55645564
peerDependenciesMeta:
55655565
typescript:
55665566
optional: true
5567-
checksum: 10c0/2d45bc5ed4ac352bea927167ac28ef23bd13b6ae352ff50e85cddfdc4b06518f1dd4ae5f2495e30d6f62d247987677a4e807065d55829ba28963908a821dc96d
5567+
checksum: 10c0/5e890d22bd067095f871cf144907a8c302db5b5f014c58906ad58d7f23569951cba805042eac6844744e5abb0d3648c9cc221a91b0703da0a8d6345dc1f83e74
55685568
languageName: node
55695569
linkType: hard
55705570

@@ -5601,13 +5601,13 @@ __metadata:
56015601
languageName: node
56025602
linkType: hard
56035603

5604-
"@typescript-eslint/visitor-keys@npm:8.13.0":
5605-
version: 8.13.0
5606-
resolution: "@typescript-eslint/visitor-keys@npm:8.13.0"
5604+
"@typescript-eslint/visitor-keys@npm:8.14.0":
5605+
version: 8.14.0
5606+
resolution: "@typescript-eslint/visitor-keys@npm:8.14.0"
56075607
dependencies:
5608-
"@typescript-eslint/types": "npm:8.13.0"
5608+
"@typescript-eslint/types": "npm:8.14.0"
56095609
eslint-visitor-keys: "npm:^3.4.3"
5610-
checksum: 10c0/50b35f3cf673aaed940613f0007f7c4558a89ebef15c49824e65b6f084b700fbf01b01a4e701e24bbe651297a39678645e739acd255255f1603867a84bef0383
5610+
checksum: 10c0/d0faf70ed9ecff5e36694bbb161a90bea6db59e0e79a7d4f264d67d565c12b13733d664b736b2730935f013c87ce3155cea954a533d28e99987681bc5f6259c3
56115611
languageName: node
56125612
linkType: hard
56135613

0 commit comments

Comments
 (0)