Skip to content

Commit 2f39280

Browse files
Bump typescript-eslint from 8.17.0 to 8.18.0 (#395)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/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 compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.17.0&new-version=8.18.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 48f6b61 commit 2f39280

File tree

2 files changed

+66
-77
lines changed

2 files changed

+66
-77
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.2.5",
4242
"typescript": "5.7.2",
43-
"typescript-eslint": "8.17.0"
43+
"typescript-eslint": "8.18.0"
4444
},
4545
"packageManager": "[email protected]"
4646
}

yarn.lock

Lines changed: 65 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ __metadata:
548548
ts-jest: "npm:29.2.5"
549549
tslib: "npm:^2.8.1"
550550
typescript: "npm:5.7.2"
551-
typescript-eslint: "npm:8.17.0"
551+
typescript-eslint: "npm:8.18.0"
552552
languageName: unknown
553553
linkType: soft
554554

@@ -1157,26 +1157,24 @@ __metadata:
11571157
languageName: node
11581158
linkType: hard
11591159

1160-
"@typescript-eslint/eslint-plugin@npm:8.17.0":
1161-
version: 8.17.0
1162-
resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0"
1160+
"@typescript-eslint/eslint-plugin@npm:8.18.0":
1161+
version: 8.18.0
1162+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
11631163
dependencies:
11641164
"@eslint-community/regexpp": "npm:^4.10.0"
1165-
"@typescript-eslint/scope-manager": "npm:8.17.0"
1166-
"@typescript-eslint/type-utils": "npm:8.17.0"
1167-
"@typescript-eslint/utils": "npm:8.17.0"
1168-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1165+
"@typescript-eslint/scope-manager": "npm:8.18.0"
1166+
"@typescript-eslint/type-utils": "npm:8.18.0"
1167+
"@typescript-eslint/utils": "npm:8.18.0"
1168+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
11691169
graphemer: "npm:^1.4.0"
11701170
ignore: "npm:^5.3.1"
11711171
natural-compare: "npm:^1.4.0"
11721172
ts-api-utils: "npm:^1.3.0"
11731173
peerDependencies:
11741174
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
11751175
eslint: ^8.57.0 || ^9.0.0
1176-
peerDependenciesMeta:
1177-
typescript:
1178-
optional: true
1179-
checksum: 10c0/d78778173571a9a1370345bc2aa3e850235a489d16b8a8b5ba3086b988bbef7549bdae38e509d7a679ba3179c688cc5a408376b158be402770836e94ffc9602d
1176+
typescript: ">=4.8.4 <5.8.0"
1177+
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
11801178
languageName: node
11811179
linkType: hard
11821180

@@ -1198,21 +1196,19 @@ __metadata:
11981196
languageName: node
11991197
linkType: hard
12001198

1201-
"@typescript-eslint/parser@npm:8.17.0":
1202-
version: 8.17.0
1203-
resolution: "@typescript-eslint/parser@npm:8.17.0"
1199+
"@typescript-eslint/parser@npm:8.18.0":
1200+
version: 8.18.0
1201+
resolution: "@typescript-eslint/parser@npm:8.18.0"
12041202
dependencies:
1205-
"@typescript-eslint/scope-manager": "npm:8.17.0"
1206-
"@typescript-eslint/types": "npm:8.17.0"
1207-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
1208-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1203+
"@typescript-eslint/scope-manager": "npm:8.18.0"
1204+
"@typescript-eslint/types": "npm:8.18.0"
1205+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
1206+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
12091207
debug: "npm:^4.3.4"
12101208
peerDependencies:
12111209
eslint: ^8.57.0 || ^9.0.0
1212-
peerDependenciesMeta:
1213-
typescript:
1214-
optional: true
1215-
checksum: 10c0/2543deadf01302a92d3b6f58a4c14f98d8936c4d976e7da05e3bb65608f19d8de93b25282e343c304eca3e3f37f2ac23e97fa9c11c6edff36dd2d4f6b601a630
1210+
typescript: ">=4.8.4 <5.8.0"
1211+
checksum: 10c0/d3a062511c24dfcf522a645db1153022d49aa3bb05e288c22474cf04dc1d836f877eb9d2733947e448981ffb16e4de50d4ebe7570a268733a641f228ca6c4849
12161212
languageName: node
12171213
linkType: hard
12181214

@@ -1226,13 +1222,13 @@ __metadata:
12261222
languageName: node
12271223
linkType: hard
12281224

1229-
"@typescript-eslint/scope-manager@npm:8.17.0":
1230-
version: 8.17.0
1231-
resolution: "@typescript-eslint/scope-manager@npm:8.17.0"
1225+
"@typescript-eslint/scope-manager@npm:8.18.0":
1226+
version: 8.18.0
1227+
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
12321228
dependencies:
1233-
"@typescript-eslint/types": "npm:8.17.0"
1234-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1235-
checksum: 10c0/0c08d14240bad4b3f6874f08ba80b29db1a6657437089a6f109db458c544d835bcdc06ba9140bb4f835233ba4326d9a86e6cf6bdb5209960d2f7025aa3191f4f
1229+
"@typescript-eslint/types": "npm:8.18.0"
1230+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
1231+
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
12361232
languageName: node
12371233
linkType: hard
12381234

@@ -1251,20 +1247,18 @@ __metadata:
12511247
languageName: node
12521248
linkType: hard
12531249

1254-
"@typescript-eslint/type-utils@npm:8.17.0":
1255-
version: 8.17.0
1256-
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
1250+
"@typescript-eslint/type-utils@npm:8.18.0":
1251+
version: 8.18.0
1252+
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
12571253
dependencies:
1258-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
1259-
"@typescript-eslint/utils": "npm:8.17.0"
1254+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
1255+
"@typescript-eslint/utils": "npm:8.18.0"
12601256
debug: "npm:^4.3.4"
12611257
ts-api-utils: "npm:^1.3.0"
12621258
peerDependencies:
12631259
eslint: ^8.57.0 || ^9.0.0
1264-
peerDependenciesMeta:
1265-
typescript:
1266-
optional: true
1267-
checksum: 10c0/6138ec71b5692d4b5e0bf3d7f66a6fa4e91ddea7031907b0ac45a7693df0a2f4cc5bca7218311e0639620d636ceb7efec83a137dfcd5938304d873b774fcc8bd
1260+
typescript: ">=4.8.4 <5.8.0"
1261+
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
12681262
languageName: node
12691263
linkType: hard
12701264

@@ -1275,10 +1269,10 @@ __metadata:
12751269
languageName: node
12761270
linkType: hard
12771271

1278-
"@typescript-eslint/types@npm:8.17.0":
1279-
version: 8.17.0
1280-
resolution: "@typescript-eslint/types@npm:8.17.0"
1281-
checksum: 10c0/26b1bf9dfc3ee783c85c6f354b84c28706d5689d777f3ff2de2cb496e45f9d0189c0d561c03ccbc8b24712438be17cf63dd0871ff3ca2083e7f48749770d1893
1272+
"@typescript-eslint/types@npm:8.18.0":
1273+
version: 8.18.0
1274+
resolution: "@typescript-eslint/types@npm:8.18.0"
1275+
checksum: 10c0/2dd7468c3f1c305545268b72c3a333488e6ab1b628c5f65081d895866422b9376c21634a7aac437805f84b22e352b6a8fc4dcf925ef4a8fd7d1898b8359f71be
12821276
languageName: node
12831277
linkType: hard
12841278

@@ -1301,22 +1295,21 @@ __metadata:
13011295
languageName: node
13021296
linkType: hard
13031297

1304-
"@typescript-eslint/typescript-estree@npm:8.17.0":
1305-
version: 8.17.0
1306-
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
1298+
"@typescript-eslint/typescript-estree@npm:8.18.0":
1299+
version: 8.18.0
1300+
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
13071301
dependencies:
1308-
"@typescript-eslint/types": "npm:8.17.0"
1309-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1302+
"@typescript-eslint/types": "npm:8.18.0"
1303+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
13101304
debug: "npm:^4.3.4"
13111305
fast-glob: "npm:^3.3.2"
13121306
is-glob: "npm:^4.0.3"
13131307
minimatch: "npm:^9.0.4"
13141308
semver: "npm:^7.6.0"
13151309
ts-api-utils: "npm:^1.3.0"
1316-
peerDependenciesMeta:
1317-
typescript:
1318-
optional: true
1319-
checksum: 10c0/523013f9b5cf2c58c566868e4c3b0b9ac1b4807223a6d64e2a7c58e01e53b6587ba61f1a8241eade361f3f426d6057657515473176141ef8aebb352bc0d223ce
1310+
peerDependencies:
1311+
typescript: ">=4.8.4 <5.8.0"
1312+
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
13201313
languageName: node
13211314
linkType: hard
13221315

@@ -1334,20 +1327,18 @@ __metadata:
13341327
languageName: node
13351328
linkType: hard
13361329

1337-
"@typescript-eslint/utils@npm:8.17.0":
1338-
version: 8.17.0
1339-
resolution: "@typescript-eslint/utils@npm:8.17.0"
1330+
"@typescript-eslint/utils@npm:8.18.0":
1331+
version: 8.18.0
1332+
resolution: "@typescript-eslint/utils@npm:8.18.0"
13401333
dependencies:
13411334
"@eslint-community/eslint-utils": "npm:^4.4.0"
1342-
"@typescript-eslint/scope-manager": "npm:8.17.0"
1343-
"@typescript-eslint/types": "npm:8.17.0"
1344-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
1335+
"@typescript-eslint/scope-manager": "npm:8.18.0"
1336+
"@typescript-eslint/types": "npm:8.18.0"
1337+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
13451338
peerDependencies:
13461339
eslint: ^8.57.0 || ^9.0.0
1347-
peerDependenciesMeta:
1348-
typescript:
1349-
optional: true
1350-
checksum: 10c0/a9785ae5f7e7b51d521dc3f48b15093948e4fcd03352c0b60f39bae366cbc935947d215f91e2ae3182d52fa6affb5ccbb50feff487bd1209011f3e0da02cdf07
1340+
typescript: ">=4.8.4 <5.8.0"
1341+
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
13511342
languageName: node
13521343
linkType: hard
13531344

@@ -1361,13 +1352,13 @@ __metadata:
13611352
languageName: node
13621353
linkType: hard
13631354

1364-
"@typescript-eslint/visitor-keys@npm:8.17.0":
1365-
version: 8.17.0
1366-
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
1355+
"@typescript-eslint/visitor-keys@npm:8.18.0":
1356+
version: 8.18.0
1357+
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
13671358
dependencies:
1368-
"@typescript-eslint/types": "npm:8.17.0"
1359+
"@typescript-eslint/types": "npm:8.18.0"
13691360
eslint-visitor-keys: "npm:^4.2.0"
1370-
checksum: 10c0/9144c4e4a63034fb2031a0ee1fc77e80594f30cab3faafa9a1f7f83782695774dd32fac8986f260698b4e150b4dd52444f2611c07e4c101501f08353eb47c82c
1361+
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
13711362
languageName: node
13721363
linkType: hard
13731364

@@ -5810,19 +5801,17 @@ __metadata:
58105801
languageName: node
58115802
linkType: hard
58125803

5813-
"typescript-eslint@npm:8.17.0":
5814-
version: 8.17.0
5815-
resolution: "typescript-eslint@npm:8.17.0"
5804+
"typescript-eslint@npm:8.18.0":
5805+
version: 8.18.0
5806+
resolution: "typescript-eslint@npm:8.18.0"
58165807
dependencies:
5817-
"@typescript-eslint/eslint-plugin": "npm:8.17.0"
5818-
"@typescript-eslint/parser": "npm:8.17.0"
5819-
"@typescript-eslint/utils": "npm:8.17.0"
5808+
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
5809+
"@typescript-eslint/parser": "npm:8.18.0"
5810+
"@typescript-eslint/utils": "npm:8.18.0"
58205811
peerDependencies:
58215812
eslint: ^8.57.0 || ^9.0.0
5822-
peerDependenciesMeta:
5823-
typescript:
5824-
optional: true
5825-
checksum: 10c0/b148525769b9afa789ad3c2d52249fa78e67a225d48d17f2f0117b0e8b52566112be3a35de6cd26bcaffba3114be87c1070f7f4b4e2b730c059668fec4a530bc
5813+
typescript: ">=4.8.4 <5.8.0"
5814+
checksum: 10c0/dda882cbfc1ebad6903864571bc69bfd7e32e17fec67d98fdfab2bd652348d425c6a1c3697734d59cd5dd15d26d496db3c3808c1de5840fa29b9e76184fa1865
58265815
languageName: node
58275816
linkType: hard
58285817

0 commit comments

Comments
 (0)