Skip to content

Commit 4095ab5

Browse files
Bump typescript-eslint from 8.16.0 to 8.17.0 (#393)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.16.0 to 8.17.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.17.0</h2> <h2>8.17.0 (2024-12-02)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-promise-reject-errors] options to allow any and unknown (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10392">#10392</a>)</li> <li><strong>typescript-estree:</strong> add package version to ts version warning (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10343">#10343</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10363">#10363</a>)</li> <li><strong>eslint-plugin:</strong> remove references to &quot;extendDefaults&quot; in no-restricted-types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10401">#10401</a>)</li> <li><strong>eslint-plugin:</strong> [promise-function-async] handle function overloading (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10304">#10304</a>)</li> <li><strong>website:</strong> press the Report an Issue button makes error if eslintrc does not include rules (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10367">#10367</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kim OhSeong <a href="https://github.com/bkks1004"><code>@​bkks1004</code></a></li> <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>Marco Pasqualetti <a href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a></li> <li>Maria José Solano <a href="https://github.com/MariaSolOs"><code>@​MariaSolOs</code></a></li> <li>Ronen Amiel</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.17.0 (2024-12-02)</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://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/2c8a75e84242e1d94ea74de8dbb5c6f04aac580d"><code>2c8a75e</code></a> chore(release): publish 8.17.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.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.16.0&new-version=8.17.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 057a345 commit 4095ab5

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
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.16.0"
43+
"typescript-eslint": "8.17.0"
4444
},
4545
"packageManager": "[email protected]"
4646
}

yarn.lock

Lines changed: 58 additions & 58 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.16.0"
551+
typescript-eslint: "npm:8.17.0"
552552
languageName: unknown
553553
linkType: soft
554554

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

1160-
"@typescript-eslint/eslint-plugin@npm:8.16.0":
1161-
version: 8.16.0
1162-
resolution: "@typescript-eslint/eslint-plugin@npm:8.16.0"
1160+
"@typescript-eslint/eslint-plugin@npm:8.17.0":
1161+
version: 8.17.0
1162+
resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0"
11631163
dependencies:
11641164
"@eslint-community/regexpp": "npm:^4.10.0"
1165-
"@typescript-eslint/scope-manager": "npm:8.16.0"
1166-
"@typescript-eslint/type-utils": "npm:8.16.0"
1167-
"@typescript-eslint/utils": "npm:8.16.0"
1168-
"@typescript-eslint/visitor-keys": "npm:8.16.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"
11691169
graphemer: "npm:^1.4.0"
11701170
ignore: "npm:^5.3.1"
11711171
natural-compare: "npm:^1.4.0"
@@ -1176,7 +1176,7 @@ __metadata:
11761176
peerDependenciesMeta:
11771177
typescript:
11781178
optional: true
1179-
checksum: 10c0/b03612b726ee5aff631cd50e05ceeb06a522e64465e4efdc134e3a27a09406b959ef7a05ec4acef1956b3674dc4fedb6d3a62ce69382f9e30c227bd4093003e5
1179+
checksum: 10c0/d78778173571a9a1370345bc2aa3e850235a489d16b8a8b5ba3086b988bbef7549bdae38e509d7a679ba3179c688cc5a408376b158be402770836e94ffc9602d
11801180
languageName: node
11811181
linkType: hard
11821182

@@ -1198,21 +1198,21 @@ __metadata:
11981198
languageName: node
11991199
linkType: hard
12001200

1201-
"@typescript-eslint/parser@npm:8.16.0":
1202-
version: 8.16.0
1203-
resolution: "@typescript-eslint/parser@npm:8.16.0"
1201+
"@typescript-eslint/parser@npm:8.17.0":
1202+
version: 8.17.0
1203+
resolution: "@typescript-eslint/parser@npm:8.17.0"
12041204
dependencies:
1205-
"@typescript-eslint/scope-manager": "npm:8.16.0"
1206-
"@typescript-eslint/types": "npm:8.16.0"
1207-
"@typescript-eslint/typescript-estree": "npm:8.16.0"
1208-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
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"
12091209
debug: "npm:^4.3.4"
12101210
peerDependencies:
12111211
eslint: ^8.57.0 || ^9.0.0
12121212
peerDependenciesMeta:
12131213
typescript:
12141214
optional: true
1215-
checksum: 10c0/e49c6640a7a863a16baecfbc5b99392a4731e9c7e9c9aaae4efbc354e305485fe0f39a28bf0acfae85bc01ce37fe0cc140fd315fdaca8b18f9b5e0addff8ceae
1215+
checksum: 10c0/2543deadf01302a92d3b6f58a4c14f98d8936c4d976e7da05e3bb65608f19d8de93b25282e343c304eca3e3f37f2ac23e97fa9c11c6edff36dd2d4f6b601a630
12161216
languageName: node
12171217
linkType: hard
12181218

@@ -1226,13 +1226,13 @@ __metadata:
12261226
languageName: node
12271227
linkType: hard
12281228

1229-
"@typescript-eslint/scope-manager@npm:8.16.0":
1230-
version: 8.16.0
1231-
resolution: "@typescript-eslint/scope-manager@npm:8.16.0"
1229+
"@typescript-eslint/scope-manager@npm:8.17.0":
1230+
version: 8.17.0
1231+
resolution: "@typescript-eslint/scope-manager@npm:8.17.0"
12321232
dependencies:
1233-
"@typescript-eslint/types": "npm:8.16.0"
1234-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
1235-
checksum: 10c0/23b7c738b83f381c6419a36e6ca951944187e3e00abb8e012bce8041880410fe498303e28bdeb0e619023a69b14cf32a5ec1f9427c5382807788cd8e52a46a6e
1233+
"@typescript-eslint/types": "npm:8.17.0"
1234+
"@typescript-eslint/visitor-keys": "npm:8.17.0"
1235+
checksum: 10c0/0c08d14240bad4b3f6874f08ba80b29db1a6657437089a6f109db458c544d835bcdc06ba9140bb4f835233ba4326d9a86e6cf6bdb5209960d2f7025aa3191f4f
12361236
languageName: node
12371237
linkType: hard
12381238

@@ -1251,20 +1251,20 @@ __metadata:
12511251
languageName: node
12521252
linkType: hard
12531253

1254-
"@typescript-eslint/type-utils@npm:8.16.0":
1255-
version: 8.16.0
1256-
resolution: "@typescript-eslint/type-utils@npm:8.16.0"
1254+
"@typescript-eslint/type-utils@npm:8.17.0":
1255+
version: 8.17.0
1256+
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
12571257
dependencies:
1258-
"@typescript-eslint/typescript-estree": "npm:8.16.0"
1259-
"@typescript-eslint/utils": "npm:8.16.0"
1258+
"@typescript-eslint/typescript-estree": "npm:8.17.0"
1259+
"@typescript-eslint/utils": "npm:8.17.0"
12601260
debug: "npm:^4.3.4"
12611261
ts-api-utils: "npm:^1.3.0"
12621262
peerDependencies:
12631263
eslint: ^8.57.0 || ^9.0.0
12641264
peerDependenciesMeta:
12651265
typescript:
12661266
optional: true
1267-
checksum: 10c0/24c0e815c8bdf99bf488c7528bd6a7c790e8b3b674cb7fb075663afc2ee26b48e6f4cf7c0d14bb21e2376ca62bd8525cbcb5688f36135b00b62b1d353d7235b9
1267+
checksum: 10c0/6138ec71b5692d4b5e0bf3d7f66a6fa4e91ddea7031907b0ac45a7693df0a2f4cc5bca7218311e0639620d636ceb7efec83a137dfcd5938304d873b774fcc8bd
12681268
languageName: node
12691269
linkType: hard
12701270

@@ -1275,10 +1275,10 @@ __metadata:
12751275
languageName: node
12761276
linkType: hard
12771277

1278-
"@typescript-eslint/types@npm:8.16.0":
1279-
version: 8.16.0
1280-
resolution: "@typescript-eslint/types@npm:8.16.0"
1281-
checksum: 10c0/141e257ab4060a9c0e2e14334ca14ab6be713659bfa38acd13be70a699fb5f36932a2584376b063063ab3d723b24bc703dbfb1ce57d61d7cfd7ec5bd8a975129
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
12821282
languageName: node
12831283
linkType: hard
12841284

@@ -1301,12 +1301,12 @@ __metadata:
13011301
languageName: node
13021302
linkType: hard
13031303

1304-
"@typescript-eslint/typescript-estree@npm:8.16.0":
1305-
version: 8.16.0
1306-
resolution: "@typescript-eslint/typescript-estree@npm:8.16.0"
1304+
"@typescript-eslint/typescript-estree@npm:8.17.0":
1305+
version: 8.17.0
1306+
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
13071307
dependencies:
1308-
"@typescript-eslint/types": "npm:8.16.0"
1309-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
1308+
"@typescript-eslint/types": "npm:8.17.0"
1309+
"@typescript-eslint/visitor-keys": "npm:8.17.0"
13101310
debug: "npm:^4.3.4"
13111311
fast-glob: "npm:^3.3.2"
13121312
is-glob: "npm:^4.0.3"
@@ -1316,7 +1316,7 @@ __metadata:
13161316
peerDependenciesMeta:
13171317
typescript:
13181318
optional: true
1319-
checksum: 10c0/f28fea5af4798a718b6735d1758b791a331af17386b83cb2856d89934a5d1693f7cb805e73c3b33f29140884ac8ead9931b1d7c3de10176fa18ca7a346fe10d0
1319+
checksum: 10c0/523013f9b5cf2c58c566868e4c3b0b9ac1b4807223a6d64e2a7c58e01e53b6587ba61f1a8241eade361f3f426d6057657515473176141ef8aebb352bc0d223ce
13201320
languageName: node
13211321
linkType: hard
13221322

@@ -1334,20 +1334,20 @@ __metadata:
13341334
languageName: node
13351335
linkType: hard
13361336

1337-
"@typescript-eslint/utils@npm:8.16.0":
1338-
version: 8.16.0
1339-
resolution: "@typescript-eslint/utils@npm:8.16.0"
1337+
"@typescript-eslint/utils@npm:8.17.0":
1338+
version: 8.17.0
1339+
resolution: "@typescript-eslint/utils@npm:8.17.0"
13401340
dependencies:
13411341
"@eslint-community/eslint-utils": "npm:^4.4.0"
1342-
"@typescript-eslint/scope-manager": "npm:8.16.0"
1343-
"@typescript-eslint/types": "npm:8.16.0"
1344-
"@typescript-eslint/typescript-estree": "npm:8.16.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"
13451345
peerDependencies:
13461346
eslint: ^8.57.0 || ^9.0.0
13471347
peerDependenciesMeta:
13481348
typescript:
13491349
optional: true
1350-
checksum: 10c0/1e61187eef3da1ab1486d2a977d8f3b1cb8ef7fa26338500a17eb875ca42a8942ef3f2241f509eef74cf7b5620c109483afc7d83d5b0ab79b1e15920f5a49818
1350+
checksum: 10c0/a9785ae5f7e7b51d521dc3f48b15093948e4fcd03352c0b60f39bae366cbc935947d215f91e2ae3182d52fa6affb5ccbb50feff487bd1209011f3e0da02cdf07
13511351
languageName: node
13521352
linkType: hard
13531353

@@ -1361,13 +1361,13 @@ __metadata:
13611361
languageName: node
13621362
linkType: hard
13631363

1364-
"@typescript-eslint/visitor-keys@npm:8.16.0":
1365-
version: 8.16.0
1366-
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"
1364+
"@typescript-eslint/visitor-keys@npm:8.17.0":
1365+
version: 8.17.0
1366+
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
13671367
dependencies:
1368-
"@typescript-eslint/types": "npm:8.16.0"
1368+
"@typescript-eslint/types": "npm:8.17.0"
13691369
eslint-visitor-keys: "npm:^4.2.0"
1370-
checksum: 10c0/537df37801831aa8d91082b2adbffafd40305ed4518f0e7d3cbb17cc466d8b9ac95ac91fa232e7fe585d7c522d1564489ec80052ebb2a6ab9bbf89ef9dd9b7bc
1370+
checksum: 10c0/9144c4e4a63034fb2031a0ee1fc77e80594f30cab3faafa9a1f7f83782695774dd32fac8986f260698b4e150b4dd52444f2611c07e4c101501f08353eb47c82c
13711371
languageName: node
13721372
linkType: hard
13731373

@@ -5810,19 +5810,19 @@ __metadata:
58105810
languageName: node
58115811
linkType: hard
58125812

5813-
"typescript-eslint@npm:8.16.0":
5814-
version: 8.16.0
5815-
resolution: "typescript-eslint@npm:8.16.0"
5813+
"typescript-eslint@npm:8.17.0":
5814+
version: 8.17.0
5815+
resolution: "typescript-eslint@npm:8.17.0"
58165816
dependencies:
5817-
"@typescript-eslint/eslint-plugin": "npm:8.16.0"
5818-
"@typescript-eslint/parser": "npm:8.16.0"
5819-
"@typescript-eslint/utils": "npm:8.16.0"
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"
58205820
peerDependencies:
58215821
eslint: ^8.57.0 || ^9.0.0
58225822
peerDependenciesMeta:
58235823
typescript:
58245824
optional: true
5825-
checksum: 10c0/3da9401d6c2416b9d95c96a41a9423a5379d233a120cd3304e2c03f191d350ce91cf0c7e60017f7b10c93b4cc1190592702735735b771c1ce1bf68f71a9f1647
5825+
checksum: 10c0/b148525769b9afa789ad3c2d52249fa78e67a225d48d17f2f0117b0e8b52566112be3a35de6cd26bcaffba3114be87c1070f7f4b4e2b730c059668fec4a530bc
58265826
languageName: node
58275827
linkType: hard
58285828

0 commit comments

Comments
 (0)