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

Commit a9a64b5

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.20.0 in /lambdas (#3744)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.17.0 to 6.20.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>v6.20.0</h2> <h2>6.20.0 (2024-01-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] allow easy reuse of the default ordering (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8248">#8248</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-useless-template-literals] incorrect bigint autofix result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8283">#8283</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat any/unknown as non-nullable (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8262">#8262</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-template-literals] report Infinity &amp; NaN (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8295">#8295</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] disable checking accessors (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8300">#8300</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Alex Parloti <a href="https://github.com/parloti"><code>@​parloti</code></a></li> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>James Browning</li> <li>StyleShit <a href="https://github.com/StyleShit"><code>@​StyleShit</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>v6.19.1</h2> <h2>6.19.1 (2024-01-22)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive for type variable (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8235">#8235</a>)</li> <li><strong>type-utils:</strong> preventing isUnsafeAssignment infinite recursive calls (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8237">#8237</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <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>v6.19.0</h2> <h2>6.19.0 (2024-01-15)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-promise-reject-errors] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8011">#8011</a>)</li> <li><strong>eslint-plugin:</strong> [no-array-delete] add new rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8067">#8067</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-template-literals] add fix suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8065">#8065</a>)</li> </ul> <!-- 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>6.20.0 (2024-01-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] allow easy reuse of the default ordering</li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-useless-template-literals] incorrect bigint autofix result</p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat any/unknown as non-nullable</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-useless-template-literals] report Infinity &amp; NaN</p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-readonly] disable checking accessors</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Alex Parloti</li> <li>auvred</li> <li>James Browning</li> <li>StyleShit</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>6.19.1 (2024-01-22)</h2> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>type-utils:</strong> preventing isUnsafeAssignment infinite recursive calls</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive for type variable</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <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>6.19.0 (2024-01-15)</h2> <h3>🚀 Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a01a6e6b6fb157f8cf278179c098c4ab0beb22c6"><code>a01a6e6</code></a> chore(release): publish 6.20.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4d2ce3b010260b5299efb0d7d9319e438fcb5fa9"><code>4d2ce3b</code></a> fix(eslint-plugin): [prefer-readonly] disable checking accessors (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8300">#8300</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9dca40e44d880ba2ebc0bc2b184d5918fe847a55"><code>9dca40e</code></a> chore(eslint-plugin): fix typos in schema definitions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8311">#8311</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d02d08638d855cfe943fc07d717a2a6759b0bf91"><code>d02d086</code></a> fix(eslint-plugin): [no-useless-template-literals] report Infinity &amp; NaN (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8295">#8295</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/70505e45bee0c2b05777a3f9e5b886a1a607d349"><code>70505e4</code></a> fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-null...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d0137c8960c651689cde5be7d9c6636a64dd3aea"><code>d0137c8</code></a> chore: enable prefer-nullish-coalescing internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7955">#7955</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/bbc6770c05d3521a155b8a73ebca963c4d90bf25"><code>bbc6770</code></a> feat(eslint-plugin): [member-ordering] allow easy reuse of the default orderi...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8622286207b3e04ddd260eaa8ac71927d47edd7d"><code>8622286</code></a> fix(eslint-plugin): [no-useless-template-literals] incorrect bigint autofix r...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a91121425d8c40e90c6dfc282a13e5cbf78a6562"><code>a911214</code></a> chore(release): publish 6.19.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/920f909debc3eb394f5aef4e36568bdf6641e304"><code>920f909</code></a> fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type va...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.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.17.0&new-version=6.20.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ca40ef commit a9a64b5

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

Diff for: lambdas/yarn.lock

+53-53
Original file line numberDiff line numberDiff line change
@@ -2918,15 +2918,15 @@
29182918
"@types/yargs-parser" "*"
29192919

29202920
"@typescript-eslint/eslint-plugin@^6.15.0":
2921-
version "6.17.0"
2922-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.17.0.tgz#dfc38f790704ba8a54a1277c51efdb489f6ecf9f"
2923-
integrity sha512-Vih/4xLXmY7V490dGwBQJTpIZxH4ZFH6eCVmQ4RFkB+wmaCTDAx4dtgoWwMNGKLkqRY1L6rPqzEbjorRnDo4rQ==
2921+
version "6.20.0"
2922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz#9cf31546d2d5e884602626d89b0e0d2168ac25ed"
2923+
integrity sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==
29242924
dependencies:
29252925
"@eslint-community/regexpp" "^4.5.1"
2926-
"@typescript-eslint/scope-manager" "6.17.0"
2927-
"@typescript-eslint/type-utils" "6.17.0"
2928-
"@typescript-eslint/utils" "6.17.0"
2929-
"@typescript-eslint/visitor-keys" "6.17.0"
2926+
"@typescript-eslint/scope-manager" "6.20.0"
2927+
"@typescript-eslint/type-utils" "6.20.0"
2928+
"@typescript-eslint/utils" "6.20.0"
2929+
"@typescript-eslint/visitor-keys" "6.20.0"
29302930
debug "^4.3.4"
29312931
graphemer "^1.4.0"
29322932
ignore "^5.2.4"
@@ -2945,14 +2945,6 @@
29452945
"@typescript-eslint/visitor-keys" "6.18.0"
29462946
debug "^4.3.4"
29472947

2948-
"@typescript-eslint/[email protected]":
2949-
version "6.17.0"
2950-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.17.0.tgz#70e6c1334d0d76562dfa61aed9009c140a7601b4"
2951-
integrity sha512-RX7a8lwgOi7am0k17NUO0+ZmMOX4PpjLtLRgLmT1d3lBYdWH4ssBUbwdmc5pdRX8rXon8v9x8vaoOSpkHfcXGA==
2952-
dependencies:
2953-
"@typescript-eslint/types" "6.17.0"
2954-
"@typescript-eslint/visitor-keys" "6.17.0"
2955-
29562948
"@typescript-eslint/[email protected]":
29572949
version "6.18.0"
29582950
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.0.tgz#24ca6fc1f4a2afa71122dcfca9282878687d9997"
@@ -2961,75 +2953,75 @@
29612953
"@typescript-eslint/types" "6.18.0"
29622954
"@typescript-eslint/visitor-keys" "6.18.0"
29632955

2964-
"@typescript-eslint/[email protected]":
2965-
version "6.17.0"
2966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.17.0.tgz#5febad3f523e393006614cbda28b826925b728d5"
2967-
integrity sha512-hDXcWmnbtn4P2B37ka3nil3yi3VCQO2QEB9gBiHJmQp5wmyQWqnjA85+ZcE8c4FqnaB6lBwMrPkgd4aBYz3iNg==
2956+
"@typescript-eslint/[email protected]":
2957+
version "6.20.0"
2958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz#8a926e60f6c47feb5bab878246dc2ae465730151"
2959+
integrity sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==
2960+
dependencies:
2961+
"@typescript-eslint/types" "6.20.0"
2962+
"@typescript-eslint/visitor-keys" "6.20.0"
2963+
2964+
"@typescript-eslint/[email protected]":
2965+
version "6.20.0"
2966+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz#d395475cd0f3610dd80c7d8716fa0db767da3831"
2967+
integrity sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==
29682968
dependencies:
2969-
"@typescript-eslint/typescript-estree" "6.17.0"
2970-
"@typescript-eslint/utils" "6.17.0"
2969+
"@typescript-eslint/typescript-estree" "6.20.0"
2970+
"@typescript-eslint/utils" "6.20.0"
29712971
debug "^4.3.4"
29722972
ts-api-utils "^1.0.1"
29732973

2974-
"@typescript-eslint/[email protected]":
2975-
version "6.17.0"
2976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.17.0.tgz#844a92eb7c527110bf9a7d177e3f22bd5a2f40cb"
2977-
integrity sha512-qRKs9tvc3a4RBcL/9PXtKSehI/q8wuU9xYJxe97WFxnzH8NWWtcW3ffNS+EWg8uPvIerhjsEZ+rHtDqOCiH57A==
2978-
29792974
"@typescript-eslint/[email protected]":
29802975
version "6.18.0"
29812976
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.0.tgz#ffce610a1540c17cf7d8ecf2bb34b8b0e2e77101"
29822977
integrity sha512-/RFVIccwkwSdW/1zeMx3hADShWbgBxBnV/qSrex6607isYjj05t36P6LyONgqdUrNLl5TYU8NIKdHUYpFvExkA==
29832978

2984-
"@typescript-eslint/[email protected]":
2985-
version "6.17.0"
2986-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.17.0.tgz#b913d19886c52d8dc3db856903a36c6c64fd62aa"
2987-
integrity sha512-gVQe+SLdNPfjlJn5VNGhlOhrXz4cajwFd5kAgWtZ9dCZf4XJf8xmgCTLIqec7aha3JwgLI2CK6GY1043FRxZwg==
2979+
"@typescript-eslint/[email protected]":
2980+
version "6.20.0"
2981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448"
2982+
integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==
2983+
2984+
"@typescript-eslint/[email protected]":
2985+
version "6.18.0"
2986+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.0.tgz#1c357c3ca435c3cfa2af6b9daf45ca0bc2bb059a"
2987+
integrity sha512-klNvl+Ql4NsBNGB4W9TZ2Od03lm7aGvTbs0wYaFYsplVPhr+oeXjlPZCDI4U9jgJIDK38W1FKhacCFzCC+nbIg==
29882988
dependencies:
2989-
"@typescript-eslint/types" "6.17.0"
2990-
"@typescript-eslint/visitor-keys" "6.17.0"
2989+
"@typescript-eslint/types" "6.18.0"
2990+
"@typescript-eslint/visitor-keys" "6.18.0"
29912991
debug "^4.3.4"
29922992
globby "^11.1.0"
29932993
is-glob "^4.0.3"
29942994
minimatch "9.0.3"
29952995
semver "^7.5.4"
29962996
ts-api-utils "^1.0.1"
29972997

2998-
"@typescript-eslint/typescript-estree@6.18.0":
2999-
version "6.18.0"
3000-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.0.tgz#1c357c3ca435c3cfa2af6b9daf45ca0bc2bb059a"
3001-
integrity sha512-klNvl+Ql4NsBNGB4W9TZ2Od03lm7aGvTbs0wYaFYsplVPhr+oeXjlPZCDI4U9jgJIDK38W1FKhacCFzCC+nbIg==
2998+
"@typescript-eslint/typescript-estree@6.20.0":
2999+
version "6.20.0"
3000+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542"
3001+
integrity sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==
30023002
dependencies:
3003-
"@typescript-eslint/types" "6.18.0"
3004-
"@typescript-eslint/visitor-keys" "6.18.0"
3003+
"@typescript-eslint/types" "6.20.0"
3004+
"@typescript-eslint/visitor-keys" "6.20.0"
30053005
debug "^4.3.4"
30063006
globby "^11.1.0"
30073007
is-glob "^4.0.3"
30083008
minimatch "9.0.3"
30093009
semver "^7.5.4"
30103010
ts-api-utils "^1.0.1"
30113011

3012-
"@typescript-eslint/utils@6.17.0":
3013-
version "6.17.0"
3014-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.17.0.tgz#f2b16d4c9984474656c420438cdede7eccd4079e"
3015-
integrity sha512-LofsSPjN/ITNkzV47hxas2JCsNCEnGhVvocfyOcLzT9c/tSZE7SfhS/iWtzP1lKNOEfLhRTZz6xqI8N2RzweSQ==
3012+
"@typescript-eslint/utils@6.20.0":
3013+
version "6.20.0"
3014+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.20.0.tgz#0e52afcfaa51af5656490ba4b7437cc3aa28633d"
3015+
integrity sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==
30163016
dependencies:
30173017
"@eslint-community/eslint-utils" "^4.4.0"
30183018
"@types/json-schema" "^7.0.12"
30193019
"@types/semver" "^7.5.0"
3020-
"@typescript-eslint/scope-manager" "6.17.0"
3021-
"@typescript-eslint/types" "6.17.0"
3022-
"@typescript-eslint/typescript-estree" "6.17.0"
3020+
"@typescript-eslint/scope-manager" "6.20.0"
3021+
"@typescript-eslint/types" "6.20.0"
3022+
"@typescript-eslint/typescript-estree" "6.20.0"
30233023
semver "^7.5.4"
30243024

3025-
"@typescript-eslint/[email protected]":
3026-
version "6.17.0"
3027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.17.0.tgz#3ed043709c39b43ec1e58694f329e0b0430c26b6"
3028-
integrity sha512-H6VwB/k3IuIeQOyYczyyKN8wH6ed8EwliaYHLxOIhyF0dYEIsN8+Bk3GE19qafeMKyZJJHP8+O1HiFhFLUNKSg==
3029-
dependencies:
3030-
"@typescript-eslint/types" "6.17.0"
3031-
eslint-visitor-keys "^3.4.1"
3032-
30333025
"@typescript-eslint/[email protected]":
30343026
version "6.18.0"
30353027
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.0.tgz#3c8733737786fa6c78a347b4fa306ae7155b560f"
@@ -3038,6 +3030,14 @@
30383030
"@typescript-eslint/types" "6.18.0"
30393031
eslint-visitor-keys "^3.4.1"
30403032

3033+
"@typescript-eslint/[email protected]":
3034+
version "6.20.0"
3035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz#f7ada27f2803de89df0edd9fd7be22c05ce6a498"
3036+
integrity sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==
3037+
dependencies:
3038+
"@typescript-eslint/types" "6.20.0"
3039+
eslint-visitor-keys "^3.4.1"
3040+
30413041
"@ungap/structured-clone@^1.2.0":
30423042
version "1.2.0"
30433043
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)