Skip to content

Commit 041920d

Browse files
chore(deps): update dependency typescript-eslint to v8.64.0 (#2355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7874d47 commit 041920d

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.7.0",
4040
"puppeteer": "25.3.0",
4141
"typescript": "6.0.3",
42-
"typescript-eslint": "8.62.1",
42+
"typescript-eslint": "8.64.0",
4343
"vitest": "4.1.10"
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.7.0",
4040
"puppeteer": "25.3.0",
4141
"typescript": "6.0.3",
42-
"typescript-eslint": "8.62.1",
42+
"typescript-eslint": "8.64.0",
4343
"vitest": "4.1.10"
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.3.0",
4848
"typescript": "6.0.3",
49-
"typescript-eslint": "8.62.1"
49+
"typescript-eslint": "8.64.0"
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.3.0",
4747
"typescript": "6.0.3",
48-
"typescript-eslint": "8.62.1"
48+
"typescript-eslint": "8.64.0"
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.1",
4444
"typescript": "6.0.3",
45-
"typescript-eslint": "8.62.1"
45+
"typescript-eslint": "8.64.0"
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.1"
49+
"typescript-eslint": "8.64.0"
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.1"
49+
"typescript-eslint": "8.64.0"
5050
}
5151
}

yarn.lock

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -6893,39 +6893,39 @@ __metadata:
68936893
languageName: node
68946894
linkType: hard
68956895

6896-
"@typescript-eslint/eslint-plugin@npm:8.62.1":
6897-
version: 8.62.1
6898-
resolution: "@typescript-eslint/eslint-plugin@npm:8.62.1"
6896+
"@typescript-eslint/eslint-plugin@npm:8.64.0":
6897+
version: 8.64.0
6898+
resolution: "@typescript-eslint/eslint-plugin@npm:8.64.0"
68996899
dependencies:
69006900
"@eslint-community/regexpp": "npm:^4.12.2"
6901-
"@typescript-eslint/scope-manager": "npm:8.62.1"
6902-
"@typescript-eslint/type-utils": "npm:8.62.1"
6903-
"@typescript-eslint/utils": "npm:8.62.1"
6904-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
6901+
"@typescript-eslint/scope-manager": "npm:8.64.0"
6902+
"@typescript-eslint/type-utils": "npm:8.64.0"
6903+
"@typescript-eslint/utils": "npm:8.64.0"
6904+
"@typescript-eslint/visitor-keys": "npm:8.64.0"
69056905
ignore: "npm:^7.0.5"
69066906
natural-compare: "npm:^1.4.0"
69076907
ts-api-utils: "npm:^2.5.0"
69086908
peerDependencies:
6909-
"@typescript-eslint/parser": ^8.62.1
6909+
"@typescript-eslint/parser": ^8.64.0
69106910
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
69116911
typescript: ">=4.8.4 <6.1.0"
6912-
checksum: 10c0/2d2cd289db1301693ae30a8cd89bd4f15dc3e63ab32763722e3428ae7e7e45a9430121566b69ae7de42a99426b08445798bd877a434d14879ae4933b99143fc8
6912+
checksum: 10c0/c4b77c05eb2284842583dbc6a0096c50b8f6a73696c431dbf78da555ca1a84f7504d089058e7a7daa2a5f9ebab89523ddfcfd561a2111aeb166a8e862d1801b3
69136913
languageName: node
69146914
linkType: hard
69156915

6916-
"@typescript-eslint/parser@npm:8.62.1":
6917-
version: 8.62.1
6918-
resolution: "@typescript-eslint/parser@npm:8.62.1"
6916+
"@typescript-eslint/parser@npm:8.64.0":
6917+
version: 8.64.0
6918+
resolution: "@typescript-eslint/parser@npm:8.64.0"
69196919
dependencies:
6920-
"@typescript-eslint/scope-manager": "npm:8.62.1"
6921-
"@typescript-eslint/types": "npm:8.62.1"
6922-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
6923-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
6920+
"@typescript-eslint/scope-manager": "npm:8.64.0"
6921+
"@typescript-eslint/types": "npm:8.64.0"
6922+
"@typescript-eslint/typescript-estree": "npm:8.64.0"
6923+
"@typescript-eslint/visitor-keys": "npm:8.64.0"
69246924
debug: "npm:^4.4.3"
69256925
peerDependencies:
69266926
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
69276927
typescript: ">=4.8.4 <6.1.0"
6928-
checksum: 10c0/4edbd007b29405a52b735b3b8c59e1a84f4a32ca7c14bcbab939c6bb983f2f87e8a14c644cf8cd15181e12735923549edb0cb718330ee4bc31d69dc4a3f12d15
6928+
checksum: 10c0/a5a89fd21775ebb9d31a6a5e191a16f03515e34629271c33b96c4587b25e4c2c59988d50bf3dbed68fad9151fc5acdfac3eaf42b004dfcea6e3cc84257e85775
69296929
languageName: node
69306930
linkType: hard
69316931

@@ -6942,16 +6942,16 @@ __metadata:
69426942
languageName: node
69436943
linkType: hard
69446944

6945-
"@typescript-eslint/project-service@npm:8.62.1":
6946-
version: 8.62.1
6947-
resolution: "@typescript-eslint/project-service@npm:8.62.1"
6945+
"@typescript-eslint/project-service@npm:8.64.0":
6946+
version: 8.64.0
6947+
resolution: "@typescript-eslint/project-service@npm:8.64.0"
69486948
dependencies:
6949-
"@typescript-eslint/tsconfig-utils": "npm:^8.62.1"
6950-
"@typescript-eslint/types": "npm:^8.62.1"
6949+
"@typescript-eslint/tsconfig-utils": "npm:^8.64.0"
6950+
"@typescript-eslint/types": "npm:^8.64.0"
69516951
debug: "npm:^4.4.3"
69526952
peerDependencies:
69536953
typescript: ">=4.8.4 <6.1.0"
6954-
checksum: 10c0/48af1ede4f491a8d499548ec82287e1fab0ea8ac48952a3be5b14c082a679d5e3b82d11a091ecde7ae1b327cb2d02e93255aa880fd86691392c6738b18baf38f
6954+
checksum: 10c0/855138c17134b7eaa200bb0e6d5acbf7e2190a1bf20e32fe3613461b90bfac5f3716cd261309c3d139d726c72a77ce5e876aa89ac320ad481c9e6f6ebaf2e66c
69556955
languageName: node
69566956
linkType: hard
69576957

@@ -6965,13 +6965,13 @@ __metadata:
69656965
languageName: node
69666966
linkType: hard
69676967

6968-
"@typescript-eslint/scope-manager@npm:8.62.1":
6969-
version: 8.62.1
6970-
resolution: "@typescript-eslint/scope-manager@npm:8.62.1"
6968+
"@typescript-eslint/scope-manager@npm:8.64.0":
6969+
version: 8.64.0
6970+
resolution: "@typescript-eslint/scope-manager@npm:8.64.0"
69716971
dependencies:
6972-
"@typescript-eslint/types": "npm:8.62.1"
6973-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
6974-
checksum: 10c0/94cf3724b2fe2f068f357011efd3e42536e5431ee15dcf6dc80f36c842554f2de9a2f185bb3316a38a6e78a07206ffe16b723eb349157f35f820ba1ffe90830b
6972+
"@typescript-eslint/types": "npm:8.64.0"
6973+
"@typescript-eslint/visitor-keys": "npm:8.64.0"
6974+
checksum: 10c0/1f1bcad7fcaf3d12af9d398046be3718333546c0a8967d823e21d2a008896b4afad9362450548f93dc2187e4c7444c8736a98448e6de3a26147404abc90abf0d
69756975
languageName: node
69766976
linkType: hard
69776977

@@ -6984,28 +6984,28 @@ __metadata:
69846984
languageName: node
69856985
linkType: hard
69866986

6987-
"@typescript-eslint/tsconfig-utils@npm:8.62.1, @typescript-eslint/tsconfig-utils@npm:^8.62.1":
6988-
version: 8.62.1
6989-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.62.1"
6987+
"@typescript-eslint/tsconfig-utils@npm:8.64.0, @typescript-eslint/tsconfig-utils@npm:^8.64.0":
6988+
version: 8.64.0
6989+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.64.0"
69906990
peerDependencies:
69916991
typescript: ">=4.8.4 <6.1.0"
6992-
checksum: 10c0/42fb0efb857a6bc6a5b3fc654a2712e4106a75ae7ceb143754fba084f6a4d561adbf666fc334f3aabe6089adcd9a3a896c0009e08f1ef8447bf07900ada3ab66
6992+
checksum: 10c0/701e39ea88a0cbcad5f9657aed973b97db09fe8d5a03df58e4a4ddf307975a9f8270b11f4dad4195c27c37cd335fc44b1437a782f15de3c81b2ec2b6ea0f548d
69936993
languageName: node
69946994
linkType: hard
69956995

6996-
"@typescript-eslint/type-utils@npm:8.62.1":
6997-
version: 8.62.1
6998-
resolution: "@typescript-eslint/type-utils@npm:8.62.1"
6996+
"@typescript-eslint/type-utils@npm:8.64.0":
6997+
version: 8.64.0
6998+
resolution: "@typescript-eslint/type-utils@npm:8.64.0"
69996999
dependencies:
7000-
"@typescript-eslint/types": "npm:8.62.1"
7001-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
7002-
"@typescript-eslint/utils": "npm:8.62.1"
7000+
"@typescript-eslint/types": "npm:8.64.0"
7001+
"@typescript-eslint/typescript-estree": "npm:8.64.0"
7002+
"@typescript-eslint/utils": "npm:8.64.0"
70037003
debug: "npm:^4.4.3"
70047004
ts-api-utils: "npm:^2.5.0"
70057005
peerDependencies:
70067006
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
70077007
typescript: ">=4.8.4 <6.1.0"
7008-
checksum: 10c0/e6e8b8ed0d39cbbe43bf2d83d9e89482044f496262abc0ea037d5a78f161300e7303395bda30b01f676f5df01473d514eed9973e521635817d6e9f1e48ed761c
7008+
checksum: 10c0/2012ee888bb57bd2b49f8b20ec7bed71a53a7ea6e60adaa4c67e282861058e9e952e426e3d872504ed7c4b2ad6ef3df6a81f60afe207f916f525968836d29ea8
70097009
languageName: node
70107010
linkType: hard
70117011

@@ -7016,10 +7016,10 @@ __metadata:
70167016
languageName: node
70177017
linkType: hard
70187018

7019-
"@typescript-eslint/types@npm:8.62.1, @typescript-eslint/types@npm:^8.62.1":
7020-
version: 8.62.1
7021-
resolution: "@typescript-eslint/types@npm:8.62.1"
7022-
checksum: 10c0/dfa1c9ef016c867a57d3fbef89f7968f3135d8d4621de1a8d2818258f79ed61f26fb6a3381ef27dde0a880817bfd5883f642f03a027dc127d771007022d1d880
7019+
"@typescript-eslint/types@npm:8.64.0, @typescript-eslint/types@npm:^8.64.0":
7020+
version: 8.64.0
7021+
resolution: "@typescript-eslint/types@npm:8.64.0"
7022+
checksum: 10c0/15ab2b38febfe9d01de801ddca277187e0525ee18c47c94c0d7babe27b69d5680a8e15c7dab5fdf97a050b15c2ab51385f11bc6d6db8264f5a834fa80a83bac1
70237023
languageName: node
70247024
linkType: hard
70257025

@@ -7042,37 +7042,37 @@ __metadata:
70427042
languageName: node
70437043
linkType: hard
70447044

7045-
"@typescript-eslint/typescript-estree@npm:8.62.1":
7046-
version: 8.62.1
7047-
resolution: "@typescript-eslint/typescript-estree@npm:8.62.1"
7045+
"@typescript-eslint/typescript-estree@npm:8.64.0":
7046+
version: 8.64.0
7047+
resolution: "@typescript-eslint/typescript-estree@npm:8.64.0"
70487048
dependencies:
7049-
"@typescript-eslint/project-service": "npm:8.62.1"
7050-
"@typescript-eslint/tsconfig-utils": "npm:8.62.1"
7051-
"@typescript-eslint/types": "npm:8.62.1"
7052-
"@typescript-eslint/visitor-keys": "npm:8.62.1"
7049+
"@typescript-eslint/project-service": "npm:8.64.0"
7050+
"@typescript-eslint/tsconfig-utils": "npm:8.64.0"
7051+
"@typescript-eslint/types": "npm:8.64.0"
7052+
"@typescript-eslint/visitor-keys": "npm:8.64.0"
70537053
debug: "npm:^4.4.3"
70547054
minimatch: "npm:^10.2.2"
70557055
semver: "npm:^7.7.3"
70567056
tinyglobby: "npm:^0.2.15"
70577057
ts-api-utils: "npm:^2.5.0"
70587058
peerDependencies:
70597059
typescript: ">=4.8.4 <6.1.0"
7060-
checksum: 10c0/e2f554a5a683ded80e010221de46229134717eb7b5ea41cf704b9b702c6e56a93aabc784cafa93fdbc4293f79c0adc1d15ac2915a489be8dee4e9434ab9975ff
7060+
checksum: 10c0/d6df6990f0381845c3d27b39290a4cae771de937ea8b7bec95a438d89ad5697208b4a1eb96bcc04498c9950882d33a66216a38295ac04b2de24d76cc74a79a0a
70617061
languageName: node
70627062
linkType: hard
70637063

7064-
"@typescript-eslint/utils@npm:8.62.1":
7065-
version: 8.62.1
7066-
resolution: "@typescript-eslint/utils@npm:8.62.1"
7064+
"@typescript-eslint/utils@npm:8.64.0":
7065+
version: 8.64.0
7066+
resolution: "@typescript-eslint/utils@npm:8.64.0"
70677067
dependencies:
70687068
"@eslint-community/eslint-utils": "npm:^4.9.1"
7069-
"@typescript-eslint/scope-manager": "npm:8.62.1"
7070-
"@typescript-eslint/types": "npm:8.62.1"
7071-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
7069+
"@typescript-eslint/scope-manager": "npm:8.64.0"
7070+
"@typescript-eslint/types": "npm:8.64.0"
7071+
"@typescript-eslint/typescript-estree": "npm:8.64.0"
70727072
peerDependencies:
70737073
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
70747074
typescript: ">=4.8.4 <6.1.0"
7075-
checksum: 10c0/c8970c25049bd4c562c0780f96c1ed50082103ecfc441ccc5be7afd1632883c97e258a6482b6e5998a2a51c3bd4dba6fd066709122108a3b71bc5433cd2fa7c8
7075+
checksum: 10c0/3d734a9fd20db6895e5501abd667a7db6c39d5f4a0430ddb6b415be8271886742467a5a18eefd33d1fb2217740ef61f0cf282b28c653964b0a7d568ba70bebd2
70767076
languageName: node
70777077
linkType: hard
70787078

@@ -7101,13 +7101,13 @@ __metadata:
71017101
languageName: node
71027102
linkType: hard
71037103

7104-
"@typescript-eslint/visitor-keys@npm:8.62.1":
7105-
version: 8.62.1
7106-
resolution: "@typescript-eslint/visitor-keys@npm:8.62.1"
7104+
"@typescript-eslint/visitor-keys@npm:8.64.0":
7105+
version: 8.64.0
7106+
resolution: "@typescript-eslint/visitor-keys@npm:8.64.0"
71077107
dependencies:
7108-
"@typescript-eslint/types": "npm:8.62.1"
7108+
"@typescript-eslint/types": "npm:8.64.0"
71097109
eslint-visitor-keys: "npm:^5.0.0"
7110-
checksum: 10c0/2ab6659c197280b5329be392f4bf3b69ac951e5ab3cc645d05d470381de7f017456938285693b2505f7c02ca56eadc734d55af85c8dee4173b11823c34e7d53c
7110+
checksum: 10c0/23a5695c5d4ae876ea9a18cdce912ad7a9793f6fe5892da35f0adf3eefd6e39c5742095606329639eb64a4e44ca2810e23fd3a24c067eacec1bd4feebe293374
71117111
languageName: node
71127112
linkType: hard
71137113

@@ -11397,7 +11397,7 @@ __metadata:
1139711397
rxjs: "npm:7.8.2"
1139811398
tslib: "npm:2.8.1"
1139911399
typescript: "npm:6.0.3"
11400-
typescript-eslint: "npm:8.62.1"
11400+
typescript-eslint: "npm:8.64.0"
1140111401
zone.js: "npm:0.16.2"
1140211402
languageName: unknown
1140311403
linkType: soft
@@ -14736,7 +14736,7 @@ __metadata:
1473614736
rxjs: "npm:7.8.2"
1473714737
tslib: "npm:2.8.1"
1473814738
typescript: "npm:6.0.3"
14739-
typescript-eslint: "npm:8.62.1"
14739+
typescript-eslint: "npm:8.64.0"
1474014740
zone.js: "npm:0.16.2"
1474114741
languageName: unknown
1474214742
linkType: soft
@@ -17014,7 +17014,7 @@ __metadata:
1701417014
rxjs: "npm:7.8.2"
1701517015
tslib: "npm:2.8.1"
1701617016
typescript: "npm:6.0.3"
17017-
typescript-eslint: "npm:8.62.1"
17017+
typescript-eslint: "npm:8.64.0"
1701817018
zone.js: "npm:0.16.2"
1701917019
languageName: unknown
1702017020
linkType: soft
@@ -17046,7 +17046,7 @@ __metadata:
1704617046
rxjs: "npm:7.8.2"
1704717047
tslib: "npm:2.8.1"
1704817048
typescript: "npm:6.0.3"
17049-
typescript-eslint: "npm:8.62.1"
17049+
typescript-eslint: "npm:8.64.0"
1705017050
vitest: "npm:4.1.10"
1705117051
zone.js: "npm:0.16.2"
1705217052
languageName: unknown
@@ -17079,7 +17079,7 @@ __metadata:
1707917079
rxjs: "npm:7.8.2"
1708017080
tslib: "npm:2.8.1"
1708117081
typescript: "npm:6.0.3"
17082-
typescript-eslint: "npm:8.62.1"
17082+
typescript-eslint: "npm:8.64.0"
1708317083
vitest: "npm:4.1.10"
1708417084
zone.js: "npm:0.16.2"
1708517085
languageName: unknown
@@ -17519,7 +17519,7 @@ __metadata:
1751917519
rxjs: "npm:7.8.2"
1752017520
tslib: "npm:2.8.1"
1752117521
typescript: "npm:6.0.3"
17522-
typescript-eslint: "npm:8.62.1"
17522+
typescript-eslint: "npm:8.64.0"
1752317523
zone.js: "npm:0.16.2"
1752417524
languageName: unknown
1752517525
linkType: soft
@@ -18341,7 +18341,7 @@ __metadata:
1834118341
rxjs: "npm:7.8.2"
1834218342
tslib: "npm:2.8.1"
1834318343
typescript: "npm:6.0.3"
18344-
typescript-eslint: "npm:8.62.1"
18344+
typescript-eslint: "npm:8.64.0"
1834518345
zone.js: "npm:0.16.2"
1834618346
languageName: unknown
1834718347
linkType: soft
@@ -18744,18 +18744,18 @@ __metadata:
1874418744
languageName: node
1874518745
linkType: hard
1874618746

18747-
"typescript-eslint@npm:8.62.1":
18748-
version: 8.62.1
18749-
resolution: "typescript-eslint@npm:8.62.1"
18747+
"typescript-eslint@npm:8.64.0":
18748+
version: 8.64.0
18749+
resolution: "typescript-eslint@npm:8.64.0"
1875018750
dependencies:
18751-
"@typescript-eslint/eslint-plugin": "npm:8.62.1"
18752-
"@typescript-eslint/parser": "npm:8.62.1"
18753-
"@typescript-eslint/typescript-estree": "npm:8.62.1"
18754-
"@typescript-eslint/utils": "npm:8.62.1"
18751+
"@typescript-eslint/eslint-plugin": "npm:8.64.0"
18752+
"@typescript-eslint/parser": "npm:8.64.0"
18753+
"@typescript-eslint/typescript-estree": "npm:8.64.0"
18754+
"@typescript-eslint/utils": "npm:8.64.0"
1875518755
peerDependencies:
1875618756
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1875718757
typescript: ">=4.8.4 <6.1.0"
18758-
checksum: 10c0/0dff8ca99a78854bb0d1d070543fd01242fc816897480d406dd31004ff0d5d69b1215e50d465dc89f9a45f8530174f8bda9fc6302d29bb96165b6e9b3e099a21
18758+
checksum: 10c0/1a3e3846d72588134810b2d525a248003ed0b7dfbda04bbee7dd9fef81a447f8c67a6c9e0012e8d24207ec8a9b116bc36490b44c38ce35560f47c51d585c7b26
1875918759
languageName: node
1876018760
linkType: hard
1876118761

0 commit comments

Comments
 (0)