Skip to content

Commit 612651b

Browse files
chore(lambda): bump @typescript-eslint/parser from 7.18.0 to 8.8.0 in /lambdas (#4157)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.8.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.8.0</h2> <h2>8.8.0 (2024-09-30)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add checkTypePredicates (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009">#10009</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] check for-await loop iteree (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008">#10008</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>remove <code>export type *</code> in d.ts to support TS&lt;5.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070">#10070</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] should underline template syntax with squiggly lines (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044">#10044</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] max callstack exceeded when class implements itself (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040">#10040</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] check contextual type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042">#10042</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow nested bitwise operations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037">#10037</a>)</li> <li><strong>type-utils:</strong> check for type parameters on <code>isBuiltinSymbolLikeRecurser()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026">#10026</a>)</li> <li><strong>utils:</strong> update missing type information message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043">#10043</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Ronen Amiel</li> <li>Tarun Chauhan <a href="https://github.com/tarunrajput"><code>@​tarunrajput</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.7.0</h2> <h2>8.7.0 (2024-09-23)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-call] check calls of Function (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10010">#10010</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-exports] check <code>export *</code> exports to see if all exported members are types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10006">#10006</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> properly coerce all types to string in <code>getStaticMemberAccessValue</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10004">#10004</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on imported deprecated variables (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9987">#9987</a>)</li> <li><strong>eslint-plugin:</strong> [no-confusing-non-null-assertion] check !in and !instanceof (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9994">#9994</a>)</li> <li><strong>types:</strong> add <code>NewExpression</code> as a parent of <code>SpreadElement</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10024">#10024</a>)</li> <li><strong>utils:</strong> add missing entries to the RuleListener selectors list (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9992">#9992</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</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.8.0 (2024-09-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.7.0 (2024-09-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.6.0 (2024-09-16)</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.5.0 (2024-09-09)</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.4.0 (2024-09-02)</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.3.0 (2024-08-26)</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.2.0 (2024-08-19)</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.1.0 (2024-08-12)</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.0.1 (2024-08-05)</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/2055cfbbdef5d9b7ee4ed7180f0af93eed245235"><code>2055cfb</code></a> chore(release): publish 8.8.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b88ea33f34e0b5f6fc5bd3463a5b32a5c9df8b7e"><code>b88ea33</code></a> chore(release): publish 8.7.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/343710e0b68868836ae01c0271472adcea4f1676"><code>343710e</code></a> chore(release): publish 8.6.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9640">#9640</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3920c937e8a7b56e6134a073f03e89faeed4dd9a"><code>3920c93</code></a> chore(release): publish 8.4.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ad3404690cd601d1bbb80daa7f861ab5bb127e4"><code>2ad3404</code></a> chore: enable <code>unicorn/prefer-export-from</code> and `@typescript-eslint/consistent...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef2eab12e8d99524d258f0594c3ae2baff31518b"><code>ef2eab1</code></a> chore(release): publish 8.3.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9612d812c3329fe6a519aa669fdb84f43d5e97c6"><code>9612d81</code></a> chore: enable eslint-plugin-perfectionist on parser package (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9845">#9845</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7440e14994c353d6157f56fde8ab3bff25efdd59"><code>7440e14</code></a> chore(release): publish 8.2.0</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.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=7.18.0&new-version=8.8.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> Co-authored-by: Stuart Pearson <[email protected]>
1 parent fb67693 commit 612651b

File tree

8 files changed

+70
-24
lines changed

8 files changed

+70
-24
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.12",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",
24-
"@typescript-eslint/parser": "^7.18.0",
24+
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",
2727
"aws-sdk-client-mock-jest": "^4.0.1",

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.12",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",
24-
"@typescript-eslint/parser": "^7.18.0",
24+
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",
2727
"aws-sdk-client-mock-jest": "^4.0.1",

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.5.4",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^7.18.0",
25-
"@typescript-eslint/parser": "^7.18.0",
25+
"@typescript-eslint/parser": "^8.8.0",
2626
"@vercel/ncc": "^0.38.1",
2727
"aws-sdk-client-mock": "^4.0.2",
2828
"aws-sdk-client-mock-jest": "^4.0.1",

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.12",
2020
"@types/node": "^22.5.4",
2121
"@typescript-eslint/eslint-plugin": "^7.18.0",
22-
"@typescript-eslint/parser": "^7.18.0",
22+
"@typescript-eslint/parser": "^8.8.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^4.0.2",
2525
"aws-sdk-client-mock-jest": "^4.0.1",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jest": "^29.5.12",
2323
"@types/node": "^22.5.4",
2424
"@typescript-eslint/eslint-plugin": "^7.18.0",
25-
"@typescript-eslint/parser": "^7.18.0",
25+
"@typescript-eslint/parser": "^8.8.0",
2626
"@vercel/ncc": "0.38.1",
2727
"body-parser": "^1.20.3",
2828
"eslint": "^8.57.0",

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.12",
2121
"@types/node": "^22.5.4",
2222
"@typescript-eslint/eslint-plugin": "^7.18.0",
23-
"@typescript-eslint/parser": "^7.18.0",
23+
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

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.12",
2121
"@types/node": "^22.5.4",
2222
"@typescript-eslint/eslint-plugin": "^7.18.0",
23-
"@typescript-eslint/parser": "^7.18.0",
23+
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",

lambdas/yarn.lock

+63-17
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ __metadata:
111111
"@types/jest": "npm:^29.5.12"
112112
"@types/node": "npm:^22.5.4"
113113
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
114-
"@typescript-eslint/parser": "npm:^7.18.0"
114+
"@typescript-eslint/parser": "npm:^8.8.0"
115115
"@vercel/ncc": "npm:^0.38.1"
116116
aws-sdk-client-mock: "npm:^4.0.2"
117117
aws-sdk-client-mock-jest: "npm:^4.0.1"
@@ -143,7 +143,7 @@ __metadata:
143143
"@types/jest": "npm:^29.5.12"
144144
"@types/node": "npm:^22.5.4"
145145
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
146-
"@typescript-eslint/parser": "npm:^7.18.0"
146+
"@typescript-eslint/parser": "npm:^8.8.0"
147147
"@vercel/ncc": "npm:0.38.1"
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.12"
174174
"@types/node": "npm:^22.5.4"
175175
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
176-
"@typescript-eslint/parser": "npm:^7.18.0"
176+
"@typescript-eslint/parser": "npm:^8.8.0"
177177
"@vercel/ncc": "npm:0.38.1"
178178
body-parser: "npm:^1.20.3"
179179
eslint: "npm:^8.57.0"
@@ -210,7 +210,7 @@ __metadata:
210210
"@types/jest": "npm:^29.5.12"
211211
"@types/node": "npm:^22.5.4"
212212
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
213-
"@typescript-eslint/parser": "npm:^7.18.0"
213+
"@typescript-eslint/parser": "npm:^8.8.0"
214214
"@vercel/ncc": "npm:^0.38.1"
215215
aws-sdk-client-mock: "npm:^4.0.2"
216216
aws-sdk-client-mock-jest: "npm:^4.0.1"
@@ -246,7 +246,7 @@ __metadata:
246246
"@types/node": "npm:^22.5.4"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
249-
"@typescript-eslint/parser": "npm:^7.18.0"
249+
"@typescript-eslint/parser": "npm:^8.8.0"
250250
"@vercel/ncc": "npm:^0.38.1"
251251
aws-sdk-client-mock: "npm:^4.0.2"
252252
aws-sdk-client-mock-jest: "npm:^4.0.1"
@@ -275,7 +275,7 @@ __metadata:
275275
"@types/jest": "npm:^29.5.12"
276276
"@types/node": "npm:^22.5.4"
277277
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
278-
"@typescript-eslint/parser": "npm:^7.18.0"
278+
"@typescript-eslint/parser": "npm:^8.8.0"
279279
"@vercel/ncc": "npm:^0.38.1"
280280
aws-sdk-client-mock: "npm:^4.0.2"
281281
aws-sdk-client-mock-jest: "npm:^4.0.1"
@@ -310,7 +310,7 @@ __metadata:
310310
"@types/jest": "npm:^29.5.12"
311311
"@types/node": "npm:^22.5.4"
312312
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
313-
"@typescript-eslint/parser": "npm:^7.18.0"
313+
"@typescript-eslint/parser": "npm:^8.8.0"
314314
"@vercel/ncc": "npm:0.38.1"
315315
aws-lambda: "npm:^1.0.7"
316316
body-parser: "npm:^1.20.3"
@@ -5382,21 +5382,21 @@ __metadata:
53825382
languageName: node
53835383
linkType: hard
53845384

5385-
"@typescript-eslint/parser@npm:^7.18.0":
5386-
version: 7.18.0
5387-
resolution: "@typescript-eslint/parser@npm:7.18.0"
5385+
"@typescript-eslint/parser@npm:^8.8.0":
5386+
version: 8.8.0
5387+
resolution: "@typescript-eslint/parser@npm:8.8.0"
53885388
dependencies:
5389-
"@typescript-eslint/scope-manager": "npm:7.18.0"
5390-
"@typescript-eslint/types": "npm:7.18.0"
5391-
"@typescript-eslint/typescript-estree": "npm:7.18.0"
5392-
"@typescript-eslint/visitor-keys": "npm:7.18.0"
5389+
"@typescript-eslint/scope-manager": "npm:8.8.0"
5390+
"@typescript-eslint/types": "npm:8.8.0"
5391+
"@typescript-eslint/typescript-estree": "npm:8.8.0"
5392+
"@typescript-eslint/visitor-keys": "npm:8.8.0"
53935393
debug: "npm:^4.3.4"
53945394
peerDependencies:
5395-
eslint: ^8.56.0
5395+
eslint: ^8.57.0 || ^9.0.0
53965396
peerDependenciesMeta:
53975397
typescript:
53985398
optional: true
5399-
checksum: 10c0/370e73fca4278091bc1b657f85e7d74cd52b24257ea20c927a8e17546107ce04fbf313fec99aed0cc2a145ddbae1d3b12e9cc2c1320117636dc1281bcfd08059
5399+
checksum: 10c0/cf72a644b89c62cd55b09fa1d22b51a2c726714aac344a797f0c2ad80bfbabcb7567000fadd4ea8188aa1d923675bebdca06acc1d28ac1b8360bf28a36b46f3a
54005400
languageName: node
54015401
linkType: hard
54025402

@@ -5410,6 +5410,16 @@ __metadata:
54105410
languageName: node
54115411
linkType: hard
54125412

5413+
"@typescript-eslint/scope-manager@npm:8.8.0":
5414+
version: 8.8.0
5415+
resolution: "@typescript-eslint/scope-manager@npm:8.8.0"
5416+
dependencies:
5417+
"@typescript-eslint/types": "npm:8.8.0"
5418+
"@typescript-eslint/visitor-keys": "npm:8.8.0"
5419+
checksum: 10c0/29ddf589ff0e465dbbf3eb87b79a29face4ec5a6cb617bbaafbac6ae8340d376b5b405bca762ee1c7a40cbdf7912a32734f9119f6864df048c7a0b2de21bdd3d
5420+
languageName: node
5421+
linkType: hard
5422+
54135423
"@typescript-eslint/type-utils@npm:7.18.0":
54145424
version: 7.18.0
54155425
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
@@ -5434,6 +5444,13 @@ __metadata:
54345444
languageName: node
54355445
linkType: hard
54365446

5447+
"@typescript-eslint/types@npm:8.8.0":
5448+
version: 8.8.0
5449+
resolution: "@typescript-eslint/types@npm:8.8.0"
5450+
checksum: 10c0/cd168fafcaf77641b023c4405ea3a8c30fbad1737abb5aec9fce67fe2ae20224b624b5a2e3e84900ba81dc7dd33343add3653763703a225326cc81356b182d09
5451+
languageName: node
5452+
linkType: hard
5453+
54375454
"@typescript-eslint/typescript-estree@npm:7.18.0":
54385455
version: 7.18.0
54395456
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -5453,6 +5470,25 @@ __metadata:
54535470
languageName: node
54545471
linkType: hard
54555472

5473+
"@typescript-eslint/typescript-estree@npm:8.8.0":
5474+
version: 8.8.0
5475+
resolution: "@typescript-eslint/typescript-estree@npm:8.8.0"
5476+
dependencies:
5477+
"@typescript-eslint/types": "npm:8.8.0"
5478+
"@typescript-eslint/visitor-keys": "npm:8.8.0"
5479+
debug: "npm:^4.3.4"
5480+
fast-glob: "npm:^3.3.2"
5481+
is-glob: "npm:^4.0.3"
5482+
minimatch: "npm:^9.0.4"
5483+
semver: "npm:^7.6.0"
5484+
ts-api-utils: "npm:^1.3.0"
5485+
peerDependenciesMeta:
5486+
typescript:
5487+
optional: true
5488+
checksum: 10c0/9b9e849f6b2d4e250840ef8e05f55a97d6598adaf48c1e6df83084b94c30feca6a3e7916ee1c235178188d0db6364a877cbf8fe218c36d5f8d5acb50767f3273
5489+
languageName: node
5490+
linkType: hard
5491+
54565492
"@typescript-eslint/utils@npm:7.18.0":
54575493
version: 7.18.0
54585494
resolution: "@typescript-eslint/utils@npm:7.18.0"
@@ -5477,6 +5513,16 @@ __metadata:
54775513
languageName: node
54785514
linkType: hard
54795515

5516+
"@typescript-eslint/visitor-keys@npm:8.8.0":
5517+
version: 8.8.0
5518+
resolution: "@typescript-eslint/visitor-keys@npm:8.8.0"
5519+
dependencies:
5520+
"@typescript-eslint/types": "npm:8.8.0"
5521+
eslint-visitor-keys: "npm:^3.4.3"
5522+
checksum: 10c0/580ce74c9b09b9e6a6f3f0ac2d2f0c6a6b983a78ce3b2544822ee08107c57142858d674897f61ff32a9a5e8fca00c916545c159bb75d134f4380884642542d38
5523+
languageName: node
5524+
linkType: hard
5525+
54805526
"@ungap/structured-clone@npm:^1.2.0":
54815527
version: 1.2.0
54825528
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -7211,7 +7257,7 @@ __metadata:
72117257
languageName: node
72127258
linkType: hard
72137259

7214-
"fast-glob@npm:^3.2.9":
7260+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
72157261
version: 3.3.2
72167262
resolution: "fast-glob@npm:3.3.2"
72177263
dependencies:

0 commit comments

Comments
 (0)