Skip to content

Commit f91a5f7

Browse files
chore(deps-dev): bump the typescript-eslint group with 2 updates (#84)
Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/rule-tester` from 8.17.0 to 8.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/rule-tester</code>'s releases</a>.</em></p> <blockquote> <h2>v8.18.0</h2> <h2>8.18.0 (2024-12-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecated] report on super call of deprecated constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10397">#10397</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for &quot;no default&quot; comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10218">#10218</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>typescript peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li> <li><strong>deps:</strong> update dependency eslint to v9.16.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10471">#10471</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] check if a JSX attribute is deprecated (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10374">#10374</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] handle more robustly when multiple <code>toString()</code> declarations are present for a type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10432">#10432</a>)</li> <li><strong>eslint-plugin:</strong> [use-unknown-in-catch-callback-variable] only flag function literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10436">#10436</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>mdm317</li> <li>rtritto</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md"><code>@​typescript-eslint/rule-tester</code>'s changelog</a>.</em></p> <blockquote> <h2>8.18.0 (2024-12-09)</h2> <p>This was a version bump only for rule-tester to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c60dbabd8a93e001543de64ec479f62e9725978a"><code>c60dbab</code></a> chore(release): publish 8.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0d65f179ac88ab6bb60cd3fcb1ad67bdc725a9d1"><code>0d65f17</code></a> chore: enforce repo nullish check style (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester/issues/10419">#10419</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/rule-tester">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.17.0 to 8.18.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.18.0</h2> <h2>8.18.0 (2024-12-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecated] report on super call of deprecated constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10397">#10397</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for &quot;no default&quot; comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10218">#10218</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>typescript peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li> <li><strong>deps:</strong> update dependency eslint to v9.16.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10471">#10471</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] check if a JSX attribute is deprecated (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10374">#10374</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] handle more robustly when multiple <code>toString()</code> declarations are present for a type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10432">#10432</a>)</li> <li><strong>eslint-plugin:</strong> [use-unknown-in-catch-callback-variable] only flag function literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10436">#10436</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>mdm317</li> <li>rtritto</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.18.0 (2024-12-09)</h2> <h3>🩹 Fixes</h3> <ul> <li>typescript peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>rtritto</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c60dbabd8a93e001543de64ec479f62e9725978a"><code>c60dbab</code></a> chore(release): publish 8.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cb2cf86c3d011fca667c745d43fd8dcd6c9e652"><code>4cb2cf8</code></a> fix: typescript peer dependency (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10373">#10373</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jason Weinzierl <[email protected]>
1 parent c0d1dfa commit f91a5f7

File tree

2 files changed

+74
-85
lines changed

2 files changed

+74
-85
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@stylistic/eslint-plugin": "^2.12.0",
7878
"@types/common-tags": "^1.8.4",
7979
"@types/node": "~18.18.0",
80-
"@typescript-eslint/rule-tester": "^8.17.0",
80+
"@typescript-eslint/rule-tester": "^8.18.0",
8181
"@typescript/vfs": "^1.6.0",
8282
"@vitest/coverage-v8": "^2.1.8",
8383
"@vitest/eslint-plugin": "^1.1.16",
@@ -93,7 +93,7 @@
9393
"rxjs": "^7.8.1",
9494
"tsup": "^8.3.5",
9595
"typescript": "~5.7.2",
96-
"typescript-eslint": "^8.17.0",
96+
"typescript-eslint": "^8.18.0",
9797
"vitest": "^2.1.8"
9898
},
9999
"engines": {

yarn.lock

Lines changed: 72 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -850,60 +850,56 @@ __metadata:
850850
languageName: node
851851
linkType: hard
852852

853-
"@typescript-eslint/eslint-plugin@npm:8.17.0":
854-
version: 8.17.0
855-
resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0"
853+
"@typescript-eslint/eslint-plugin@npm:8.18.0":
854+
version: 8.18.0
855+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
856856
dependencies:
857857
"@eslint-community/regexpp": "npm:^4.10.0"
858-
"@typescript-eslint/scope-manager": "npm:8.17.0"
859-
"@typescript-eslint/type-utils": "npm:8.17.0"
860-
"@typescript-eslint/utils": "npm:8.17.0"
861-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
858+
"@typescript-eslint/scope-manager": "npm:8.18.0"
859+
"@typescript-eslint/type-utils": "npm:8.18.0"
860+
"@typescript-eslint/utils": "npm:8.18.0"
861+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
862862
graphemer: "npm:^1.4.0"
863863
ignore: "npm:^5.3.1"
864864
natural-compare: "npm:^1.4.0"
865865
ts-api-utils: "npm:^1.3.0"
866866
peerDependencies:
867867
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
868868
eslint: ^8.57.0 || ^9.0.0
869-
peerDependenciesMeta:
870-
typescript:
871-
optional: true
872-
checksum: 10c0/d78778173571a9a1370345bc2aa3e850235a489d16b8a8b5ba3086b988bbef7549bdae38e509d7a679ba3179c688cc5a408376b158be402770836e94ffc9602d
869+
typescript: ">=4.8.4 <5.8.0"
870+
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
873871
languageName: node
874872
linkType: hard
875873

876-
"@typescript-eslint/parser@npm:8.17.0":
877-
version: 8.17.0
878-
resolution: "@typescript-eslint/parser@npm:8.17.0"
874+
"@typescript-eslint/parser@npm:8.18.0":
875+
version: 8.18.0
876+
resolution: "@typescript-eslint/parser@npm:8.18.0"
879877
dependencies:
880-
"@typescript-eslint/scope-manager": "npm:8.17.0"
881-
"@typescript-eslint/types": "npm:8.17.0"
882-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
883-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
878+
"@typescript-eslint/scope-manager": "npm:8.18.0"
879+
"@typescript-eslint/types": "npm:8.18.0"
880+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
881+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
884882
debug: "npm:^4.3.4"
885883
peerDependencies:
886884
eslint: ^8.57.0 || ^9.0.0
887-
peerDependenciesMeta:
888-
typescript:
889-
optional: true
890-
checksum: 10c0/2543deadf01302a92d3b6f58a4c14f98d8936c4d976e7da05e3bb65608f19d8de93b25282e343c304eca3e3f37f2ac23e97fa9c11c6edff36dd2d4f6b601a630
885+
typescript: ">=4.8.4 <5.8.0"
886+
checksum: 10c0/d3a062511c24dfcf522a645db1153022d49aa3bb05e288c22474cf04dc1d836f877eb9d2733947e448981ffb16e4de50d4ebe7570a268733a641f228ca6c4849
891887
languageName: node
892888
linkType: hard
893889

894-
"@typescript-eslint/rule-tester@npm:^8.17.0":
895-
version: 8.17.0
896-
resolution: "@typescript-eslint/rule-tester@npm:8.17.0"
890+
"@typescript-eslint/rule-tester@npm:^8.18.0":
891+
version: 8.18.0
892+
resolution: "@typescript-eslint/rule-tester@npm:8.18.0"
897893
dependencies:
898-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
899-
"@typescript-eslint/utils": "npm:8.17.0"
894+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
895+
"@typescript-eslint/utils": "npm:8.18.0"
900896
ajv: "npm:^6.12.6"
901897
json-stable-stringify-without-jsonify: "npm:^1.0.1"
902898
lodash.merge: "npm:4.6.2"
903899
semver: "npm:^7.6.0"
904900
peerDependencies:
905901
eslint: ^8.57.0 || ^9.0.0
906-
checksum: 10c0/27541e1f82cb58049279883e70414a606d96c0f2fff12782408c119456ce0e1f335978da188f6f62df294bc712dc0805bc7e9e1b7eb130271b328819e331f3c2
902+
checksum: 10c0/2a68ab3c2616b396d6b767bcb8f20cf86eeb3c607dd5f494e3547f49eeb5b663133b3087fdbff57e883bb48969205bbcbb771b03bcf7ee23b7e96c6c6c1f7b27
907903
languageName: node
908904
linkType: hard
909905

@@ -917,30 +913,28 @@ __metadata:
917913
languageName: node
918914
linkType: hard
919915

920-
"@typescript-eslint/scope-manager@npm:8.17.0, @typescript-eslint/scope-manager@npm:^8.1.0":
921-
version: 8.17.0
922-
resolution: "@typescript-eslint/scope-manager@npm:8.17.0"
916+
"@typescript-eslint/scope-manager@npm:8.18.0, @typescript-eslint/scope-manager@npm:^8.1.0":
917+
version: 8.18.0
918+
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
923919
dependencies:
924-
"@typescript-eslint/types": "npm:8.17.0"
925-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
926-
checksum: 10c0/0c08d14240bad4b3f6874f08ba80b29db1a6657437089a6f109db458c544d835bcdc06ba9140bb4f835233ba4326d9a86e6cf6bdb5209960d2f7025aa3191f4f
920+
"@typescript-eslint/types": "npm:8.18.0"
921+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
922+
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
927923
languageName: node
928924
linkType: hard
929925

930-
"@typescript-eslint/type-utils@npm:8.17.0":
931-
version: 8.17.0
932-
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
926+
"@typescript-eslint/type-utils@npm:8.18.0":
927+
version: 8.18.0
928+
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
933929
dependencies:
934-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
935-
"@typescript-eslint/utils": "npm:8.17.0"
930+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
931+
"@typescript-eslint/utils": "npm:8.18.0"
936932
debug: "npm:^4.3.4"
937933
ts-api-utils: "npm:^1.3.0"
938934
peerDependencies:
939935
eslint: ^8.57.0 || ^9.0.0
940-
peerDependenciesMeta:
941-
typescript:
942-
optional: true
943-
checksum: 10c0/6138ec71b5692d4b5e0bf3d7f66a6fa4e91ddea7031907b0ac45a7693df0a2f4cc5bca7218311e0639620d636ceb7efec83a137dfcd5938304d873b774fcc8bd
936+
typescript: ">=4.8.4 <5.8.0"
937+
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
944938
languageName: node
945939
linkType: hard
946940

@@ -951,10 +945,10 @@ __metadata:
951945
languageName: node
952946
linkType: hard
953947

954-
"@typescript-eslint/types@npm:8.17.0":
955-
version: 8.17.0
956-
resolution: "@typescript-eslint/types@npm:8.17.0"
957-
checksum: 10c0/26b1bf9dfc3ee783c85c6f354b84c28706d5689d777f3ff2de2cb496e45f9d0189c0d561c03ccbc8b24712438be17cf63dd0871ff3ca2083e7f48749770d1893
948+
"@typescript-eslint/types@npm:8.18.0":
949+
version: 8.18.0
950+
resolution: "@typescript-eslint/types@npm:8.18.0"
951+
checksum: 10c0/2dd7468c3f1c305545268b72c3a333488e6ab1b628c5f65081d895866422b9376c21634a7aac437805f84b22e352b6a8fc4dcf925ef4a8fd7d1898b8359f71be
958952
languageName: node
959953
linkType: hard
960954

@@ -976,39 +970,36 @@ __metadata:
976970
languageName: node
977971
linkType: hard
978972

979-
"@typescript-eslint/typescript-estree@npm:8.17.0":
980-
version: 8.17.0
981-
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
973+
"@typescript-eslint/typescript-estree@npm:8.18.0":
974+
version: 8.18.0
975+
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
982976
dependencies:
983-
"@typescript-eslint/types": "npm:8.17.0"
984-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
977+
"@typescript-eslint/types": "npm:8.18.0"
978+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
985979
debug: "npm:^4.3.4"
986980
fast-glob: "npm:^3.3.2"
987981
is-glob: "npm:^4.0.3"
988982
minimatch: "npm:^9.0.4"
989983
semver: "npm:^7.6.0"
990984
ts-api-utils: "npm:^1.3.0"
991-
peerDependenciesMeta:
992-
typescript:
993-
optional: true
994-
checksum: 10c0/523013f9b5cf2c58c566868e4c3b0b9ac1b4807223a6d64e2a7c58e01e53b6587ba61f1a8241eade361f3f426d6057657515473176141ef8aebb352bc0d223ce
985+
peerDependencies:
986+
typescript: ">=4.8.4 <5.8.0"
987+
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
995988
languageName: node
996989
linkType: hard
997990

998-
"@typescript-eslint/utils@npm:8.17.0, @typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.13.0":
999-
version: 8.17.0
1000-
resolution: "@typescript-eslint/utils@npm:8.17.0"
991+
"@typescript-eslint/utils@npm:8.18.0, @typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.13.0":
992+
version: 8.18.0
993+
resolution: "@typescript-eslint/utils@npm:8.18.0"
1001994
dependencies:
1002995
"@eslint-community/eslint-utils": "npm:^4.4.0"
1003-
"@typescript-eslint/scope-manager": "npm:8.17.0"
1004-
"@typescript-eslint/types": "npm:8.17.0"
1005-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
996+
"@typescript-eslint/scope-manager": "npm:8.18.0"
997+
"@typescript-eslint/types": "npm:8.18.0"
998+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
1006999
peerDependencies:
10071000
eslint: ^8.57.0 || ^9.0.0
1008-
peerDependenciesMeta:
1009-
typescript:
1010-
optional: true
1011-
checksum: 10c0/a9785ae5f7e7b51d521dc3f48b15093948e4fcd03352c0b60f39bae366cbc935947d215f91e2ae3182d52fa6affb5ccbb50feff487bd1209011f3e0da02cdf07
1001+
typescript: ">=4.8.4 <5.8.0"
1002+
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
10121003
languageName: node
10131004
linkType: hard
10141005

@@ -1040,13 +1031,13 @@ __metadata:
10401031
languageName: node
10411032
linkType: hard
10421033

1043-
"@typescript-eslint/visitor-keys@npm:8.17.0":
1044-
version: 8.17.0
1045-
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
1034+
"@typescript-eslint/visitor-keys@npm:8.18.0":
1035+
version: 8.18.0
1036+
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
10461037
dependencies:
1047-
"@typescript-eslint/types": "npm:8.17.0"
1038+
"@typescript-eslint/types": "npm:8.18.0"
10481039
eslint-visitor-keys: "npm:^4.2.0"
1049-
checksum: 10c0/9144c4e4a63034fb2031a0ee1fc77e80594f30cab3faafa9a1f7f83782695774dd32fac8986f260698b4e150b4dd52444f2611c07e4c101501f08353eb47c82c
1040+
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
10501041
languageName: node
10511042
linkType: hard
10521043

@@ -2110,7 +2101,7 @@ __metadata:
21102101
"@stylistic/eslint-plugin": "npm:^2.12.0"
21112102
"@types/common-tags": "npm:^1.8.4"
21122103
"@types/node": "npm:~18.18.0"
2113-
"@typescript-eslint/rule-tester": "npm:^8.17.0"
2104+
"@typescript-eslint/rule-tester": "npm:^8.18.0"
21142105
"@typescript-eslint/scope-manager": "npm:^8.1.0"
21152106
"@typescript-eslint/utils": "npm:^8.1.0"
21162107
"@typescript/vfs": "npm:^1.6.0"
@@ -2132,7 +2123,7 @@ __metadata:
21322123
tslib: "npm:^2.1.0"
21332124
tsup: "npm:^8.3.5"
21342125
typescript: "npm:~5.7.2"
2135-
typescript-eslint: "npm:^8.17.0"
2126+
typescript-eslint: "npm:^8.18.0"
21362127
vitest: "npm:^2.1.8"
21372128
peerDependencies:
21382129
eslint: ^8.57.0 || ^9.0.0
@@ -4390,19 +4381,17 @@ __metadata:
43904381
languageName: node
43914382
linkType: hard
43924383

4393-
"typescript-eslint@npm:^8.17.0":
4394-
version: 8.17.0
4395-
resolution: "typescript-eslint@npm:8.17.0"
4384+
"typescript-eslint@npm:^8.18.0":
4385+
version: 8.18.0
4386+
resolution: "typescript-eslint@npm:8.18.0"
43964387
dependencies:
4397-
"@typescript-eslint/eslint-plugin": "npm:8.17.0"
4398-
"@typescript-eslint/parser": "npm:8.17.0"
4399-
"@typescript-eslint/utils": "npm:8.17.0"
4388+
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
4389+
"@typescript-eslint/parser": "npm:8.18.0"
4390+
"@typescript-eslint/utils": "npm:8.18.0"
44004391
peerDependencies:
44014392
eslint: ^8.57.0 || ^9.0.0
4402-
peerDependenciesMeta:
4403-
typescript:
4404-
optional: true
4405-
checksum: 10c0/b148525769b9afa789ad3c2d52249fa78e67a225d48d17f2f0117b0e8b52566112be3a35de6cd26bcaffba3114be87c1070f7f4b4e2b730c059668fec4a530bc
4393+
typescript: ">=4.8.4 <5.8.0"
4394+
checksum: 10c0/dda882cbfc1ebad6903864571bc69bfd7e32e17fec67d98fdfab2bd652348d425c6a1c3697734d59cd5dd15d26d496db3c3808c1de5840fa29b9e76184fa1865
44064395
languageName: node
44074396
linkType: hard
44084397

0 commit comments

Comments
 (0)