Skip to content

Commit 6066ef6

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 8.22.0 to 8.25.0 in /lambdas (#4442)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.22.0 to 8.25.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.25.0</h2> <h2>8.25.0 (2025-02-24)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-misused-spread] add suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10719">#10719</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>ast-spec:</strong> replace <code>attributes</code> with <code>options</code> property in <code>TSImportType</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10691">#10691</a>)</li> <li><strong>eslint-plugin:</strong> [unified-signatures] handle getter-setter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10818">#10818</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report usage of deprecated private identifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10844">#10844</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] report on chain expressions in a ternary (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10708">#10708</a>)</li> <li><strong>typescript-estree:</strong> align TS module nodes to namespaces (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10504">#10504</a>)</li> <li><strong>visitor-keys:</strong> update keys for <code>ImportAttribute</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10649">#10649</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Anthony Fu</li> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>Josh Goldberg ✨</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.24.1</h2> <h2>8.24.1 (2025-02-17)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update eslint monorepo to v9.20.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10834">#10834</a>)</li> <li><strong>eslint-plugin:</strong> [no-inferrable-types] handle accessor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10780">#10780</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] ignore enum and enum members (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10782">#10782</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] report on an <code>any</code> value assigned as an initializer of an <code>accessor</code> property (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10785">#10785</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-generic-constructors] check <code>accessor</code> class properties (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10789">#10789</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-return-this-type] check <code>accessor</code> properties with a function initializer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10794">#10794</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] check <code>accessor</code> class properties with a function initializer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10804">#10804</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] check <code>accessor</code> class properties for missing accessibility modifier (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10805">#10805</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] don't report on deprecated <code>accessor</code> property declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10813">#10813</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] don't report on <code>static</code> <code>accessor</code> properties (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10814">#10814</a>)</li> <li><strong>eslint-plugin:</strong> [class-methods-use-this] check <code>accessor</code> methods with a function initializer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10796">#10796</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Ronen Amiel</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> <!-- 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.25.0 (2025-02-24)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-misused-spread] add suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10719">#10719</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] report on chain expressions in a ternary (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10708">#10708</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report usage of deprecated private identifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10844">#10844</a>)</li> <li><strong>eslint-plugin:</strong> [unified-signatures] handle getter-setter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10818">#10818</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <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.24.1 (2025-02-17)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] check <code>accessor</code> methods with a function initializer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10796">#10796</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] don't report on <code>static</code> <code>accessor</code> properties (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10814">#10814</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] don't report on deprecated <code>accessor</code> property declaration (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10813">#10813</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] check <code>accessor</code> class properties for missing accessibility modifier (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10805">#10805</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] check <code>accessor</code> class properties with a function initializer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10804">#10804</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-return-this-type] check <code>accessor</code> properties with a function initializer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10794">#10794</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-generic-constructors] check <code>accessor</code> class properties (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10789">#10789</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] report on an <code>any</code> value assigned as an initializer of an <code>accessor</code> property (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10785">#10785</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] ignore enum and enum members (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10782">#10782</a>)</li> <li><strong>eslint-plugin:</strong> [no-inferrable-types] handle accessor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10780">#10780</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Ronen Amiel</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>8.24.0 (2025-02-10)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] make <code>allowConstantLoopConditions</code> more granular (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10639">#10639</a>)</li> </ul> <h3>🩹 Fixes</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/1a9ab8fbc9a45b5ee738dca61f91ec815197ceef"><code>1a9ab8f</code></a> chore(release): publish 8.25.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a43c19969552a8e7f74151562709bc736b99e9d6"><code>a43c199</code></a> feat(eslint-plugin): [no-misused-spread] add suggestions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10719">#10719</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0a0a085229523cc6510f3ffb011d7fd93d83045a"><code>0a0a085</code></a> fix(eslint-plugin): [strict-boolean-expressions] allowNullableBoolean - suppo...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b68838085e079cdbbace2ca172beeb5a6557d9e6"><code>b688380</code></a> fix(eslint-plugin): [no-invalid-void-type] don't flag function overloading wi...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f22de044180498ea4bde3874f9e0a4e6549adcde"><code>f22de04</code></a> fix(eslint-plugin): [prefer-nullish-coalescing] report on chain expressions i...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6f87c20996922a3a12b50d02acc5467f4b819572"><code>6f87c20</code></a> docs(eslint-plugin): [consistent-type-definitions] add FAQs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10731">#10731</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb790dc7005d741d6441f5f518b48cc08c0767f8"><code>fb790dc</code></a> fix(eslint-plugin): [no-deprecated] report usage of deprecated private identi...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5d503b9d848fb609ca85b3acf888f15ceb1e1aca"><code>5d503b9</code></a> fix(eslint-plugin): [unified-signatures] handle getter-setter (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10818">#10818</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f3ef20e8ab490d9ef8df104bda6879f386bbf5d6"><code>f3ef20e</code></a> chore: update to latest nx and use project references first approach (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10361">#10361</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3646ec0c8c16898a4d4508e642e4753628ff06f1"><code>3646ec0</code></a> chore(release): publish 8.24.1</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.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.22.0&new-version=8.25.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 c91d6c0 commit 6066ef6

File tree

8 files changed

+37
-91
lines changed

8 files changed

+37
-91
lines changed

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.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.13.5",
23-
"@typescript-eslint/eslint-plugin": "^8.22.0",
23+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2424
"@typescript-eslint/parser": "^8.25.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",

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.146",
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.13.5",
23-
"@typescript-eslint/eslint-plugin": "^8.22.0",
23+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2424
"@typescript-eslint/parser": "^8.25.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",

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

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

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.146",
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.13.5",
21-
"@typescript-eslint/eslint-plugin": "^8.22.0",
21+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.25.0",
2323
"@vercel/ncc": "^0.38.3",
2424
"aws-sdk-client-mock": "^4.1.0",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/express": "^5.0.0",
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.13.5",
25-
"@typescript-eslint/eslint-plugin": "^8.22.0",
25+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2626
"@typescript-eslint/parser": "^8.25.0",
2727
"@vercel/ncc": "0.38.3",
2828
"body-parser": "^1.20.3",

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

+1-1
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.13.5",
21-
"@typescript-eslint/eslint-plugin": "^8.22.0",
21+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.25.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",

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

+1-1
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.13.5",
21-
"@typescript-eslint/eslint-plugin": "^8.22.0",
21+
"@typescript-eslint/eslint-plugin": "^8.25.0",
2222
"@typescript-eslint/parser": "^8.25.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",

lambdas/yarn.lock

+30-84
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.13.5"
113-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
113+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
114114
"@typescript-eslint/parser": "npm:^8.25.0"
115115
"@vercel/ncc": "npm:^0.38.3"
116116
aws-sdk-client-mock: "npm:^4.1.0"
@@ -141,7 +141,7 @@ __metadata:
141141
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/jest": "npm:^29.5.14"
143143
"@types/node": "npm:^22.13.5"
144-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
144+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
145145
"@typescript-eslint/parser": "npm:^8.25.0"
146146
"@vercel/ncc": "npm:0.38.3"
147147
aws-lambda: "npm:^1.0.7"
@@ -170,7 +170,7 @@ __metadata:
170170
"@types/aws-lambda": "npm:^8.10.146"
171171
"@types/jest": "npm:^29.5.14"
172172
"@types/node": "npm:^22.13.5"
173-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
173+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
174174
"@typescript-eslint/parser": "npm:^8.25.0"
175175
"@vercel/ncc": "npm:0.38.3"
176176
body-parser: "npm:^1.20.3"
@@ -207,7 +207,7 @@ __metadata:
207207
"@types/aws-lambda": "npm:^8.10.146"
208208
"@types/jest": "npm:^29.5.14"
209209
"@types/node": "npm:^22.13.5"
210-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
210+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
211211
"@typescript-eslint/parser": "npm:^8.25.0"
212212
"@vercel/ncc": "npm:^0.38.3"
213213
aws-sdk-client-mock: "npm:^4.1.0"
@@ -243,7 +243,7 @@ __metadata:
243243
"@types/jest": "npm:^29.5.14"
244244
"@types/node": "npm:^22.13.5"
245245
"@types/request": "npm:^2.48.12"
246-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
246+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
247247
"@typescript-eslint/parser": "npm:^8.25.0"
248248
"@vercel/ncc": "npm:^0.38.3"
249249
aws-sdk-client-mock: "npm:^4.1.0"
@@ -272,7 +272,7 @@ __metadata:
272272
"@types/aws-lambda": "npm:^8.10.146"
273273
"@types/jest": "npm:^29.5.14"
274274
"@types/node": "npm:^22.13.5"
275-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
275+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
276276
"@typescript-eslint/parser": "npm:^8.25.0"
277277
"@vercel/ncc": "npm:^0.38.3"
278278
aws-sdk-client-mock: "npm:^4.1.0"
@@ -308,7 +308,7 @@ __metadata:
308308
"@types/express": "npm:^5.0.0"
309309
"@types/jest": "npm:^29.5.14"
310310
"@types/node": "npm:^22.13.5"
311-
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
311+
"@typescript-eslint/eslint-plugin": "npm:^8.25.0"
312312
"@typescript-eslint/parser": "npm:^8.25.0"
313313
"@vercel/ncc": "npm:0.38.3"
314314
aws-lambda: "npm:^1.0.7"
@@ -5462,24 +5462,24 @@ __metadata:
54625462
languageName: node
54635463
linkType: hard
54645464

5465-
"@typescript-eslint/eslint-plugin@npm:^8.22.0":
5466-
version: 8.22.0
5467-
resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0"
5465+
"@typescript-eslint/eslint-plugin@npm:^8.25.0":
5466+
version: 8.25.0
5467+
resolution: "@typescript-eslint/eslint-plugin@npm:8.25.0"
54685468
dependencies:
54695469
"@eslint-community/regexpp": "npm:^4.10.0"
5470-
"@typescript-eslint/scope-manager": "npm:8.22.0"
5471-
"@typescript-eslint/type-utils": "npm:8.22.0"
5472-
"@typescript-eslint/utils": "npm:8.22.0"
5473-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5470+
"@typescript-eslint/scope-manager": "npm:8.25.0"
5471+
"@typescript-eslint/type-utils": "npm:8.25.0"
5472+
"@typescript-eslint/utils": "npm:8.25.0"
5473+
"@typescript-eslint/visitor-keys": "npm:8.25.0"
54745474
graphemer: "npm:^1.4.0"
54755475
ignore: "npm:^5.3.1"
54765476
natural-compare: "npm:^1.4.0"
5477-
ts-api-utils: "npm:^2.0.0"
5477+
ts-api-utils: "npm:^2.0.1"
54785478
peerDependencies:
54795479
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
54805480
eslint: ^8.57.0 || ^9.0.0
54815481
typescript: ">=4.8.4 <5.8.0"
5482-
checksum: 10c0/eecc23e05287cc99a43855d64c0f0898f690ee14b8c31b60ba92ce9732443f6b0c9695514b276fb2ecd27e64c15d4c38cd28b570779115525b4dfdbba60e81ca
5482+
checksum: 10c0/11d63850f5f03b29cd31166f8da111788dc74e46877c2e16a5c488d6c4aa4b6c68c0857b9a396ad920aa7f0f3e7166f4faecbb194c19cd2bb9d3f687c5d2b292
54835483
languageName: node
54845484
linkType: hard
54855485

@@ -5499,16 +5499,6 @@ __metadata:
54995499
languageName: node
55005500
linkType: hard
55015501

5502-
"@typescript-eslint/scope-manager@npm:8.22.0":
5503-
version: 8.22.0
5504-
resolution: "@typescript-eslint/scope-manager@npm:8.22.0"
5505-
dependencies:
5506-
"@typescript-eslint/types": "npm:8.22.0"
5507-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5508-
checksum: 10c0/f393ab32086f4b095fcd77169abb5200ad94f282860944d164cec8c9b70090c36235f49b066ba24dfd953201b7730e48200a254e5950a9a3565acdacbbc0fd64
5509-
languageName: node
5510-
linkType: hard
5511-
55125502
"@typescript-eslint/scope-manager@npm:8.25.0":
55135503
version: 8.25.0
55145504
resolution: "@typescript-eslint/scope-manager@npm:8.25.0"
@@ -5519,25 +5509,18 @@ __metadata:
55195509
languageName: node
55205510
linkType: hard
55215511

5522-
"@typescript-eslint/type-utils@npm:8.22.0":
5523-
version: 8.22.0
5524-
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
5512+
"@typescript-eslint/type-utils@npm:8.25.0":
5513+
version: 8.25.0
5514+
resolution: "@typescript-eslint/type-utils@npm:8.25.0"
55255515
dependencies:
5526-
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5527-
"@typescript-eslint/utils": "npm:8.22.0"
5516+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
5517+
"@typescript-eslint/utils": "npm:8.25.0"
55285518
debug: "npm:^4.3.4"
5529-
ts-api-utils: "npm:^2.0.0"
5519+
ts-api-utils: "npm:^2.0.1"
55305520
peerDependencies:
55315521
eslint: ^8.57.0 || ^9.0.0
55325522
typescript: ">=4.8.4 <5.8.0"
5533-
checksum: 10c0/dc457d9184dc2156eda225c63de03b1052d75464d6393edaf0f1728eecf64170f73e19bc9b9d4a4a029870ce25015b59bd6705e1e18b731ca4fcecac4398bfb7
5534-
languageName: node
5535-
linkType: hard
5536-
5537-
"@typescript-eslint/types@npm:8.22.0":
5538-
version: 8.22.0
5539-
resolution: "@typescript-eslint/types@npm:8.22.0"
5540-
checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18
5523+
checksum: 10c0/b7477a2d239cfd337f7d28641666763cf680a43a8d377a09dc42415f715670d35fbb4e772e103dfe8cd620c377e66bce740106bb3983ee65a739c28fab7325d1
55415524
languageName: node
55425525
linkType: hard
55435526

@@ -5548,24 +5531,6 @@ __metadata:
55485531
languageName: node
55495532
linkType: hard
55505533

5551-
"@typescript-eslint/typescript-estree@npm:8.22.0":
5552-
version: 8.22.0
5553-
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
5554-
dependencies:
5555-
"@typescript-eslint/types": "npm:8.22.0"
5556-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
5557-
debug: "npm:^4.3.4"
5558-
fast-glob: "npm:^3.3.2"
5559-
is-glob: "npm:^4.0.3"
5560-
minimatch: "npm:^9.0.4"
5561-
semver: "npm:^7.6.0"
5562-
ts-api-utils: "npm:^2.0.0"
5563-
peerDependencies:
5564-
typescript: ">=4.8.4 <5.8.0"
5565-
checksum: 10c0/0a9d77fbadfb1e54c06abde424e461103576595c70e50ae8a15a3d7c07f125f253f505208e1ea5cc483b9073d95fc10ce0c4ddfe0fe08ec2aceda6314c341e0d
5566-
languageName: node
5567-
linkType: hard
5568-
55695534
"@typescript-eslint/typescript-estree@npm:8.25.0":
55705535
version: 8.25.0
55715536
resolution: "@typescript-eslint/typescript-estree@npm:8.25.0"
@@ -5584,28 +5549,18 @@ __metadata:
55845549
languageName: node
55855550
linkType: hard
55865551

5587-
"@typescript-eslint/utils@npm:8.22.0":
5588-
version: 8.22.0
5589-
resolution: "@typescript-eslint/utils@npm:8.22.0"
5552+
"@typescript-eslint/utils@npm:8.25.0":
5553+
version: 8.25.0
5554+
resolution: "@typescript-eslint/utils@npm:8.25.0"
55905555
dependencies:
55915556
"@eslint-community/eslint-utils": "npm:^4.4.0"
5592-
"@typescript-eslint/scope-manager": "npm:8.22.0"
5593-
"@typescript-eslint/types": "npm:8.22.0"
5594-
"@typescript-eslint/typescript-estree": "npm:8.22.0"
5557+
"@typescript-eslint/scope-manager": "npm:8.25.0"
5558+
"@typescript-eslint/types": "npm:8.25.0"
5559+
"@typescript-eslint/typescript-estree": "npm:8.25.0"
55955560
peerDependencies:
55965561
eslint: ^8.57.0 || ^9.0.0
55975562
typescript: ">=4.8.4 <5.8.0"
5598-
checksum: 10c0/6f1e3f9c0fb865c8cef4fdca04679cea7357ed011338b54d80550e9ad5369a3f24cbe4b0985d293192fe351fa133e5f4ea401f47af90bb46c21903bfe087b398
5599-
languageName: node
5600-
linkType: hard
5601-
5602-
"@typescript-eslint/visitor-keys@npm:8.22.0":
5603-
version: 8.22.0
5604-
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
5605-
dependencies:
5606-
"@typescript-eslint/types": "npm:8.22.0"
5607-
eslint-visitor-keys: "npm:^4.2.0"
5608-
checksum: 10c0/fd83d2feadaf79950427fbbc3d23ca01cf4646ce7e0dd515a9c881d31ec1cc768e7b8898d3af065e31df39452501a3345092581cbfccac89e89d293519540557
5563+
checksum: 10c0/cd15c4919f02899fd3975049a0a051a1455332a108c085a3e90ae9872e2cddac7f20a9a2c616f1366fca84274649e836ad6a437c9c5ead0bdabf5a123d12403f
56095564
languageName: node
56105565
linkType: hard
56115566

@@ -11166,15 +11121,6 @@ __metadata:
1116611121
languageName: node
1116711122
linkType: hard
1116811123

11169-
"ts-api-utils@npm:^2.0.0":
11170-
version: 2.0.0
11171-
resolution: "ts-api-utils@npm:2.0.0"
11172-
peerDependencies:
11173-
typescript: ">=4.8.4"
11174-
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
11175-
languageName: node
11176-
linkType: hard
11177-
1117811124
"ts-api-utils@npm:^2.0.1":
1117911125
version: 2.0.1
1118011126
resolution: "ts-api-utils@npm:2.0.1"

0 commit comments

Comments
 (0)