Commit 1c87fc5
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
"semver" 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 />
[](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
1 file changed
+41
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2949 | 2949 | | |
2950 | 2950 | | |
2951 | 2951 | | |
2952 | | - | |
2953 | | - | |
2954 | | - | |
| 2952 | + | |
| 2953 | + | |
| 2954 | + | |
2955 | 2955 | | |
2956 | 2956 | | |
2957 | | - | |
2958 | | - | |
2959 | | - | |
2960 | | - | |
| 2957 | + | |
| 2958 | + | |
| 2959 | + | |
| 2960 | + | |
2961 | 2961 | | |
2962 | 2962 | | |
2963 | 2963 | | |
| |||
2984 | 2984 | | |
2985 | 2985 | | |
2986 | 2986 | | |
2987 | | - | |
2988 | | - | |
2989 | | - | |
2990 | | - | |
| 2987 | + | |
| 2988 | + | |
| 2989 | + | |
| 2990 | + | |
2991 | 2991 | | |
2992 | | - | |
2993 | | - | |
| 2992 | + | |
| 2993 | + | |
2994 | 2994 | | |
2995 | | - | |
2996 | | - | |
2997 | | - | |
2998 | | - | |
| 2995 | + | |
| 2996 | + | |
| 2997 | + | |
| 2998 | + | |
2999 | 2999 | | |
3000 | | - | |
3001 | | - | |
| 3000 | + | |
| 3001 | + | |
3002 | 3002 | | |
3003 | 3003 | | |
3004 | 3004 | | |
| |||
3007 | 3007 | | |
3008 | 3008 | | |
3009 | 3009 | | |
3010 | | - | |
3011 | | - | |
3012 | | - | |
3013 | | - | |
| 3010 | + | |
| 3011 | + | |
| 3012 | + | |
| 3013 | + | |
3014 | 3014 | | |
3015 | 3015 | | |
3016 | 3016 | | |
| |||
3026 | 3026 | | |
3027 | 3027 | | |
3028 | 3028 | | |
3029 | | - | |
3030 | | - | |
3031 | | - | |
3032 | | - | |
| 3029 | + | |
| 3030 | + | |
| 3031 | + | |
| 3032 | + | |
3033 | 3033 | | |
3034 | | - | |
3035 | | - | |
| 3034 | + | |
| 3035 | + | |
3036 | 3036 | | |
3037 | 3037 | | |
3038 | 3038 | | |
3039 | 3039 | | |
3040 | 3040 | | |
3041 | 3041 | | |
3042 | 3042 | | |
3043 | | - | |
3044 | | - | |
3045 | | - | |
3046 | | - | |
| 3043 | + | |
| 3044 | + | |
| 3045 | + | |
| 3046 | + | |
3047 | 3047 | | |
3048 | 3048 | | |
3049 | 3049 | | |
3050 | 3050 | | |
3051 | | - | |
3052 | | - | |
3053 | | - | |
| 3051 | + | |
| 3052 | + | |
| 3053 | + | |
3054 | 3054 | | |
3055 | 3055 | | |
3056 | 3056 | | |
| |||
3061 | 3061 | | |
3062 | 3062 | | |
3063 | 3063 | | |
3064 | | - | |
3065 | | - | |
3066 | | - | |
3067 | | - | |
| 3064 | + | |
| 3065 | + | |
| 3066 | + | |
| 3067 | + | |
3068 | 3068 | | |
3069 | | - | |
| 3069 | + | |
3070 | 3070 | | |
3071 | 3071 | | |
3072 | 3072 | | |
| |||
0 commit comments