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

Commit bf88d6e

Browse files
chore(lambda): bump @typescript-eslint/parser from 8.14.0 to 8.16.0 in /lambdas (#4283)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.14.0 to 8.16.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.16.0</h2> <h2>8.16.0 (2024-11-25)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 5.7 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10372">#10372</a>)</li> <li><strong>eslint-plugin:</strong> [max-params] add function overload and function type support (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10312">#10312</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] check Array.prototype.join (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10287">#10287</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-estree:</strong> update conditions for unsupported version warning (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10385">#10385</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Inga <a href="https://github.com/inga-lovinde"><code>@​inga-lovinde</code></a></li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</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> <h2>v8.15.0</h2> <h2>8.15.0 (2024-11-18)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> added related-getter-setter-pairs rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10192">#10192</a>)</li> <li><strong>eslint-plugin:</strong> new rule <code>no-unsafe-type-assertion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10051">#10051</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] fix detection of <code>ignoreConditionalTests</code> involving boolean <code>!</code> operator (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10299">#10299</a>)</li> <li><strong>rule-tester:</strong> run method - avoid to infer type parameter from <code>tests</code> param (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10324">#10324</a>)</li> <li><strong>typescript-eslint:</strong> allow infinitely deep array nesting in config function and extends (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10333">#10333</a>)</li> <li><strong>utils:</strong> add new optional <code>language</code> field to <code>FlatConfig.Config</code> type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10326">#10326</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>add missing peer dependencies (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9744">#9744</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] handle circular mapped types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10301">#10301</a>)</li> <li><strong>eslint-plugin:</strong> [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10314">#10314</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-module-boundary-types] and [explicit-function-return-type] don't report on <code>as const satisfies</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10315">#10315</a>)</li> <li><strong>eslint-plugin:</strong> report deprecations used in default export (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10330">#10330</a>)</li> <li><strong>utils:</strong> add defaultOptions to meta in rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10339">#10339</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Bartosz <a href="https://github.com/burtek"><code>@​burtek</code></a></li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>Ethan Wu</li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.16.0 (2024-11-25)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 5.7 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10372">#10372</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.15.0 (2024-11-18)</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f74a8fa6a2e7e417267024fb797b56afe1d97640"><code>f74a8fa</code></a> chore(release): publish 8.16.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fe6b47f51e7e5793ba634824810d7cab52f52acd"><code>fe6b47f</code></a> feat: support TypeScript 5.7 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10372">#10372</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/244435126619afb9497ace04cbf4819012e27330"><code>2444351</code></a> chore(release): publish 8.15.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e022eb059e6dd2300523f6d718018e4321187b72"><code>e022eb0</code></a> docs: update license file to explicitly use bsd-2 clause license (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10291">#10291</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.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.14.0&new-version=8.16.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 cd1fb78 commit bf88d6e

File tree

8 files changed

+61
-61
lines changed

8 files changed

+61
-61
lines changed

Diff for: 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.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.15.0",
24-
"@typescript-eslint/parser": "^8.14.0",
24+
"@typescript-eslint/parser": "^8.16.0",
2525
"@vercel/ncc": "^0.38.2",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.9.0",
2323
"@typescript-eslint/eslint-plugin": "^8.15.0",
24-
"@typescript-eslint/parser": "^8.14.0",
24+
"@typescript-eslint/parser": "^8.16.0",
2525
"@vercel/ncc": "^0.38.2",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.9.0",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.15.0",
25-
"@typescript-eslint/parser": "^8.14.0",
25+
"@typescript-eslint/parser": "^8.16.0",
2626
"@vercel/ncc": "^0.38.2",
2727
"aws-sdk-client-mock": "^4.1.0",
2828
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.9.0",
2121
"@typescript-eslint/eslint-plugin": "^8.15.0",
22-
"@typescript-eslint/parser": "^8.14.0",
22+
"@typescript-eslint/parser": "^8.16.0",
2323
"@vercel/ncc": "^0.38.2",
2424
"aws-sdk-client-mock": "^4.1.0",
2525
"aws-sdk-client-mock-jest": "^4.1.0",

Diff for: 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.9.0",
2525
"@typescript-eslint/eslint-plugin": "^8.15.0",
26-
"@typescript-eslint/parser": "^8.14.0",
26+
"@typescript-eslint/parser": "^8.16.0",
2727
"@vercel/ncc": "0.38.2",
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",

Diff for: lambdas/libs/aws-powertools-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.15.0",
23-
"@typescript-eslint/parser": "^8.14.0",
23+
"@typescript-eslint/parser": "^8.16.0",
2424
"@vercel/ncc": "0.38.2",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

Diff for: lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.9.0",
2222
"@typescript-eslint/eslint-plugin": "^8.15.0",
23-
"@typescript-eslint/parser": "^8.14.0",
23+
"@typescript-eslint/parser": "^8.16.0",
2424
"@vercel/ncc": "0.38.2",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

Diff for: lambdas/yarn.lock

+54-54
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.9.0"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
114-
"@typescript-eslint/parser": "npm:^8.14.0"
114+
"@typescript-eslint/parser": "npm:^8.16.0"
115115
"@vercel/ncc": "npm:^0.38.2"
116116
aws-sdk-client-mock: "npm:^4.1.0"
117117
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -143,7 +143,7 @@ __metadata:
143143
"@types/jest": "npm:^29.5.14"
144144
"@types/node": "npm:^22.9.0"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
146-
"@typescript-eslint/parser": "npm:^8.14.0"
146+
"@typescript-eslint/parser": "npm:^8.16.0"
147147
"@vercel/ncc": "npm:0.38.2"
148148
aws-lambda: "npm:^1.0.7"
149149
body-parser: "npm:^1.20.3"
@@ -173,7 +173,7 @@ __metadata:
173173
"@types/jest": "npm:^29.5.14"
174174
"@types/node": "npm:^22.9.0"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
176-
"@typescript-eslint/parser": "npm:^8.14.0"
176+
"@typescript-eslint/parser": "npm:^8.16.0"
177177
"@vercel/ncc": "npm:0.38.2"
178178
body-parser: "npm:^1.20.3"
179179
eslint: "npm:^8.57.0"
@@ -210,7 +210,7 @@ __metadata:
210210
"@types/jest": "npm:^29.5.14"
211211
"@types/node": "npm:^22.9.0"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
213-
"@typescript-eslint/parser": "npm:^8.14.0"
213+
"@typescript-eslint/parser": "npm:^8.16.0"
214214
"@vercel/ncc": "npm:^0.38.2"
215215
aws-sdk-client-mock: "npm:^4.1.0"
216216
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -246,7 +246,7 @@ __metadata:
246246
"@types/node": "npm:^22.9.0"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
249-
"@typescript-eslint/parser": "npm:^8.14.0"
249+
"@typescript-eslint/parser": "npm:^8.16.0"
250250
"@vercel/ncc": "npm:^0.38.2"
251251
aws-sdk-client-mock: "npm:^4.1.0"
252252
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -275,7 +275,7 @@ __metadata:
275275
"@types/jest": "npm:^29.5.14"
276276
"@types/node": "npm:^22.9.0"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
278-
"@typescript-eslint/parser": "npm:^8.14.0"
278+
"@typescript-eslint/parser": "npm:^8.16.0"
279279
"@vercel/ncc": "npm:^0.38.2"
280280
aws-sdk-client-mock: "npm:^4.1.0"
281281
aws-sdk-client-mock-jest: "npm:^4.1.0"
@@ -311,7 +311,7 @@ __metadata:
311311
"@types/jest": "npm:^29.5.14"
312312
"@types/node": "npm:^22.9.0"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.15.0"
314-
"@typescript-eslint/parser": "npm:^8.14.0"
314+
"@typescript-eslint/parser": "npm:^8.16.0"
315315
"@vercel/ncc": "npm:0.38.2"
316316
aws-lambda: "npm:^1.0.7"
317317
body-parser: "npm:^1.20.3"
@@ -5358,31 +5358,21 @@ __metadata:
53585358
languageName: node
53595359
linkType: hard
53605360

5361-
"@typescript-eslint/parser@npm:^8.14.0":
5362-
version: 8.14.0
5363-
resolution: "@typescript-eslint/parser@npm:8.14.0"
5361+
"@typescript-eslint/parser@npm:^8.16.0":
5362+
version: 8.16.0
5363+
resolution: "@typescript-eslint/parser@npm:8.16.0"
53645364
dependencies:
5365-
"@typescript-eslint/scope-manager": "npm:8.14.0"
5366-
"@typescript-eslint/types": "npm:8.14.0"
5367-
"@typescript-eslint/typescript-estree": "npm:8.14.0"
5368-
"@typescript-eslint/visitor-keys": "npm:8.14.0"
5365+
"@typescript-eslint/scope-manager": "npm:8.16.0"
5366+
"@typescript-eslint/types": "npm:8.16.0"
5367+
"@typescript-eslint/typescript-estree": "npm:8.16.0"
5368+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
53695369
debug: "npm:^4.3.4"
53705370
peerDependencies:
53715371
eslint: ^8.57.0 || ^9.0.0
53725372
peerDependenciesMeta:
53735373
typescript:
53745374
optional: true
5375-
checksum: 10c0/522b7afd25cd302c0510cc71985ba55ff92ecc5dbe3fc74a76fefea0169252fdd4b8cad6291fef05f63dfc173951af450dca20859c7f23e387b2e7410e8b97b1
5376-
languageName: node
5377-
linkType: hard
5378-
5379-
"@typescript-eslint/scope-manager@npm:8.14.0":
5380-
version: 8.14.0
5381-
resolution: "@typescript-eslint/scope-manager@npm:8.14.0"
5382-
dependencies:
5383-
"@typescript-eslint/types": "npm:8.14.0"
5384-
"@typescript-eslint/visitor-keys": "npm:8.14.0"
5385-
checksum: 10c0/1e1295c6f9febadf63559aad328b23d960510ce6b4c9f74e10d881c3858fa7f1db767cd1af5272d2fe7c9c5c7daebee71854e6f841e413e5d70af282f6616e26
5375+
checksum: 10c0/e49c6640a7a863a16baecfbc5b99392a4731e9c7e9c9aaae4efbc354e305485fe0f39a28bf0acfae85bc01ce37fe0cc140fd315fdaca8b18f9b5e0addff8ceae
53865376
languageName: node
53875377
linkType: hard
53885378

@@ -5396,6 +5386,16 @@ __metadata:
53965386
languageName: node
53975387
linkType: hard
53985388

5389+
"@typescript-eslint/scope-manager@npm:8.16.0":
5390+
version: 8.16.0
5391+
resolution: "@typescript-eslint/scope-manager@npm:8.16.0"
5392+
dependencies:
5393+
"@typescript-eslint/types": "npm:8.16.0"
5394+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
5395+
checksum: 10c0/23b7c738b83f381c6419a36e6ca951944187e3e00abb8e012bce8041880410fe498303e28bdeb0e619023a69b14cf32a5ec1f9427c5382807788cd8e52a46a6e
5396+
languageName: node
5397+
linkType: hard
5398+
53995399
"@typescript-eslint/type-utils@npm:8.15.0":
54005400
version: 8.15.0
54015401
resolution: "@typescript-eslint/type-utils@npm:8.15.0"
@@ -5413,26 +5413,26 @@ __metadata:
54135413
languageName: node
54145414
linkType: hard
54155415

5416-
"@typescript-eslint/types@npm:8.14.0":
5417-
version: 8.14.0
5418-
resolution: "@typescript-eslint/types@npm:8.14.0"
5419-
checksum: 10c0/7707f900e24e60e6780c5705f69627b7c0ef912cb3b095dfc8f4a0c84e866c66b1c4c10278cf99724560dc66985ec640750c4192786a09b853f9bb4c3ca5a7ce
5420-
languageName: node
5421-
linkType: hard
5422-
54235416
"@typescript-eslint/types@npm:8.15.0":
54245417
version: 8.15.0
54255418
resolution: "@typescript-eslint/types@npm:8.15.0"
54265419
checksum: 10c0/84abc6fd954aff13822a76ac49efdcb90a55c0025c20eee5d8cebcfb68faff33b79bbc711ea524e0209cecd90c5ee3a5f92babc7083c081d3a383a0710264a41
54275420
languageName: node
54285421
linkType: hard
54295422

5430-
"@typescript-eslint/typescript-estree@npm:8.14.0":
5431-
version: 8.14.0
5432-
resolution: "@typescript-eslint/typescript-estree@npm:8.14.0"
5423+
"@typescript-eslint/types@npm:8.16.0":
5424+
version: 8.16.0
5425+
resolution: "@typescript-eslint/types@npm:8.16.0"
5426+
checksum: 10c0/141e257ab4060a9c0e2e14334ca14ab6be713659bfa38acd13be70a699fb5f36932a2584376b063063ab3d723b24bc703dbfb1ce57d61d7cfd7ec5bd8a975129
5427+
languageName: node
5428+
linkType: hard
5429+
5430+
"@typescript-eslint/typescript-estree@npm:8.15.0":
5431+
version: 8.15.0
5432+
resolution: "@typescript-eslint/typescript-estree@npm:8.15.0"
54335433
dependencies:
5434-
"@typescript-eslint/types": "npm:8.14.0"
5435-
"@typescript-eslint/visitor-keys": "npm:8.14.0"
5434+
"@typescript-eslint/types": "npm:8.15.0"
5435+
"@typescript-eslint/visitor-keys": "npm:8.15.0"
54365436
debug: "npm:^4.3.4"
54375437
fast-glob: "npm:^3.3.2"
54385438
is-glob: "npm:^4.0.3"
@@ -5442,16 +5442,16 @@ __metadata:
54425442
peerDependenciesMeta:
54435443
typescript:
54445444
optional: true
5445-
checksum: 10c0/5e890d22bd067095f871cf144907a8c302db5b5f014c58906ad58d7f23569951cba805042eac6844744e5abb0d3648c9cc221a91b0703da0a8d6345dc1f83e74
5445+
checksum: 10c0/3af5c129532db3575349571bbf64d32aeccc4f4df924ac447f5d8f6af8b387148df51965eb2c9b99991951d3dadef4f2509d7ce69bf34a2885d013c040762412
54465446
languageName: node
54475447
linkType: hard
54485448

5449-
"@typescript-eslint/typescript-estree@npm:8.15.0":
5450-
version: 8.15.0
5451-
resolution: "@typescript-eslint/typescript-estree@npm:8.15.0"
5449+
"@typescript-eslint/typescript-estree@npm:8.16.0":
5450+
version: 8.16.0
5451+
resolution: "@typescript-eslint/typescript-estree@npm:8.16.0"
54525452
dependencies:
5453-
"@typescript-eslint/types": "npm:8.15.0"
5454-
"@typescript-eslint/visitor-keys": "npm:8.15.0"
5453+
"@typescript-eslint/types": "npm:8.16.0"
5454+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
54555455
debug: "npm:^4.3.4"
54565456
fast-glob: "npm:^3.3.2"
54575457
is-glob: "npm:^4.0.3"
@@ -5461,7 +5461,7 @@ __metadata:
54615461
peerDependenciesMeta:
54625462
typescript:
54635463
optional: true
5464-
checksum: 10c0/3af5c129532db3575349571bbf64d32aeccc4f4df924ac447f5d8f6af8b387148df51965eb2c9b99991951d3dadef4f2509d7ce69bf34a2885d013c040762412
5464+
checksum: 10c0/f28fea5af4798a718b6735d1758b791a331af17386b83cb2856d89934a5d1693f7cb805e73c3b33f29140884ac8ead9931b1d7c3de10176fa18ca7a346fe10d0
54655465
languageName: node
54665466
linkType: hard
54675467

@@ -5482,16 +5482,6 @@ __metadata:
54825482
languageName: node
54835483
linkType: hard
54845484

5485-
"@typescript-eslint/visitor-keys@npm:8.14.0":
5486-
version: 8.14.0
5487-
resolution: "@typescript-eslint/visitor-keys@npm:8.14.0"
5488-
dependencies:
5489-
"@typescript-eslint/types": "npm:8.14.0"
5490-
eslint-visitor-keys: "npm:^3.4.3"
5491-
checksum: 10c0/d0faf70ed9ecff5e36694bbb161a90bea6db59e0e79a7d4f264d67d565c12b13733d664b736b2730935f013c87ce3155cea954a533d28e99987681bc5f6259c3
5492-
languageName: node
5493-
linkType: hard
5494-
54955485
"@typescript-eslint/visitor-keys@npm:8.15.0":
54965486
version: 8.15.0
54975487
resolution: "@typescript-eslint/visitor-keys@npm:8.15.0"
@@ -5502,6 +5492,16 @@ __metadata:
55025492
languageName: node
55035493
linkType: hard
55045494

5495+
"@typescript-eslint/visitor-keys@npm:8.16.0":
5496+
version: 8.16.0
5497+
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"
5498+
dependencies:
5499+
"@typescript-eslint/types": "npm:8.16.0"
5500+
eslint-visitor-keys: "npm:^4.2.0"
5501+
checksum: 10c0/537df37801831aa8d91082b2adbffafd40305ed4518f0e7d3cbb17cc466d8b9ac95ac91fa232e7fe585d7c522d1564489ec80052ebb2a6ab9bbf89ef9dd9b7bc
5502+
languageName: node
5503+
linkType: hard
5504+
55055505
"@ungap/structured-clone@npm:^1.2.0":
55065506
version: 1.2.0
55075507
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)