Skip to content

Commit

Permalink
chore(lambda): bump @typescript-eslint/eslint-plugin from 8.18.1 to 8…
Browse files Browse the repository at this point in the history
….19.1 in /lambdas (#4338)

Bumps
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
from 8.18.1 to 8.19.1.
<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.19.1</h2>
<h2>8.19.1 (2025-01-06)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check array
generic type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] report correctly on
parameters of functions declared with the <code>declare</code> keyword
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove
remaining (unsafe) autofixes (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on
shorthand property in an object expression (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger</li>
<li>mdm317</li>
<li>Ronen Amiel</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.19.0</h2>
<h2>8.19.0 (2024-12-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check
array predicate functions' return statements (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10106">#10106</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> add getConstraintInfo to handle
generic constraints better (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10496">#10496</a>)</li>
<li><strong>eslint-plugin:</strong> [array-type] autofix with
conditional types needs parentheses (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10522">#10522</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style]
don't report on indirect circular references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10537">#10537</a>)</li>
<li><strong>eslint-plugin:</strong> [member-ordering] ignore method
overloading (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10536">#10536</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Karl Werner</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.18.2</h2>
<h2>8.18.2 (2024-12-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] not reporting usages
of deprecated declared constants as object value (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10498">#10498</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] don't
report cases in which the fix results in a type error (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10494">#10494</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] don't
flag values of an unconstrained or valid type parameter (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10473">#10473</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/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.19.1 (2025-01-06)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
handle literal types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10523">#10523</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] doesn't report on
shorthand property in an object expression (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10550">#10550</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] remove
remaining (unsafe) autofixes (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10548">#10548</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] report correctly on
parameters of functions declared with the <code>declare</code> keyword
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10543">#10543</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check array
generic type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10437">#10437</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger</li>
<li>mdm317</li>
<li>Ronen Amiel</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>8.19.0 (2024-12-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] check
array predicate functions' return statements (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10106">#10106</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] ignore method
overloading (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10536">#10536</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style]
don't report on indirect circular references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10537">#10537</a>)</li>
<li><strong>eslint-plugin:</strong> [array-type] autofix with
conditional types needs parentheses (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10522">#10522</a>)</li>
<li><strong>eslint-plugin:</strong> add getConstraintInfo to handle
generic constraints better (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10496">#10496</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Karl Werner</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.18.2 (2024-12-23)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle
noUncheckedIndexedAccess true (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10514">#10514</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-assertions] allow
default assertionStyle option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10512">#10512</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments]
handle type/value context (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10503">#10503</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-type-assertion] fix for
unsafe assertion to a constrained type parameter (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10461">#10461</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-indexed-object-style]
use a suggestion over an auto-fix if can't reliably determine that
produced index signature is valid (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10490">#10490</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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/5dedb1c97ba3ebfb9a6e7d7609236f4d06af01c5"><code>5dedb1c</code></a>
docs: fix incorrect variable name in a comment in code example (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10613">#10613</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6e05e56759083946a11b87c1b968c6f12b40a22a"><code>6e05e56</code></a>
fix: revert &quot;fix(eslint-plugin): [no-unnecessary-type-assertion]
handle liter...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/82716b86f49073719d6928a4cd153c7e7c4118fe"><code>82716b8</code></a>
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types
(<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/c7154bf71cdceab97133898ac3347d2e6119eb3c"><code>c7154bf</code></a>
chore(eslint-plugin): use <code>getConstraintInfo</code> in
no-unnecessary-template-expr...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/63b2d3e783a1c6b8810538dd741924a4dd1bf19e"><code>63b2d3e</code></a>
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property
in a...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/4dbf48b8eec0321babb4293a1be71b54dd00c018"><code>4dbf48b</code></a>
fix(eslint-plugin): [strict-boolean-expressions] remove remaining
(unsafe) au...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3bacfa744647d78b9f081177beaecdfbc07893b9"><code>3bacfa7</code></a>
chore: upgrade to ts-api-utils 2.0 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10567">#10567</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/4f50f642ece25de4053db1f0785d00a815a491bf"><code>4f50f64</code></a>
docs: [return-await] make the rule no longer an extension of ESLint
no-return...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/4e7f5f86d9b9090fbd9786593802dc6fc94fd134"><code>4e7f5f8</code></a>
docs: [prefer-nullish-coalescing] fix admonition (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10574">#10574</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/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.18.1&new-version=8.19.1)](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>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent c89c3aa commit a544a0e
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 59 deletions.
2 changes: 1 addition & 1 deletion lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/aws-lambda": "^8.10.146",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
"aws-sdk-client-mock": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/aws-lambda": "^8.10.146",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
"aws-sdk-client-mock": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/request": "^2.48.12",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
"aws-sdk-client-mock": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/termination-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/aws-lambda": "^8.10.146",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "^0.38.3",
"aws-sdk-client-mock": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
"body-parser": "^1.20.3",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-powertools-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
"body-parser": "^1.20.3",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/libs/aws-ssm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.16.0",
"@vercel/ncc": "0.38.3",
"body-parser": "^1.20.3",
Expand Down
113 changes: 61 additions & 52 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.146"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
aws-sdk-client-mock: "npm:^4.1.0"
Expand Down Expand Up @@ -142,7 +142,7 @@ __metadata:
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
aws-lambda: "npm:^1.0.7"
Expand Down Expand Up @@ -172,7 +172,7 @@ __metadata:
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
body-parser: "npm:^1.20.3"
Expand Down Expand Up @@ -209,7 +209,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.146"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
aws-sdk-client-mock: "npm:^4.1.0"
Expand Down Expand Up @@ -245,7 +245,7 @@ __metadata:
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@types/request": "npm:^2.48.12"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
aws-sdk-client-mock: "npm:^4.1.0"
Expand Down Expand Up @@ -274,7 +274,7 @@ __metadata:
"@types/aws-lambda": "npm:^8.10.146"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:^0.38.3"
aws-sdk-client-mock: "npm:^4.1.0"
Expand Down Expand Up @@ -310,7 +310,7 @@ __metadata:
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
"@typescript-eslint/parser": "npm:^8.16.0"
"@vercel/ncc": "npm:0.38.3"
aws-lambda: "npm:^1.0.7"
Expand Down Expand Up @@ -5408,24 +5408,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^8.18.1":
version: 8.18.1
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.1"
"@typescript-eslint/eslint-plugin@npm:^8.19.1":
version: 8.19.1
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.1"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.18.1"
"@typescript-eslint/type-utils": "npm:8.18.1"
"@typescript-eslint/utils": "npm:8.18.1"
"@typescript-eslint/visitor-keys": "npm:8.18.1"
"@typescript-eslint/scope-manager": "npm:8.19.1"
"@typescript-eslint/type-utils": "npm:8.19.1"
"@typescript-eslint/utils": "npm:8.19.1"
"@typescript-eslint/visitor-keys": "npm:8.19.1"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^1.3.0"
ts-api-utils: "npm:^2.0.0"
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/7994d323228f3fc3ec124291cd02761251bcd9a5a6356001d2cb8f68abdb400c3cfbeb343d6941d8e6b6c8d2d616a278bbb3b6d9ed839ba5148a05f60a1f67b4
checksum: 10c0/993784b04533b13c3f3919c793cfc3a369fa61692e1a2d72de6fba27df247c275d852cdcbc4e393c310b73fce8d34d210a9b632b66f4d761a1a3b4781f8fa93f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5457,28 +5457,28 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.18.1":
version: 8.18.1
resolution: "@typescript-eslint/scope-manager@npm:8.18.1"
"@typescript-eslint/scope-manager@npm:8.19.1":
version: 8.19.1
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
dependencies:
"@typescript-eslint/types": "npm:8.18.1"
"@typescript-eslint/visitor-keys": "npm:8.18.1"
checksum: 10c0/97c503b2ece79b6c99ca8e6a5f1f40855cf72f17fbf05e42e62d19c2666e7e6f5df9bf71f13dbc4720c5ee0397670ba8052482a90441fbffa901da5f2e739565
"@typescript-eslint/types": "npm:8.19.1"
"@typescript-eslint/visitor-keys": "npm:8.19.1"
checksum: 10c0/7dca0c28ad27a0c7e26499e0f584f98efdcf34087f46aadc661b36c310484b90655e83818bafd249b5a28c7094a69c54d553f6cd403869bf134f95a9148733f5
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.18.1":
version: 8.18.1
resolution: "@typescript-eslint/type-utils@npm:8.18.1"
"@typescript-eslint/type-utils@npm:8.19.1":
version: 8.19.1
resolution: "@typescript-eslint/type-utils@npm:8.19.1"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.18.1"
"@typescript-eslint/utils": "npm:8.18.1"
"@typescript-eslint/typescript-estree": "npm:8.19.1"
"@typescript-eslint/utils": "npm:8.19.1"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
ts-api-utils: "npm:^2.0.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/cfe5362a22fa5e18a2662928904da024e42c84cb58a46238b9b61edafcd046f53c9505637176c8cd1c386165c6a6ed15a2b51700495cad6c20e0e33499d483a1
checksum: 10c0/757592b515beec58c079c605aa648ba94d985ae48ba40460034e849c7bc2b603b1da6113e59688e284608c9d5ccaa27adf0a14fb032cb1782200c6acae51ddd2
languageName: node
linkType: hard

Expand All @@ -5489,10 +5489,10 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.18.1":
version: 8.18.1
resolution: "@typescript-eslint/types@npm:8.18.1"
checksum: 10c0/0a2ca5f7cdebcc844b6bc1e5afc5d83b563f55917d20e3fea3a17ed39c54b003178e26b5ec535113f45c93c569b46628d9a67defa70c01cbdfa801573fed69a2
"@typescript-eslint/types@npm:8.19.1":
version: 8.19.1
resolution: "@typescript-eslint/types@npm:8.19.1"
checksum: 10c0/e907bf096d5ed7a812a1e537a98dd881ab5d2d47e072225bfffaa218c1433115a148b27a15744db8374b46dac721617c6d13a1da255fdeb369cf193416533f6e
languageName: node
linkType: hard

Expand All @@ -5515,36 +5515,36 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.18.1":
version: 8.18.1
resolution: "@typescript-eslint/typescript-estree@npm:8.18.1"
"@typescript-eslint/typescript-estree@npm:8.19.1":
version: 8.19.1
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
dependencies:
"@typescript-eslint/types": "npm:8.18.1"
"@typescript-eslint/visitor-keys": "npm:8.18.1"
"@typescript-eslint/types": "npm:8.19.1"
"@typescript-eslint/visitor-keys": "npm:8.19.1"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
ts-api-utils: "npm:^2.0.0"
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/7ecb061dc63c729b23f4f15db5736ca93b1ae633108400e6c31cf8af782494912f25c3683f9f952dbfd10cb96031caba247a1ad406abf5d163639a00ac3ce5a3
checksum: 10c0/549d9d565a58a25fc8397a555506f2e8d29a740f5b6ed9105479e22de5aab89d9d535959034a8e9d4115adb435de09ee6987d28e8922052eea577842ddce1a7a
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.18.1":
version: 8.18.1
resolution: "@typescript-eslint/utils@npm:8.18.1"
"@typescript-eslint/utils@npm:8.19.1":
version: 8.19.1
resolution: "@typescript-eslint/utils@npm:8.19.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.18.1"
"@typescript-eslint/types": "npm:8.18.1"
"@typescript-eslint/typescript-estree": "npm:8.18.1"
"@typescript-eslint/scope-manager": "npm:8.19.1"
"@typescript-eslint/types": "npm:8.19.1"
"@typescript-eslint/typescript-estree": "npm:8.19.1"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/1e29408bd8fbda9f3386dabdb2b7471dacff28342d5bd6521ca3b7932df0cae100030d2eac75d946a82cbefa33f78000eed4ce789128fdea069ffeabd4429d80
checksum: 10c0/f7d2fe9a2bd8cb3ae6fafe5e465882a6784b2acf81d43d194c579381b92651c2ffc0fca69d2a35eee119f539622752a0e9ec063aaec7576d5d2bfe68b441980d
languageName: node
linkType: hard

Expand All @@ -5558,13 +5558,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.18.1":
version: 8.18.1
resolution: "@typescript-eslint/visitor-keys@npm:8.18.1"
"@typescript-eslint/visitor-keys@npm:8.19.1":
version: 8.19.1
resolution: "@typescript-eslint/visitor-keys@npm:8.19.1"
dependencies:
"@typescript-eslint/types": "npm:8.18.1"
"@typescript-eslint/types": "npm:8.19.1"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10c0/68651ae1825dbd660ea39b4e1d1618f6ad0026fa3a04aecec296750977cab316564e3e2ace8edbebf1ae86bd17d86acc98cac7b6e9aad4e1c666bd26f18706ad
checksum: 10c0/117537450a099f51f3f0d39186f248ae370bdc1b7f6975dbdbffcfc89e6e1aa47c1870db790d4f778a48f2c1f6cd9c269b63867c12afaa424367c63dabee8fd0
languageName: node
linkType: hard

Expand Down Expand Up @@ -11141,6 +11141,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.0.0":
version: 2.0.0
resolution: "ts-api-utils@npm:2.0.0"
peerDependencies:
typescript: ">=4.8.4"
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
languageName: node
linkType: hard

"ts-essentials@npm:^10.0.0":
version: 10.0.1
resolution: "ts-essentials@npm:10.0.1"
Expand Down

0 comments on commit a544a0e

Please sign in to comment.