Skip to content

Commit b392b9b

Browse files
chore(deps): update typescript-eslint monorepo to v8.61.1 (#2312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13fa63a commit b392b9b

8 files changed

Lines changed: 86 additions & 86 deletions

File tree

examples/custom-esbuild/sanity-esbuild-app-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint": "10.5.0",
4040
"puppeteer": "25.1.0",
4141
"typescript": "6.0.3",
42-
"typescript-eslint": "8.61.0",
42+
"typescript-eslint": "8.61.1",
4343
"vitest": "4.1.9"
4444
}
4545
}

examples/custom-esbuild/sanity-esbuild-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint": "10.5.0",
4040
"puppeteer": "25.1.0",
4141
"typescript": "6.0.3",
42-
"typescript-eslint": "8.61.0",
42+
"typescript-eslint": "8.61.1",
4343
"vitest": "4.1.9"
4444
}
4545
}

examples/custom-webpack/full-cycle-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"karma-jasmine-html-reporter": "2.2.0",
4747
"puppeteer": "25.1.0",
4848
"typescript": "6.0.3",
49-
"typescript-eslint": "8.61.0"
49+
"typescript-eslint": "8.61.1"
5050
}
5151
}

examples/custom-webpack/sanity-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"karma-jasmine-html-reporter": "2.2.0",
4646
"puppeteer": "25.1.0",
4747
"typescript": "6.0.3",
48-
"typescript-eslint": "8.61.0"
48+
"typescript-eslint": "8.61.1"
4949
}
5050
}

examples/jest/multiple-apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"jsdom": "29.1.1",
4343
"ng-packagr": "22.0.0",
4444
"typescript": "6.0.3",
45-
"typescript-eslint": "8.61.0"
45+
"typescript-eslint": "8.61.1"
4646
}
4747
}

examples/jest/simple-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"jest-junit": "17.0.0",
4747
"jsdom": "29.1.1",
4848
"typescript": "6.0.3",
49-
"typescript-eslint": "8.61.0"
49+
"typescript-eslint": "8.61.1"
5050
}
5151
}

examples/timestamp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"karma-jasmine": "5.1.0",
4747
"karma-jasmine-html-reporter": "2.2.0",
4848
"typescript": "6.0.3",
49-
"typescript-eslint": "8.61.0"
49+
"typescript-eslint": "8.61.1"
5050
}
5151
}

yarn.lock

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -6472,39 +6472,39 @@ __metadata:
64726472
languageName: node
64736473
linkType: hard
64746474

6475-
"@typescript-eslint/eslint-plugin@npm:8.61.0":
6476-
version: 8.61.0
6477-
resolution: "@typescript-eslint/eslint-plugin@npm:8.61.0"
6475+
"@typescript-eslint/eslint-plugin@npm:8.61.1":
6476+
version: 8.61.1
6477+
resolution: "@typescript-eslint/eslint-plugin@npm:8.61.1"
64786478
dependencies:
64796479
"@eslint-community/regexpp": "npm:^4.12.2"
6480-
"@typescript-eslint/scope-manager": "npm:8.61.0"
6481-
"@typescript-eslint/type-utils": "npm:8.61.0"
6482-
"@typescript-eslint/utils": "npm:8.61.0"
6483-
"@typescript-eslint/visitor-keys": "npm:8.61.0"
6480+
"@typescript-eslint/scope-manager": "npm:8.61.1"
6481+
"@typescript-eslint/type-utils": "npm:8.61.1"
6482+
"@typescript-eslint/utils": "npm:8.61.1"
6483+
"@typescript-eslint/visitor-keys": "npm:8.61.1"
64846484
ignore: "npm:^7.0.5"
64856485
natural-compare: "npm:^1.4.0"
64866486
ts-api-utils: "npm:^2.5.0"
64876487
peerDependencies:
6488-
"@typescript-eslint/parser": ^8.61.0
6488+
"@typescript-eslint/parser": ^8.61.1
64896489
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
64906490
typescript: ">=4.8.4 <6.1.0"
6491-
checksum: 10c0/1141253e18424a9a21d253dcf28e166894b6b914f2138b3e016144e451385f8e23f0f02028c7bd2d21c81953c52e478657aa9e5888cd0bdffdb8d68aab736878
6491+
checksum: 10c0/3cb445622907283fb23e78f8bde4d1b04cca96da181a0c549b2775954c5dfa59f20e34c27f73ae3e189420e36637f59145bd97ce45c55017a6c3ac1871197951
64926492
languageName: node
64936493
linkType: hard
64946494

6495-
"@typescript-eslint/parser@npm:8.61.0":
6496-
version: 8.61.0
6497-
resolution: "@typescript-eslint/parser@npm:8.61.0"
6495+
"@typescript-eslint/parser@npm:8.61.1":
6496+
version: 8.61.1
6497+
resolution: "@typescript-eslint/parser@npm:8.61.1"
64986498
dependencies:
6499-
"@typescript-eslint/scope-manager": "npm:8.61.0"
6500-
"@typescript-eslint/types": "npm:8.61.0"
6501-
"@typescript-eslint/typescript-estree": "npm:8.61.0"
6502-
"@typescript-eslint/visitor-keys": "npm:8.61.0"
6499+
"@typescript-eslint/scope-manager": "npm:8.61.1"
6500+
"@typescript-eslint/types": "npm:8.61.1"
6501+
"@typescript-eslint/typescript-estree": "npm:8.61.1"
6502+
"@typescript-eslint/visitor-keys": "npm:8.61.1"
65036503
debug: "npm:^4.4.3"
65046504
peerDependencies:
65056505
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
65066506
typescript: ">=4.8.4 <6.1.0"
6507-
checksum: 10c0/39b122ab20a3b5fbd4e66874f60917b37c49f32eb987531797561d2f96b443e81546f1c9d03d44d37dede89098276e5d8d0f05c1e5f9e1b998f8cf6c24e8e5e7
6507+
checksum: 10c0/6515afed5df24fd56fd0c96f94b2fc951236fc805e5d5ec925cbcae1319e5a41caea44284cd35b21f5ce7b812e567185c9dfe0882607135b947895509f23b253
65086508
languageName: node
65096509
linkType: hard
65106510

@@ -6521,16 +6521,16 @@ __metadata:
65216521
languageName: node
65226522
linkType: hard
65236523

6524-
"@typescript-eslint/project-service@npm:8.61.0":
6525-
version: 8.61.0
6526-
resolution: "@typescript-eslint/project-service@npm:8.61.0"
6524+
"@typescript-eslint/project-service@npm:8.61.1":
6525+
version: 8.61.1
6526+
resolution: "@typescript-eslint/project-service@npm:8.61.1"
65276527
dependencies:
6528-
"@typescript-eslint/tsconfig-utils": "npm:^8.61.0"
6529-
"@typescript-eslint/types": "npm:^8.61.0"
6528+
"@typescript-eslint/tsconfig-utils": "npm:^8.61.1"
6529+
"@typescript-eslint/types": "npm:^8.61.1"
65306530
debug: "npm:^4.4.3"
65316531
peerDependencies:
65326532
typescript: ">=4.8.4 <6.1.0"
6533-
checksum: 10c0/8ff86b93bfcf103a42e8e996e11c46ded83da07d3a0bc8bd9ec4d536116d7f6253a404786510ab13847e69d6e185b17d15d7140075c26966e9b4f85c03296f21
6533+
checksum: 10c0/4ced4f96cbe6b4b1f1f53d02e0e5d1efcb6ca02316d8ea11f9b328f7b3783a76e59b72ebbe233a00452de7466ac176f9836afe8a99c63acc94e8e2d1d31d370b
65346534
languageName: node
65356535
linkType: hard
65366536

@@ -6544,13 +6544,13 @@ __metadata:
65446544
languageName: node
65456545
linkType: hard
65466546

6547-
"@typescript-eslint/scope-manager@npm:8.61.0":
6548-
version: 8.61.0
6549-
resolution: "@typescript-eslint/scope-manager@npm:8.61.0"
6547+
"@typescript-eslint/scope-manager@npm:8.61.1":
6548+
version: 8.61.1
6549+
resolution: "@typescript-eslint/scope-manager@npm:8.61.1"
65506550
dependencies:
6551-
"@typescript-eslint/types": "npm:8.61.0"
6552-
"@typescript-eslint/visitor-keys": "npm:8.61.0"
6553-
checksum: 10c0/76cdf1c181ebbc706ddc8b2366e8ebfda529c13d82ff10c0797c96c0b38dd82f6471b24995f58ac267194a753b23d77452d925dd615b1e651922ddbe6e451c6b
6551+
"@typescript-eslint/types": "npm:8.61.1"
6552+
"@typescript-eslint/visitor-keys": "npm:8.61.1"
6553+
checksum: 10c0/8558b56629acc28da1b90a8254eaf9862a38bf49c0a04680c767ea542f49d683c8c60c43676e0348491d1eac9af25cc67abe0a1bb3cfe90add42523faf48b029
65546554
languageName: node
65556555
linkType: hard
65566556

@@ -6563,28 +6563,28 @@ __metadata:
65636563
languageName: node
65646564
linkType: hard
65656565

6566-
"@typescript-eslint/tsconfig-utils@npm:8.61.0, @typescript-eslint/tsconfig-utils@npm:^8.61.0":
6567-
version: 8.61.0
6568-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.61.0"
6566+
"@typescript-eslint/tsconfig-utils@npm:8.61.1, @typescript-eslint/tsconfig-utils@npm:^8.61.1":
6567+
version: 8.61.1
6568+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.61.1"
65696569
peerDependencies:
65706570
typescript: ">=4.8.4 <6.1.0"
6571-
checksum: 10c0/b498675f14ef90a5730de7c58388eb2522085a56c3fcad42ad9f89320b96221eafb5b4f9650375f29092025153d03533e3f23ea8f45ce3bc95a57593059edef3
6571+
checksum: 10c0/ab732f3c329f0ee8ea9e7d6c7c7d91b508cc0cf6c48c17d95e5df348d3e475730bd7ce63ac1f90260c80a9339a8a6f2eec8f2a35e1793e956a447130291bb5e3
65726572
languageName: node
65736573
linkType: hard
65746574

6575-
"@typescript-eslint/type-utils@npm:8.61.0":
6576-
version: 8.61.0
6577-
resolution: "@typescript-eslint/type-utils@npm:8.61.0"
6575+
"@typescript-eslint/type-utils@npm:8.61.1":
6576+
version: 8.61.1
6577+
resolution: "@typescript-eslint/type-utils@npm:8.61.1"
65786578
dependencies:
6579-
"@typescript-eslint/types": "npm:8.61.0"
6580-
"@typescript-eslint/typescript-estree": "npm:8.61.0"
6581-
"@typescript-eslint/utils": "npm:8.61.0"
6579+
"@typescript-eslint/types": "npm:8.61.1"
6580+
"@typescript-eslint/typescript-estree": "npm:8.61.1"
6581+
"@typescript-eslint/utils": "npm:8.61.1"
65826582
debug: "npm:^4.4.3"
65836583
ts-api-utils: "npm:^2.5.0"
65846584
peerDependencies:
65856585
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
65866586
typescript: ">=4.8.4 <6.1.0"
6587-
checksum: 10c0/6347f451301ca7089500fe6eb3b98e5efd769e56ffda07eb735130fd209b9053c02e952b6fda7a15acf7851fb63f11fc50166ba8bd90513480732c599644b36b
6587+
checksum: 10c0/c6d112e80e82de3ad5a4f8a875c5caf267fa856df2eb97e3ef945de7b62ad07eff02e1dd9e8943cc2e1388180d4f31f1d97e0300d2e5e662245e322205af67dc
65886588
languageName: node
65896589
linkType: hard
65906590

@@ -6595,10 +6595,10 @@ __metadata:
65956595
languageName: node
65966596
linkType: hard
65976597

6598-
"@typescript-eslint/types@npm:8.61.0, @typescript-eslint/types@npm:^8.61.0":
6599-
version: 8.61.0
6600-
resolution: "@typescript-eslint/types@npm:8.61.0"
6601-
checksum: 10c0/c19407d66fb5ad26e2670cd272bee91d150087d917752422257759e17920220af27cd54593205e9726367a440a237bf8d27ed805cae0b282a79172161f007207
6598+
"@typescript-eslint/types@npm:8.61.1, @typescript-eslint/types@npm:^8.61.1":
6599+
version: 8.61.1
6600+
resolution: "@typescript-eslint/types@npm:8.61.1"
6601+
checksum: 10c0/165c3f0d3f4e1d04b310fe2a918c1012d037a0f0913895096eed40895fa72638e414a69e36182fc1bcc78efb9a4b7d81654b8768d8f1c3f43f3f2792694dfa49
66026602
languageName: node
66036603
linkType: hard
66046604

@@ -6621,37 +6621,37 @@ __metadata:
66216621
languageName: node
66226622
linkType: hard
66236623

6624-
"@typescript-eslint/typescript-estree@npm:8.61.0":
6625-
version: 8.61.0
6626-
resolution: "@typescript-eslint/typescript-estree@npm:8.61.0"
6624+
"@typescript-eslint/typescript-estree@npm:8.61.1":
6625+
version: 8.61.1
6626+
resolution: "@typescript-eslint/typescript-estree@npm:8.61.1"
66276627
dependencies:
6628-
"@typescript-eslint/project-service": "npm:8.61.0"
6629-
"@typescript-eslint/tsconfig-utils": "npm:8.61.0"
6630-
"@typescript-eslint/types": "npm:8.61.0"
6631-
"@typescript-eslint/visitor-keys": "npm:8.61.0"
6628+
"@typescript-eslint/project-service": "npm:8.61.1"
6629+
"@typescript-eslint/tsconfig-utils": "npm:8.61.1"
6630+
"@typescript-eslint/types": "npm:8.61.1"
6631+
"@typescript-eslint/visitor-keys": "npm:8.61.1"
66326632
debug: "npm:^4.4.3"
66336633
minimatch: "npm:^10.2.2"
66346634
semver: "npm:^7.7.3"
66356635
tinyglobby: "npm:^0.2.15"
66366636
ts-api-utils: "npm:^2.5.0"
66376637
peerDependencies:
66386638
typescript: ">=4.8.4 <6.1.0"
6639-
checksum: 10c0/460819feeca826bfd895f821a5008c3eaa79b9495259641976fdc6ec319a7e9587bc28603437ea3d9a10c3b28037f1dea883cbe8d2858616dd33847e8db2179e
6639+
checksum: 10c0/cc3f15e8e30dee0522e9f8b5879824cfe3d98aad6a64e863bf0a21c26eedb3b0e5c82c2b73d59f9d5bc1b66f67305132c7c71f11a542e04e152f92b58599b358
66406640
languageName: node
66416641
linkType: hard
66426642

6643-
"@typescript-eslint/utils@npm:8.61.0":
6644-
version: 8.61.0
6645-
resolution: "@typescript-eslint/utils@npm:8.61.0"
6643+
"@typescript-eslint/utils@npm:8.61.1":
6644+
version: 8.61.1
6645+
resolution: "@typescript-eslint/utils@npm:8.61.1"
66466646
dependencies:
66476647
"@eslint-community/eslint-utils": "npm:^4.9.1"
6648-
"@typescript-eslint/scope-manager": "npm:8.61.0"
6649-
"@typescript-eslint/types": "npm:8.61.0"
6650-
"@typescript-eslint/typescript-estree": "npm:8.61.0"
6648+
"@typescript-eslint/scope-manager": "npm:8.61.1"
6649+
"@typescript-eslint/types": "npm:8.61.1"
6650+
"@typescript-eslint/typescript-estree": "npm:8.61.1"
66516651
peerDependencies:
66526652
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
66536653
typescript: ">=4.8.4 <6.1.0"
6654-
checksum: 10c0/f7b2241fc4defd40107243642e26697193707be12af1552c60bc414e71df1285c9cdff429f913b30ed08ae87a7e6e13388eaf05c1be5fb8310f6a63a6c4f7f73
6654+
checksum: 10c0/afb5e6f39da3ee34c11cfc73a64045a0e5dadd74ae2a2fcf01d9494e3be00c849a3b9ca8b23570f596726611f00598a198d66cd82e3753f63b8bde69ead0e507
66556655
languageName: node
66566656
linkType: hard
66576657

@@ -6680,13 +6680,13 @@ __metadata:
66806680
languageName: node
66816681
linkType: hard
66826682

6683-
"@typescript-eslint/visitor-keys@npm:8.61.0":
6684-
version: 8.61.0
6685-
resolution: "@typescript-eslint/visitor-keys@npm:8.61.0"
6683+
"@typescript-eslint/visitor-keys@npm:8.61.1":
6684+
version: 8.61.1
6685+
resolution: "@typescript-eslint/visitor-keys@npm:8.61.1"
66866686
dependencies:
6687-
"@typescript-eslint/types": "npm:8.61.0"
6687+
"@typescript-eslint/types": "npm:8.61.1"
66886688
eslint-visitor-keys: "npm:^5.0.0"
6689-
checksum: 10c0/5b656aed426a92dfc9a481f0bf535ceb47321303f476f32ba979f73423c739b51d7a5ad76c81d7be9df0a9beb361f4a11ff530dd86d59f41b89bb5f09af7be9f
6689+
checksum: 10c0/fa2075b891076fe640cfc36fd68299985f35c9b6782ff35cf231c1418e38dba56b28412bc6fced7fb8fabbd91444a02643f62e1ebe424aa45a885b8a8e60fbfd
66906690
languageName: node
66916691
linkType: hard
66926692

@@ -11067,7 +11067,7 @@ __metadata:
1106711067
rxjs: "npm:7.8.2"
1106811068
tslib: "npm:2.8.1"
1106911069
typescript: "npm:6.0.3"
11070-
typescript-eslint: "npm:8.61.0"
11070+
typescript-eslint: "npm:8.61.1"
1107111071
zone.js: "npm:0.16.2"
1107211072
languageName: unknown
1107311073
linkType: soft
@@ -14460,7 +14460,7 @@ __metadata:
1446014460
rxjs: "npm:7.8.2"
1446114461
tslib: "npm:2.8.1"
1446214462
typescript: "npm:6.0.3"
14463-
typescript-eslint: "npm:8.61.0"
14463+
typescript-eslint: "npm:8.61.1"
1446414464
zone.js: "npm:0.16.2"
1446514465
languageName: unknown
1446614466
linkType: soft
@@ -16804,7 +16804,7 @@ __metadata:
1680416804
rxjs: "npm:7.8.2"
1680516805
tslib: "npm:2.8.1"
1680616806
typescript: "npm:6.0.3"
16807-
typescript-eslint: "npm:8.61.0"
16807+
typescript-eslint: "npm:8.61.1"
1680816808
zone.js: "npm:0.16.2"
1680916809
languageName: unknown
1681016810
linkType: soft
@@ -16836,7 +16836,7 @@ __metadata:
1683616836
rxjs: "npm:7.8.2"
1683716837
tslib: "npm:2.8.1"
1683816838
typescript: "npm:6.0.3"
16839-
typescript-eslint: "npm:8.61.0"
16839+
typescript-eslint: "npm:8.61.1"
1684016840
vitest: "npm:4.1.9"
1684116841
zone.js: "npm:0.16.2"
1684216842
languageName: unknown
@@ -16869,7 +16869,7 @@ __metadata:
1686916869
rxjs: "npm:7.8.2"
1687016870
tslib: "npm:2.8.1"
1687116871
typescript: "npm:6.0.3"
16872-
typescript-eslint: "npm:8.61.0"
16872+
typescript-eslint: "npm:8.61.1"
1687316873
vitest: "npm:4.1.9"
1687416874
zone.js: "npm:0.16.2"
1687516875
languageName: unknown
@@ -17309,7 +17309,7 @@ __metadata:
1730917309
rxjs: "npm:7.8.2"
1731017310
tslib: "npm:2.8.1"
1731117311
typescript: "npm:6.0.3"
17312-
typescript-eslint: "npm:8.61.0"
17312+
typescript-eslint: "npm:8.61.1"
1731317313
zone.js: "npm:0.16.2"
1731417314
languageName: unknown
1731517315
linkType: soft
@@ -18196,7 +18196,7 @@ __metadata:
1819618196
rxjs: "npm:7.8.2"
1819718197
tslib: "npm:2.8.1"
1819818198
typescript: "npm:6.0.3"
18199-
typescript-eslint: "npm:8.61.0"
18199+
typescript-eslint: "npm:8.61.1"
1820018200
zone.js: "npm:0.16.2"
1820118201
languageName: unknown
1820218202
linkType: soft
@@ -18599,18 +18599,18 @@ __metadata:
1859918599
languageName: node
1860018600
linkType: hard
1860118601

18602-
"typescript-eslint@npm:8.61.0":
18603-
version: 8.61.0
18604-
resolution: "typescript-eslint@npm:8.61.0"
18602+
"typescript-eslint@npm:8.61.1":
18603+
version: 8.61.1
18604+
resolution: "typescript-eslint@npm:8.61.1"
1860518605
dependencies:
18606-
"@typescript-eslint/eslint-plugin": "npm:8.61.0"
18607-
"@typescript-eslint/parser": "npm:8.61.0"
18608-
"@typescript-eslint/typescript-estree": "npm:8.61.0"
18609-
"@typescript-eslint/utils": "npm:8.61.0"
18606+
"@typescript-eslint/eslint-plugin": "npm:8.61.1"
18607+
"@typescript-eslint/parser": "npm:8.61.1"
18608+
"@typescript-eslint/typescript-estree": "npm:8.61.1"
18609+
"@typescript-eslint/utils": "npm:8.61.1"
1861018610
peerDependencies:
1861118611
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1861218612
typescript: ">=4.8.4 <6.1.0"
18613-
checksum: 10c0/172ba723c7ea07e5b22541ca3e8eb1b5e0b837e21278a915a293a2d5e7cac7ce9f0ad73cd61a3cdec98a511c76586eb3865d1581f2acc0b691e007703d4764b2
18613+
checksum: 10c0/cf27a5c25a6d492a77ee72d98ff0e708b25553c4450483c627018556bee5b7b17066c0696947aa968ed24fd07ebc095b449dea79f8a7a4c65bccdb6aaf8dc09d
1861418614
languageName: node
1861518615
linkType: hard
1861618616

0 commit comments

Comments
 (0)