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

Commit f6be48c

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.4.0 in /lambdas (#3828)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v7.4.0</h2> <h2>7.4.0 (2024-03-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8335">#8335</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle tagged templates (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8708">#8708</a>)</li> <li><strong>eslint-plugin:</strong> deprecate no-throw-literal and add a renamed only-throw-error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8701">#8701</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] address multipart nullish checks false positive (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8678">#8678</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] properly disambiguate between <code>boolean</code> and <code>false</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8685">#8685</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8740">#8740</a>)</li> <li><strong>typescript-eslint:</strong> declare peer dependency on <code>utils</code> to ensure npm correctly installs dependencies (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8738">#8738</a>)</li> <li><strong>website:</strong> visual Editor is not scrolled (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8709">#8709</a>)</li> <li><strong>website:</strong> make 404 page good again (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8750">#8750</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>Josh Goldberg ✨</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>Marco Pasqualetti <a href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</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>v7.3.1</h2> <h2>7.3.1 (2024-03-18)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] revert disable of ignoreVoid in strict config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8718">#8718</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</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>v7.3.0</h2> <h2>7.3.0 (2024-03-18)</h2> <p>Note that this release enables rules to have more restrictive default options as configured in the <code>strict</code> and <code>strict-type-checked</code> configs. See <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8364">#8364</a> for more details.</p> <!-- 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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>7.4.0 (2024-03-25)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle tagged templates</p> </li> <li> <p><strong>eslint-plugin:</strong> deprecate no-throw-literal and add a renamed only-throw-error</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [prefer-optional-chain] address multipart nullish checks false positive</p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-optional-chain] properly disambiguate between <code>boolean</code> and <code>false</code></p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Brad Zacher</li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du</li> <li>Kirk Waiblinger</li> <li>Marco Pasqualetti</li> <li>YeonJuan</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>7.3.1 (2024-03-18)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] revert disable of ignoreVoid in strict config</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</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>7.3.0 (2024-03-18)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5d2469142262672e381db3b4a4e2bffa80984810"><code>5d24691</code></a> chore(release): publish 7.4.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/029fc0b97fbfee330c0befe933b1bf268f3eb118"><code>029fc0b</code></a> feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2a62a400b7dabee00ddaaa2f039e83b5bf91687a"><code>2a62a40</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/990ec22c79e605a689f0e65848718b77b88f65ca"><code>990ec22</code></a> docs: fix example of binding unbound method (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8754">#8754</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a08554a588e4eae73ca33eba334e7da332ebc9e2"><code>a08554a</code></a> feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2018f91ef6dfaec9bdb82b85a811a80e0dc79251"><code>2018f91</code></a> fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `bo...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/56358a64f1be52d4967a517b49729339fa61ffb5"><code>56358a6</code></a> fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/532ae8b1114589eb5e3750c6f011de026b28ef29"><code>532ae8b</code></a> docs: fix typo in switch-exhaustiveness-check (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8768">#8768</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e408b93e48e5199d83a8d99d1e27126d2dd8bc8f"><code>e408b93</code></a> feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c787fe4ed1fcd8c0acf3b4fc196f513f4c298f31"><code>c787fe4</code></a> docs: restrict-template-expressions - remove mention of numbers being allowed...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.21.0&new-version=7.4.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 a332cc5 commit f6be48c

File tree

8 files changed

+63
-28
lines changed

8 files changed

+63
-28
lines changed

Diff for: 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.134",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
23-
"@typescript-eslint/eslint-plugin": "^6.15.0",
23+
"@typescript-eslint/eslint-plugin": "^7.4.0",
2424
"@typescript-eslint/parser": "^6.21.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^3.0.0",

Diff for: 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.134",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
23-
"@typescript-eslint/eslint-plugin": "^6.15.0",
23+
"@typescript-eslint/eslint-plugin": "^7.4.0",
2424
"@typescript-eslint/parser": "^6.21.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^3.0.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/jest": "^29.5.12",
2323
"@types/node": "^20.8.9",
2424
"@types/request": "^2.48.11",
25-
"@typescript-eslint/eslint-plugin": "^6.15.0",
25+
"@typescript-eslint/eslint-plugin": "^7.4.0",
2626
"@typescript-eslint/parser": "^6.21.0",
2727
"@vercel/ncc": "^0.38.1",
2828
"aws-sdk-client-mock": "^3.0.0",

Diff for: 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.134",
1919
"@types/jest": "^29.5.6",
2020
"@types/node": "^20.8.9",
21-
"@typescript-eslint/eslint-plugin": "^6.15.0",
21+
"@typescript-eslint/eslint-plugin": "^7.4.0",
2222
"@typescript-eslint/parser": "^6.21.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^3.0.0",

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/express": "^4.17.21",
2323
"@types/jest": "^29.5.12",
2424
"@types/node": "^20.8.9",
25-
"@typescript-eslint/eslint-plugin": "^6.15.0",
25+
"@typescript-eslint/eslint-plugin": "^7.4.0",
2626
"@typescript-eslint/parser": "^6.21.0",
2727
"@vercel/ncc": "0.38.1",
2828
"body-parser": "^1.20.2",

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/express": "^4.17.21",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
23-
"@typescript-eslint/eslint-plugin": "^6.15.0",
23+
"@typescript-eslint/eslint-plugin": "^7.4.0",
2424
"@typescript-eslint/parser": "^6.21.0",
2525
"@vercel/ncc": "0.38.1",
2626
"body-parser": "^1.20.2",

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/express": "^4.17.21",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
23-
"@typescript-eslint/eslint-plugin": "^6.15.0",
23+
"@typescript-eslint/eslint-plugin": "^7.4.0",
2424
"@typescript-eslint/parser": "^6.21.0",
2525
"@vercel/ncc": "0.38.1",
2626
"body-parser": "^1.20.2",

Diff for: lambdas/yarn.lock

+56-21
Original file line numberDiff line numberDiff line change
@@ -3746,16 +3746,16 @@
37463746
dependencies:
37473747
"@types/yargs-parser" "*"
37483748

3749-
"@typescript-eslint/eslint-plugin@^6.15.0":
3750-
version "6.21.0"
3751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
3752-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
3749+
"@typescript-eslint/eslint-plugin@^7.4.0":
3750+
version "7.4.0"
3751+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.4.0.tgz#de61c3083842fc6ac889d2fc83c9a96b55ab8328"
3752+
integrity sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==
37533753
dependencies:
37543754
"@eslint-community/regexpp" "^4.5.1"
3755-
"@typescript-eslint/scope-manager" "6.21.0"
3756-
"@typescript-eslint/type-utils" "6.21.0"
3757-
"@typescript-eslint/utils" "6.21.0"
3758-
"@typescript-eslint/visitor-keys" "6.21.0"
3755+
"@typescript-eslint/scope-manager" "7.4.0"
3756+
"@typescript-eslint/type-utils" "7.4.0"
3757+
"@typescript-eslint/utils" "7.4.0"
3758+
"@typescript-eslint/visitor-keys" "7.4.0"
37593759
debug "^4.3.4"
37603760
graphemer "^1.4.0"
37613761
ignore "^5.2.4"
@@ -3782,13 +3782,21 @@
37823782
"@typescript-eslint/types" "6.21.0"
37833783
"@typescript-eslint/visitor-keys" "6.21.0"
37843784

3785-
"@typescript-eslint/[email protected].0":
3786-
version "6.21.0"
3787-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
3788-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
3785+
"@typescript-eslint/[email protected].0":
3786+
version "7.4.0"
3787+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz#acfc69261f10ece7bf7ece1734f1713392c3655f"
3788+
integrity sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==
37893789
dependencies:
3790-
"@typescript-eslint/typescript-estree" "6.21.0"
3791-
"@typescript-eslint/utils" "6.21.0"
3790+
"@typescript-eslint/types" "7.4.0"
3791+
"@typescript-eslint/visitor-keys" "7.4.0"
3792+
3793+
"@typescript-eslint/[email protected]":
3794+
version "7.4.0"
3795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz#cfcaab21bcca441c57da5d3a1153555e39028cbd"
3796+
integrity sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==
3797+
dependencies:
3798+
"@typescript-eslint/typescript-estree" "7.4.0"
3799+
"@typescript-eslint/utils" "7.4.0"
37923800
debug "^4.3.4"
37933801
ts-api-utils "^1.0.1"
37943802

@@ -3797,6 +3805,11 @@
37973805
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
37983806
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
37993807

3808+
"@typescript-eslint/[email protected]":
3809+
version "7.4.0"
3810+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
3811+
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
3812+
38003813
"@typescript-eslint/[email protected]":
38013814
version "6.21.0"
38023815
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -3811,17 +3824,31 @@
38113824
semver "^7.5.4"
38123825
ts-api-utils "^1.0.1"
38133826

3814-
"@typescript-eslint/[email protected]":
3815-
version "6.21.0"
3816-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
3817-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
3827+
"@typescript-eslint/[email protected]":
3828+
version "7.4.0"
3829+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz#12dbcb4624d952f72c10a9f4431284fca24624f4"
3830+
integrity sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==
3831+
dependencies:
3832+
"@typescript-eslint/types" "7.4.0"
3833+
"@typescript-eslint/visitor-keys" "7.4.0"
3834+
debug "^4.3.4"
3835+
globby "^11.1.0"
3836+
is-glob "^4.0.3"
3837+
minimatch "9.0.3"
3838+
semver "^7.5.4"
3839+
ts-api-utils "^1.0.1"
3840+
3841+
"@typescript-eslint/[email protected]":
3842+
version "7.4.0"
3843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.4.0.tgz#d889a0630cab88bddedaf7c845c64a00576257bd"
3844+
integrity sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==
38183845
dependencies:
38193846
"@eslint-community/eslint-utils" "^4.4.0"
38203847
"@types/json-schema" "^7.0.12"
38213848
"@types/semver" "^7.5.0"
3822-
"@typescript-eslint/scope-manager" "6.21.0"
3823-
"@typescript-eslint/types" "6.21.0"
3824-
"@typescript-eslint/typescript-estree" "6.21.0"
3849+
"@typescript-eslint/scope-manager" "7.4.0"
3850+
"@typescript-eslint/types" "7.4.0"
3851+
"@typescript-eslint/typescript-estree" "7.4.0"
38253852
semver "^7.5.4"
38263853

38273854
"@typescript-eslint/[email protected]":
@@ -3832,6 +3859,14 @@
38323859
"@typescript-eslint/types" "6.21.0"
38333860
eslint-visitor-keys "^3.4.1"
38343861

3862+
"@typescript-eslint/[email protected]":
3863+
version "7.4.0"
3864+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
3865+
integrity sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==
3866+
dependencies:
3867+
"@typescript-eslint/types" "7.4.0"
3868+
eslint-visitor-keys "^3.4.1"
3869+
38353870
"@ungap/structured-clone@^1.2.0":
38363871
version "1.2.0"
38373872
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)