Skip to content

Commit 1aedc62

Browse files
Bump typescript-eslint from 8.41.0 to 8.45.0 (#434)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.41.0 to 8.45.0. <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.45.0</h2> <h2>8.45.0 (2025-09-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> expose rule name via RuleModule interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11616">#11616</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>disable generating declaration maps (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11627">#11627</a>)</li> <li><strong>ast-spec:</strong> narrow ArrowFunctionExpression.generator to false (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11636">#11636</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] check if superclass is ignored (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11617">#11617</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11614">#11614</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Bjorn Lu</li> <li>Josh Goldberg ✨</li> <li>mdm317</li> <li>Moses Odutusin <a href="https://github.com/thebolarin"><code>@​thebolarin</code></a></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://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>v8.44.1</h2> <h2>8.44.1 (2025-09-22)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-base-to-string] make ignoredTypeNames match type names without generics (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11597">#11597</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] support unions of literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11599">#11599</a>)</li> <li><strong>eslint-plugin:</strong> [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11611">#11611</a>)</li> <li><strong>typescript-estree:</strong> forbid class property with name <code>constructor</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11590">#11590</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>mdm317</li> <li>Ronen Amiel</li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>v8.44.0</h2> <h2>8.44.0 (2025-09-15)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11267">#11267</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.45.0 (2025-09-29)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>8.44.1 (2025-09-22)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>8.44.0 (2025-09-15)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>8.43.0 (2025-09-08)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecated] should report deprecated exports and reexports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11359">#11359</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Victor Genaev <a href="https://github.com/mainframev"><code>@​mainframev</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>8.42.0 (2025-09-02)</h2> <h3>🚀 Features</h3> <ul> <li>deprecate tseslint.config() (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11531">#11531</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> handle non-normalized windows paths produced by jiti (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11546">#11546</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://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/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/255e9e274b24f86f3179146c20c156506312c92c"><code>255e9e2</code></a> chore(release): publish 8.45.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c1980522cd11f2de1a49ff6a30b4be7765a843ff"><code>c198052</code></a> chore(release): publish 8.44.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/77056f77e6fdca54b66ec692e5cefbd9f7a626dd"><code>77056f7</code></a> chore(release): publish 8.44.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef9173c56fa488737bff9ab463338ea65cb83373"><code>ef9173c</code></a> chore(release): publish 8.43.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d8ca5ef54aa7fa4d14004dd1084eac9546b1f71e"><code>d8ca5ef</code></a> fix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d13590979dc4130525d7b321230298dcdebc176f"><code>d135909</code></a> chore(release): publish 8.42.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fa156454702398aa2002315f468a360a5508c2e2"><code>fa15645</code></a> fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d7614a74c3609843a0a3aefdd2c0685dec82e7c5"><code>d7614a7</code></a> feat: deprecate tseslint.config() (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11531">#11531</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for typescript-eslint since your current version.</p> </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.41.0&new-version=8.45.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 f9b19b4 commit 1aedc62

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"rimraf": "6.0.1",
4141
"ts-jest": "29.4.1",
4242
"typescript": "5.9.2",
43-
"typescript-eslint": "8.41.0"
43+
"typescript-eslint": "8.45.0"
4444
},
4545
"packageManager": "[email protected]"
4646
}

yarn.lock

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ __metadata:
805805
ts-jest: "npm:29.4.1"
806806
tslib: "npm:^2.8.1"
807807
typescript: "npm:5.9.2"
808-
typescript-eslint: "npm:8.41.0"
808+
typescript-eslint: "npm:8.45.0"
809809
languageName: unknown
810810
linkType: soft
811811

@@ -1523,24 +1523,24 @@ __metadata:
15231523
languageName: node
15241524
linkType: hard
15251525

1526-
"@typescript-eslint/eslint-plugin@npm:8.41.0":
1527-
version: 8.41.0
1528-
resolution: "@typescript-eslint/eslint-plugin@npm:8.41.0"
1526+
"@typescript-eslint/eslint-plugin@npm:8.45.0":
1527+
version: 8.45.0
1528+
resolution: "@typescript-eslint/eslint-plugin@npm:8.45.0"
15291529
dependencies:
15301530
"@eslint-community/regexpp": "npm:^4.10.0"
1531-
"@typescript-eslint/scope-manager": "npm:8.41.0"
1532-
"@typescript-eslint/type-utils": "npm:8.41.0"
1533-
"@typescript-eslint/utils": "npm:8.41.0"
1534-
"@typescript-eslint/visitor-keys": "npm:8.41.0"
1531+
"@typescript-eslint/scope-manager": "npm:8.45.0"
1532+
"@typescript-eslint/type-utils": "npm:8.45.0"
1533+
"@typescript-eslint/utils": "npm:8.45.0"
1534+
"@typescript-eslint/visitor-keys": "npm:8.45.0"
15351535
graphemer: "npm:^1.4.0"
15361536
ignore: "npm:^7.0.0"
15371537
natural-compare: "npm:^1.4.0"
15381538
ts-api-utils: "npm:^2.1.0"
15391539
peerDependencies:
1540-
"@typescript-eslint/parser": ^8.41.0
1540+
"@typescript-eslint/parser": ^8.45.0
15411541
eslint: ^8.57.0 || ^9.0.0
15421542
typescript: ">=4.8.4 <6.0.0"
1543-
checksum: 10c0/29812ee5deeae65e67db29faa8d96bc70255c45788f342b11838850ea29a96e4331622cad3e703ffacaa895372845d44fd6b04786117c78f1a027595adff2e62
1543+
checksum: 10c0/0c60a0e5d07fa8618348db38b5a81e66143d528e1b3cdb5678bbc6c60590cd559b27c98c36f5663230fc4cf6920dff2cd604de30b58df26a37fcfcc5dc1dbd45
15441544
languageName: node
15451545
linkType: hard
15461546

@@ -1560,32 +1560,32 @@ __metadata:
15601560
languageName: node
15611561
linkType: hard
15621562

1563-
"@typescript-eslint/parser@npm:8.41.0":
1564-
version: 8.41.0
1565-
resolution: "@typescript-eslint/parser@npm:8.41.0"
1563+
"@typescript-eslint/parser@npm:8.45.0":
1564+
version: 8.45.0
1565+
resolution: "@typescript-eslint/parser@npm:8.45.0"
15661566
dependencies:
1567-
"@typescript-eslint/scope-manager": "npm:8.41.0"
1568-
"@typescript-eslint/types": "npm:8.41.0"
1569-
"@typescript-eslint/typescript-estree": "npm:8.41.0"
1570-
"@typescript-eslint/visitor-keys": "npm:8.41.0"
1567+
"@typescript-eslint/scope-manager": "npm:8.45.0"
1568+
"@typescript-eslint/types": "npm:8.45.0"
1569+
"@typescript-eslint/typescript-estree": "npm:8.45.0"
1570+
"@typescript-eslint/visitor-keys": "npm:8.45.0"
15711571
debug: "npm:^4.3.4"
15721572
peerDependencies:
15731573
eslint: ^8.57.0 || ^9.0.0
15741574
typescript: ">=4.8.4 <6.0.0"
1575-
checksum: 10c0/ca13ff505e9253aee761741f96714cd65a296bbfcac961efbbf7a909ff3d180b2142a23db0a2a5e50b928fa56586528b7e47ba6301089dd850945018dbf2ef50
1575+
checksum: 10c0/8b419bcf795b112a39fcac05dcf147835059345b6399035ffa3f76a9d8e320f3fac79cae2fe4320dcda83fa059b017ca7626a7b4e3da08a614415c8867d169b8
15761576
languageName: node
15771577
linkType: hard
15781578

1579-
"@typescript-eslint/project-service@npm:8.41.0":
1580-
version: 8.41.0
1581-
resolution: "@typescript-eslint/project-service@npm:8.41.0"
1579+
"@typescript-eslint/project-service@npm:8.45.0":
1580+
version: 8.45.0
1581+
resolution: "@typescript-eslint/project-service@npm:8.45.0"
15821582
dependencies:
1583-
"@typescript-eslint/tsconfig-utils": "npm:^8.41.0"
1584-
"@typescript-eslint/types": "npm:^8.41.0"
1583+
"@typescript-eslint/tsconfig-utils": "npm:^8.45.0"
1584+
"@typescript-eslint/types": "npm:^8.45.0"
15851585
debug: "npm:^4.3.4"
15861586
peerDependencies:
15871587
typescript: ">=4.8.4 <6.0.0"
1588-
checksum: 10c0/907ba880fcaf0805fc97012b431536b5b06db6ae4a0095708f9d9a4406feddabd964f09ea4ca99d8fa7bd141dbcc9496f1a9eb6683361a6bb01fb714a361126c
1588+
checksum: 10c0/98af065a1a3ed9d3d1eb265e09d3e9c2ae676d500a8c1d764f5609fe2c1b86749516b709804eb814fae688be7809d11748b9ae691d43c28da51dac390ca81fa9
15891589
languageName: node
15901590
linkType: hard
15911591

@@ -1599,22 +1599,22 @@ __metadata:
15991599
languageName: node
16001600
linkType: hard
16011601

1602-
"@typescript-eslint/scope-manager@npm:8.41.0":
1603-
version: 8.41.0
1604-
resolution: "@typescript-eslint/scope-manager@npm:8.41.0"
1602+
"@typescript-eslint/scope-manager@npm:8.45.0":
1603+
version: 8.45.0
1604+
resolution: "@typescript-eslint/scope-manager@npm:8.45.0"
16051605
dependencies:
1606-
"@typescript-eslint/types": "npm:8.41.0"
1607-
"@typescript-eslint/visitor-keys": "npm:8.41.0"
1608-
checksum: 10c0/6b339ac1fc37a1e05dc6de421db9f9b138c357497ec87af2471ad30e48c78b4979d3da40943a1c81fc85d1537326a4f938843434db63d29eff414b9364daf8e8
1606+
"@typescript-eslint/types": "npm:8.45.0"
1607+
"@typescript-eslint/visitor-keys": "npm:8.45.0"
1608+
checksum: 10c0/54cd36206f6b4fc8e1e48576ed01e0d6ab20c2a9c4c7d90d5cc3a2d317dd8a13abe148ffecf471b16f1224aba5749e0905472745626bef9ae5bed771776f4abe
16091609
languageName: node
16101610
linkType: hard
16111611

1612-
"@typescript-eslint/tsconfig-utils@npm:8.41.0, @typescript-eslint/tsconfig-utils@npm:^8.41.0":
1613-
version: 8.41.0
1614-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.41.0"
1612+
"@typescript-eslint/tsconfig-utils@npm:8.45.0, @typescript-eslint/tsconfig-utils@npm:^8.45.0":
1613+
version: 8.45.0
1614+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.45.0"
16151615
peerDependencies:
16161616
typescript: ">=4.8.4 <6.0.0"
1617-
checksum: 10c0/98618a536b9cb071eacba2970ce2ca1b9243de78f4604c2e350823a5275b9d7d15238dbe6acd197c30c0b6cbbf37782c247d14984e1015a109431e4180d76af6
1617+
checksum: 10c0/227a9b7a5baaf35466fd369992cb933192515df1156ddf22f438deb344c2523695208e1036f5590b20603f31724de75a47fe0ee84e2fd4c8e9f3606f23f68112
16181618
languageName: node
16191619
linkType: hard
16201620

@@ -1633,19 +1633,19 @@ __metadata:
16331633
languageName: node
16341634
linkType: hard
16351635

1636-
"@typescript-eslint/type-utils@npm:8.41.0":
1637-
version: 8.41.0
1638-
resolution: "@typescript-eslint/type-utils@npm:8.41.0"
1636+
"@typescript-eslint/type-utils@npm:8.45.0":
1637+
version: 8.45.0
1638+
resolution: "@typescript-eslint/type-utils@npm:8.45.0"
16391639
dependencies:
1640-
"@typescript-eslint/types": "npm:8.41.0"
1641-
"@typescript-eslint/typescript-estree": "npm:8.41.0"
1642-
"@typescript-eslint/utils": "npm:8.41.0"
1640+
"@typescript-eslint/types": "npm:8.45.0"
1641+
"@typescript-eslint/typescript-estree": "npm:8.45.0"
1642+
"@typescript-eslint/utils": "npm:8.45.0"
16431643
debug: "npm:^4.3.4"
16441644
ts-api-utils: "npm:^2.1.0"
16451645
peerDependencies:
16461646
eslint: ^8.57.0 || ^9.0.0
16471647
typescript: ">=4.8.4 <6.0.0"
1648-
checksum: 10c0/d4f9ae07a30f1cf331c3e3a67f8749b38f199ba5000f7a600492c27f6bec774f15c3553f293c520fb999fb88108665f2785d5261daec1445b17af14a7bb0bfac
1648+
checksum: 10c0/ce0f4c209c2418ebeb65e7de053499fb68bf6000bdd71068594fdb8c8ac3dbbd62935a3cea233989491f7da3ef5db87e7efd2910133c6abf6d0cbf57248f6442
16491649
languageName: node
16501650
linkType: hard
16511651

@@ -1656,10 +1656,10 @@ __metadata:
16561656
languageName: node
16571657
linkType: hard
16581658

1659-
"@typescript-eslint/types@npm:8.41.0, @typescript-eslint/types@npm:^8.41.0":
1660-
version: 8.41.0
1661-
resolution: "@typescript-eslint/types@npm:8.41.0"
1662-
checksum: 10c0/4945a7ed7789e0527833ee378b962416d6d0d61eb6c891fe49cb6c8dc8a9adbfc58676080ca767a1f034f74f9a981caf5f4d4706cba5025c0520a801fb45d7e1
1659+
"@typescript-eslint/types@npm:8.45.0, @typescript-eslint/types@npm:^8.45.0":
1660+
version: 8.45.0
1661+
resolution: "@typescript-eslint/types@npm:8.45.0"
1662+
checksum: 10c0/0213a0573c671d13bc91961a2b2e814ec7f6381ff093bce6704017bd96b2fc7fee25906c815cedb32a0601cf5071ca6c7c5f940d087c3b0d3dd7d4bc03478278
16631663
languageName: node
16641664
linkType: hard
16651665

@@ -1681,14 +1681,14 @@ __metadata:
16811681
languageName: node
16821682
linkType: hard
16831683

1684-
"@typescript-eslint/typescript-estree@npm:8.41.0":
1685-
version: 8.41.0
1686-
resolution: "@typescript-eslint/typescript-estree@npm:8.41.0"
1684+
"@typescript-eslint/typescript-estree@npm:8.45.0":
1685+
version: 8.45.0
1686+
resolution: "@typescript-eslint/typescript-estree@npm:8.45.0"
16871687
dependencies:
1688-
"@typescript-eslint/project-service": "npm:8.41.0"
1689-
"@typescript-eslint/tsconfig-utils": "npm:8.41.0"
1690-
"@typescript-eslint/types": "npm:8.41.0"
1691-
"@typescript-eslint/visitor-keys": "npm:8.41.0"
1688+
"@typescript-eslint/project-service": "npm:8.45.0"
1689+
"@typescript-eslint/tsconfig-utils": "npm:8.45.0"
1690+
"@typescript-eslint/types": "npm:8.45.0"
1691+
"@typescript-eslint/visitor-keys": "npm:8.45.0"
16921692
debug: "npm:^4.3.4"
16931693
fast-glob: "npm:^3.3.2"
16941694
is-glob: "npm:^4.0.3"
@@ -1697,7 +1697,7 @@ __metadata:
16971697
ts-api-utils: "npm:^2.1.0"
16981698
peerDependencies:
16991699
typescript: ">=4.8.4 <6.0.0"
1700-
checksum: 10c0/e86233d895403ec4986ced25f56898b2704a84545bb7dfe933f5c64f2ab969dcb7ada7e21ea7e015c875cc94a0767e70573442724960c631b7b3fc556a984c9c
1700+
checksum: 10c0/8c2f44a00fe859a6cd4b50157c484c5b6a1c7af5d48e89ae79c5f4924947964962fc8f478ad4c2ade788907fceee9b72d4e376508ea79b51392f91082a37d239
17011701
languageName: node
17021702
linkType: hard
17031703

@@ -1716,18 +1716,18 @@ __metadata:
17161716
languageName: node
17171717
linkType: hard
17181718

1719-
"@typescript-eslint/utils@npm:8.41.0":
1720-
version: 8.41.0
1721-
resolution: "@typescript-eslint/utils@npm:8.41.0"
1719+
"@typescript-eslint/utils@npm:8.45.0":
1720+
version: 8.45.0
1721+
resolution: "@typescript-eslint/utils@npm:8.45.0"
17221722
dependencies:
17231723
"@eslint-community/eslint-utils": "npm:^4.7.0"
1724-
"@typescript-eslint/scope-manager": "npm:8.41.0"
1725-
"@typescript-eslint/types": "npm:8.41.0"
1726-
"@typescript-eslint/typescript-estree": "npm:8.41.0"
1724+
"@typescript-eslint/scope-manager": "npm:8.45.0"
1725+
"@typescript-eslint/types": "npm:8.45.0"
1726+
"@typescript-eslint/typescript-estree": "npm:8.45.0"
17271727
peerDependencies:
17281728
eslint: ^8.57.0 || ^9.0.0
17291729
typescript: ">=4.8.4 <6.0.0"
1730-
checksum: 10c0/3a2ed9b5f801afeccde44dbacdeae0b9c82cc3e1af5e92926929ad86384dc0fb0027152e68c5edfabe904647c2160c0c45ec9c848a8d67c3efb86b78a1343acb
1730+
checksum: 10c0/b3c83a23813b15e20e303d7153789508c01e06dec355b1a80547c59aa36998d498102f45fcd13f111031fac57270608abb04d20560248d4448fd00b1cf4dc4ab
17311731
languageName: node
17321732
linkType: hard
17331733

@@ -1741,13 +1741,13 @@ __metadata:
17411741
languageName: node
17421742
linkType: hard
17431743

1744-
"@typescript-eslint/visitor-keys@npm:8.41.0":
1745-
version: 8.41.0
1746-
resolution: "@typescript-eslint/visitor-keys@npm:8.41.0"
1744+
"@typescript-eslint/visitor-keys@npm:8.45.0":
1745+
version: 8.45.0
1746+
resolution: "@typescript-eslint/visitor-keys@npm:8.45.0"
17471747
dependencies:
1748-
"@typescript-eslint/types": "npm:8.41.0"
1748+
"@typescript-eslint/types": "npm:8.45.0"
17491749
eslint-visitor-keys: "npm:^4.2.1"
1750-
checksum: 10c0/cfe52e77b9e07c23a4d9f4adf9e6bf27822e58694c9a34fefa4b9fc96d553e9df561971c4da5fc78392522e34696fc1149a76f6a02c328136771c5efe0fd1029
1750+
checksum: 10c0/119adcf50c902dad7f7757bcdd88fad0a23a171d309d9b7cefe78af12e451cf84c04ae611f4c31f7e23f16c2b47665ad92e6e5648fc77d542ef306f465bf1f29
17511751
languageName: node
17521752
linkType: hard
17531753

@@ -6516,18 +6516,18 @@ __metadata:
65166516
languageName: node
65176517
linkType: hard
65186518

6519-
"typescript-eslint@npm:8.41.0":
6520-
version: 8.41.0
6521-
resolution: "typescript-eslint@npm:8.41.0"
6519+
"typescript-eslint@npm:8.45.0":
6520+
version: 8.45.0
6521+
resolution: "typescript-eslint@npm:8.45.0"
65226522
dependencies:
6523-
"@typescript-eslint/eslint-plugin": "npm:8.41.0"
6524-
"@typescript-eslint/parser": "npm:8.41.0"
6525-
"@typescript-eslint/typescript-estree": "npm:8.41.0"
6526-
"@typescript-eslint/utils": "npm:8.41.0"
6523+
"@typescript-eslint/eslint-plugin": "npm:8.45.0"
6524+
"@typescript-eslint/parser": "npm:8.45.0"
6525+
"@typescript-eslint/typescript-estree": "npm:8.45.0"
6526+
"@typescript-eslint/utils": "npm:8.45.0"
65276527
peerDependencies:
65286528
eslint: ^8.57.0 || ^9.0.0
65296529
typescript: ">=4.8.4 <6.0.0"
6530-
checksum: 10c0/e141ffaf0332053483526a31e68755fe1438f6367571f39e67e32c0e15d509e8678adab2020597720b0307360493724d8dcf60d0620611d7e1e209d7f952cfe9
6530+
checksum: 10c0/2342b0bffe6f719711adbb42116f90cb1fe1670e2e74dde2739482c9d61c2a975ee16e2d560684613050544b543342ec1b11b46e158a48ecc605f5882d2d5da7
65316531
languageName: node
65326532
linkType: hard
65336533

0 commit comments

Comments
 (0)