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

Commit a1f0390

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.9.0 in /lambdas (#4185)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.8.1 to 8.9.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.9.0</h2> <h2>8.9.0 (2024-10-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>rule-tester:</strong> hooks for test cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10109">#10109</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] cannot assume variables are either type or value (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10093">#10093</a>)</li> <li><strong>eslint-plugin:</strong> [return-await] sync the behavior with await-thenable (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10069">#10069</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] report a different error message when <code>allowBitwiseExpressions</code> is enabled (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10096">#10096</a>)</li> <li><strong>eslint-plugin:</strong> [no-loop-func] sync from upstream base rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10103">#10103</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] never report the naming of an enum member (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10117">#10117</a>)</li> <li><strong>eslint-plugin:</strong> correct use-at-your-own-risk type definitions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10049">#10049</a>)</li> <li><strong>eslint-plugin:</strong> handle unions in await...for (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10110">#10110</a>)</li> <li><strong>rule-tester:</strong> merge provided <code>linterOptions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10131">#10131</a>)</li> <li><strong>scope-manager:</strong> [no-use-before-define] do not treat nested namespace aliases as variable references (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10095">#10095</a>)</li> <li><strong>typescript-estree:</strong> improve project service error message when file extension missing from extraFileExtensions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10076">#10076</a>)</li> <li><strong>visitor-keys:</strong> reorder <code>TSSatisfiesExpression</code> and <code>TSTypeAssertion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10139">#10139</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Anna Bocharova <a href="https://github.com/RobinTail"><code>@​RobinTail</code></a></li> <li>Arya Emami <a href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a></li> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Joshua Chen</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Lotfi Meklati <a href="https://github.com/lotmek"><code>@​lotmek</code></a></li> <li>mdm317</li> <li>Ronen Amiel</li> <li>Sukka</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> </blockquote> </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.9.0 (2024-10-14)</h2> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] cannot assume variables are either type or value</p> </li> <li> <p><strong>scope-manager:</strong> [no-use-before-define] do not treat nested namespace aliases as variable references</p> </li> <li> <p><strong>eslint-plugin:</strong> [return-await] sync the behavior with await-thenable</p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-literal-enum-member] report a different error message when <code>allowBitwiseExpressions</code> is enabled</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-loop-func] sync from upstream base rule</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unused-vars] never report the naming of an enum member</p> </li> <li> <p><strong>eslint-plugin:</strong> correct use-at-your-own-risk type definitions</p> </li> <li> <p><strong>eslint-plugin:</strong> handle unions in await...for</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Anna Bocharova</li> <li>Arya Emami</li> <li>auvred</li> <li>Joshua Chen</li> <li>Kirk Waiblinger</li> <li>Lotfi Meklati</li> <li>mdm317</li> <li>Ronen Amiel</li> <li>Sukka</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4666ed4e0c4b6d4d57aee85f4f1962f914dd53b3"><code>4666ed4</code></a> chore(release): publish 8.9.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef8642b95d9e0567b2a749d3beed78c1301d1fea"><code>ef8642b</code></a> fix(eslint-plugin): handle unions in await...for (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10110">#10110</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef5df2f83bc20810f5b33ce31f691a8766990977"><code>ef5df2f</code></a> docs: update <code>ordered-imports</code> status (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10129">#10129</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/60f0766c20dd969f961618d97708ad4169c3532f"><code>60f0766</code></a> fix(eslint-plugin): correct use-at-your-own-risk type definitions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10049">#10049</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/15d0960e419c4bb474f25cfd9296ed17b753e8e8"><code>15d0960</code></a> fix(eslint-plugin): [no-unused-vars] never report the naming of an enum membe...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a87c29697f68d98660f2765e94a6580eff5298d5"><code>a87c296</code></a> fix(eslint-plugin): [no-loop-func] sync from upstream base rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10103">#10103</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/656a36e53455fa22ca495c01a8d4d0dff4979ed3"><code>656a36e</code></a> docs: [no-unsafe-call] clarify that you can never safely narrow Function (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10">#10</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ea2074ec74de1a4a9699ad96602b129c6f66762"><code>7ea2074</code></a> chore(deps): update dependency eslint-plugin-perfectionist to v3.8.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9976">#9976</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/762dd1a1fb9cbb34ebc07ccf89bf19494a50a141"><code>762dd1a</code></a> fix(eslint-plugin): [prefer-literal-enum-member] report a different error mes...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e47d398db533dfc76700f1a1b0c140e130e7f3b0"><code>e47d398</code></a> fix(eslint-plugin): [return-await] sync the behavior with await-thenable (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10">#10</a>...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.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.8.1&new-version=8.9.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 c4f4111 commit a1f0390

File tree

8 files changed

+56
-56
lines changed

8 files changed

+56
-56
lines changed

Diff for: 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.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^8.8.1",
23+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",

Diff for: 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.145",
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^22.5.4",
23-
"@typescript-eslint/eslint-plugin": "^8.8.1",
23+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.8.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^4.0.2",

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

Diff for: 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.145",
1919
"@types/jest": "^29.5.12",
2020
"@types/node": "^22.5.4",
21-
"@typescript-eslint/eslint-plugin": "^8.8.1",
21+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2222
"@typescript-eslint/parser": "^8.8.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^4.0.2",

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/express": "^4.17.21",
2222
"@types/jest": "^29.5.12",
2323
"@types/node": "^22.5.4",
24-
"@typescript-eslint/eslint-plugin": "^8.8.1",
24+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2525
"@typescript-eslint/parser": "^8.8.0",
2626
"@vercel/ncc": "0.38.1",
2727
"body-parser": "^1.20.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",
22-
"@typescript-eslint/eslint-plugin": "^8.8.1",
22+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.12",
2121
"@types/node": "^22.5.4",
22-
"@typescript-eslint/eslint-plugin": "^8.8.1",
22+
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.8.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",

Diff for: lambdas/yarn.lock

+49-49
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ __metadata:
110110
"@types/aws-lambda": "npm:^8.10.145"
111111
"@types/jest": "npm:^29.5.12"
112112
"@types/node": "npm:^22.5.4"
113-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
113+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
114114
"@typescript-eslint/parser": "npm:^8.8.0"
115115
"@vercel/ncc": "npm:^0.38.1"
116116
aws-sdk-client-mock: "npm:^4.0.2"
@@ -142,7 +142,7 @@ __metadata:
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.12"
144144
"@types/node": "npm:^22.5.4"
145-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
145+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
146146
"@typescript-eslint/parser": "npm:^8.8.0"
147147
"@vercel/ncc": "npm:0.38.1"
148148
aws-lambda: "npm:^1.0.7"
@@ -172,7 +172,7 @@ __metadata:
172172
"@types/express": "npm:^4.17.21"
173173
"@types/jest": "npm:^29.5.12"
174174
"@types/node": "npm:^22.5.4"
175-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
175+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
176176
"@typescript-eslint/parser": "npm:^8.8.0"
177177
"@vercel/ncc": "npm:0.38.1"
178178
body-parser: "npm:^1.20.3"
@@ -209,7 +209,7 @@ __metadata:
209209
"@types/aws-lambda": "npm:^8.10.145"
210210
"@types/jest": "npm:^29.5.12"
211211
"@types/node": "npm:^22.5.4"
212-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
212+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
213213
"@typescript-eslint/parser": "npm:^8.8.0"
214214
"@vercel/ncc": "npm:^0.38.1"
215215
aws-sdk-client-mock: "npm:^4.0.2"
@@ -245,7 +245,7 @@ __metadata:
245245
"@types/jest": "npm:^29.5.12"
246246
"@types/node": "npm:^22.5.4"
247247
"@types/request": "npm:^2.48.12"
248-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
248+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
249249
"@typescript-eslint/parser": "npm:^8.8.0"
250250
"@vercel/ncc": "npm:^0.38.1"
251251
aws-sdk-client-mock: "npm:^4.0.2"
@@ -274,7 +274,7 @@ __metadata:
274274
"@types/aws-lambda": "npm:^8.10.145"
275275
"@types/jest": "npm:^29.5.12"
276276
"@types/node": "npm:^22.5.4"
277-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
277+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
278278
"@typescript-eslint/parser": "npm:^8.8.0"
279279
"@vercel/ncc": "npm:^0.38.1"
280280
aws-sdk-client-mock: "npm:^4.0.2"
@@ -309,7 +309,7 @@ __metadata:
309309
"@types/express": "npm:^4.17.21"
310310
"@types/jest": "npm:^29.5.12"
311311
"@types/node": "npm:^22.5.4"
312-
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
312+
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
313313
"@typescript-eslint/parser": "npm:^8.8.0"
314314
"@vercel/ncc": "npm:0.38.1"
315315
aws-lambda: "npm:^1.0.7"
@@ -5324,15 +5324,15 @@ __metadata:
53245324
languageName: node
53255325
linkType: hard
53265326

5327-
"@typescript-eslint/eslint-plugin@npm:^8.8.1":
5328-
version: 8.8.1
5329-
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
5327+
"@typescript-eslint/eslint-plugin@npm:^8.9.0":
5328+
version: 8.9.0
5329+
resolution: "@typescript-eslint/eslint-plugin@npm:8.9.0"
53305330
dependencies:
53315331
"@eslint-community/regexpp": "npm:^4.10.0"
5332-
"@typescript-eslint/scope-manager": "npm:8.8.1"
5333-
"@typescript-eslint/type-utils": "npm:8.8.1"
5334-
"@typescript-eslint/utils": "npm:8.8.1"
5335-
"@typescript-eslint/visitor-keys": "npm:8.8.1"
5332+
"@typescript-eslint/scope-manager": "npm:8.9.0"
5333+
"@typescript-eslint/type-utils": "npm:8.9.0"
5334+
"@typescript-eslint/utils": "npm:8.9.0"
5335+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
53365336
graphemer: "npm:^1.4.0"
53375337
ignore: "npm:^5.3.1"
53385338
natural-compare: "npm:^1.4.0"
@@ -5343,7 +5343,7 @@ __metadata:
53435343
peerDependenciesMeta:
53445344
typescript:
53455345
optional: true
5346-
checksum: 10c0/020a0a482202b34c6665a56ec5902e38ae1870b2600ec1b2092de352b23099dde553781ee8323974f63962ebe164a6304f0019e937afb5cf7854b0e0163ad1ca
5346+
checksum: 10c0/07f273dc270268980bbf65ea5e0c69d05377e42dbdb2dd3f4a1293a3536c049ddfb548eb9ec6e60394c2361c4a15b62b8246951f83e16a9d16799578a74dc691
53475347
languageName: node
53485348
linkType: hard
53495349

@@ -5375,28 +5375,28 @@ __metadata:
53755375
languageName: node
53765376
linkType: hard
53775377

5378-
"@typescript-eslint/scope-manager@npm:8.8.1":
5379-
version: 8.8.1
5380-
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
5378+
"@typescript-eslint/scope-manager@npm:8.9.0":
5379+
version: 8.9.0
5380+
resolution: "@typescript-eslint/scope-manager@npm:8.9.0"
53815381
dependencies:
5382-
"@typescript-eslint/types": "npm:8.8.1"
5383-
"@typescript-eslint/visitor-keys": "npm:8.8.1"
5384-
checksum: 10c0/6f697baf087aedc3f0f228ff964fd108a9dd33fe4e5cc6c914be6367c324cee55629e099832668042bedfec8cdc72c6ef2ca960ee26966dbcc75753059a1352f
5382+
"@typescript-eslint/types": "npm:8.9.0"
5383+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
5384+
checksum: 10c0/1fb77a982e3384d8cabd64678ea8f9de328708080ff9324bf24a44da4e8d7b7692ae4820efc3ef36027bf0fd6a061680d3c30ce63d661fb31e18970fca5e86c5
53855385
languageName: node
53865386
linkType: hard
53875387

5388-
"@typescript-eslint/type-utils@npm:8.8.1":
5389-
version: 8.8.1
5390-
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
5388+
"@typescript-eslint/type-utils@npm:8.9.0":
5389+
version: 8.9.0
5390+
resolution: "@typescript-eslint/type-utils@npm:8.9.0"
53915391
dependencies:
5392-
"@typescript-eslint/typescript-estree": "npm:8.8.1"
5393-
"@typescript-eslint/utils": "npm:8.8.1"
5392+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
5393+
"@typescript-eslint/utils": "npm:8.9.0"
53945394
debug: "npm:^4.3.4"
53955395
ts-api-utils: "npm:^1.3.0"
53965396
peerDependenciesMeta:
53975397
typescript:
53985398
optional: true
5399-
checksum: 10c0/6edfc2b9fca5233dd922141f080377b677db1093ec3e702a3ab52d58f77b91c0fb69479d4d42f125536b8fc0ffa85c07c7de2f17cc4c6fa1df1226ec01e5608c
5399+
checksum: 10c0/aff06afda9ac7d12f750e76c8f91ed8b56eefd3f3f4fbaa93a64411ec9e0bd2c2972f3407e439320d98062b16f508dce7604b8bb2b803fded9d3148e5ee721b1
54005400
languageName: node
54015401
linkType: hard
54025402

@@ -5407,10 +5407,10 @@ __metadata:
54075407
languageName: node
54085408
linkType: hard
54095409

5410-
"@typescript-eslint/types@npm:8.8.1":
5411-
version: 8.8.1
5412-
resolution: "@typescript-eslint/types@npm:8.8.1"
5413-
checksum: 10c0/4b44857332a0b1bfafbeccb8be157f8266d9e226ac723f6af1272b9b670b49444423ddac733655163eb3b90e8c88393a68ab2d7f326f5775371eaf4b9ca31d7b
5410+
"@typescript-eslint/types@npm:8.9.0":
5411+
version: 8.9.0
5412+
resolution: "@typescript-eslint/types@npm:8.9.0"
5413+
checksum: 10c0/8d901b7ed2f943624c24f7fa67f7be9d49a92554d54c4f27397c05b329ceff59a9ea246810b53ff36fca08760c14305dd4ce78fbac7ca0474311b0575bf49010
54145414
languageName: node
54155415
linkType: hard
54165416

@@ -5433,12 +5433,12 @@ __metadata:
54335433
languageName: node
54345434
linkType: hard
54355435

5436-
"@typescript-eslint/typescript-estree@npm:8.8.1":
5437-
version: 8.8.1
5438-
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
5436+
"@typescript-eslint/typescript-estree@npm:8.9.0":
5437+
version: 8.9.0
5438+
resolution: "@typescript-eslint/typescript-estree@npm:8.9.0"
54395439
dependencies:
5440-
"@typescript-eslint/types": "npm:8.8.1"
5441-
"@typescript-eslint/visitor-keys": "npm:8.8.1"
5440+
"@typescript-eslint/types": "npm:8.9.0"
5441+
"@typescript-eslint/visitor-keys": "npm:8.9.0"
54425442
debug: "npm:^4.3.4"
54435443
fast-glob: "npm:^3.3.2"
54445444
is-glob: "npm:^4.0.3"
@@ -5448,21 +5448,21 @@ __metadata:
54485448
peerDependenciesMeta:
54495449
typescript:
54505450
optional: true
5451-
checksum: 10c0/e3b9bc1e925c07833237044271cdc9bd8bdba3e2143dcfc5bf3bf481c89731b666a6fad25333a4b1980ac2f4c6f5e6e42c71206f73f3704e319f6b3b67463a6a
5451+
checksum: 10c0/bb5ec70727f07d1575e95f9d117762636209e1ab073a26c4e873e1e5b4617b000d300a23d294ad81693f7e99abe3e519725452c30b235a253edcd85b6ae052b0
54525452
languageName: node
54535453
linkType: hard
54545454

5455-
"@typescript-eslint/utils@npm:8.8.1":
5456-
version: 8.8.1
5457-
resolution: "@typescript-eslint/utils@npm:8.8.1"
5455+
"@typescript-eslint/utils@npm:8.9.0":
5456+
version: 8.9.0
5457+
resolution: "@typescript-eslint/utils@npm:8.9.0"
54585458
dependencies:
54595459
"@eslint-community/eslint-utils": "npm:^4.4.0"
5460-
"@typescript-eslint/scope-manager": "npm:8.8.1"
5461-
"@typescript-eslint/types": "npm:8.8.1"
5462-
"@typescript-eslint/typescript-estree": "npm:8.8.1"
5460+
"@typescript-eslint/scope-manager": "npm:8.9.0"
5461+
"@typescript-eslint/types": "npm:8.9.0"
5462+
"@typescript-eslint/typescript-estree": "npm:8.9.0"
54635463
peerDependencies:
54645464
eslint: ^8.57.0 || ^9.0.0
5465-
checksum: 10c0/954a2e85ae56a3ebefb6e41fb33c59ffa886963860536e9729a35ecea55eefdc58858c7aa126048c4a61f4fd9997b4f7601e7884ed2b3e4e7a46c9e4617a9f29
5465+
checksum: 10c0/af13e3d501060bdc5fa04b131b3f9a90604e5c1d4845d1f8bd94b703a3c146a76debfc21fe65a7f3a0459ed6c57cf2aa3f0a052469bb23b6f35ff853fe9495b1
54665466
languageName: node
54675467
linkType: hard
54685468

@@ -5476,13 +5476,13 @@ __metadata:
54765476
languageName: node
54775477
linkType: hard
54785478

5479-
"@typescript-eslint/visitor-keys@npm:8.8.1":
5480-
version: 8.8.1
5481-
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
5479+
"@typescript-eslint/visitor-keys@npm:8.9.0":
5480+
version: 8.9.0
5481+
resolution: "@typescript-eslint/visitor-keys@npm:8.9.0"
54825482
dependencies:
5483-
"@typescript-eslint/types": "npm:8.8.1"
5483+
"@typescript-eslint/types": "npm:8.9.0"
54845484
eslint-visitor-keys: "npm:^3.4.3"
5485-
checksum: 10c0/6f917090b61277bd443aa851c532c4a9cc91ad57aedf185c5dff0c530f158cce84ef815833bd8deffa87f0bbf7a9f1abd1e02e30af2463c4e7f27c0c08f59080
5485+
checksum: 10c0/e33208b946841f1838d87d64f4ee230f798e68bdce8c181d3ac0abb567f758cb9c4bdccc919d493167869f413ca4c400e7db0f7dd7e8fc84ab6a8344076a7458
54865486
languageName: node
54875487
linkType: hard
54885488

0 commit comments

Comments
 (0)