Skip to content

Commit aea44c7

Browse files
Bump typescript-eslint from 8.19.0 to 8.22.0 (#399)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.19.0 to 8.22.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.22.0</h2> <h2>8.22.0 (2025-01-27)</h2> <h3>🚀 Features</h3> <ul> <li><strong>parser:</strong> add standalone isolatedDeclarations option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10499">#10499</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10517">#10517</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] handle nested types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10638">#10638</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] don't report unnecessarily on valid ways of using module augmentation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10616">#10616</a>)</li> <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle accessor keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10678">#10678</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10552">#10552</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] handle template literal type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10612">#10612</a>)</li> <li><strong>type-utils:</strong> support matching intersection types in <code>TypeOrValueSpecifier</code> with a <code>PackageSpecifier</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10667">#10667</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> <li>mdm317</li> <li>Olivier Zalmanski <a href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></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> <h2>v8.21.0</h2> <h2>8.21.0 (2025-01-20)</h2> <h3>🚀 Features</h3> <ul> <li><strong>ast-spec:</strong> support import attributes in <code>TSImportType</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10640">#10640</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle type args on jsx (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10630">#10630</a>)</li> <li><strong>eslint-plugin:</strong> check JSX spread elements for misused spread usage (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10653">#10653</a>)</li> <li><strong>eslint-plugin:</strong> [no-for-in-array] report on any type which may be an array or array-like (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10535">#10535</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] don't crash for recursive array or tuple types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10633">#10633</a>)</li> <li><strong>eslint-plugin:</strong> [no-duplicate-enum-values] handle template literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10675">#10675</a>)</li> <li><strong>eslint-plugin-internal:</strong> [debug-namespace] on windows (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10661">#10661</a>)</li> <li><strong>rule-tester:</strong> handle window root path (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10654">#10654</a>)</li> <li><strong>scope-manager:</strong> add a reference for JSX closing element if it exists (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10614">#10614</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Arya Emami <a href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</code></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.22.0 (2025-01-27)</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> <h2>8.21.0 (2025-01-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://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> <h2>8.20.0 (2025-01-13)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-misused-spread] add new rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10551">#10551</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</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> <h2>8.19.1 (2025-01-06)</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/94e809808a445dde05ab6f284dec010269482eb5"><code>94e8098</code></a> chore(release): publish 8.22.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/79af426500b0665f3f706bfcca11c10acc7b83e0"><code>79af426</code></a> chore(release): publish 8.21.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a157fd4c62741d2dec2e4f47f738f499b616035d"><code>a157fd4</code></a> chore: standardized on inline named exports (mostly) (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10596">#10596</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ea6fbeab024f0c7936a88c6726a921ec3c299c94"><code>ea6fbea</code></a> chore(release): publish 8.20.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a175189cd4c99b47b57829b5ecb5cda35ace7c7b"><code>a175189</code></a> docs(typescript-eslint): make jsdoc for config helper function consistent (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/1">#1</a>...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/04166e034b19f2aec4bf4a54fc36d636854fdac8"><code>04166e0</code></a> feat(eslint-plugin): [no-misused-spread] add new rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10551">#10551</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/328b7dfe255b2a9c8226db472b21d070f19193af"><code>328b7df</code></a> chore(release): publish 8.19.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4f50f642ece25de4053db1f0785d00a815a491bf"><code>4f50f64</code></a> docs: [return-await] make the rule no longer an extension of ESLint no-return...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.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.19.0&new-version=8.22.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 cde4ed7 commit aea44c7

File tree

2 files changed

+71
-62
lines changed

2 files changed

+71
-62
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.19.0"
43+
"typescript-eslint": "8.22.0"
4444
},
4545
"packageManager": "[email protected]"
4646
}

yarn.lock

Lines changed: 70 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ __metadata:
543543
ts-jest: "npm:29.2.5"
544544
tslib: "npm:^2.8.1"
545545
typescript: "npm:5.7.2"
546-
typescript-eslint: "npm:8.19.0"
546+
typescript-eslint: "npm:8.22.0"
547547
languageName: unknown
548548
linkType: soft
549549

@@ -1150,24 +1150,24 @@ __metadata:
11501150
languageName: node
11511151
linkType: hard
11521152

1153-
"@typescript-eslint/eslint-plugin@npm:8.19.0":
1154-
version: 8.19.0
1155-
resolution: "@typescript-eslint/eslint-plugin@npm:8.19.0"
1153+
"@typescript-eslint/eslint-plugin@npm:8.22.0":
1154+
version: 8.22.0
1155+
resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0"
11561156
dependencies:
11571157
"@eslint-community/regexpp": "npm:^4.10.0"
1158-
"@typescript-eslint/scope-manager": "npm:8.19.0"
1159-
"@typescript-eslint/type-utils": "npm:8.19.0"
1160-
"@typescript-eslint/utils": "npm:8.19.0"
1161-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
1158+
"@typescript-eslint/scope-manager": "npm:8.22.0"
1159+
"@typescript-eslint/type-utils": "npm:8.22.0"
1160+
"@typescript-eslint/utils": "npm:8.22.0"
1161+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
11621162
graphemer: "npm:^1.4.0"
11631163
ignore: "npm:^5.3.1"
11641164
natural-compare: "npm:^1.4.0"
1165-
ts-api-utils: "npm:^1.3.0"
1165+
ts-api-utils: "npm:^2.0.0"
11661166
peerDependencies:
11671167
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
11681168
eslint: ^8.57.0 || ^9.0.0
11691169
typescript: ">=4.8.4 <5.8.0"
1170-
checksum: 10c0/ceaa5063b68684b5608950b5e69f0caf1eadfc356cba82625240d6aae55f769faff599c38d35252dcb77a40d92e6fbf6d6264bc0c577d5c549da25061c3bd796
1170+
checksum: 10c0/eecc23e05287cc99a43855d64c0f0898f690ee14b8c31b60ba92ce9732443f6b0c9695514b276fb2ecd27e64c15d4c38cd28b570779115525b4dfdbba60e81ca
11711171
languageName: node
11721172
linkType: hard
11731173

@@ -1187,19 +1187,19 @@ __metadata:
11871187
languageName: node
11881188
linkType: hard
11891189

1190-
"@typescript-eslint/parser@npm:8.19.0":
1191-
version: 8.19.0
1192-
resolution: "@typescript-eslint/parser@npm:8.19.0"
1190+
"@typescript-eslint/parser@npm:8.22.0":
1191+
version: 8.22.0
1192+
resolution: "@typescript-eslint/parser@npm:8.22.0"
11931193
dependencies:
1194-
"@typescript-eslint/scope-manager": "npm:8.19.0"
1195-
"@typescript-eslint/types": "npm:8.19.0"
1196-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
1197-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
1194+
"@typescript-eslint/scope-manager": "npm:8.22.0"
1195+
"@typescript-eslint/types": "npm:8.22.0"
1196+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
1197+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
11981198
debug: "npm:^4.3.4"
11991199
peerDependencies:
12001200
eslint: ^8.57.0 || ^9.0.0
12011201
typescript: ">=4.8.4 <5.8.0"
1202-
checksum: 10c0/064b0997963060490fc3f92c90cebc7c694f47a7657f7882ce9eb314786e0cf3e917bfccfad614d23038439d84e69a978bdc7054515b23201001dd427e524e64
1202+
checksum: 10c0/6575684d4724aa908b0d6a29db5d5054b9277804844ee4179c77371f8b8b84534b9b7e4df0e282c5f39729ae6f0019208a6b83f0ca5d0f06f9da5a06d8ddb4fd
12031203
languageName: node
12041204
linkType: hard
12051205

@@ -1213,13 +1213,13 @@ __metadata:
12131213
languageName: node
12141214
linkType: hard
12151215

1216-
"@typescript-eslint/scope-manager@npm:8.19.0":
1217-
version: 8.19.0
1218-
resolution: "@typescript-eslint/scope-manager@npm:8.19.0"
1216+
"@typescript-eslint/scope-manager@npm:8.22.0":
1217+
version: 8.22.0
1218+
resolution: "@typescript-eslint/scope-manager@npm:8.22.0"
12191219
dependencies:
1220-
"@typescript-eslint/types": "npm:8.19.0"
1221-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
1222-
checksum: 10c0/5052863d00db7ae939de27e91dc6c92df3c37a877e1ff44015ae9aa754d419b44d97d98b25fbb30a80dc58cf92606dad599e27f32b86d20c13b77ac12b4f2abc
1220+
"@typescript-eslint/types": "npm:8.22.0"
1221+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
1222+
checksum: 10c0/f393ab32086f4b095fcd77169abb5200ad94f282860944d164cec8c9b70090c36235f49b066ba24dfd953201b7730e48200a254e5950a9a3565acdacbbc0fd64
12231223
languageName: node
12241224
linkType: hard
12251225

@@ -1238,18 +1238,18 @@ __metadata:
12381238
languageName: node
12391239
linkType: hard
12401240

1241-
"@typescript-eslint/type-utils@npm:8.19.0":
1242-
version: 8.19.0
1243-
resolution: "@typescript-eslint/type-utils@npm:8.19.0"
1241+
"@typescript-eslint/type-utils@npm:8.22.0":
1242+
version: 8.22.0
1243+
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
12441244
dependencies:
1245-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
1246-
"@typescript-eslint/utils": "npm:8.19.0"
1245+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
1246+
"@typescript-eslint/utils": "npm:8.22.0"
12471247
debug: "npm:^4.3.4"
1248-
ts-api-utils: "npm:^1.3.0"
1248+
ts-api-utils: "npm:^2.0.0"
12491249
peerDependencies:
12501250
eslint: ^8.57.0 || ^9.0.0
12511251
typescript: ">=4.8.4 <5.8.0"
1252-
checksum: 10c0/5a460b4d26fd68ded3567390cbac310500e94e9c69583fda3fb9930877663719e6831699bb6d85de6b940bcb7951a51ab1ef67c5fea8b76a13ea3a3783bbae28
1252+
checksum: 10c0/dc457d9184dc2156eda225c63de03b1052d75464d6393edaf0f1728eecf64170f73e19bc9b9d4a4a029870ce25015b59bd6705e1e18b731ca4fcecac4398bfb7
12531253
languageName: node
12541254
linkType: hard
12551255

@@ -1260,10 +1260,10 @@ __metadata:
12601260
languageName: node
12611261
linkType: hard
12621262

1263-
"@typescript-eslint/types@npm:8.19.0":
1264-
version: 8.19.0
1265-
resolution: "@typescript-eslint/types@npm:8.19.0"
1266-
checksum: 10c0/0062e7dce5f374e293c97f1f50fe450187f6b0eaf4971c818e18ef2f6baf4e9aa4e8605fba8d8fc464a504ee1130527b71ecb39d31687c31825942b9f569d902
1263+
"@typescript-eslint/types@npm:8.22.0":
1264+
version: 8.22.0
1265+
resolution: "@typescript-eslint/types@npm:8.22.0"
1266+
checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18
12671267
languageName: node
12681268
linkType: hard
12691269

@@ -1285,21 +1285,21 @@ __metadata:
12851285
languageName: node
12861286
linkType: hard
12871287

1288-
"@typescript-eslint/typescript-estree@npm:8.19.0":
1289-
version: 8.19.0
1290-
resolution: "@typescript-eslint/typescript-estree@npm:8.19.0"
1288+
"@typescript-eslint/typescript-estree@npm:8.22.0":
1289+
version: 8.22.0
1290+
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
12911291
dependencies:
1292-
"@typescript-eslint/types": "npm:8.19.0"
1293-
"@typescript-eslint/visitor-keys": "npm:8.19.0"
1292+
"@typescript-eslint/types": "npm:8.22.0"
1293+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
12941294
debug: "npm:^4.3.4"
12951295
fast-glob: "npm:^3.3.2"
12961296
is-glob: "npm:^4.0.3"
12971297
minimatch: "npm:^9.0.4"
12981298
semver: "npm:^7.6.0"
1299-
ts-api-utils: "npm:^1.3.0"
1299+
ts-api-utils: "npm:^2.0.0"
13001300
peerDependencies:
13011301
typescript: ">=4.8.4 <5.8.0"
1302-
checksum: 10c0/ff47004588e8ff585af740b3e0bda07dc52310dbfeb2317eb4a723935740cf0c1953fc9ba57f14cf192bcfe373c46be833ba29d3303df8b501181bb852c7b822
1302+
checksum: 10c0/0a9d77fbadfb1e54c06abde424e461103576595c70e50ae8a15a3d7c07f125f253f505208e1ea5cc483b9073d95fc10ce0c4ddfe0fe08ec2aceda6314c341e0d
13031303
languageName: node
13041304
linkType: hard
13051305

@@ -1318,18 +1318,18 @@ __metadata:
13181318
languageName: node
13191319
linkType: hard
13201320

1321-
"@typescript-eslint/utils@npm:8.19.0":
1322-
version: 8.19.0
1323-
resolution: "@typescript-eslint/utils@npm:8.19.0"
1321+
"@typescript-eslint/utils@npm:8.22.0":
1322+
version: 8.22.0
1323+
resolution: "@typescript-eslint/utils@npm:8.22.0"
13241324
dependencies:
13251325
"@eslint-community/eslint-utils": "npm:^4.4.0"
1326-
"@typescript-eslint/scope-manager": "npm:8.19.0"
1327-
"@typescript-eslint/types": "npm:8.19.0"
1328-
"@typescript-eslint/typescript-estree": "npm:8.19.0"
1326+
"@typescript-eslint/scope-manager": "npm:8.22.0"
1327+
"@typescript-eslint/types": "npm:8.22.0"
1328+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
13291329
peerDependencies:
13301330
eslint: ^8.57.0 || ^9.0.0
13311331
typescript: ">=4.8.4 <5.8.0"
1332-
checksum: 10c0/7731f7fb66d54491769ca68fd04728138ceb6b785778ad491f8e9b2147802fa0ff480e520f6ea5fb73c8484d13a2ed3e35d44635f5bf4cfbdb04c313154097a9
1332+
checksum: 10c0/6f1e3f9c0fb865c8cef4fdca04679cea7357ed011338b54d80550e9ad5369a3f24cbe4b0985d293192fe351fa133e5f4ea401f47af90bb46c21903bfe087b398
13331333
languageName: node
13341334
linkType: hard
13351335

@@ -1343,13 +1343,13 @@ __metadata:
13431343
languageName: node
13441344
linkType: hard
13451345

1346-
"@typescript-eslint/visitor-keys@npm:8.19.0":
1347-
version: 8.19.0
1348-
resolution: "@typescript-eslint/visitor-keys@npm:8.19.0"
1346+
"@typescript-eslint/visitor-keys@npm:8.22.0":
1347+
version: 8.22.0
1348+
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
13491349
dependencies:
1350-
"@typescript-eslint/types": "npm:8.19.0"
1350+
"@typescript-eslint/types": "npm:8.22.0"
13511351
eslint-visitor-keys: "npm:^4.2.0"
1352-
checksum: 10c0/a293def05018bb2259506e23cd8f14349f4386d0e51231893fbddf96ef73c219d5f9fe17b82e3c104f5c23956dbd9b87af3cff5e84b887af243139a3b4bbbe0d
1352+
checksum: 10c0/fd83d2feadaf79950427fbbc3d23ca01cf4646ce7e0dd515a9c881d31ec1cc768e7b8898d3af065e31df39452501a3345092581cbfccac89e89d293519540557
13531353
languageName: node
13541354
linkType: hard
13551355

@@ -5628,6 +5628,15 @@ __metadata:
56285628
languageName: node
56295629
linkType: hard
56305630

5631+
"ts-api-utils@npm:^2.0.0":
5632+
version: 2.0.0
5633+
resolution: "ts-api-utils@npm:2.0.0"
5634+
peerDependencies:
5635+
typescript: ">=4.8.4"
5636+
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
5637+
languageName: node
5638+
linkType: hard
5639+
56315640
"ts-jest@npm:29.2.5":
56325641
version: 29.2.5
56335642
resolution: "ts-jest@npm:29.2.5"
@@ -5777,17 +5786,17 @@ __metadata:
57775786
languageName: node
57785787
linkType: hard
57795788

5780-
"typescript-eslint@npm:8.19.0":
5781-
version: 8.19.0
5782-
resolution: "typescript-eslint@npm:8.19.0"
5789+
"typescript-eslint@npm:8.22.0":
5790+
version: 8.22.0
5791+
resolution: "typescript-eslint@npm:8.22.0"
57835792
dependencies:
5784-
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
5785-
"@typescript-eslint/parser": "npm:8.19.0"
5786-
"@typescript-eslint/utils": "npm:8.19.0"
5793+
"@typescript-eslint/eslint-plugin": "npm:8.22.0"
5794+
"@typescript-eslint/parser": "npm:8.22.0"
5795+
"@typescript-eslint/utils": "npm:8.22.0"
57875796
peerDependencies:
57885797
eslint: ^8.57.0 || ^9.0.0
57895798
typescript: ">=4.8.4 <5.8.0"
5790-
checksum: 10c0/87da630f50025b3ae943eac521809fef41ba4013b5c4206865c115b728684caa7b4c36ee561dd95af7eb4dc18ec1265b165b49d2db54e3d8fba0152bcb6c82f8
5799+
checksum: 10c0/d7a5ec4a08d0eb0a7cc0bf81919f0305a9fbb091b187cef6d3fa220c1673414dcb46e6cd5c9325050d3df2bbb283756399c1b2720eb4eadaab0bdc3cc8302405
57915800
languageName: node
57925801
linkType: hard
57935802

0 commit comments

Comments
 (0)