Skip to content

Commit 00b0084

Browse files
chore(deps-dev): bump typescript-eslint from 8.31.1 to 8.39.1 (#432)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.31.1 to 8.39.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.39.1</h2> <h2>8.39.1 (2025-08-11)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> handle <code>file://</code> urls in stack trace when inferring <code>tsconfigRootDir</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11464">#11464</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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.39.0</h2> <h2>8.39.0 (2025-08-04)</h2> <h3>🚀 Features</h3> <ul> <li>update to TypeScript 5.9.2 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11445">#11445</a>)</li> <li><strong>eslint-plugin:</strong> [naming-convention] add enumMember PascalCase default option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11127">#11127</a>)</li> <li><strong>eslint-plugin:</strong> add no-unnecessary-type-conversion to strict-type-checked ruleset (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11427">#11427</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] support yield/await expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11417">#11417</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] ignore <code>check</code> option for most RHS of a chain (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11272">#11272</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] add an <code>unsafeObjectPattern</code> message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11403">#11403</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>James Garbutt <a href="https://github.com/43081j"><code>@​43081j</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li> <li>Sasha Kondrashov</li> <li>tao</li> <li>Younsang Na <a href="https://github.com/nayounsang"><code>@​nayounsang</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.38.0</h2> <h2>8.38.0 (2025-07-21)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> forbid optional chain in <code>TemplateTaggedLiteral</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11391">#11391</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>disallow extra properties in rule options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11397">#11397</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-generic-constructors] resolve conflict with <code>isolatedDeclarations</code> if enabled in <code>constructor</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11351">#11351</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/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.39.1 (2025-08-11)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> handle <code>file://</code> urls in stack trace when inferring <code>tsconfigRootDir</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11464">#11464</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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.39.0 (2025-08-04)</h2> <h3>🚀 Features</h3> <ul> <li>update to TypeScript 5.9.2 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11445">#11445</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</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.38.0 (2025-07-21)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> error on nested <code>extends</code> in <code>tseslint.config()</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11361">#11361</a>)</li> <li><strong>typescript-eslint:</strong> infer tsconfigRootDir with v8 API (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11412">#11412</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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.37.0 (2025-07-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> infer tsconfigRootDir from call stack (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11370">#11370</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.36.0 (2025-07-07)</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/b2ee794265c4c727009e65a4eb5f06fad9686cf8"><code>b2ee794</code></a> chore(release): publish 8.39.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7319bad3a5022be2adfbcb331451cfd85d1d786a"><code>7319bad</code></a> fix(typescript-eslint): handle <code>file://</code> urls in stack trace when inferring `...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c98d51320bae29639c66d679057ad78785845da8"><code>c98d513</code></a> chore(release): publish 8.39.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2112d58fd2ba2c929f965621a1b0af7e7a9d09f7"><code>2112d58</code></a> feat: update to TypeScript 5.9.2 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11445">#11445</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d11e79e9c9edc9f6f5e66306e3b3d65f3149a760"><code>d11e79e</code></a> chore(release): publish 8.38.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6d8fae941019f0381e99d6e0df01626f1c17b749"><code>6d8fae9</code></a> fix(typescript-eslint): error on nested <code>extends</code> in <code>tseslint.config()</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11">#11</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/abb7c4de8cae95da11791610171108840141f4f2"><code>abb7c4d</code></a> fix(typescript-eslint): infer tsconfigRootDir with v8 API (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11412">#11412</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/816be172ce475f5f15373d70fb20c5e87b53c915"><code>816be17</code></a> chore(release): publish 8.37.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7126c3a970d606ae36000a5ca8039373ce2df8fc"><code>7126c3a</code></a> feat(typescript-estree): infer tsconfigRootDir from call stack (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11370">#11370</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/84b7a2e905c2a82fda3015f01683525d019c9c3c"><code>84b7a2e</code></a> chore(release): publish 8.36.0</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.1/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.31.1&new-version=8.39.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>
1 parent 0c34a49 commit 00b0084

File tree

1 file changed

+127
-76
lines changed

1 file changed

+127
-76
lines changed

yarn.lock

Lines changed: 127 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ __metadata:
1414
languageName: node
1515
linkType: hard
1616

17-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
17+
"@eslint-community/eslint-utils@npm:^4.2.0":
1818
version: 4.4.0
1919
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
2020
dependencies:
@@ -25,6 +25,17 @@ __metadata:
2525
languageName: node
2626
linkType: hard
2727

28+
"@eslint-community/eslint-utils@npm:^4.7.0":
29+
version: 4.7.0
30+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
31+
dependencies:
32+
eslint-visitor-keys: "npm:^3.4.3"
33+
peerDependencies:
34+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
35+
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
36+
languageName: node
37+
linkType: hard
38+
2839
"@eslint-community/regexpp@npm:^4.10.0":
2940
version: 4.11.0
3041
resolution: "@eslint-community/regexpp@npm:4.11.0"
@@ -443,115 +454,140 @@ __metadata:
443454
languageName: node
444455
linkType: hard
445456

446-
"@typescript-eslint/eslint-plugin@npm:8.31.1":
447-
version: 8.31.1
448-
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.1"
457+
"@typescript-eslint/eslint-plugin@npm:8.39.1":
458+
version: 8.39.1
459+
resolution: "@typescript-eslint/eslint-plugin@npm:8.39.1"
449460
dependencies:
450461
"@eslint-community/regexpp": "npm:^4.10.0"
451-
"@typescript-eslint/scope-manager": "npm:8.31.1"
452-
"@typescript-eslint/type-utils": "npm:8.31.1"
453-
"@typescript-eslint/utils": "npm:8.31.1"
454-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
462+
"@typescript-eslint/scope-manager": "npm:8.39.1"
463+
"@typescript-eslint/type-utils": "npm:8.39.1"
464+
"@typescript-eslint/utils": "npm:8.39.1"
465+
"@typescript-eslint/visitor-keys": "npm:8.39.1"
455466
graphemer: "npm:^1.4.0"
456-
ignore: "npm:^5.3.1"
467+
ignore: "npm:^7.0.0"
457468
natural-compare: "npm:^1.4.0"
458-
ts-api-utils: "npm:^2.0.1"
469+
ts-api-utils: "npm:^2.1.0"
459470
peerDependencies:
460-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
471+
"@typescript-eslint/parser": ^8.39.1
461472
eslint: ^8.57.0 || ^9.0.0
462-
typescript: ">=4.8.4 <5.9.0"
463-
checksum: 10c0/9d805ab413a666fd2eefb16f257fbf3cea7278ccaf0db30ceb686dfe696e4f40b3aa7c336261c7f0a39a51a7c32a4f08d3d4f16bba0e764ac12c93ae94d82896
473+
typescript: ">=4.8.4 <6.0.0"
474+
checksum: 10c0/7a55de558ed6ea6f09ee0b0d994b4a70e1df9f72e4afc7b3073de1b41504a36d905779304d59c34db700af60da3bb438c62480d30462a13b8b72d0b50318aeee
464475
languageName: node
465476
linkType: hard
466477

467-
"@typescript-eslint/parser@npm:8.31.1":
468-
version: 8.31.1
469-
resolution: "@typescript-eslint/parser@npm:8.31.1"
478+
"@typescript-eslint/parser@npm:8.39.1":
479+
version: 8.39.1
480+
resolution: "@typescript-eslint/parser@npm:8.39.1"
470481
dependencies:
471-
"@typescript-eslint/scope-manager": "npm:8.31.1"
472-
"@typescript-eslint/types": "npm:8.31.1"
473-
"@typescript-eslint/typescript-estree": "npm:8.31.1"
474-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
482+
"@typescript-eslint/scope-manager": "npm:8.39.1"
483+
"@typescript-eslint/types": "npm:8.39.1"
484+
"@typescript-eslint/typescript-estree": "npm:8.39.1"
485+
"@typescript-eslint/visitor-keys": "npm:8.39.1"
475486
debug: "npm:^4.3.4"
476487
peerDependencies:
477488
eslint: ^8.57.0 || ^9.0.0
478-
typescript: ">=4.8.4 <5.9.0"
479-
checksum: 10c0/4fffaddbe443fc6a512042b6a777a8b7d9775938b26f54d86279b232b9b3967d90d6bfd65aca0ff010d377855df19708c918545f51cedc51b1688726201added
489+
typescript: ">=4.8.4 <6.0.0"
490+
checksum: 10c0/da30372c4e8dee48a0c421996bf0bf73a62a57039ee6b817eda64de2d70fdb88dd20b50615c81be7e68fd29cdd7852829b859bb8539b4a4c78030f93acaf5664
480491
languageName: node
481492
linkType: hard
482493

483-
"@typescript-eslint/scope-manager@npm:8.31.1":
484-
version: 8.31.1
485-
resolution: "@typescript-eslint/scope-manager@npm:8.31.1"
494+
"@typescript-eslint/project-service@npm:8.39.1":
495+
version: 8.39.1
496+
resolution: "@typescript-eslint/project-service@npm:8.39.1"
486497
dependencies:
487-
"@typescript-eslint/types": "npm:8.31.1"
488-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
489-
checksum: 10c0/759cfaa922f8bc97ecdcfe583df88ad31b04d02a865efc2c6dab622374c9f32839054596193ec3b1c478d8a73690999cbd996e1092605f41a54bbe6a9a62bbf3
498+
"@typescript-eslint/tsconfig-utils": "npm:^8.39.1"
499+
"@typescript-eslint/types": "npm:^8.39.1"
500+
debug: "npm:^4.3.4"
501+
peerDependencies:
502+
typescript: ">=4.8.4 <6.0.0"
503+
checksum: 10c0/40207af4f4e2a260ea276766d502c4736f6dc5488e84bbab6444e2786289ece2dbca2686323c48d4e9c265e409a309bf3d97d4aa03767dff8cc7642b436bda35
504+
languageName: node
505+
linkType: hard
506+
507+
"@typescript-eslint/scope-manager@npm:8.39.1":
508+
version: 8.39.1
509+
resolution: "@typescript-eslint/scope-manager@npm:8.39.1"
510+
dependencies:
511+
"@typescript-eslint/types": "npm:8.39.1"
512+
"@typescript-eslint/visitor-keys": "npm:8.39.1"
513+
checksum: 10c0/9466db557c1a0eaaf24b0ece5810413d11390d046bf6e47c4074879e8dba0348b835a21106c842ab20ff85f2384312cf9e20bfe7684e31640696e29957003511
514+
languageName: node
515+
linkType: hard
516+
517+
"@typescript-eslint/tsconfig-utils@npm:8.39.1, @typescript-eslint/tsconfig-utils@npm:^8.39.1":
518+
version: 8.39.1
519+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.39.1"
520+
peerDependencies:
521+
typescript: ">=4.8.4 <6.0.0"
522+
checksum: 10c0/664dff0b4ae908cb98c78f9ca73c36cf57c3a2206965d9d0659649ffc02347eb30e1452499671a425592f14a2a5c5eb82ae389b34f3c415a12119506b4ebb61c
490523
languageName: node
491524
linkType: hard
492525

493-
"@typescript-eslint/type-utils@npm:8.31.1":
494-
version: 8.31.1
495-
resolution: "@typescript-eslint/type-utils@npm:8.31.1"
526+
"@typescript-eslint/type-utils@npm:8.39.1":
527+
version: 8.39.1
528+
resolution: "@typescript-eslint/type-utils@npm:8.39.1"
496529
dependencies:
497-
"@typescript-eslint/typescript-estree": "npm:8.31.1"
498-
"@typescript-eslint/utils": "npm:8.31.1"
530+
"@typescript-eslint/types": "npm:8.39.1"
531+
"@typescript-eslint/typescript-estree": "npm:8.39.1"
532+
"@typescript-eslint/utils": "npm:8.39.1"
499533
debug: "npm:^4.3.4"
500-
ts-api-utils: "npm:^2.0.1"
534+
ts-api-utils: "npm:^2.1.0"
501535
peerDependencies:
502536
eslint: ^8.57.0 || ^9.0.0
503-
typescript: ">=4.8.4 <5.9.0"
504-
checksum: 10c0/ea5369cf200cd48f26e2c6013c81f5915cc933117e011537a7424402a1ebececc8a39e290b9572a7876a237116fbd75e9ba9313c9898ab828f5a814ab26066d2
537+
typescript: ">=4.8.4 <6.0.0"
538+
checksum: 10c0/430dfefe040eae5f0c8dfbce37b5ce071095a28f335e74793923d113682e26313586e90f7bbe2c2f9bffb0da52ffdf5055ea36b96d9f218cef35aa14853122d5
505539
languageName: node
506540
linkType: hard
507541

508-
"@typescript-eslint/types@npm:8.31.1":
509-
version: 8.31.1
510-
resolution: "@typescript-eslint/types@npm:8.31.1"
511-
checksum: 10c0/d52692559028b71d8bfda4f098c7fa08e272c11cf9dd99ea9e1cfb00036c0849d6d53694e047a942c6568b3bf5637512e46356de70b412a9216ec6cfb8b2b950
542+
"@typescript-eslint/types@npm:8.39.1, @typescript-eslint/types@npm:^8.39.1":
543+
version: 8.39.1
544+
resolution: "@typescript-eslint/types@npm:8.39.1"
545+
checksum: 10c0/0e188d2d52509a24c500a87adf561387ffcac56b62cb9fd0ca1f929bb3d4eedb6b8f9d516c1890855d39930c9dd8d502d5b4600b8c9cc832d3ebb595d81c7533
512546
languageName: node
513547
linkType: hard
514548

515-
"@typescript-eslint/typescript-estree@npm:8.31.1":
516-
version: 8.31.1
517-
resolution: "@typescript-eslint/typescript-estree@npm:8.31.1"
549+
"@typescript-eslint/typescript-estree@npm:8.39.1":
550+
version: 8.39.1
551+
resolution: "@typescript-eslint/typescript-estree@npm:8.39.1"
518552
dependencies:
519-
"@typescript-eslint/types": "npm:8.31.1"
520-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
553+
"@typescript-eslint/project-service": "npm:8.39.1"
554+
"@typescript-eslint/tsconfig-utils": "npm:8.39.1"
555+
"@typescript-eslint/types": "npm:8.39.1"
556+
"@typescript-eslint/visitor-keys": "npm:8.39.1"
521557
debug: "npm:^4.3.4"
522558
fast-glob: "npm:^3.3.2"
523559
is-glob: "npm:^4.0.3"
524560
minimatch: "npm:^9.0.4"
525561
semver: "npm:^7.6.0"
526-
ts-api-utils: "npm:^2.0.1"
562+
ts-api-utils: "npm:^2.1.0"
527563
peerDependencies:
528-
typescript: ">=4.8.4 <5.9.0"
529-
checksum: 10c0/77059f204389d2d1b6db32d4df63473c99f5bd051218200f257531c2d2b2e3f237b23aa80a79baebc9ca8a776636867f1fd2d03533d207da2685d740e2c7fbef
564+
typescript: ">=4.8.4 <6.0.0"
565+
checksum: 10c0/1de1a37fed354600a08bc971492c2f14238f0a4bf07a43bedb416c17b7312d18bec92c68c8f2790bb0a1bffcd757f7962914be9f6213068f18f6c4fdde259af4
530566
languageName: node
531567
linkType: hard
532568

533-
"@typescript-eslint/utils@npm:8.31.1":
534-
version: 8.31.1
535-
resolution: "@typescript-eslint/utils@npm:8.31.1"
569+
"@typescript-eslint/utils@npm:8.39.1":
570+
version: 8.39.1
571+
resolution: "@typescript-eslint/utils@npm:8.39.1"
536572
dependencies:
537-
"@eslint-community/eslint-utils": "npm:^4.4.0"
538-
"@typescript-eslint/scope-manager": "npm:8.31.1"
539-
"@typescript-eslint/types": "npm:8.31.1"
540-
"@typescript-eslint/typescript-estree": "npm:8.31.1"
573+
"@eslint-community/eslint-utils": "npm:^4.7.0"
574+
"@typescript-eslint/scope-manager": "npm:8.39.1"
575+
"@typescript-eslint/types": "npm:8.39.1"
576+
"@typescript-eslint/typescript-estree": "npm:8.39.1"
541577
peerDependencies:
542578
eslint: ^8.57.0 || ^9.0.0
543-
typescript: ">=4.8.4 <5.9.0"
544-
checksum: 10c0/6190551702605aa60e67828163cb5880eee7ab5f1ee789d32227e4f4297d80ea9be98776400fd0660551dcbcac2a35babef33dd94267856dcb6f36c9c94f11ab
579+
typescript: ">=4.8.4 <6.0.0"
580+
checksum: 10c0/ebc01d736af43728df9a0915058d0c771dec9cc58846ffdcbb986c78e7dabf547ea7daecd75db58b2af88a3c2a43de8a7e5f81feefacfa31be173fc384d25d77
545581
languageName: node
546582
linkType: hard
547583

548-
"@typescript-eslint/visitor-keys@npm:8.31.1":
549-
version: 8.31.1
550-
resolution: "@typescript-eslint/visitor-keys@npm:8.31.1"
584+
"@typescript-eslint/visitor-keys@npm:8.39.1":
585+
version: 8.39.1
586+
resolution: "@typescript-eslint/visitor-keys@npm:8.39.1"
551587
dependencies:
552-
"@typescript-eslint/types": "npm:8.31.1"
553-
eslint-visitor-keys: "npm:^4.2.0"
554-
checksum: 10c0/09dbd8e1fdff72802a10bae2c12fa6d25f7e2dab1ff9b720afc2eb4e848b723c179109032aeaeb409d0c9e4107ab4fab8c8b1b47a55d58713d3f29a1365db3ea
588+
"@typescript-eslint/types": "npm:8.39.1"
589+
eslint-visitor-keys: "npm:^4.2.1"
590+
checksum: 10c0/4d81f6826a211bc2752e25cd16d1f415f28ebc92b35142402ec23f3765f2d00963b75ac06266ad9c674ca5b057d07d8c114116e5bf14f5465dde1d1aa60bc72f
555591
languageName: node
556592
linkType: hard
557593

@@ -1284,7 +1320,7 @@ __metadata:
12841320
languageName: node
12851321
linkType: hard
12861322

1287-
"eslint-visitor-keys@npm:^3.3.0":
1323+
"eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.3":
12881324
version: 3.4.3
12891325
resolution: "eslint-visitor-keys@npm:3.4.3"
12901326
checksum: 10c0/92708e882c0a5ffd88c23c0b404ac1628cf20104a108c745f240a13c332a11aac54f49a22d5762efbffc18ecbc9a580d1b7ad034bf5f3cc3307e5cbff2ec9820
@@ -1305,6 +1341,13 @@ __metadata:
13051341
languageName: node
13061342
linkType: hard
13071343

1344+
"eslint-visitor-keys@npm:^4.2.1":
1345+
version: 4.2.1
1346+
resolution: "eslint-visitor-keys@npm:4.2.1"
1347+
checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43
1348+
languageName: node
1349+
linkType: hard
1350+
13081351
"eslint@npm:9.x":
13091352
version: 9.26.0
13101353
resolution: "eslint@npm:9.26.0"
@@ -1884,13 +1927,20 @@ __metadata:
18841927
languageName: node
18851928
linkType: hard
18861929

1887-
"ignore@npm:^5.2.0, ignore@npm:^5.3.1":
1930+
"ignore@npm:^5.2.0":
18881931
version: 5.3.1
18891932
resolution: "ignore@npm:5.3.1"
18901933
checksum: 10c0/703f7f45ffb2a27fb2c5a8db0c32e7dee66b33a225d28e8db4e1be6474795f606686a6e3bcc50e1aa12f2042db4c9d4a7d60af3250511de74620fbed052ea4cd
18911934
languageName: node
18921935
linkType: hard
18931936

1937+
"ignore@npm:^7.0.0":
1938+
version: 7.0.5
1939+
resolution: "ignore@npm:7.0.5"
1940+
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
1941+
languageName: node
1942+
linkType: hard
1943+
18941944
"import-fresh@npm:^3.2.1":
18951945
version: 3.3.0
18961946
resolution: "import-fresh@npm:3.3.0"
@@ -3502,12 +3552,12 @@ __metadata:
35023552
languageName: node
35033553
linkType: hard
35043554

3505-
"ts-api-utils@npm:^2.0.1":
3506-
version: 2.0.1
3507-
resolution: "ts-api-utils@npm:2.0.1"
3555+
"ts-api-utils@npm:^2.1.0":
3556+
version: 2.1.0
3557+
resolution: "ts-api-utils@npm:2.1.0"
35083558
peerDependencies:
35093559
typescript: ">=4.8.4"
3510-
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
3560+
checksum: 10c0/9806a38adea2db0f6aa217ccc6bc9c391ddba338a9fe3080676d0d50ed806d305bb90e8cef0276e793d28c8a929f400abb184ddd7ff83a416959c0f4d2ce754f
35113561
languageName: node
35123562
linkType: hard
35133563

@@ -3549,16 +3599,17 @@ __metadata:
35493599
linkType: hard
35503600

35513601
"typescript-eslint@npm:^8.3.0":
3552-
version: 8.31.1
3553-
resolution: "typescript-eslint@npm:8.31.1"
3602+
version: 8.39.1
3603+
resolution: "typescript-eslint@npm:8.39.1"
35543604
dependencies:
3555-
"@typescript-eslint/eslint-plugin": "npm:8.31.1"
3556-
"@typescript-eslint/parser": "npm:8.31.1"
3557-
"@typescript-eslint/utils": "npm:8.31.1"
3605+
"@typescript-eslint/eslint-plugin": "npm:8.39.1"
3606+
"@typescript-eslint/parser": "npm:8.39.1"
3607+
"@typescript-eslint/typescript-estree": "npm:8.39.1"
3608+
"@typescript-eslint/utils": "npm:8.39.1"
35583609
peerDependencies:
35593610
eslint: ^8.57.0 || ^9.0.0
3560-
typescript: ">=4.8.4 <5.9.0"
3561-
checksum: 10c0/58c096b96cb2262df3e3b52f06c0fc2020dc9f9d34b8a3d5331b0c7895e949ba1de43b7406d34b3cface2d1634f7e947e4c7759bf33819c92f8fb2bd67681bf1
3611+
typescript: ">=4.8.4 <6.0.0"
3612+
checksum: 10c0/4070729621c20f8a9bad3df13fb8ac175609a57d046c155df785d474c2926d3e506f0bd5e762be7e2aacd03839c9c9a2015ad087086cee5838c486b9bf46b27b
35623613
languageName: node
35633614
linkType: hard
35643615

0 commit comments

Comments
 (0)