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

Commit 1c87fc5

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 in /lambdas (#3756)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.20.0 to 6.21.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.21.0</h2> <h2>6.21.0 (2024-02-05)</h2> <h3>🚀 Features</h3> <ul> <li>export plugin metadata (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8331">#8331</a>)</li> <li>allow <code>parserOptions.project: false</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8339">#8339</a>)</li> <li><strong>eslint-plugin:</strong> add rule prefer-find (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8216">#8216</a>)</li> <li><strong>typescript-estree:</strong> forbid duplicated accessibility modifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8257">#8257</a>)</li> <li><strong>utils:</strong> improve eslint types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8344">#8344</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>ast-spec:</strong> add <code>JSXElement</code> type to the <code>JSXAttribute['value']</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8285">#8285</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] don't report on types referenced in export assignment expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8265">#8265</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8250">#8250</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-imports] dont report on types used in export assignment expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8332">#8332</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8249">#8249</a>)</li> <li><strong>eslint-plugin:</strong> [class-literal-property-style] allow getter when same key setter exists (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8277">#8277</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before <code>as</code> keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8326">#8326</a>)</li> <li><strong>rule-tester:</strong> fix a phantom dependency on the &quot;semver&quot; package (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8260">#8260</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Pete Gonzalez <a href="https://github.com/octogonz"><code>@​octogonz</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> </blockquote> </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.21.0 (2024-02-05)</h2> <h3>🚀 Features</h3> <ul> <li> <p>export plugin metadata</p> </li> <li> <p>allow <code>parserOptions.project: false</code></p> </li> <li> <p><strong>eslint-plugin:</strong> add rule prefer-find</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-unused-vars] don't report on types referenced in export assignment expression</p> </li> <li> <p><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values</p> </li> <li> <p><strong>eslint-plugin:</strong> [consistent-type-imports] dont report on types used in export assignment expressions</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option</p> </li> <li> <p><strong>eslint-plugin:</strong> [class-literal-property-style] allow getter when same key setter exists</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before <code>as</code> keyword</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred</li> <li>Brad Zacher</li> <li>Kirk Waiblinger</li> <li>Pete Gonzalez</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/289ee8885ce26714296d8258abb12a2fa2c38d61"><code>289ee88</code></a> chore(release): publish 6.21.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f892a72db1e88629830a56f0b5b7978dc28513e7"><code>f892a72</code></a> docs(eslint-plugin): mention alternatives in no-explicit-any (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8370">#8370</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/aa5edf7f675c3bad627cfd9355a9a04469414c5e"><code>aa5edf7</code></a> chore(deps): update dependency prettier to v3.2.4 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8357">#8357</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1d7447f4fd5e2fbae4211eb5fc07e93cf570b6b3"><code>1d7447f</code></a> chore(eslint-plugin): [no-invalid-void-type] fix <code>Options</code> typing to reflect ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e2b46e013541286027d1d976a5a0a6e4eae9a1f1"><code>e2b46e0</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] provide valid fixes for a...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3bbb78daf2b338d12c2dac3ba608d28a6fd2c6b6"><code>3bbb78d</code></a> feat(eslint-plugin): add rule prefer-find (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8216">#8216</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9883ee275e79006f048813da851f00ba34f09b92"><code>9883ee2</code></a> feat: export plugin metadata (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8331">#8331</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/69bd50140f3ed6395d6a7c23fb3753511fa85740"><code>69bd501</code></a> fix(eslint-plugin): [class-literal-property-style] allow getter when same key...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cd5dff8b304395417c8bb9007b491a2450a35b33"><code>cd5dff8</code></a> chore: bump eslint versions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8338">#8338</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8d62ee651b5d82c79791ac0ff00926fc55e8c0fb"><code>8d62ee6</code></a> chore: remove unnecessary eslint-disable comments (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8336">#8336</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.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.20.0&new-version=6.21.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> Co-authored-by: Niek Palm <[email protected]>
1 parent 98131ff commit 1c87fc5

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

Diff for: lambdas/yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -2949,15 +2949,15 @@
29492949
"@types/yargs-parser" "*"
29502950

29512951
"@typescript-eslint/eslint-plugin@^6.15.0":
2952-
version "6.20.0"
2953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz#9cf31546d2d5e884602626d89b0e0d2168ac25ed"
2954-
integrity sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==
2952+
version "6.21.0"
2953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
2954+
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
29552955
dependencies:
29562956
"@eslint-community/regexpp" "^4.5.1"
2957-
"@typescript-eslint/scope-manager" "6.20.0"
2958-
"@typescript-eslint/type-utils" "6.20.0"
2959-
"@typescript-eslint/utils" "6.20.0"
2960-
"@typescript-eslint/visitor-keys" "6.20.0"
2957+
"@typescript-eslint/scope-manager" "6.21.0"
2958+
"@typescript-eslint/type-utils" "6.21.0"
2959+
"@typescript-eslint/utils" "6.21.0"
2960+
"@typescript-eslint/visitor-keys" "6.21.0"
29612961
debug "^4.3.4"
29622962
graphemer "^1.4.0"
29632963
ignore "^5.2.4"
@@ -2984,21 +2984,21 @@
29842984
"@typescript-eslint/types" "6.18.0"
29852985
"@typescript-eslint/visitor-keys" "6.18.0"
29862986

2987-
"@typescript-eslint/scope-manager@6.20.0":
2988-
version "6.20.0"
2989-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz#8a926e60f6c47feb5bab878246dc2ae465730151"
2990-
integrity sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==
2987+
"@typescript-eslint/scope-manager@6.21.0":
2988+
version "6.21.0"
2989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
2990+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
29912991
dependencies:
2992-
"@typescript-eslint/types" "6.20.0"
2993-
"@typescript-eslint/visitor-keys" "6.20.0"
2992+
"@typescript-eslint/types" "6.21.0"
2993+
"@typescript-eslint/visitor-keys" "6.21.0"
29942994

2995-
"@typescript-eslint/type-utils@6.20.0":
2996-
version "6.20.0"
2997-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz#d395475cd0f3610dd80c7d8716fa0db767da3831"
2998-
integrity sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==
2995+
"@typescript-eslint/type-utils@6.21.0":
2996+
version "6.21.0"
2997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
2998+
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
29992999
dependencies:
3000-
"@typescript-eslint/typescript-estree" "6.20.0"
3001-
"@typescript-eslint/utils" "6.20.0"
3000+
"@typescript-eslint/typescript-estree" "6.21.0"
3001+
"@typescript-eslint/utils" "6.21.0"
30023002
debug "^4.3.4"
30033003
ts-api-utils "^1.0.1"
30043004

@@ -3007,10 +3007,10 @@
30073007
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.0.tgz#ffce610a1540c17cf7d8ecf2bb34b8b0e2e77101"
30083008
integrity sha512-/RFVIccwkwSdW/1zeMx3hADShWbgBxBnV/qSrex6607isYjj05t36P6LyONgqdUrNLl5TYU8NIKdHUYpFvExkA==
30093009

3010-
"@typescript-eslint/types@6.20.0":
3011-
version "6.20.0"
3012-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448"
3013-
integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==
3010+
"@typescript-eslint/types@6.21.0":
3011+
version "6.21.0"
3012+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
3013+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
30143014

30153015
"@typescript-eslint/[email protected]":
30163016
version "6.18.0"
@@ -3026,31 +3026,31 @@
30263026
semver "^7.5.4"
30273027
ts-api-utils "^1.0.1"
30283028

3029-
"@typescript-eslint/typescript-estree@6.20.0":
3030-
version "6.20.0"
3031-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542"
3032-
integrity sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==
3029+
"@typescript-eslint/typescript-estree@6.21.0":
3030+
version "6.21.0"
3031+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
3032+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
30333033
dependencies:
3034-
"@typescript-eslint/types" "6.20.0"
3035-
"@typescript-eslint/visitor-keys" "6.20.0"
3034+
"@typescript-eslint/types" "6.21.0"
3035+
"@typescript-eslint/visitor-keys" "6.21.0"
30363036
debug "^4.3.4"
30373037
globby "^11.1.0"
30383038
is-glob "^4.0.3"
30393039
minimatch "9.0.3"
30403040
semver "^7.5.4"
30413041
ts-api-utils "^1.0.1"
30423042

3043-
"@typescript-eslint/utils@6.20.0":
3044-
version "6.20.0"
3045-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.20.0.tgz#0e52afcfaa51af5656490ba4b7437cc3aa28633d"
3046-
integrity sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==
3043+
"@typescript-eslint/utils@6.21.0":
3044+
version "6.21.0"
3045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
3046+
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
30473047
dependencies:
30483048
"@eslint-community/eslint-utils" "^4.4.0"
30493049
"@types/json-schema" "^7.0.12"
30503050
"@types/semver" "^7.5.0"
3051-
"@typescript-eslint/scope-manager" "6.20.0"
3052-
"@typescript-eslint/types" "6.20.0"
3053-
"@typescript-eslint/typescript-estree" "6.20.0"
3051+
"@typescript-eslint/scope-manager" "6.21.0"
3052+
"@typescript-eslint/types" "6.21.0"
3053+
"@typescript-eslint/typescript-estree" "6.21.0"
30543054
semver "^7.5.4"
30553055

30563056
"@typescript-eslint/[email protected]":
@@ -3061,12 +3061,12 @@
30613061
"@typescript-eslint/types" "6.18.0"
30623062
eslint-visitor-keys "^3.4.1"
30633063

3064-
"@typescript-eslint/visitor-keys@6.20.0":
3065-
version "6.20.0"
3066-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz#f7ada27f2803de89df0edd9fd7be22c05ce6a498"
3067-
integrity sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==
3064+
"@typescript-eslint/visitor-keys@6.21.0":
3065+
version "6.21.0"
3066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
3067+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
30683068
dependencies:
3069-
"@typescript-eslint/types" "6.20.0"
3069+
"@typescript-eslint/types" "6.21.0"
30703070
eslint-visitor-keys "^3.4.1"
30713071

30723072
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)