Skip to content

Commit 24af530

Browse files
chore(deps): update dependency typescript-eslint to v8.65.0 (#2359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a547efe commit 24af530

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.64.0",
42+
"typescript-eslint": "8.65.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.64.0",
42+
"typescript-eslint": "8.65.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.64.0"
49+
"typescript-eslint": "8.65.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.64.0"
48+
"typescript-eslint": "8.65.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.64.0"
45+
"typescript-eslint": "8.65.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.64.0"
49+
"typescript-eslint": "8.65.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.64.0"
49+
"typescript-eslint": "8.65.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.64.0":
6897-
version: 8.64.0
6898-
resolution: "@typescript-eslint/eslint-plugin@npm:8.64.0"
6896+
"@typescript-eslint/eslint-plugin@npm:8.65.0":
6897+
version: 8.65.0
6898+
resolution: "@typescript-eslint/eslint-plugin@npm:8.65.0"
68996899
dependencies:
69006900
"@eslint-community/regexpp": "npm:^4.12.2"
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"
6901+
"@typescript-eslint/scope-manager": "npm:8.65.0"
6902+
"@typescript-eslint/type-utils": "npm:8.65.0"
6903+
"@typescript-eslint/utils": "npm:8.65.0"
6904+
"@typescript-eslint/visitor-keys": "npm:8.65.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.64.0
6909+
"@typescript-eslint/parser": ^8.65.0
69106910
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
69116911
typescript: ">=4.8.4 <6.1.0"
6912-
checksum: 10c0/c4b77c05eb2284842583dbc6a0096c50b8f6a73696c431dbf78da555ca1a84f7504d089058e7a7daa2a5f9ebab89523ddfcfd561a2111aeb166a8e862d1801b3
6912+
checksum: 10c0/1d9ddad417b43037c35c91a7c30bfc0015ccc40da57fe9faadae97fbaee6031a539a35265a9933d3bb946f307c397b7a00953806339576a721d619695a972079
69136913
languageName: node
69146914
linkType: hard
69156915

6916-
"@typescript-eslint/parser@npm:8.64.0":
6917-
version: 8.64.0
6918-
resolution: "@typescript-eslint/parser@npm:8.64.0"
6916+
"@typescript-eslint/parser@npm:8.65.0":
6917+
version: 8.65.0
6918+
resolution: "@typescript-eslint/parser@npm:8.65.0"
69196919
dependencies:
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"
6920+
"@typescript-eslint/scope-manager": "npm:8.65.0"
6921+
"@typescript-eslint/types": "npm:8.65.0"
6922+
"@typescript-eslint/typescript-estree": "npm:8.65.0"
6923+
"@typescript-eslint/visitor-keys": "npm:8.65.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/a5a89fd21775ebb9d31a6a5e191a16f03515e34629271c33b96c4587b25e4c2c59988d50bf3dbed68fad9151fc5acdfac3eaf42b004dfcea6e3cc84257e85775
6928+
checksum: 10c0/b3f5333abe5dfb08b53b89c824d045d96d5eb5798fab45eeedfaab72e4ce133a82fb4ebbc1acf79098aac9b08f7acc119fe0edd63ac2f91d80c98f5ca87c41e0
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.64.0":
6946-
version: 8.64.0
6947-
resolution: "@typescript-eslint/project-service@npm:8.64.0"
6945+
"@typescript-eslint/project-service@npm:8.65.0":
6946+
version: 8.65.0
6947+
resolution: "@typescript-eslint/project-service@npm:8.65.0"
69486948
dependencies:
6949-
"@typescript-eslint/tsconfig-utils": "npm:^8.64.0"
6950-
"@typescript-eslint/types": "npm:^8.64.0"
6949+
"@typescript-eslint/tsconfig-utils": "npm:^8.65.0"
6950+
"@typescript-eslint/types": "npm:^8.65.0"
69516951
debug: "npm:^4.4.3"
69526952
peerDependencies:
69536953
typescript: ">=4.8.4 <6.1.0"
6954-
checksum: 10c0/855138c17134b7eaa200bb0e6d5acbf7e2190a1bf20e32fe3613461b90bfac5f3716cd261309c3d139d726c72a77ce5e876aa89ac320ad481c9e6f6ebaf2e66c
6954+
checksum: 10c0/56d8f598f1bb6ca892ff79320bd1aa134eefa05cf0bad4932c44518475a8bccf0c9027ae2177b3c1761496c8107236b81dd93f67d09093c2242f07f3f2063c1f
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.64.0":
6969-
version: 8.64.0
6970-
resolution: "@typescript-eslint/scope-manager@npm:8.64.0"
6968+
"@typescript-eslint/scope-manager@npm:8.65.0":
6969+
version: 8.65.0
6970+
resolution: "@typescript-eslint/scope-manager@npm:8.65.0"
69716971
dependencies:
6972-
"@typescript-eslint/types": "npm:8.64.0"
6973-
"@typescript-eslint/visitor-keys": "npm:8.64.0"
6974-
checksum: 10c0/1f1bcad7fcaf3d12af9d398046be3718333546c0a8967d823e21d2a008896b4afad9362450548f93dc2187e4c7444c8736a98448e6de3a26147404abc90abf0d
6972+
"@typescript-eslint/types": "npm:8.65.0"
6973+
"@typescript-eslint/visitor-keys": "npm:8.65.0"
6974+
checksum: 10c0/303bae83a2243e742fcf86bef0b67615dc8915d2dd40268b796e2f49a40057b05de41608846aa362ad77e2d6976ec3cf30f1cdf245c1e39d18fd8ce91ae38c5c
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.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"
6987+
"@typescript-eslint/tsconfig-utils@npm:8.65.0, @typescript-eslint/tsconfig-utils@npm:^8.65.0":
6988+
version: 8.65.0
6989+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.65.0"
69906990
peerDependencies:
69916991
typescript: ">=4.8.4 <6.1.0"
6992-
checksum: 10c0/701e39ea88a0cbcad5f9657aed973b97db09fe8d5a03df58e4a4ddf307975a9f8270b11f4dad4195c27c37cd335fc44b1437a782f15de3c81b2ec2b6ea0f548d
6992+
checksum: 10c0/5b897bbba4584ee67c7a0bc0b4b6cbf8db2cb5997d5ab8f07fae692315dd51cabcc7116c609a94a162747dd267118b7a0f1c8fb29d71210ad38549e4b8b6adb1
69936993
languageName: node
69946994
linkType: hard
69956995

6996-
"@typescript-eslint/type-utils@npm:8.64.0":
6997-
version: 8.64.0
6998-
resolution: "@typescript-eslint/type-utils@npm:8.64.0"
6996+
"@typescript-eslint/type-utils@npm:8.65.0":
6997+
version: 8.65.0
6998+
resolution: "@typescript-eslint/type-utils@npm:8.65.0"
69996999
dependencies:
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"
7000+
"@typescript-eslint/types": "npm:8.65.0"
7001+
"@typescript-eslint/typescript-estree": "npm:8.65.0"
7002+
"@typescript-eslint/utils": "npm:8.65.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/2012ee888bb57bd2b49f8b20ec7bed71a53a7ea6e60adaa4c67e282861058e9e952e426e3d872504ed7c4b2ad6ef3df6a81f60afe207f916f525968836d29ea8
7008+
checksum: 10c0/05a1a1283020f63eac3cb6202afd08459531a4522a85ceb0f5789f2902df7c180565f65f217cc780127888b7113b1c8c34aa6bfd7020d568f01a17f290216e9b
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.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
7019+
"@typescript-eslint/types@npm:8.65.0, @typescript-eslint/types@npm:^8.65.0":
7020+
version: 8.65.0
7021+
resolution: "@typescript-eslint/types@npm:8.65.0"
7022+
checksum: 10c0/919b6d96111ea26f09c6cb1121fbba915147761be3fbf9c4de5b200faa2891087ebdcfd2f4a1f27a4c6153daeefc7448147c651a074b3ec70440f3f8c1092a81
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.64.0":
7046-
version: 8.64.0
7047-
resolution: "@typescript-eslint/typescript-estree@npm:8.64.0"
7045+
"@typescript-eslint/typescript-estree@npm:8.65.0":
7046+
version: 8.65.0
7047+
resolution: "@typescript-eslint/typescript-estree@npm:8.65.0"
70487048
dependencies:
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"
7049+
"@typescript-eslint/project-service": "npm:8.65.0"
7050+
"@typescript-eslint/tsconfig-utils": "npm:8.65.0"
7051+
"@typescript-eslint/types": "npm:8.65.0"
7052+
"@typescript-eslint/visitor-keys": "npm:8.65.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/d6df6990f0381845c3d27b39290a4cae771de937ea8b7bec95a438d89ad5697208b4a1eb96bcc04498c9950882d33a66216a38295ac04b2de24d76cc74a79a0a
7060+
checksum: 10c0/578ff5247f17865277badfe13362a82ba82c8bb11aaa78323933895e0ba0fc02788ae6aa9bd84bc8287660004a76231341977a3188b399c776b7e713c5054239
70617061
languageName: node
70627062
linkType: hard
70637063

7064-
"@typescript-eslint/utils@npm:8.64.0":
7065-
version: 8.64.0
7066-
resolution: "@typescript-eslint/utils@npm:8.64.0"
7064+
"@typescript-eslint/utils@npm:8.65.0":
7065+
version: 8.65.0
7066+
resolution: "@typescript-eslint/utils@npm:8.65.0"
70677067
dependencies:
70687068
"@eslint-community/eslint-utils": "npm:^4.9.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"
7069+
"@typescript-eslint/scope-manager": "npm:8.65.0"
7070+
"@typescript-eslint/types": "npm:8.65.0"
7071+
"@typescript-eslint/typescript-estree": "npm:8.65.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/3d734a9fd20db6895e5501abd667a7db6c39d5f4a0430ddb6b415be8271886742467a5a18eefd33d1fb2217740ef61f0cf282b28c653964b0a7d568ba70bebd2
7075+
checksum: 10c0/258775532bb23bfeccb7ef25369a62b5fcf48f633af178830113d5aea6d0e968ad67a63b3371206151eb6a8dca0a3381f7efa07958fd8063505e1a53e470a439
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.64.0":
7105-
version: 8.64.0
7106-
resolution: "@typescript-eslint/visitor-keys@npm:8.64.0"
7104+
"@typescript-eslint/visitor-keys@npm:8.65.0":
7105+
version: 8.65.0
7106+
resolution: "@typescript-eslint/visitor-keys@npm:8.65.0"
71077107
dependencies:
7108-
"@typescript-eslint/types": "npm:8.64.0"
7108+
"@typescript-eslint/types": "npm:8.65.0"
71097109
eslint-visitor-keys: "npm:^5.0.0"
7110-
checksum: 10c0/23a5695c5d4ae876ea9a18cdce912ad7a9793f6fe5892da35f0adf3eefd6e39c5742095606329639eb64a4e44ca2810e23fd3a24c067eacec1bd4feebe293374
7110+
checksum: 10c0/f50cf2da4077f8eebfd56658ede17dfbf2e39875dc53562f5c1bc6e9835a0b4b00e0e0255e2dc3488234aca1f783d89beb084c417b22027520bf015a7b59ffb8
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.64.0"
11400+
typescript-eslint: "npm:8.65.0"
1140111401
zone.js: "npm:0.16.2"
1140211402
languageName: unknown
1140311403
linkType: soft
@@ -14735,7 +14735,7 @@ __metadata:
1473514735
rxjs: "npm:7.8.2"
1473614736
tslib: "npm:2.8.1"
1473714737
typescript: "npm:6.0.3"
14738-
typescript-eslint: "npm:8.64.0"
14738+
typescript-eslint: "npm:8.65.0"
1473914739
zone.js: "npm:0.16.2"
1474014740
languageName: unknown
1474114741
linkType: soft
@@ -17020,7 +17020,7 @@ __metadata:
1702017020
rxjs: "npm:7.8.2"
1702117021
tslib: "npm:2.8.1"
1702217022
typescript: "npm:6.0.3"
17023-
typescript-eslint: "npm:8.64.0"
17023+
typescript-eslint: "npm:8.65.0"
1702417024
zone.js: "npm:0.16.2"
1702517025
languageName: unknown
1702617026
linkType: soft
@@ -17052,7 +17052,7 @@ __metadata:
1705217052
rxjs: "npm:7.8.2"
1705317053
tslib: "npm:2.8.1"
1705417054
typescript: "npm:6.0.3"
17055-
typescript-eslint: "npm:8.64.0"
17055+
typescript-eslint: "npm:8.65.0"
1705617056
vitest: "npm:4.1.10"
1705717057
zone.js: "npm:0.16.2"
1705817058
languageName: unknown
@@ -17085,7 +17085,7 @@ __metadata:
1708517085
rxjs: "npm:7.8.2"
1708617086
tslib: "npm:2.8.1"
1708717087
typescript: "npm:6.0.3"
17088-
typescript-eslint: "npm:8.64.0"
17088+
typescript-eslint: "npm:8.65.0"
1708917089
vitest: "npm:4.1.10"
1709017090
zone.js: "npm:0.16.2"
1709117091
languageName: unknown
@@ -17525,7 +17525,7 @@ __metadata:
1752517525
rxjs: "npm:7.8.2"
1752617526
tslib: "npm:2.8.1"
1752717527
typescript: "npm:6.0.3"
17528-
typescript-eslint: "npm:8.64.0"
17528+
typescript-eslint: "npm:8.65.0"
1752917529
zone.js: "npm:0.16.2"
1753017530
languageName: unknown
1753117531
linkType: soft
@@ -18347,7 +18347,7 @@ __metadata:
1834718347
rxjs: "npm:7.8.2"
1834818348
tslib: "npm:2.8.1"
1834918349
typescript: "npm:6.0.3"
18350-
typescript-eslint: "npm:8.64.0"
18350+
typescript-eslint: "npm:8.65.0"
1835118351
zone.js: "npm:0.16.2"
1835218352
languageName: unknown
1835318353
linkType: soft
@@ -18750,18 +18750,18 @@ __metadata:
1875018750
languageName: node
1875118751
linkType: hard
1875218752

18753-
"typescript-eslint@npm:8.64.0":
18754-
version: 8.64.0
18755-
resolution: "typescript-eslint@npm:8.64.0"
18753+
"typescript-eslint@npm:8.65.0":
18754+
version: 8.65.0
18755+
resolution: "typescript-eslint@npm:8.65.0"
1875618756
dependencies:
18757-
"@typescript-eslint/eslint-plugin": "npm:8.64.0"
18758-
"@typescript-eslint/parser": "npm:8.64.0"
18759-
"@typescript-eslint/typescript-estree": "npm:8.64.0"
18760-
"@typescript-eslint/utils": "npm:8.64.0"
18757+
"@typescript-eslint/eslint-plugin": "npm:8.65.0"
18758+
"@typescript-eslint/parser": "npm:8.65.0"
18759+
"@typescript-eslint/typescript-estree": "npm:8.65.0"
18760+
"@typescript-eslint/utils": "npm:8.65.0"
1876118761
peerDependencies:
1876218762
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1876318763
typescript: ">=4.8.4 <6.1.0"
18764-
checksum: 10c0/1a3e3846d72588134810b2d525a248003ed0b7dfbda04bbee7dd9fef81a447f8c67a6c9e0012e8d24207ec8a9b116bc36490b44c38ce35560f47c51d585c7b26
18764+
checksum: 10c0/d1f5eede08c6d0d500aa605a1de2a4e721c00e8f56f632581e082aac6d1d2b9d365ce692cf5e0e212ea78271a032c8785e0fc58aee276c7930f92fff6a3358c8
1876518765
languageName: node
1876618766
linkType: hard
1876718767

0 commit comments

Comments
 (0)