Skip to content

Commit bb788da

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 8.19.1 to 8.22.0 in /lambdas (#4387)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.19.1 to 8.22.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>v8.22.0</h2> <h2>8.22.0 (2025-01-27)</h2> <h3>🚀 Features</h3> <ul> <li><strong>parser:</strong> add standalone isolatedDeclarations option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10499">#10499</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10517">#10517</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] handle nested types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10638">#10638</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] don't report unnecessarily on valid ways of using module augmentation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10616">#10616</a>)</li> <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle accessor keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10678">#10678</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10552">#10552</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] handle template literal type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10612">#10612</a>)</li> <li><strong>type-utils:</strong> support matching intersection types in <code>TypeOrValueSpecifier</code> with a <code>PackageSpecifier</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10667">#10667</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> <li>mdm317</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>Ronen Amiel</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>v8.21.0</h2> <h2>8.21.0 (2025-01-20)</h2> <h3>🚀 Features</h3> <ul> <li><strong>ast-spec:</strong> support import attributes in <code>TSImportType</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10640">#10640</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle type args on jsx (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10630">#10630</a>)</li> <li><strong>eslint-plugin:</strong> check JSX spread elements for misused spread usage (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10653">#10653</a>)</li> <li><strong>eslint-plugin:</strong> [no-for-in-array] report on any type which may be an array or array-like (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10535">#10535</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] don't crash for recursive array or tuple types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10633">#10633</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-enum-values] handle template literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10675">#10675</a>)</li> <li><strong>eslint-plugin-internal:</strong> [debug-namespace] on windows (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10661">#10661</a>)</li> <li><strong>rule-tester:</strong> handle window root path (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10654">#10654</a>)</li> <li><strong>scope-manager:</strong> add a reference for JSX closing element if it exists (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10614">#10614</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Arya Emami <a href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></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>8.22.0 (2025-01-27)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] handle template literal type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10612">#10612</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10552">#10552</a>)</li> <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle accessor keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10678">#10678</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] don't report unnecessarily on valid ways of using module augmentation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10616">#10616</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] handle nested types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10638">#10638</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10517">#10517</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>mdm317</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>Ronen Amiel</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>8.21.0 (2025-01-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-enum-values] handle template literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10675">#10675</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] don't crash for recursive array or tuple types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10633">#10633</a>)</li> <li><strong>eslint-plugin:</strong> [no-for-in-array] report on any type which may be an array or array-like (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10535">#10535</a>)</li> <li><strong>eslint-plugin:</strong> check JSX spread elements for misused spread usage (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10653">#10653</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle type args on jsx (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10630">#10630</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Ronen Amiel</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>8.20.0 (2025-01-13)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] add arrayLiteralTypeAssertions options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10565">#10565</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] add allow options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10585">#10585</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-spread] add new rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10551">#10551</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10602">#10602</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] ignore ordering of type declarations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10593">#10593</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/94e809808a445dde05ab6f284dec010269482eb5"><code>94e8098</code></a> chore(release): publish 8.22.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9f0ce906b30c5c865b49a2f9e6698a70b34fca29"><code>9f0ce90</code></a> docs: add FAQ and docs around <code>verbatimModuleSyntax</code> and similar options (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10">#10</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1e9a5d4ac3b7bd505fe3bd9d918b20c58350fe4"><code>f1e9a5d</code></a> fix(eslint-plugin): [no-unnecessary-template-expression] handle template lite...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/acab0a9013e34c73d94e5528bca256c5ab5a209f"><code>acab0a9</code></a> fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a3a157c82a94fb61f4abaf8c4f42d51a7a78fb5a"><code>a3a157c</code></a> fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10678">#10678</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/586e7eb20a2c91564abfeb1c3631f74e45b37140"><code>586e7eb</code></a> fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of u...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9e8828b31fda6e0fa45e0397cd6cc4e1662ba356"><code>9e8828b</code></a> fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10">#10</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/74c415513873e8b00a96d2ab319829f80812ea27"><code>74c4155</code></a> chore: correct docs test snapshot for no-unused-vars</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e2305e5efd4d3392850f48ddf3e180ff822ab85"><code>1e2305e</code></a> fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/974f2b1c1a0e45ae08b066260d70a0af3d3225c0"><code>974f2b1</code></a> docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10690">#10690</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.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=8.19.1&new-version=8.22.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 70fd384 commit bb788da

File tree

8 files changed

+56
-56
lines changed

8 files changed

+56
-56
lines changed

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
23-
"@typescript-eslint/eslint-plugin": "^8.19.1",
23+
"@typescript-eslint/eslint-plugin": "^8.22.0",
2424
"@typescript-eslint/parser": "^8.16.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/aws-lambda": "^8.10.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
23-
"@typescript-eslint/eslint-plugin": "^8.19.1",
23+
"@typescript-eslint/eslint-plugin": "^8.22.0",
2424
"@typescript-eslint/parser": "^8.16.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
2323
"@types/request": "^2.48.12",
24-
"@typescript-eslint/eslint-plugin": "^8.19.1",
24+
"@typescript-eslint/eslint-plugin": "^8.22.0",
2525
"@typescript-eslint/parser": "^8.16.0",
2626
"@vercel/ncc": "^0.38.3",
2727
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.146",
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
21-
"@typescript-eslint/eslint-plugin": "^8.19.1",
21+
"@typescript-eslint/eslint-plugin": "^8.22.0",
2222
"@typescript-eslint/parser": "^8.16.0",
2323
"@vercel/ncc": "^0.38.3",
2424
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/express": "^4.17.21",
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.10.2",
25-
"@typescript-eslint/eslint-plugin": "^8.19.1",
25+
"@typescript-eslint/eslint-plugin": "^8.22.0",
2626
"@typescript-eslint/parser": "^8.16.0",
2727
"@vercel/ncc": "0.38.3",
2828
"body-parser": "^1.20.3",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.10.2",
22-
"@typescript-eslint/eslint-plugin": "^8.19.1",
22+
"@typescript-eslint/eslint-plugin": "^8.22.0",
2323
"@typescript-eslint/parser": "^8.16.0",
2424
"@vercel/ncc": "0.38.3",
2525
"body-parser": "^1.20.3",

lambdas/libs/aws-ssm-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.10.2",
22-
"@typescript-eslint/eslint-plugin": "^8.19.1",
22+
"@typescript-eslint/eslint-plugin": "^8.22.0",
2323
"@typescript-eslint/parser": "^8.16.0",
2424
"@vercel/ncc": "0.38.3",
2525
"body-parser": "^1.20.3",

lambdas/yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ __metadata:
110110
"@types/aws-lambda": "npm:^8.10.146"
111111
"@types/jest": "npm:^29.5.14"
112112
"@types/node": "npm:^22.10.2"
113-
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
113+
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
114114
"@typescript-eslint/parser": "npm:^8.16.0"
115115
"@vercel/ncc": "npm:^0.38.3"
116116
aws-sdk-client-mock: "npm:^4.1.0"
@@ -142,7 +142,7 @@ __metadata:
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.14"
144144
"@types/node": "npm:^22.10.2"
145-
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
145+
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
146146
"@typescript-eslint/parser": "npm:^8.16.0"
147147
"@vercel/ncc": "npm:0.38.3"
148148
aws-lambda: "npm:^1.0.7"
@@ -172,7 +172,7 @@ __metadata:
172172
"@types/express": "npm:^4.17.21"
173173
"@types/jest": "npm:^29.5.14"
174174
"@types/node": "npm:^22.10.2"
175-
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
175+
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
176176
"@typescript-eslint/parser": "npm:^8.16.0"
177177
"@vercel/ncc": "npm:0.38.3"
178178
body-parser: "npm:^1.20.3"
@@ -209,7 +209,7 @@ __metadata:
209209
"@types/aws-lambda": "npm:^8.10.146"
210210
"@types/jest": "npm:^29.5.14"
211211
"@types/node": "npm:^22.10.2"
212-
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
212+
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
213213
"@typescript-eslint/parser": "npm:^8.16.0"
214214
"@vercel/ncc": "npm:^0.38.3"
215215
aws-sdk-client-mock: "npm:^4.1.0"
@@ -245,7 +245,7 @@ __metadata:
245245
"@types/jest": "npm:^29.5.14"
246246
"@types/node": "npm:^22.10.2"
247247
"@types/request": "npm:^2.48.12"
248-
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
248+
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
249249
"@typescript-eslint/parser": "npm:^8.16.0"
250250
"@vercel/ncc": "npm:^0.38.3"
251251
aws-sdk-client-mock: "npm:^4.1.0"
@@ -274,7 +274,7 @@ __metadata:
274274
"@types/aws-lambda": "npm:^8.10.146"
275275
"@types/jest": "npm:^29.5.14"
276276
"@types/node": "npm:^22.10.2"
277-
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
277+
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
278278
"@typescript-eslint/parser": "npm:^8.16.0"
279279
"@vercel/ncc": "npm:^0.38.3"
280280
aws-sdk-client-mock: "npm:^4.1.0"
@@ -310,7 +310,7 @@ __metadata:
310310
"@types/express": "npm:^4.17.21"
311311
"@types/jest": "npm:^29.5.14"
312312
"@types/node": "npm:^22.10.2"
313-
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
313+
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
314314
"@typescript-eslint/parser": "npm:^8.16.0"
315315
"@vercel/ncc": "npm:0.38.3"
316316
aws-lambda: "npm:^1.0.7"
@@ -5094,15 +5094,15 @@ __metadata:
50945094
languageName: node
50955095
linkType: hard
50965096

5097-
"@typescript-eslint/eslint-plugin@npm:^8.19.1":
5098-
version: 8.19.1
5099-
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.1"
5097+
"@typescript-eslint/eslint-plugin@npm:^8.22.0":
5098+
version: 8.22.0
5099+
resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0"
51005100
dependencies:
51015101
"@eslint-community/regexpp": "npm:^4.10.0"
5102-
"@typescript-eslint/scope-manager": "npm:8.19.1"
5103-
"@typescript-eslint/type-utils": "npm:8.19.1"
5104-
"@typescript-eslint/utils": "npm:8.19.1"
5105-
"@typescript-eslint/visitor-keys": "npm:8.19.1"
5102+
"@typescript-eslint/scope-manager": "npm:8.22.0"
5103+
"@typescript-eslint/type-utils": "npm:8.22.0"
5104+
"@typescript-eslint/utils": "npm:8.22.0"
5105+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
51065106
graphemer: "npm:^1.4.0"
51075107
ignore: "npm:^5.3.1"
51085108
natural-compare: "npm:^1.4.0"
@@ -5111,7 +5111,7 @@ __metadata:
51115111
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
51125112
eslint: ^8.57.0 || ^9.0.0
51135113
typescript: ">=4.8.4 <5.8.0"
5114-
checksum: 10c0/993784b04533b13c3f3919c793cfc3a369fa61692e1a2d72de6fba27df247c275d852cdcbc4e393c310b73fce8d34d210a9b632b66f4d761a1a3b4781f8fa93f
5114+
checksum: 10c0/eecc23e05287cc99a43855d64c0f0898f690ee14b8c31b60ba92ce9732443f6b0c9695514b276fb2ecd27e64c15d4c38cd28b570779115525b4dfdbba60e81ca
51155115
languageName: node
51165116
linkType: hard
51175117

@@ -5143,28 +5143,28 @@ __metadata:
51435143
languageName: node
51445144
linkType: hard
51455145

5146-
"@typescript-eslint/scope-manager@npm:8.19.1":
5147-
version: 8.19.1
5148-
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
5146+
"@typescript-eslint/scope-manager@npm:8.22.0":
5147+
version: 8.22.0
5148+
resolution: "@typescript-eslint/scope-manager@npm:8.22.0"
51495149
dependencies:
5150-
"@typescript-eslint/types": "npm:8.19.1"
5151-
"@typescript-eslint/visitor-keys": "npm:8.19.1"
5152-
checksum: 10c0/7dca0c28ad27a0c7e26499e0f584f98efdcf34087f46aadc661b36c310484b90655e83818bafd249b5a28c7094a69c54d553f6cd403869bf134f95a9148733f5
5150+
"@typescript-eslint/types": "npm:8.22.0"
5151+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5152+
checksum: 10c0/f393ab32086f4b095fcd77169abb5200ad94f282860944d164cec8c9b70090c36235f49b066ba24dfd953201b7730e48200a254e5950a9a3565acdacbbc0fd64
51535153
languageName: node
51545154
linkType: hard
51555155

5156-
"@typescript-eslint/type-utils@npm:8.19.1":
5157-
version: 8.19.1
5158-
resolution: "@typescript-eslint/type-utils@npm:8.19.1"
5156+
"@typescript-eslint/type-utils@npm:8.22.0":
5157+
version: 8.22.0
5158+
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
51595159
dependencies:
5160-
"@typescript-eslint/typescript-estree": "npm:8.19.1"
5161-
"@typescript-eslint/utils": "npm:8.19.1"
5160+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5161+
"@typescript-eslint/utils": "npm:8.22.0"
51625162
debug: "npm:^4.3.4"
51635163
ts-api-utils: "npm:^2.0.0"
51645164
peerDependencies:
51655165
eslint: ^8.57.0 || ^9.0.0
51665166
typescript: ">=4.8.4 <5.8.0"
5167-
checksum: 10c0/757592b515beec58c079c605aa648ba94d985ae48ba40460034e849c7bc2b603b1da6113e59688e284608c9d5ccaa27adf0a14fb032cb1782200c6acae51ddd2
5167+
checksum: 10c0/dc457d9184dc2156eda225c63de03b1052d75464d6393edaf0f1728eecf64170f73e19bc9b9d4a4a029870ce25015b59bd6705e1e18b731ca4fcecac4398bfb7
51685168
languageName: node
51695169
linkType: hard
51705170

@@ -5175,10 +5175,10 @@ __metadata:
51755175
languageName: node
51765176
linkType: hard
51775177

5178-
"@typescript-eslint/types@npm:8.19.1":
5179-
version: 8.19.1
5180-
resolution: "@typescript-eslint/types@npm:8.19.1"
5181-
checksum: 10c0/e907bf096d5ed7a812a1e537a98dd881ab5d2d47e072225bfffaa218c1433115a148b27a15744db8374b46dac721617c6d13a1da255fdeb369cf193416533f6e
5178+
"@typescript-eslint/types@npm:8.22.0":
5179+
version: 8.22.0
5180+
resolution: "@typescript-eslint/types@npm:8.22.0"
5181+
checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18
51825182
languageName: node
51835183
linkType: hard
51845184

@@ -5201,12 +5201,12 @@ __metadata:
52015201
languageName: node
52025202
linkType: hard
52035203

5204-
"@typescript-eslint/typescript-estree@npm:8.19.1":
5205-
version: 8.19.1
5206-
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
5204+
"@typescript-eslint/typescript-estree@npm:8.22.0":
5205+
version: 8.22.0
5206+
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
52075207
dependencies:
5208-
"@typescript-eslint/types": "npm:8.19.1"
5209-
"@typescript-eslint/visitor-keys": "npm:8.19.1"
5208+
"@typescript-eslint/types": "npm:8.22.0"
5209+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
52105210
debug: "npm:^4.3.4"
52115211
fast-glob: "npm:^3.3.2"
52125212
is-glob: "npm:^4.0.3"
@@ -5215,22 +5215,22 @@ __metadata:
52155215
ts-api-utils: "npm:^2.0.0"
52165216
peerDependencies:
52175217
typescript: ">=4.8.4 <5.8.0"
5218-
checksum: 10c0/549d9d565a58a25fc8397a555506f2e8d29a740f5b6ed9105479e22de5aab89d9d535959034a8e9d4115adb435de09ee6987d28e8922052eea577842ddce1a7a
5218+
checksum: 10c0/0a9d77fbadfb1e54c06abde424e461103576595c70e50ae8a15a3d7c07f125f253f505208e1ea5cc483b9073d95fc10ce0c4ddfe0fe08ec2aceda6314c341e0d
52195219
languageName: node
52205220
linkType: hard
52215221

5222-
"@typescript-eslint/utils@npm:8.19.1":
5223-
version: 8.19.1
5224-
resolution: "@typescript-eslint/utils@npm:8.19.1"
5222+
"@typescript-eslint/utils@npm:8.22.0":
5223+
version: 8.22.0
5224+
resolution: "@typescript-eslint/utils@npm:8.22.0"
52255225
dependencies:
52265226
"@eslint-community/eslint-utils": "npm:^4.4.0"
5227-
"@typescript-eslint/scope-manager": "npm:8.19.1"
5228-
"@typescript-eslint/types": "npm:8.19.1"
5229-
"@typescript-eslint/typescript-estree": "npm:8.19.1"
5227+
"@typescript-eslint/scope-manager": "npm:8.22.0"
5228+
"@typescript-eslint/types": "npm:8.22.0"
5229+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
52305230
peerDependencies:
52315231
eslint: ^8.57.0 || ^9.0.0
52325232
typescript: ">=4.8.4 <5.8.0"
5233-
checksum: 10c0/f7d2fe9a2bd8cb3ae6fafe5e465882a6784b2acf81d43d194c579381b92651c2ffc0fca69d2a35eee119f539622752a0e9ec063aaec7576d5d2bfe68b441980d
5233+
checksum: 10c0/6f1e3f9c0fb865c8cef4fdca04679cea7357ed011338b54d80550e9ad5369a3f24cbe4b0985d293192fe351fa133e5f4ea401f47af90bb46c21903bfe087b398
52345234
languageName: node
52355235
linkType: hard
52365236

@@ -5244,13 +5244,13 @@ __metadata:
52445244
languageName: node
52455245
linkType: hard
52465246

5247-
"@typescript-eslint/visitor-keys@npm:8.19.1":
5248-
version: 8.19.1
5249-
resolution: "@typescript-eslint/visitor-keys@npm:8.19.1"
5247+
"@typescript-eslint/visitor-keys@npm:8.22.0":
5248+
version: 8.22.0
5249+
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
52505250
dependencies:
5251-
"@typescript-eslint/types": "npm:8.19.1"
5251+
"@typescript-eslint/types": "npm:8.22.0"
52525252
eslint-visitor-keys: "npm:^4.2.0"
5253-
checksum: 10c0/117537450a099f51f3f0d39186f248ae370bdc1b7f6975dbdbffcfc89e6e1aa47c1870db790d4f778a48f2c1f6cd9c269b63867c12afaa424367c63dabee8fd0
5253+
checksum: 10c0/fd83d2feadaf79950427fbbc3d23ca01cf4646ce7e0dd515a9c881d31ec1cc768e7b8898d3af065e31df39452501a3345092581cbfccac89e89d293519540557
52545254
languageName: node
52555255
linkType: hard
52565256

0 commit comments

Comments
 (0)