Skip to content

Commit 8937645

Browse files
chore(deps): update dependency typescript-eslint to v8.62.1 (#2337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1817309 commit 8937645

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.6.0",
4040
"puppeteer": "25.2.1",
4141
"typescript": "6.0.3",
42-
"typescript-eslint": "8.62.0",
42+
"typescript-eslint": "8.62.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.6.0",
4040
"puppeteer": "25.2.1",
4141
"typescript": "6.0.3",
42-
"typescript-eslint": "8.62.0",
42+
"typescript-eslint": "8.62.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.2.1",
4848
"typescript": "6.0.3",
49-
"typescript-eslint": "8.62.0"
49+
"typescript-eslint": "8.62.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.2.1",
4747
"typescript": "6.0.3",
48-
"typescript-eslint": "8.62.0"
48+
"typescript-eslint": "8.62.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.62.0"
45+
"typescript-eslint": "8.62.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.62.0"
49+
"typescript-eslint": "8.62.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.62.0"
49+
"typescript-eslint": "8.62.1"
5050
}
5151
}

yarn.lock

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -6852,39 +6852,39 @@ __metadata:
68526852
languageName: node
68536853
linkType: hard
68546854

6855-
"@typescript-eslint/eslint-plugin@npm:8.62.0":
6856-
version: 8.62.0
6857-
resolution: "@typescript-eslint/eslint-plugin@npm:8.62.0"
6855+
"@typescript-eslint/eslint-plugin@npm:8.62.1":
6856+
version: 8.62.1
6857+
resolution: "@typescript-eslint/eslint-plugin@npm:8.62.1"
68586858
dependencies:
68596859
"@eslint-community/regexpp": "npm:^4.12.2"
6860-
"@typescript-eslint/scope-manager": "npm:8.62.0"
6861-
"@typescript-eslint/type-utils": "npm:8.62.0"
6862-
"@typescript-eslint/utils": "npm:8.62.0"
6863-
"@typescript-eslint/visitor-keys": "npm:8.62.0"
6860+
"@typescript-eslint/scope-manager": "npm:8.62.1"
6861+
"@typescript-eslint/type-utils": "npm:8.62.1"
6862+
"@typescript-eslint/utils": "npm:8.62.1"
6863+
"@typescript-eslint/visitor-keys": "npm:8.62.1"
68646864
ignore: "npm:^7.0.5"
68656865
natural-compare: "npm:^1.4.0"
68666866
ts-api-utils: "npm:^2.5.0"
68676867
peerDependencies:
6868-
"@typescript-eslint/parser": ^8.62.0
6868+
"@typescript-eslint/parser": ^8.62.1
68696869
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
68706870
typescript: ">=4.8.4 <6.1.0"
6871-
checksum: 10c0/2f257bb53a3b9b8b6f56f6b85c68ce193c7ba4cddf7d2d1995b0aec0591230859f808b3a1a85f0b7ed581f938a88efeacccc730aec307e80e1c14fc669222f9a
6871+
checksum: 10c0/2d2cd289db1301693ae30a8cd89bd4f15dc3e63ab32763722e3428ae7e7e45a9430121566b69ae7de42a99426b08445798bd877a434d14879ae4933b99143fc8
68726872
languageName: node
68736873
linkType: hard
68746874

6875-
"@typescript-eslint/parser@npm:8.62.0":
6876-
version: 8.62.0
6877-
resolution: "@typescript-eslint/parser@npm:8.62.0"
6875+
"@typescript-eslint/parser@npm:8.62.1":
6876+
version: 8.62.1
6877+
resolution: "@typescript-eslint/parser@npm:8.62.1"
68786878
dependencies:
6879-
"@typescript-eslint/scope-manager": "npm:8.62.0"
6880-
"@typescript-eslint/types": "npm:8.62.0"
6881-
"@typescript-eslint/typescript-estree": "npm:8.62.0"
6882-
"@typescript-eslint/visitor-keys": "npm:8.62.0"
6879+
"@typescript-eslint/scope-manager": "npm:8.62.1"
6880+
"@typescript-eslint/types": "npm:8.62.1"
6881+
"@typescript-eslint/typescript-estree": "npm:8.62.1"
6882+
"@typescript-eslint/visitor-keys": "npm:8.62.1"
68836883
debug: "npm:^4.4.3"
68846884
peerDependencies:
68856885
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
68866886
typescript: ">=4.8.4 <6.1.0"
6887-
checksum: 10c0/eab526557fb679c862a0462e841581e3ca24a88b8f19764630e7d10e01ba01143906100a051c8bede36e3c6eb6bef21c14ac7dccf9d41e04c84448c058450a94
6887+
checksum: 10c0/4edbd007b29405a52b735b3b8c59e1a84f4a32ca7c14bcbab939c6bb983f2f87e8a14c644cf8cd15181e12735923549edb0cb718330ee4bc31d69dc4a3f12d15
68886888
languageName: node
68896889
linkType: hard
68906890

@@ -6901,16 +6901,16 @@ __metadata:
69016901
languageName: node
69026902
linkType: hard
69036903

6904-
"@typescript-eslint/project-service@npm:8.62.0":
6905-
version: 8.62.0
6906-
resolution: "@typescript-eslint/project-service@npm:8.62.0"
6904+
"@typescript-eslint/project-service@npm:8.62.1":
6905+
version: 8.62.1
6906+
resolution: "@typescript-eslint/project-service@npm:8.62.1"
69076907
dependencies:
6908-
"@typescript-eslint/tsconfig-utils": "npm:^8.62.0"
6909-
"@typescript-eslint/types": "npm:^8.62.0"
6908+
"@typescript-eslint/tsconfig-utils": "npm:^8.62.1"
6909+
"@typescript-eslint/types": "npm:^8.62.1"
69106910
debug: "npm:^4.4.3"
69116911
peerDependencies:
69126912
typescript: ">=4.8.4 <6.1.0"
6913-
checksum: 10c0/4369e9ec0c8b2ce6e6cf90142ad781ef99b57350beb4ae48751871e8894e95a8f929de2f56d73849ec0166d2cdb345e3e7a42d30ea8463d3f1b65607648ac582
6913+
checksum: 10c0/48af1ede4f491a8d499548ec82287e1fab0ea8ac48952a3be5b14c082a679d5e3b82d11a091ecde7ae1b327cb2d02e93255aa880fd86691392c6738b18baf38f
69146914
languageName: node
69156915
linkType: hard
69166916

@@ -6924,13 +6924,13 @@ __metadata:
69246924
languageName: node
69256925
linkType: hard
69266926

6927-
"@typescript-eslint/scope-manager@npm:8.62.0":
6928-
version: 8.62.0
6929-
resolution: "@typescript-eslint/scope-manager@npm:8.62.0"
6927+
"@typescript-eslint/scope-manager@npm:8.62.1":
6928+
version: 8.62.1
6929+
resolution: "@typescript-eslint/scope-manager@npm:8.62.1"
69306930
dependencies:
6931-
"@typescript-eslint/types": "npm:8.62.0"
6932-
"@typescript-eslint/visitor-keys": "npm:8.62.0"
6933-
checksum: 10c0/1e7192b6bf18955ee76861321a92e08815f1bc3feab23861b6330dde8343dfb346a47c7c8bf3d94b0897a98184adcf283568b5857a0e5d509ce0c21c6cf4cc44
6931+
"@typescript-eslint/types": "npm:8.62.1"
6932+
"@typescript-eslint/visitor-keys": "npm:8.62.1"
6933+
checksum: 10c0/94cf3724b2fe2f068f357011efd3e42536e5431ee15dcf6dc80f36c842554f2de9a2f185bb3316a38a6e78a07206ffe16b723eb349157f35f820ba1ffe90830b
69346934
languageName: node
69356935
linkType: hard
69366936

@@ -6943,28 +6943,28 @@ __metadata:
69436943
languageName: node
69446944
linkType: hard
69456945

6946-
"@typescript-eslint/tsconfig-utils@npm:8.62.0, @typescript-eslint/tsconfig-utils@npm:^8.62.0":
6947-
version: 8.62.0
6948-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.62.0"
6946+
"@typescript-eslint/tsconfig-utils@npm:8.62.1, @typescript-eslint/tsconfig-utils@npm:^8.62.1":
6947+
version: 8.62.1
6948+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.62.1"
69496949
peerDependencies:
69506950
typescript: ">=4.8.4 <6.1.0"
6951-
checksum: 10c0/9423908009e95b8bba8ac2ad1e4bf4bc9dd7052fa44be613659f81aad363787bf7fa1ea017eb9dcb059fed41866bc2d8e50f1cf41c7dfad25a4431c333fbf2fa
6951+
checksum: 10c0/42fb0efb857a6bc6a5b3fc654a2712e4106a75ae7ceb143754fba084f6a4d561adbf666fc334f3aabe6089adcd9a3a896c0009e08f1ef8447bf07900ada3ab66
69526952
languageName: node
69536953
linkType: hard
69546954

6955-
"@typescript-eslint/type-utils@npm:8.62.0":
6956-
version: 8.62.0
6957-
resolution: "@typescript-eslint/type-utils@npm:8.62.0"
6955+
"@typescript-eslint/type-utils@npm:8.62.1":
6956+
version: 8.62.1
6957+
resolution: "@typescript-eslint/type-utils@npm:8.62.1"
69586958
dependencies:
6959-
"@typescript-eslint/types": "npm:8.62.0"
6960-
"@typescript-eslint/typescript-estree": "npm:8.62.0"
6961-
"@typescript-eslint/utils": "npm:8.62.0"
6959+
"@typescript-eslint/types": "npm:8.62.1"
6960+
"@typescript-eslint/typescript-estree": "npm:8.62.1"
6961+
"@typescript-eslint/utils": "npm:8.62.1"
69626962
debug: "npm:^4.4.3"
69636963
ts-api-utils: "npm:^2.5.0"
69646964
peerDependencies:
69656965
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
69666966
typescript: ">=4.8.4 <6.1.0"
6967-
checksum: 10c0/caf6a0072ff48e9351564dbc856c095fd5233bf2176daf9e8361a534be9ded6835c984ff8867365ca3cba158189074b14cc199b19c1a2e20d09682170c3784db
6967+
checksum: 10c0/e6e8b8ed0d39cbbe43bf2d83d9e89482044f496262abc0ea037d5a78f161300e7303395bda30b01f676f5df01473d514eed9973e521635817d6e9f1e48ed761c
69686968
languageName: node
69696969
linkType: hard
69706970

@@ -6975,10 +6975,10 @@ __metadata:
69756975
languageName: node
69766976
linkType: hard
69776977

6978-
"@typescript-eslint/types@npm:8.62.0, @typescript-eslint/types@npm:^8.62.0":
6979-
version: 8.62.0
6980-
resolution: "@typescript-eslint/types@npm:8.62.0"
6981-
checksum: 10c0/28d7a6851cb79301ef1ee004fb8d75811e52eb2a7258d7f8ad2f234886ab2faaf1888cbf5a71cb53afd4d1024c51f71ea359f3103ea70d6f7ccd626ffbfd49c1
6978+
"@typescript-eslint/types@npm:8.62.1, @typescript-eslint/types@npm:^8.62.1":
6979+
version: 8.62.1
6980+
resolution: "@typescript-eslint/types@npm:8.62.1"
6981+
checksum: 10c0/dfa1c9ef016c867a57d3fbef89f7968f3135d8d4621de1a8d2818258f79ed61f26fb6a3381ef27dde0a880817bfd5883f642f03a027dc127d771007022d1d880
69826982
languageName: node
69836983
linkType: hard
69846984

@@ -7001,37 +7001,37 @@ __metadata:
70017001
languageName: node
70027002
linkType: hard
70037003

7004-
"@typescript-eslint/typescript-estree@npm:8.62.0":
7005-
version: 8.62.0
7006-
resolution: "@typescript-eslint/typescript-estree@npm:8.62.0"
7004+
"@typescript-eslint/typescript-estree@npm:8.62.1":
7005+
version: 8.62.1
7006+
resolution: "@typescript-eslint/typescript-estree@npm:8.62.1"
70077007
dependencies:
7008-
"@typescript-eslint/project-service": "npm:8.62.0"
7009-
"@typescript-eslint/tsconfig-utils": "npm:8.62.0"
7010-
"@typescript-eslint/types": "npm:8.62.0"
7011-
"@typescript-eslint/visitor-keys": "npm:8.62.0"
7008+
"@typescript-eslint/project-service": "npm:8.62.1"
7009+
"@typescript-eslint/tsconfig-utils": "npm:8.62.1"
7010+
"@typescript-eslint/types": "npm:8.62.1"
7011+
"@typescript-eslint/visitor-keys": "npm:8.62.1"
70127012
debug: "npm:^4.4.3"
70137013
minimatch: "npm:^10.2.2"
70147014
semver: "npm:^7.7.3"
70157015
tinyglobby: "npm:^0.2.15"
70167016
ts-api-utils: "npm:^2.5.0"
70177017
peerDependencies:
70187018
typescript: ">=4.8.4 <6.1.0"
7019-
checksum: 10c0/c1b76203f37870e66487379c75b1d1a9af0a9c88e8e58a3d2fc106427ce42dce9bd7358a3d2cb7d344004cbb693dba899abf19391d853bbb9f345aa8683635c4
7019+
checksum: 10c0/e2f554a5a683ded80e010221de46229134717eb7b5ea41cf704b9b702c6e56a93aabc784cafa93fdbc4293f79c0adc1d15ac2915a489be8dee4e9434ab9975ff
70207020
languageName: node
70217021
linkType: hard
70227022

7023-
"@typescript-eslint/utils@npm:8.62.0":
7024-
version: 8.62.0
7025-
resolution: "@typescript-eslint/utils@npm:8.62.0"
7023+
"@typescript-eslint/utils@npm:8.62.1":
7024+
version: 8.62.1
7025+
resolution: "@typescript-eslint/utils@npm:8.62.1"
70267026
dependencies:
70277027
"@eslint-community/eslint-utils": "npm:^4.9.1"
7028-
"@typescript-eslint/scope-manager": "npm:8.62.0"
7029-
"@typescript-eslint/types": "npm:8.62.0"
7030-
"@typescript-eslint/typescript-estree": "npm:8.62.0"
7028+
"@typescript-eslint/scope-manager": "npm:8.62.1"
7029+
"@typescript-eslint/types": "npm:8.62.1"
7030+
"@typescript-eslint/typescript-estree": "npm:8.62.1"
70317031
peerDependencies:
70327032
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
70337033
typescript: ">=4.8.4 <6.1.0"
7034-
checksum: 10c0/5c5d1dd2c37d43ec913e4d144d071058701bf3548733671a05025fae306f7afdc4fdc3d9867d0eae32537eb68ecba046ab8aa6111a5d97497ec78fee98a25809
7034+
checksum: 10c0/c8970c25049bd4c562c0780f96c1ed50082103ecfc441ccc5be7afd1632883c97e258a6482b6e5998a2a51c3bd4dba6fd066709122108a3b71bc5433cd2fa7c8
70357035
languageName: node
70367036
linkType: hard
70377037

@@ -7060,13 +7060,13 @@ __metadata:
70607060
languageName: node
70617061
linkType: hard
70627062

7063-
"@typescript-eslint/visitor-keys@npm:8.62.0":
7064-
version: 8.62.0
7065-
resolution: "@typescript-eslint/visitor-keys@npm:8.62.0"
7063+
"@typescript-eslint/visitor-keys@npm:8.62.1":
7064+
version: 8.62.1
7065+
resolution: "@typescript-eslint/visitor-keys@npm:8.62.1"
70667066
dependencies:
7067-
"@typescript-eslint/types": "npm:8.62.0"
7067+
"@typescript-eslint/types": "npm:8.62.1"
70687068
eslint-visitor-keys: "npm:^5.0.0"
7069-
checksum: 10c0/29102828fab6b060e607effee0d7666bc82aef269241c7c5c44ffb3386b3cb69ea585bf7c5d88d428c489f46d5888cbe90677e15cbad8cb27acfa1fc1661bd5b
7069+
checksum: 10c0/2ab6659c197280b5329be392f4bf3b69ac951e5ab3cc645d05d470381de7f017456938285693b2505f7c02ca56eadc734d55af85c8dee4173b11823c34e7d53c
70707070
languageName: node
70717071
linkType: hard
70727072

@@ -11355,7 +11355,7 @@ __metadata:
1135511355
rxjs: "npm:7.8.2"
1135611356
tslib: "npm:2.8.1"
1135711357
typescript: "npm:6.0.3"
11358-
typescript-eslint: "npm:8.62.0"
11358+
typescript-eslint: "npm:8.62.1"
1135911359
zone.js: "npm:0.16.2"
1136011360
languageName: unknown
1136111361
linkType: soft
@@ -14729,7 +14729,7 @@ __metadata:
1472914729
rxjs: "npm:7.8.2"
1473014730
tslib: "npm:2.8.1"
1473114731
typescript: "npm:6.0.3"
14732-
typescript-eslint: "npm:8.62.0"
14732+
typescript-eslint: "npm:8.62.1"
1473314733
zone.js: "npm:0.16.2"
1473414734
languageName: unknown
1473514735
linkType: soft
@@ -17006,7 +17006,7 @@ __metadata:
1700617006
rxjs: "npm:7.8.2"
1700717007
tslib: "npm:2.8.1"
1700817008
typescript: "npm:6.0.3"
17009-
typescript-eslint: "npm:8.62.0"
17009+
typescript-eslint: "npm:8.62.1"
1701017010
zone.js: "npm:0.16.2"
1701117011
languageName: unknown
1701217012
linkType: soft
@@ -17038,7 +17038,7 @@ __metadata:
1703817038
rxjs: "npm:7.8.2"
1703917039
tslib: "npm:2.8.1"
1704017040
typescript: "npm:6.0.3"
17041-
typescript-eslint: "npm:8.62.0"
17041+
typescript-eslint: "npm:8.62.1"
1704217042
vitest: "npm:4.1.9"
1704317043
zone.js: "npm:0.16.2"
1704417044
languageName: unknown
@@ -17071,7 +17071,7 @@ __metadata:
1707117071
rxjs: "npm:7.8.2"
1707217072
tslib: "npm:2.8.1"
1707317073
typescript: "npm:6.0.3"
17074-
typescript-eslint: "npm:8.62.0"
17074+
typescript-eslint: "npm:8.62.1"
1707517075
vitest: "npm:4.1.9"
1707617076
zone.js: "npm:0.16.2"
1707717077
languageName: unknown
@@ -17511,7 +17511,7 @@ __metadata:
1751117511
rxjs: "npm:7.8.2"
1751217512
tslib: "npm:2.8.1"
1751317513
typescript: "npm:6.0.3"
17514-
typescript-eslint: "npm:8.62.0"
17514+
typescript-eslint: "npm:8.62.1"
1751517515
zone.js: "npm:0.16.2"
1751617516
languageName: unknown
1751717517
linkType: soft
@@ -18340,7 +18340,7 @@ __metadata:
1834018340
rxjs: "npm:7.8.2"
1834118341
tslib: "npm:2.8.1"
1834218342
typescript: "npm:6.0.3"
18343-
typescript-eslint: "npm:8.62.0"
18343+
typescript-eslint: "npm:8.62.1"
1834418344
zone.js: "npm:0.16.2"
1834518345
languageName: unknown
1834618346
linkType: soft
@@ -18743,18 +18743,18 @@ __metadata:
1874318743
languageName: node
1874418744
linkType: hard
1874518745

18746-
"typescript-eslint@npm:8.62.0":
18747-
version: 8.62.0
18748-
resolution: "typescript-eslint@npm:8.62.0"
18746+
"typescript-eslint@npm:8.62.1":
18747+
version: 8.62.1
18748+
resolution: "typescript-eslint@npm:8.62.1"
1874918749
dependencies:
18750-
"@typescript-eslint/eslint-plugin": "npm:8.62.0"
18751-
"@typescript-eslint/parser": "npm:8.62.0"
18752-
"@typescript-eslint/typescript-estree": "npm:8.62.0"
18753-
"@typescript-eslint/utils": "npm:8.62.0"
18750+
"@typescript-eslint/eslint-plugin": "npm:8.62.1"
18751+
"@typescript-eslint/parser": "npm:8.62.1"
18752+
"@typescript-eslint/typescript-estree": "npm:8.62.1"
18753+
"@typescript-eslint/utils": "npm:8.62.1"
1875418754
peerDependencies:
1875518755
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1875618756
typescript: ">=4.8.4 <6.1.0"
18757-
checksum: 10c0/263056d927b79c17b0c84849953642af202106e55914c5a606a4c76445b6428b2412e2d08cc20318b8aed9d1988e2a0cea60387e18ef0862beae13e8bc1df690
18757+
checksum: 10c0/0dff8ca99a78854bb0d1d070543fd01242fc816897480d406dd31004ff0d5d69b1215e50d465dc89f9a45f8530174f8bda9fc6302d29bb96165b6e9b3e099a21
1875818758
languageName: node
1875918759
linkType: hard
1876018760

0 commit comments

Comments
 (0)