Skip to content

Commit 87f44f8

Browse files
Bump typescript-eslint from 8.45.0 to 8.46.2 (#440)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.45.0 to 8.46.2. <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.46.2</h2> <h2>8.46.2 (2025-10-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] skip optional chaining when it could change the result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702">#11702</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid modifiers in object methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11689">#11689</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>mdm317</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.46.1</h2> <h2>8.46.1 (2025-10-13)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>ast-spec:</strong> cleanup <code>TSLiteralType</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11624">#11624</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] include mixed &quot;nullish comparison style&quot; chains in checks (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11533">#11533</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] special-case <code>.finally</code> not to report when a promise returning function is provided as an argument (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11667">#11667</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</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.46.0</h2> <h2>8.46.0 (2025-10-06)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-member-access] add allowOptionalChaining option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11659">#11659</a>)</li> <li><strong>eslint-plugin-internal:</strong> [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11323">#11323</a>)</li> <li><strong>rule-schema-to-typescript-types:</strong> clean up and make public (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11633">#11633</a>)</li> <li><strong>typescript-eslint:</strong> export util types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10848">#10848</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10849">#10849</a>)</li> <li><strong>typescript-estree:</strong> mention file specifics in project service allowDefaultProject error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11635">#11635</a>)</li> <li><strong>typescript-estree:</strong> private identifiers can only appear on LHS of in expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9232">#9232</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] remove excess parentheses in suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11487">#11487</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] improve wording around <code>this: void</code> and binding (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11634">#11634</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] ignore deprecated <code>export import</code>s (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11603">#11603</a>)</li> <li><strong>eslint-plugin:</strong> removed error type previously deprecated (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11674">#11674</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.46.2 (2025-10-20)</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.46.1 (2025-10-13)</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.46.0 (2025-10-06)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> export util types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10848">#10848</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10849">#10849</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Mister-Hope <a href="https://github.com/Mister-Hope"><code>@​Mister-Hope</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/55ca033ee88cc95cfac4ad6dea2257fbeb1d4657"><code>55ca033</code></a> chore(release): publish 8.46.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3f5fbf698e75ddd87874885ffbf937913761cdb0"><code>3f5fbf6</code></a> chore(release): publish 8.46.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/aec785e33d63b248231c3e68c9aeb792caf21acc"><code>aec785e</code></a> chore(release): publish 8.46.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5c1a1592ccb21868ddff8543988125af0219f831"><code>5c1a159</code></a> feat(typescript-eslint): export util types (close <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10848">#10848</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10849">#10849</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/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.45.0&new-version=8.46.2)](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 bc40142 commit 87f44f8

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.5",
4242
"typescript": "5.9.3",
43-
"typescript-eslint": "8.45.0"
43+
"typescript-eslint": "8.46.2"
4444
},
4545
"packageManager": "[email protected]"
4646
}

yarn.lock

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ __metadata:
816816
ts-jest: "npm:29.4.5"
817817
tslib: "npm:^2.8.1"
818818
typescript: "npm:5.9.3"
819-
typescript-eslint: "npm:8.45.0"
819+
typescript-eslint: "npm:8.46.2"
820820
languageName: unknown
821821
linkType: soft
822822

@@ -1534,24 +1534,24 @@ __metadata:
15341534
languageName: node
15351535
linkType: hard
15361536

1537-
"@typescript-eslint/eslint-plugin@npm:8.45.0":
1538-
version: 8.45.0
1539-
resolution: "@typescript-eslint/eslint-plugin@npm:8.45.0"
1537+
"@typescript-eslint/eslint-plugin@npm:8.46.2":
1538+
version: 8.46.2
1539+
resolution: "@typescript-eslint/eslint-plugin@npm:8.46.2"
15401540
dependencies:
15411541
"@eslint-community/regexpp": "npm:^4.10.0"
1542-
"@typescript-eslint/scope-manager": "npm:8.45.0"
1543-
"@typescript-eslint/type-utils": "npm:8.45.0"
1544-
"@typescript-eslint/utils": "npm:8.45.0"
1545-
"@typescript-eslint/visitor-keys": "npm:8.45.0"
1542+
"@typescript-eslint/scope-manager": "npm:8.46.2"
1543+
"@typescript-eslint/type-utils": "npm:8.46.2"
1544+
"@typescript-eslint/utils": "npm:8.46.2"
1545+
"@typescript-eslint/visitor-keys": "npm:8.46.2"
15461546
graphemer: "npm:^1.4.0"
15471547
ignore: "npm:^7.0.0"
15481548
natural-compare: "npm:^1.4.0"
15491549
ts-api-utils: "npm:^2.1.0"
15501550
peerDependencies:
1551-
"@typescript-eslint/parser": ^8.45.0
1551+
"@typescript-eslint/parser": ^8.46.2
15521552
eslint: ^8.57.0 || ^9.0.0
15531553
typescript: ">=4.8.4 <6.0.0"
1554-
checksum: 10c0/0c60a0e5d07fa8618348db38b5a81e66143d528e1b3cdb5678bbc6c60590cd559b27c98c36f5663230fc4cf6920dff2cd604de30b58df26a37fcfcc5dc1dbd45
1554+
checksum: 10c0/24d1257bd023525754dc130e99bad1404c46f997729a060e3764b7f80dd43edcc43767b60fd89244cba82157918609e3922e408d0f7be4223e2056c1447fb387
15551555
languageName: node
15561556
linkType: hard
15571557

@@ -1571,32 +1571,32 @@ __metadata:
15711571
languageName: node
15721572
linkType: hard
15731573

1574-
"@typescript-eslint/parser@npm:8.45.0":
1575-
version: 8.45.0
1576-
resolution: "@typescript-eslint/parser@npm:8.45.0"
1574+
"@typescript-eslint/parser@npm:8.46.2":
1575+
version: 8.46.2
1576+
resolution: "@typescript-eslint/parser@npm:8.46.2"
15771577
dependencies:
1578-
"@typescript-eslint/scope-manager": "npm:8.45.0"
1579-
"@typescript-eslint/types": "npm:8.45.0"
1580-
"@typescript-eslint/typescript-estree": "npm:8.45.0"
1581-
"@typescript-eslint/visitor-keys": "npm:8.45.0"
1578+
"@typescript-eslint/scope-manager": "npm:8.46.2"
1579+
"@typescript-eslint/types": "npm:8.46.2"
1580+
"@typescript-eslint/typescript-estree": "npm:8.46.2"
1581+
"@typescript-eslint/visitor-keys": "npm:8.46.2"
15821582
debug: "npm:^4.3.4"
15831583
peerDependencies:
15841584
eslint: ^8.57.0 || ^9.0.0
15851585
typescript: ">=4.8.4 <6.0.0"
1586-
checksum: 10c0/8b419bcf795b112a39fcac05dcf147835059345b6399035ffa3f76a9d8e320f3fac79cae2fe4320dcda83fa059b017ca7626a7b4e3da08a614415c8867d169b8
1586+
checksum: 10c0/9556bf8ec039c6d1751a37cf76cf70912e80dc45337731a304509309e67472c3f5b5abe6ac5021a7ae9361ea65b2e1f66b626603cecca6506a4533152a77b28f
15871587
languageName: node
15881588
linkType: hard
15891589

1590-
"@typescript-eslint/project-service@npm:8.45.0":
1591-
version: 8.45.0
1592-
resolution: "@typescript-eslint/project-service@npm:8.45.0"
1590+
"@typescript-eslint/project-service@npm:8.46.2":
1591+
version: 8.46.2
1592+
resolution: "@typescript-eslint/project-service@npm:8.46.2"
15931593
dependencies:
1594-
"@typescript-eslint/tsconfig-utils": "npm:^8.45.0"
1595-
"@typescript-eslint/types": "npm:^8.45.0"
1594+
"@typescript-eslint/tsconfig-utils": "npm:^8.46.2"
1595+
"@typescript-eslint/types": "npm:^8.46.2"
15961596
debug: "npm:^4.3.4"
15971597
peerDependencies:
15981598
typescript: ">=4.8.4 <6.0.0"
1599-
checksum: 10c0/98af065a1a3ed9d3d1eb265e09d3e9c2ae676d500a8c1d764f5609fe2c1b86749516b709804eb814fae688be7809d11748b9ae691d43c28da51dac390ca81fa9
1599+
checksum: 10c0/03e87bcbca6af3f95bf54d4047a8b4d12434126c27d7312e804499a9459e1c847fe045f83fe8e3b22c3dc3925baad0aa2a1a5476d0d51f73a493dc5909a53dbf
16001600
languageName: node
16011601
linkType: hard
16021602

@@ -1610,22 +1610,22 @@ __metadata:
16101610
languageName: node
16111611
linkType: hard
16121612

1613-
"@typescript-eslint/scope-manager@npm:8.45.0":
1614-
version: 8.45.0
1615-
resolution: "@typescript-eslint/scope-manager@npm:8.45.0"
1613+
"@typescript-eslint/scope-manager@npm:8.46.2":
1614+
version: 8.46.2
1615+
resolution: "@typescript-eslint/scope-manager@npm:8.46.2"
16161616
dependencies:
1617-
"@typescript-eslint/types": "npm:8.45.0"
1618-
"@typescript-eslint/visitor-keys": "npm:8.45.0"
1619-
checksum: 10c0/54cd36206f6b4fc8e1e48576ed01e0d6ab20c2a9c4c7d90d5cc3a2d317dd8a13abe148ffecf471b16f1224aba5749e0905472745626bef9ae5bed771776f4abe
1617+
"@typescript-eslint/types": "npm:8.46.2"
1618+
"@typescript-eslint/visitor-keys": "npm:8.46.2"
1619+
checksum: 10c0/42f52ee621a3a0ef2233e7d3384d9dbd76218f5c906a9cce3152a1f55c060a3d3614c7b8fff5270bdf48e8fcc003e732d3f003f283ea6fb204d64a2f6bb3ea9c
16201620
languageName: node
16211621
linkType: hard
16221622

1623-
"@typescript-eslint/tsconfig-utils@npm:8.45.0, @typescript-eslint/tsconfig-utils@npm:^8.45.0":
1624-
version: 8.45.0
1625-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.45.0"
1623+
"@typescript-eslint/tsconfig-utils@npm:8.46.2, @typescript-eslint/tsconfig-utils@npm:^8.46.2":
1624+
version: 8.46.2
1625+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.2"
16261626
peerDependencies:
16271627
typescript: ">=4.8.4 <6.0.0"
1628-
checksum: 10c0/227a9b7a5baaf35466fd369992cb933192515df1156ddf22f438deb344c2523695208e1036f5590b20603f31724de75a47fe0ee84e2fd4c8e9f3606f23f68112
1628+
checksum: 10c0/23e34ad296347417e42234945138022fb045d180fde69941483884a38e85fa55d5449420d2a660c0ebf1794a445add2f13e171c8dd64e4e83f594e2c4e35bf4d
16291629
languageName: node
16301630
linkType: hard
16311631

@@ -1644,19 +1644,19 @@ __metadata:
16441644
languageName: node
16451645
linkType: hard
16461646

1647-
"@typescript-eslint/type-utils@npm:8.45.0":
1648-
version: 8.45.0
1649-
resolution: "@typescript-eslint/type-utils@npm:8.45.0"
1647+
"@typescript-eslint/type-utils@npm:8.46.2":
1648+
version: 8.46.2
1649+
resolution: "@typescript-eslint/type-utils@npm:8.46.2"
16501650
dependencies:
1651-
"@typescript-eslint/types": "npm:8.45.0"
1652-
"@typescript-eslint/typescript-estree": "npm:8.45.0"
1653-
"@typescript-eslint/utils": "npm:8.45.0"
1651+
"@typescript-eslint/types": "npm:8.46.2"
1652+
"@typescript-eslint/typescript-estree": "npm:8.46.2"
1653+
"@typescript-eslint/utils": "npm:8.46.2"
16541654
debug: "npm:^4.3.4"
16551655
ts-api-utils: "npm:^2.1.0"
16561656
peerDependencies:
16571657
eslint: ^8.57.0 || ^9.0.0
16581658
typescript: ">=4.8.4 <6.0.0"
1659-
checksum: 10c0/ce0f4c209c2418ebeb65e7de053499fb68bf6000bdd71068594fdb8c8ac3dbbd62935a3cea233989491f7da3ef5db87e7efd2910133c6abf6d0cbf57248f6442
1659+
checksum: 10c0/e12fc65e4b58c1ab6fe65f5486265b7afe9a9a6730e3529aca927ddfc22e5913eb28999fc83e68ea1b49097e1edbbae1f61dd724b0bb0e7586fb24ecda1d4938
16601660
languageName: node
16611661
linkType: hard
16621662

@@ -1667,10 +1667,10 @@ __metadata:
16671667
languageName: node
16681668
linkType: hard
16691669

1670-
"@typescript-eslint/types@npm:8.45.0, @typescript-eslint/types@npm:^8.45.0":
1671-
version: 8.45.0
1672-
resolution: "@typescript-eslint/types@npm:8.45.0"
1673-
checksum: 10c0/0213a0573c671d13bc91961a2b2e814ec7f6381ff093bce6704017bd96b2fc7fee25906c815cedb32a0601cf5071ca6c7c5f940d087c3b0d3dd7d4bc03478278
1670+
"@typescript-eslint/types@npm:8.46.2, @typescript-eslint/types@npm:^8.46.2":
1671+
version: 8.46.2
1672+
resolution: "@typescript-eslint/types@npm:8.46.2"
1673+
checksum: 10c0/611716bae2369a1b8001c7f6cc03c5ecadfb956643cbbe27269defd28a61d43fe52eda008d7a09568b0be50c502e8292bf767b246366004283476e9a971b6fbc
16741674
languageName: node
16751675
linkType: hard
16761676

@@ -1692,14 +1692,14 @@ __metadata:
16921692
languageName: node
16931693
linkType: hard
16941694

1695-
"@typescript-eslint/typescript-estree@npm:8.45.0":
1696-
version: 8.45.0
1697-
resolution: "@typescript-eslint/typescript-estree@npm:8.45.0"
1695+
"@typescript-eslint/typescript-estree@npm:8.46.2":
1696+
version: 8.46.2
1697+
resolution: "@typescript-eslint/typescript-estree@npm:8.46.2"
16981698
dependencies:
1699-
"@typescript-eslint/project-service": "npm:8.45.0"
1700-
"@typescript-eslint/tsconfig-utils": "npm:8.45.0"
1701-
"@typescript-eslint/types": "npm:8.45.0"
1702-
"@typescript-eslint/visitor-keys": "npm:8.45.0"
1699+
"@typescript-eslint/project-service": "npm:8.46.2"
1700+
"@typescript-eslint/tsconfig-utils": "npm:8.46.2"
1701+
"@typescript-eslint/types": "npm:8.46.2"
1702+
"@typescript-eslint/visitor-keys": "npm:8.46.2"
17031703
debug: "npm:^4.3.4"
17041704
fast-glob: "npm:^3.3.2"
17051705
is-glob: "npm:^4.0.3"
@@ -1708,7 +1708,7 @@ __metadata:
17081708
ts-api-utils: "npm:^2.1.0"
17091709
peerDependencies:
17101710
typescript: ">=4.8.4 <6.0.0"
1711-
checksum: 10c0/8c2f44a00fe859a6cd4b50157c484c5b6a1c7af5d48e89ae79c5f4924947964962fc8f478ad4c2ade788907fceee9b72d4e376508ea79b51392f91082a37d239
1711+
checksum: 10c0/ad7dbf352982bc6e16473ef19fc7d209fffeb147a732db8a2464e0ec33e7fbbc24ce3f23d01bdf99d503626c582a476debf4c90c527d755eeb99b863476d9f5f
17121712
languageName: node
17131713
linkType: hard
17141714

@@ -1727,18 +1727,18 @@ __metadata:
17271727
languageName: node
17281728
linkType: hard
17291729

1730-
"@typescript-eslint/utils@npm:8.45.0":
1731-
version: 8.45.0
1732-
resolution: "@typescript-eslint/utils@npm:8.45.0"
1730+
"@typescript-eslint/utils@npm:8.46.2":
1731+
version: 8.46.2
1732+
resolution: "@typescript-eslint/utils@npm:8.46.2"
17331733
dependencies:
17341734
"@eslint-community/eslint-utils": "npm:^4.7.0"
1735-
"@typescript-eslint/scope-manager": "npm:8.45.0"
1736-
"@typescript-eslint/types": "npm:8.45.0"
1737-
"@typescript-eslint/typescript-estree": "npm:8.45.0"
1735+
"@typescript-eslint/scope-manager": "npm:8.46.2"
1736+
"@typescript-eslint/types": "npm:8.46.2"
1737+
"@typescript-eslint/typescript-estree": "npm:8.46.2"
17381738
peerDependencies:
17391739
eslint: ^8.57.0 || ^9.0.0
17401740
typescript: ">=4.8.4 <6.0.0"
1741-
checksum: 10c0/b3c83a23813b15e20e303d7153789508c01e06dec355b1a80547c59aa36998d498102f45fcd13f111031fac57270608abb04d20560248d4448fd00b1cf4dc4ab
1741+
checksum: 10c0/600b70730077ed85a6e278e06771f3933cdafce242f979e4af1c1b41290bf1efb14d20823c25c38a3a792def69b18eb9410af28bb228fe86027ad7859753c62d
17421742
languageName: node
17431743
linkType: hard
17441744

@@ -1752,13 +1752,13 @@ __metadata:
17521752
languageName: node
17531753
linkType: hard
17541754

1755-
"@typescript-eslint/visitor-keys@npm:8.45.0":
1756-
version: 8.45.0
1757-
resolution: "@typescript-eslint/visitor-keys@npm:8.45.0"
1755+
"@typescript-eslint/visitor-keys@npm:8.46.2":
1756+
version: 8.46.2
1757+
resolution: "@typescript-eslint/visitor-keys@npm:8.46.2"
17581758
dependencies:
1759-
"@typescript-eslint/types": "npm:8.45.0"
1759+
"@typescript-eslint/types": "npm:8.46.2"
17601760
eslint-visitor-keys: "npm:^4.2.1"
1761-
checksum: 10c0/119adcf50c902dad7f7757bcdd88fad0a23a171d309d9b7cefe78af12e451cf84c04ae611f4c31f7e23f16c2b47665ad92e6e5648fc77d542ef306f465bf1f29
1761+
checksum: 10c0/2067cd9a3c90b3817242cc49b5fa77428e1b92b28e16a12f45c2b399acbba7bd17e503553e5e68924e40078477a5c247dfa12e7709c24fe11c0b17a0c8486c33
17621762
languageName: node
17631763
linkType: hard
17641764

@@ -6536,18 +6536,18 @@ __metadata:
65366536
languageName: node
65376537
linkType: hard
65386538

6539-
"typescript-eslint@npm:8.45.0":
6540-
version: 8.45.0
6541-
resolution: "typescript-eslint@npm:8.45.0"
6539+
"typescript-eslint@npm:8.46.2":
6540+
version: 8.46.2
6541+
resolution: "typescript-eslint@npm:8.46.2"
65426542
dependencies:
6543-
"@typescript-eslint/eslint-plugin": "npm:8.45.0"
6544-
"@typescript-eslint/parser": "npm:8.45.0"
6545-
"@typescript-eslint/typescript-estree": "npm:8.45.0"
6546-
"@typescript-eslint/utils": "npm:8.45.0"
6543+
"@typescript-eslint/eslint-plugin": "npm:8.46.2"
6544+
"@typescript-eslint/parser": "npm:8.46.2"
6545+
"@typescript-eslint/typescript-estree": "npm:8.46.2"
6546+
"@typescript-eslint/utils": "npm:8.46.2"
65476547
peerDependencies:
65486548
eslint: ^8.57.0 || ^9.0.0
65496549
typescript: ">=4.8.4 <6.0.0"
6550-
checksum: 10c0/2342b0bffe6f719711adbb42116f90cb1fe1670e2e74dde2739482c9d61c2a975ee16e2d560684613050544b543342ec1b11b46e158a48ecc605f5882d2d5da7
6550+
checksum: 10c0/9c1bef1887ee984e63cbf4f4321f22ed232b192597400b74220aaecd42235bccc3c7786e002d283f81e1a0812a1c6d83ea5860bffa5e87d119204ecb9db0296a
65516551
languageName: node
65526552
linkType: hard
65536553

0 commit comments

Comments
 (0)