Skip to content

Commit 3b6154a

Browse files
chore(lambda): bump @typescript-eslint/parser from 8.16.0 to 8.23.0 in /lambdas (#4402)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.16.0 to 8.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.23.0</h2> <h2>8.23.0 (2025-02-03)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10712">#10712</a>)</li> <li><strong>types:</strong> add strict <code>parent</code> types for function-declaration, default-export and named-export nodes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10685">#10685</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>bump ts-api-utils to ^2.0.1 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10761">#10761</a>)</li> <li><strong>deps:</strong> update eslint monorepo to v9.19.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10752">#10752</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10618">#10618</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] suggest with qualified name (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10697">#10697</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] allow interpolating type parameter in type context (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10739">#10739</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] fix missing return (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10732">#10732</a>)</li> <li><strong>eslint-plugin:</strong> [dot-notation] handle noPropertyAccessFromIndexSignature true (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10644">#10644</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] support regex option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10699">#10699</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] ignore declare variables in definition files shadowing global variables (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10710">#10710</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>Ronen Amiel</li> <li>Ryan Poon <a href="https://github.com/sopa301"><code>@​sopa301</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</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.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> <!-- 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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.23.0 (2025-02-03)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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.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>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</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> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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.19.1 (2025-01-06)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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.19.0 (2024-12-30)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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.18.2 (2024-12-23)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <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.18.1 (2024-12-16)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2a96020d3b420a6e50184432bce902920726a4a4"><code>2a96020</code></a> chore(release): publish 8.23.0</li> <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/a885343df67c40546a01c09d9dfbce2511d3c7bb"><code>a885343</code></a> feat(parser): add standalone isolatedDeclarations option (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10499">#10499</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/79af426500b0665f3f706bfcca11c10acc7b83e0"><code>79af426</code></a> chore(release): publish 8.21.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a157fd4c62741d2dec2e4f47f738f499b616035d"><code>a157fd4</code></a> chore: standardized on inline named exports (mostly) (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10596">#10596</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ea6fbeab024f0c7936a88c6726a921ec3c299c94"><code>ea6fbea</code></a> chore(release): publish 8.20.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/328b7dfe255b2a9c8226db472b21d070f19193af"><code>328b7df</code></a> chore(release): publish 8.19.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e19f30f1867e0ea2cd39401a46bd334a1f5c1dd7"><code>e19f30f</code></a> chore(release): publish 8.19.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/157b781f2b59c7e9c0d2558ce302cf5c886fddff"><code>157b781</code></a> chore(release): publish 8.18.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b2ce15840934fb5bf1ad4b1136658be9578ab82c"><code>b2ce158</code></a> chore(release): publish 8.18.1</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.16.0&new-version=8.23.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 8a14868 commit 3b6154a

File tree

8 files changed

+74
-77
lines changed

8 files changed

+74
-77
lines changed

lambdas/functions/ami-housekeeper/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.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
24-
"@typescript-eslint/parser": "^8.16.0",
24+
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/functions/control-plane/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.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
24-
"@typescript-eslint/parser": "^8.16.0",
24+
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.10.2",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.22.0",
25-
"@typescript-eslint/parser": "^8.16.0",
25+
"@typescript-eslint/parser": "^8.23.0",
2626
"@vercel/ncc": "^0.38.3",
2727
"aws-sdk-client-mock": "^4.1.0",
2828
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
22-
"@typescript-eslint/parser": "^8.16.0",
22+
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "^0.38.3",
2424
"aws-sdk-client-mock": "^4.1.0",
2525
"aws-sdk-client-mock-jest": "^4.1.0",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.10.2",
2525
"@typescript-eslint/eslint-plugin": "^8.22.0",
26-
"@typescript-eslint/parser": "^8.16.0",
26+
"@typescript-eslint/parser": "^8.23.0",
2727
"@vercel/ncc": "0.38.3",
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
22-
"@typescript-eslint/parser": "^8.16.0",
22+
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",
2525
"eslint": "^8.57.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
22-
"@typescript-eslint/parser": "^8.16.0",
22+
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",
2525
"eslint": "^8.57.0",

lambdas/yarn.lock

+67-70
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ __metadata:
111111
"@types/jest": "npm:^29.5.14"
112112
"@types/node": "npm:^22.10.2"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
114-
"@typescript-eslint/parser": "npm:^8.16.0"
114+
"@typescript-eslint/parser": "npm:^8.23.0"
115115
"@vercel/ncc": "npm:^0.38.3"
116116
aws-sdk-client-mock: "npm:^4.1.0"
117117
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -142,7 +142,7 @@ __metadata:
142142
"@types/jest": "npm:^29.5.14"
143143
"@types/node": "npm:^22.10.2"
144144
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
145-
"@typescript-eslint/parser": "npm:^8.16.0"
145+
"@typescript-eslint/parser": "npm:^8.23.0"
146146
"@vercel/ncc": "npm:0.38.3"
147147
aws-lambda: "npm:^1.0.7"
148148
body-parser: "npm:^1.20.3"
@@ -171,7 +171,7 @@ __metadata:
171171
"@types/jest": "npm:^29.5.14"
172172
"@types/node": "npm:^22.10.2"
173173
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
174-
"@typescript-eslint/parser": "npm:^8.16.0"
174+
"@typescript-eslint/parser": "npm:^8.23.0"
175175
"@vercel/ncc": "npm:0.38.3"
176176
body-parser: "npm:^1.20.3"
177177
eslint: "npm:^8.57.0"
@@ -208,7 +208,7 @@ __metadata:
208208
"@types/jest": "npm:^29.5.14"
209209
"@types/node": "npm:^22.10.2"
210210
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
211-
"@typescript-eslint/parser": "npm:^8.16.0"
211+
"@typescript-eslint/parser": "npm:^8.23.0"
212212
"@vercel/ncc": "npm:^0.38.3"
213213
aws-sdk-client-mock: "npm:^4.1.0"
214214
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -244,7 +244,7 @@ __metadata:
244244
"@types/node": "npm:^22.10.2"
245245
"@types/request": "npm:^2.48.12"
246246
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
247-
"@typescript-eslint/parser": "npm:^8.16.0"
247+
"@typescript-eslint/parser": "npm:^8.23.0"
248248
"@vercel/ncc": "npm:^0.38.3"
249249
aws-sdk-client-mock: "npm:^4.1.0"
250250
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -273,7 +273,7 @@ __metadata:
273273
"@types/jest": "npm:^29.5.14"
274274
"@types/node": "npm:^22.10.2"
275275
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
276-
"@typescript-eslint/parser": "npm:^8.16.0"
276+
"@typescript-eslint/parser": "npm:^8.23.0"
277277
"@vercel/ncc": "npm:^0.38.3"
278278
aws-sdk-client-mock: "npm:^4.1.0"
279279
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -309,7 +309,7 @@ __metadata:
309309
"@types/jest": "npm:^29.5.14"
310310
"@types/node": "npm:^22.10.2"
311311
"@typescript-eslint/eslint-plugin": "npm:^8.22.0"
312-
"@typescript-eslint/parser": "npm:^8.16.0"
312+
"@typescript-eslint/parser": "npm:^8.23.0"
313313
"@vercel/ncc": "npm:0.38.3"
314314
aws-lambda: "npm:^1.0.7"
315315
body-parser: "npm:^1.20.3"
@@ -5131,31 +5131,19 @@ __metadata:
51315131
languageName: node
51325132
linkType: hard
51335133

5134-
"@typescript-eslint/parser@npm:^8.16.0":
5135-
version: 8.16.0
5136-
resolution: "@typescript-eslint/parser@npm:8.16.0"
5134+
"@typescript-eslint/parser@npm:^8.23.0":
5135+
version: 8.23.0
5136+
resolution: "@typescript-eslint/parser@npm:8.23.0"
51375137
dependencies:
5138-
"@typescript-eslint/scope-manager": "npm:8.16.0"
5139-
"@typescript-eslint/types": "npm:8.16.0"
5140-
"@typescript-eslint/typescript-estree": "npm:8.16.0"
5141-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
5138+
"@typescript-eslint/scope-manager": "npm:8.23.0"
5139+
"@typescript-eslint/types": "npm:8.23.0"
5140+
"@typescript-eslint/typescript-estree": "npm:8.23.0"
5141+
"@typescript-eslint/visitor-keys": "npm:8.23.0"
51425142
debug: "npm:^4.3.4"
51435143
peerDependencies:
51445144
eslint: ^8.57.0 || ^9.0.0
5145-
peerDependenciesMeta:
5146-
typescript:
5147-
optional: true
5148-
checksum: 10c0/e49c6640a7a863a16baecfbc5b99392a4731e9c7e9c9aaae4efbc354e305485fe0f39a28bf0acfae85bc01ce37fe0cc140fd315fdaca8b18f9b5e0addff8ceae
5149-
languageName: node
5150-
linkType: hard
5151-
5152-
"@typescript-eslint/scope-manager@npm:8.16.0":
5153-
version: 8.16.0
5154-
resolution: "@typescript-eslint/scope-manager@npm:8.16.0"
5155-
dependencies:
5156-
"@typescript-eslint/types": "npm:8.16.0"
5157-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
5158-
checksum: 10c0/23b7c738b83f381c6419a36e6ca951944187e3e00abb8e012bce8041880410fe498303e28bdeb0e619023a69b14cf32a5ec1f9427c5382807788cd8e52a46a6e
5145+
typescript: ">=4.8.4 <5.8.0"
5146+
checksum: 10c0/f9e0f83a6dd97a9049d4ce23d660a1d4d5f3c57be8efc68e2258e6b2d5b823086d188b534f791a3412ef10d211fe4916b378254728150094c4f8b0ab44aae2a7
51595147
languageName: node
51605148
linkType: hard
51615149

@@ -5169,6 +5157,16 @@ __metadata:
51695157
languageName: node
51705158
linkType: hard
51715159

5160+
"@typescript-eslint/scope-manager@npm:8.23.0":
5161+
version: 8.23.0
5162+
resolution: "@typescript-eslint/scope-manager@npm:8.23.0"
5163+
dependencies:
5164+
"@typescript-eslint/types": "npm:8.23.0"
5165+
"@typescript-eslint/visitor-keys": "npm:8.23.0"
5166+
checksum: 10c0/625b524a4fc25667b20f3541da84674af9c2abfac6596e30f7a40085513172bf1aac125488b32885894e3ef6596a0d06dec9a65ed4562884e0bca87a758600fa
5167+
languageName: node
5168+
linkType: hard
5169+
51725170
"@typescript-eslint/type-utils@npm:8.22.0":
51735171
version: 8.22.0
51745172
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
@@ -5184,36 +5182,17 @@ __metadata:
51845182
languageName: node
51855183
linkType: hard
51865184

5187-
"@typescript-eslint/types@npm:8.16.0":
5188-
version: 8.16.0
5189-
resolution: "@typescript-eslint/types@npm:8.16.0"
5190-
checksum: 10c0/141e257ab4060a9c0e2e14334ca14ab6be713659bfa38acd13be70a699fb5f36932a2584376b063063ab3d723b24bc703dbfb1ce57d61d7cfd7ec5bd8a975129
5191-
languageName: node
5192-
linkType: hard
5193-
51945185
"@typescript-eslint/types@npm:8.22.0":
51955186
version: 8.22.0
51965187
resolution: "@typescript-eslint/types@npm:8.22.0"
51975188
checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18
51985189
languageName: node
51995190
linkType: hard
52005191

5201-
"@typescript-eslint/typescript-estree@npm:8.16.0":
5202-
version: 8.16.0
5203-
resolution: "@typescript-eslint/typescript-estree@npm:8.16.0"
5204-
dependencies:
5205-
"@typescript-eslint/types": "npm:8.16.0"
5206-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
5207-
debug: "npm:^4.3.4"
5208-
fast-glob: "npm:^3.3.2"
5209-
is-glob: "npm:^4.0.3"
5210-
minimatch: "npm:^9.0.4"
5211-
semver: "npm:^7.6.0"
5212-
ts-api-utils: "npm:^1.3.0"
5213-
peerDependenciesMeta:
5214-
typescript:
5215-
optional: true
5216-
checksum: 10c0/f28fea5af4798a718b6735d1758b791a331af17386b83cb2856d89934a5d1693f7cb805e73c3b33f29140884ac8ead9931b1d7c3de10176fa18ca7a346fe10d0
5192+
"@typescript-eslint/types@npm:8.23.0":
5193+
version: 8.23.0
5194+
resolution: "@typescript-eslint/types@npm:8.23.0"
5195+
checksum: 10c0/78737a14e8469e33212d9bbc26d6880bca3f8e47764273eb4c662f5ed38d0b35c626d646d4a8e9a6ee64a0e352b18dd36422e59ce217362b5af473b79d058b35
52175196
languageName: node
52185197
linkType: hard
52195198

@@ -5235,6 +5214,24 @@ __metadata:
52355214
languageName: node
52365215
linkType: hard
52375216

5217+
"@typescript-eslint/typescript-estree@npm:8.23.0":
5218+
version: 8.23.0
5219+
resolution: "@typescript-eslint/typescript-estree@npm:8.23.0"
5220+
dependencies:
5221+
"@typescript-eslint/types": "npm:8.23.0"
5222+
"@typescript-eslint/visitor-keys": "npm:8.23.0"
5223+
debug: "npm:^4.3.4"
5224+
fast-glob: "npm:^3.3.2"
5225+
is-glob: "npm:^4.0.3"
5226+
minimatch: "npm:^9.0.4"
5227+
semver: "npm:^7.6.0"
5228+
ts-api-utils: "npm:^2.0.1"
5229+
peerDependencies:
5230+
typescript: ">=4.8.4 <5.8.0"
5231+
checksum: 10c0/2cc8defb3d9b25b899a62c6b6ca26c442433bf95f626f6275935e2754d9a74abb0015c737de27038b0f378273e67e61120d9cf2941c44848e4bffbbc297fdf74
5232+
languageName: node
5233+
linkType: hard
5234+
52385235
"@typescript-eslint/utils@npm:8.22.0":
52395236
version: 8.22.0
52405237
resolution: "@typescript-eslint/utils@npm:8.22.0"
@@ -5250,16 +5247,6 @@ __metadata:
52505247
languageName: node
52515248
linkType: hard
52525249

5253-
"@typescript-eslint/visitor-keys@npm:8.16.0":
5254-
version: 8.16.0
5255-
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"
5256-
dependencies:
5257-
"@typescript-eslint/types": "npm:8.16.0"
5258-
eslint-visitor-keys: "npm:^4.2.0"
5259-
checksum: 10c0/537df37801831aa8d91082b2adbffafd40305ed4518f0e7d3cbb17cc466d8b9ac95ac91fa232e7fe585d7c522d1564489ec80052ebb2a6ab9bbf89ef9dd9b7bc
5260-
languageName: node
5261-
linkType: hard
5262-
52635250
"@typescript-eslint/visitor-keys@npm:8.22.0":
52645251
version: 8.22.0
52655252
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
@@ -5270,6 +5257,16 @@ __metadata:
52705257
languageName: node
52715258
linkType: hard
52725259

5260+
"@typescript-eslint/visitor-keys@npm:8.23.0":
5261+
version: 8.23.0
5262+
resolution: "@typescript-eslint/visitor-keys@npm:8.23.0"
5263+
dependencies:
5264+
"@typescript-eslint/types": "npm:8.23.0"
5265+
eslint-visitor-keys: "npm:^4.2.0"
5266+
checksum: 10c0/a406f78aa18b4efb2adf26e3a6ca48c9a6f2cc9545e083b50efaaf90f0a80d2bea79ceda51da1f109706d4138756b0978a323b9176c9a6a519e87168851e7e16
5267+
languageName: node
5268+
linkType: hard
5269+
52735270
"@ungap/structured-clone@npm:^1.2.0":
52745271
version: 1.2.0
52755272
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -10642,15 +10639,6 @@ __metadata:
1064210639
languageName: node
1064310640
linkType: hard
1064410641

10645-
"ts-api-utils@npm:^1.3.0":
10646-
version: 1.3.0
10647-
resolution: "ts-api-utils@npm:1.3.0"
10648-
peerDependencies:
10649-
typescript: ">=4.2.0"
10650-
checksum: 10c0/f54a0ba9ed56ce66baea90a3fa087a484002e807f28a8ccb2d070c75e76bde64bd0f6dce98b3802834156306050871b67eec325cb4e918015a360a3f0868c77c
10651-
languageName: node
10652-
linkType: hard
10653-
1065410642
"ts-api-utils@npm:^2.0.0":
1065510643
version: 2.0.0
1065610644
resolution: "ts-api-utils@npm:2.0.0"
@@ -10660,6 +10648,15 @@ __metadata:
1066010648
languageName: node
1066110649
linkType: hard
1066210650

10651+
"ts-api-utils@npm:^2.0.1":
10652+
version: 2.0.1
10653+
resolution: "ts-api-utils@npm:2.0.1"
10654+
peerDependencies:
10655+
typescript: ">=4.8.4"
10656+
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
10657+
languageName: node
10658+
linkType: hard
10659+
1066310660
"ts-essentials@npm:^10.0.0":
1066410661
version: 10.0.1
1066510662
resolution: "ts-essentials@npm:10.0.1"

0 commit comments

Comments
 (0)