Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0837185

Browse files
chore(lambda): bump @typescript-eslint/parser from 8.11.0 to 8.13.0 in /lambdas (#4237)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.11.0 to 8.13.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.13.0</h2> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li>add <code>options</code> property to <code>ImportExpression</code> node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​eslint-community/regexpp</code> to v4.12.1 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>types:</strong> parent property type annotation in the ImportAttribute node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li> <li><strong>utils:</strong> allow an array for the values of SharedConfig (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@​peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>Trygve Aaberge</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li> <li>Yosuke Ota <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a></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> <h2>v8.12.2</h2> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></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> <h2>v8.12.1</h2> <h2>8.12.1 (2024-10-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.13.0 (2024-11-04)</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> <h2>8.12.2 (2024-10-29)</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> <h2>8.12.1 (2024-10-28)</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> <h2>8.12.0 (2024-10-28)</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/ac1f63250859313a3dc330d6e0c4c3f7fc234959"><code>ac1f632</code></a> chore(release): publish 8.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4af866a6642502117c32b49e64d7012a027c42f5"><code>4af866a</code></a> chore(release): publish 8.12.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1edec1d56ccad98fa65f57ac54fe8abbb1d3a922"><code>1edec1d</code></a> chore(release): publish 8.12.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3413a2d5bfb1641de86677ed25f1fd66045ac068"><code>3413a2d</code></a> chore(release): publish 8.12.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.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.11.0&new-version=8.13.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 d6002d7 commit 0837185

File tree

8 files changed

+43
-43
lines changed

8 files changed

+43
-43
lines changed

Diff for: 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.5.4",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
24-
"@typescript-eslint/parser": "^8.11.0",
24+
"@typescript-eslint/parser": "^8.13.0",
2525
"@vercel/ncc": "^0.38.2",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.5.4",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
24-
"@typescript-eslint/parser": "^8.11.0",
24+
"@typescript-eslint/parser": "^8.13.0",
2525
"@vercel/ncc": "^0.38.2",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.5.4",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.9.0",
25-
"@typescript-eslint/parser": "^8.11.0",
25+
"@typescript-eslint/parser": "^8.13.0",
2626
"@vercel/ncc": "^0.38.2",
2727
"aws-sdk-client-mock": "^4.1.0",
2828
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.5.4",
2121
"@typescript-eslint/eslint-plugin": "^8.9.0",
22-
"@typescript-eslint/parser": "^8.11.0",
22+
"@typescript-eslint/parser": "^8.13.0",
2323
"@vercel/ncc": "^0.38.2",
2424
"aws-sdk-client-mock": "^4.1.0",
2525
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.5.4",
2525
"@typescript-eslint/eslint-plugin": "^8.9.0",
26-
"@typescript-eslint/parser": "^8.11.0",
26+
"@typescript-eslint/parser": "^8.13.0",
2727
"@vercel/ncc": "0.38.2",
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",

Diff for: 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.5.4",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
23-
"@typescript-eslint/parser": "^8.11.0",
23+
"@typescript-eslint/parser": "^8.13.0",
2424
"@vercel/ncc": "0.38.2",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

Diff for: 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.5.4",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
23-
"@typescript-eslint/parser": "^8.11.0",
23+
"@typescript-eslint/parser": "^8.13.0",
2424
"@vercel/ncc": "0.38.2",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

Diff for: 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.5.4"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
114-
"@typescript-eslint/parser": "npm:^8.11.0"
114+
"@typescript-eslint/parser": "npm:^8.13.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.5.4"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
146-
"@typescript-eslint/parser": "npm:^8.11.0"
146+
"@typescript-eslint/parser": "npm:^8.13.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.5.4"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
176-
"@typescript-eslint/parser": "npm:^8.11.0"
176+
"@typescript-eslint/parser": "npm:^8.13.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.5.4"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
213-
"@typescript-eslint/parser": "npm:^8.11.0"
213+
"@typescript-eslint/parser": "npm:^8.13.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.5.4"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
249-
"@typescript-eslint/parser": "npm:^8.11.0"
249+
"@typescript-eslint/parser": "npm:^8.13.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.5.4"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
278-
"@typescript-eslint/parser": "npm:^8.11.0"
278+
"@typescript-eslint/parser": "npm:^8.13.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.5.4"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
314-
"@typescript-eslint/parser": "npm:^8.11.0"
314+
"@typescript-eslint/parser": "npm:^8.13.0"
315315
"@vercel/ncc": "npm:0.38.2"
316316
aws-lambda: "npm:^1.0.7"
317317
body-parser: "npm:^1.20.3"
@@ -5415,31 +5415,31 @@ __metadata:
54155415
languageName: node
54165416
linkType: hard
54175417

5418-
"@typescript-eslint/parser@npm:^8.11.0":
5419-
version: 8.11.0
5420-
resolution: "@typescript-eslint/parser@npm:8.11.0"
5418+
"@typescript-eslint/parser@npm:^8.13.0":
5419+
version: 8.13.0
5420+
resolution: "@typescript-eslint/parser@npm:8.13.0"
54215421
dependencies:
5422-
"@typescript-eslint/scope-manager": "npm:8.11.0"
5423-
"@typescript-eslint/types": "npm:8.11.0"
5424-
"@typescript-eslint/typescript-estree": "npm:8.11.0"
5425-
"@typescript-eslint/visitor-keys": "npm:8.11.0"
5422+
"@typescript-eslint/scope-manager": "npm:8.13.0"
5423+
"@typescript-eslint/types": "npm:8.13.0"
5424+
"@typescript-eslint/typescript-estree": "npm:8.13.0"
5425+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
54265426
debug: "npm:^4.3.4"
54275427
peerDependencies:
54285428
eslint: ^8.57.0 || ^9.0.0
54295429
peerDependenciesMeta:
54305430
typescript:
54315431
optional: true
5432-
checksum: 10c0/e83f239fec60697083e5dcb1c8948340e783ea6e043fe9a65d557faef8882963b09d69aacd736eb8ab18a768769a7bbfc3de0f1251d4bba080613541acb0741c
5432+
checksum: 10c0/fa04f6c417c0f72104e148f1d7ff53e04108d383550365a556fbfae5d2283484696235db522189e17bc49039946977078e324100cef991ca01f78704182624ad
54335433
languageName: node
54345434
linkType: hard
54355435

5436-
"@typescript-eslint/scope-manager@npm:8.11.0":
5437-
version: 8.11.0
5438-
resolution: "@typescript-eslint/scope-manager@npm:8.11.0"
5436+
"@typescript-eslint/scope-manager@npm:8.13.0":
5437+
version: 8.13.0
5438+
resolution: "@typescript-eslint/scope-manager@npm:8.13.0"
54395439
dependencies:
5440-
"@typescript-eslint/types": "npm:8.11.0"
5441-
"@typescript-eslint/visitor-keys": "npm:8.11.0"
5442-
checksum: 10c0/0910da62d8ae261711dd9f89d5c7d8e96ff13c50054436256e5a661309229cb49e3b8189c9468d36b6c4d3f7cddd121519ea78f9b18c9b869a808834b079b2ea
5440+
"@typescript-eslint/types": "npm:8.13.0"
5441+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
5442+
checksum: 10c0/1924b3e740e244d98f8a99740b4196d23ae3263303b387c66db94e140455a3132e603a130f3f70fc71e37f4bda5d0c0c67224ae3911908b097ef3f972c136be4
54435443
languageName: node
54445444
linkType: hard
54455445

@@ -5468,10 +5468,10 @@ __metadata:
54685468
languageName: node
54695469
linkType: hard
54705470

5471-
"@typescript-eslint/types@npm:8.11.0":
5472-
version: 8.11.0
5473-
resolution: "@typescript-eslint/types@npm:8.11.0"
5474-
checksum: 10c0/5ccdd3eeee077a6fc8e7f4bc0e0cbc9327b1205a845253ec5c0c6c49ff915e853161df00c24a0ffb4b8ec745d3f153dd0e066400a021c844c026e31121f46699
5471+
"@typescript-eslint/types@npm:8.13.0":
5472+
version: 8.13.0
5473+
resolution: "@typescript-eslint/types@npm:8.13.0"
5474+
checksum: 10c0/bd3f88b738a92b2222f388bcf831357ef8940a763c2c2eb1947767e1051dd2f8bee387020e8cf4c2309e4142353961b659abc2885e30679109a0488b0bfefc23
54755475
languageName: node
54765476
linkType: hard
54775477

@@ -5482,12 +5482,12 @@ __metadata:
54825482
languageName: node
54835483
linkType: hard
54845484

5485-
"@typescript-eslint/typescript-estree@npm:8.11.0":
5486-
version: 8.11.0
5487-
resolution: "@typescript-eslint/typescript-estree@npm:8.11.0"
5485+
"@typescript-eslint/typescript-estree@npm:8.13.0":
5486+
version: 8.13.0
5487+
resolution: "@typescript-eslint/typescript-estree@npm:8.13.0"
54885488
dependencies:
5489-
"@typescript-eslint/types": "npm:8.11.0"
5490-
"@typescript-eslint/visitor-keys": "npm:8.11.0"
5489+
"@typescript-eslint/types": "npm:8.13.0"
5490+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
54915491
debug: "npm:^4.3.4"
54925492
fast-glob: "npm:^3.3.2"
54935493
is-glob: "npm:^4.0.3"
@@ -5497,7 +5497,7 @@ __metadata:
54975497
peerDependenciesMeta:
54985498
typescript:
54995499
optional: true
5500-
checksum: 10c0/b629ad3cd32b005d5c1d67c36958a418f8672efebea869399834f4f201ebf90b942165eebb5c9d9799dcabdc2cc26e5fabb00629f76b158847f42e1a491a75a6
5500+
checksum: 10c0/2d45bc5ed4ac352bea927167ac28ef23bd13b6ae352ff50e85cddfdc4b06518f1dd4ae5f2495e30d6f62d247987677a4e807065d55829ba28963908a821dc96d
55015501
languageName: node
55025502
linkType: hard
55035503

@@ -5534,13 +5534,13 @@ __metadata:
55345534
languageName: node
55355535
linkType: hard
55365536

5537-
"@typescript-eslint/visitor-keys@npm:8.11.0":
5538-
version: 8.11.0
5539-
resolution: "@typescript-eslint/visitor-keys@npm:8.11.0"
5537+
"@typescript-eslint/visitor-keys@npm:8.13.0":
5538+
version: 8.13.0
5539+
resolution: "@typescript-eslint/visitor-keys@npm:8.13.0"
55405540
dependencies:
5541-
"@typescript-eslint/types": "npm:8.11.0"
5541+
"@typescript-eslint/types": "npm:8.13.0"
55425542
eslint-visitor-keys: "npm:^3.4.3"
5543-
checksum: 10c0/7a5a49609fdc47e114fe59eee56393c90b122ec8e9520f90b0c5e189635ae1ccfa8e00108f641342c2c8f4637fe9d40c77927cf7c8248a3a660812cb4b7d0c08
5543+
checksum: 10c0/50b35f3cf673aaed940613f0007f7c4558a89ebef15c49824e65b6f084b700fbf01b01a4e701e24bbe651297a39678645e739acd255255f1603867a84bef0383
55445544
languageName: node
55455545
linkType: hard
55465546

0 commit comments

Comments
 (0)