Skip to content

Commit 75532a5

Browse files
Bump typescript-eslint from 8.29.1 to 8.40.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.29.1 to 8.40.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.40.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.40.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19875ce commit 75532a5

File tree

2 files changed

+126
-75
lines changed

2 files changed

+126
-75
lines changed

ts-sdk/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"eslint": "^9.23.0",
1212
"prettier": "^3.5.3",
1313
"typescript": "^5.8.2",
14-
"typescript-eslint": "^8.28.0"
14+
"typescript-eslint": "^8.40.0"
1515
}
1616
}

yarn.lock

Lines changed: 125 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,7 @@ __metadata:
32243224
languageName: node
32253225
linkType: hard
32263226

3227-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
3227+
"@eslint-community/eslint-utils@npm:^4.2.0":
32283228
version: 4.5.1
32293229
resolution: "@eslint-community/eslint-utils@npm:4.5.1"
32303230
dependencies:
@@ -3235,6 +3235,17 @@ __metadata:
32353235
languageName: node
32363236
linkType: hard
32373237

3238+
"@eslint-community/eslint-utils@npm:^4.7.0":
3239+
version: 4.7.0
3240+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
3241+
dependencies:
3242+
eslint-visitor-keys: "npm:^3.4.3"
3243+
peerDependencies:
3244+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
3245+
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
3246+
languageName: node
3247+
linkType: hard
3248+
32383249
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1":
32393250
version: 4.12.1
32403251
resolution: "@eslint-community/regexpp@npm:4.12.1"
@@ -4138,7 +4149,7 @@ __metadata:
41384149
eslint: "npm:^9.23.0"
41394150
prettier: "npm:^3.5.3"
41404151
typescript: "npm:^5.8.2"
4141-
typescript-eslint: "npm:^8.28.0"
4152+
typescript-eslint: "npm:^8.40.0"
41424153
languageName: unknown
41434154
linkType: soft
41444155

@@ -6081,115 +6092,140 @@ __metadata:
60816092
languageName: node
60826093
linkType: hard
60836094

6084-
"@typescript-eslint/eslint-plugin@npm:8.29.1":
6085-
version: 8.29.1
6086-
resolution: "@typescript-eslint/eslint-plugin@npm:8.29.1"
6095+
"@typescript-eslint/eslint-plugin@npm:8.40.0":
6096+
version: 8.40.0
6097+
resolution: "@typescript-eslint/eslint-plugin@npm:8.40.0"
60876098
dependencies:
60886099
"@eslint-community/regexpp": "npm:^4.10.0"
6089-
"@typescript-eslint/scope-manager": "npm:8.29.1"
6090-
"@typescript-eslint/type-utils": "npm:8.29.1"
6091-
"@typescript-eslint/utils": "npm:8.29.1"
6092-
"@typescript-eslint/visitor-keys": "npm:8.29.1"
6100+
"@typescript-eslint/scope-manager": "npm:8.40.0"
6101+
"@typescript-eslint/type-utils": "npm:8.40.0"
6102+
"@typescript-eslint/utils": "npm:8.40.0"
6103+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
60936104
graphemer: "npm:^1.4.0"
6094-
ignore: "npm:^5.3.1"
6105+
ignore: "npm:^7.0.0"
60956106
natural-compare: "npm:^1.4.0"
6096-
ts-api-utils: "npm:^2.0.1"
6107+
ts-api-utils: "npm:^2.1.0"
60976108
peerDependencies:
6098-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
6109+
"@typescript-eslint/parser": ^8.40.0
60996110
eslint: ^8.57.0 || ^9.0.0
6100-
typescript: ">=4.8.4 <5.9.0"
6101-
checksum: 10c0/a3ed7556edcac374cab622862f2f9adedc91ca305d6937db6869a0253d675858c296cb5413980e8404fc39737117faaf35b00c6804664b3c542bdc417502532f
6111+
typescript: ">=4.8.4 <6.0.0"
6112+
checksum: 10c0/dc8889c3255bce6956432f099059179dd13826ba29670f81ba9238ecde46764ee63459eb73a7d88f4f30e1144a2f000d79c9e3f256fa759689d9b3b74d423bda
61026113
languageName: node
61036114
linkType: hard
61046115

6105-
"@typescript-eslint/parser@npm:8.29.1":
6106-
version: 8.29.1
6107-
resolution: "@typescript-eslint/parser@npm:8.29.1"
6116+
"@typescript-eslint/parser@npm:8.40.0":
6117+
version: 8.40.0
6118+
resolution: "@typescript-eslint/parser@npm:8.40.0"
61086119
dependencies:
6109-
"@typescript-eslint/scope-manager": "npm:8.29.1"
6110-
"@typescript-eslint/types": "npm:8.29.1"
6111-
"@typescript-eslint/typescript-estree": "npm:8.29.1"
6112-
"@typescript-eslint/visitor-keys": "npm:8.29.1"
6120+
"@typescript-eslint/scope-manager": "npm:8.40.0"
6121+
"@typescript-eslint/types": "npm:8.40.0"
6122+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
6123+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
61136124
debug: "npm:^4.3.4"
61146125
peerDependencies:
61156126
eslint: ^8.57.0 || ^9.0.0
6116-
typescript: ">=4.8.4 <5.9.0"
6117-
checksum: 10c0/af3570ff58c42c2014e5c117bebf91120737fb139d94415ca2711844990e95252c3006ccc699871fe3f592cc1a3f4ebfdc9dd5f6cb29b6b128c2524fcf311b75
6127+
typescript: ">=4.8.4 <6.0.0"
6128+
checksum: 10c0/43ca9589b8a1f3f4b30a214c0e2254fa0ad43458ef1258b1d62c5aad52710ad11b9315b124cda79163274147b82201a5d76fab7de413e34bfe8e377142b71e98
61186129
languageName: node
61196130
linkType: hard
61206131

6121-
"@typescript-eslint/scope-manager@npm:8.29.1":
6122-
version: 8.29.1
6123-
resolution: "@typescript-eslint/scope-manager@npm:8.29.1"
6132+
"@typescript-eslint/project-service@npm:8.40.0":
6133+
version: 8.40.0
6134+
resolution: "@typescript-eslint/project-service@npm:8.40.0"
61246135
dependencies:
6125-
"@typescript-eslint/types": "npm:8.29.1"
6126-
"@typescript-eslint/visitor-keys": "npm:8.29.1"
6127-
checksum: 10c0/8b87a04f01ebc13075e352509bca8f31c757c3220857fa473ac155f6bdf7f30fe82765d0c3d8e790f7fad394a32765bd9f716b97c08e17581d358c76086d51af
6136+
"@typescript-eslint/tsconfig-utils": "npm:^8.40.0"
6137+
"@typescript-eslint/types": "npm:^8.40.0"
6138+
debug: "npm:^4.3.4"
6139+
peerDependencies:
6140+
typescript: ">=4.8.4 <6.0.0"
6141+
checksum: 10c0/23d62e9ada9750136d0251f268bbe1f9784442ef258bb340a2e1e866749d8076730a14749d9a320d94d7c76df2d108caf21fe35e5dc100385f04be846dc979cb
61286142
languageName: node
61296143
linkType: hard
61306144

6131-
"@typescript-eslint/type-utils@npm:8.29.1":
6132-
version: 8.29.1
6133-
resolution: "@typescript-eslint/type-utils@npm:8.29.1"
6145+
"@typescript-eslint/scope-manager@npm:8.40.0":
6146+
version: 8.40.0
6147+
resolution: "@typescript-eslint/scope-manager@npm:8.40.0"
61346148
dependencies:
6135-
"@typescript-eslint/typescript-estree": "npm:8.29.1"
6136-
"@typescript-eslint/utils": "npm:8.29.1"
6149+
"@typescript-eslint/types": "npm:8.40.0"
6150+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
6151+
checksum: 10c0/48af81f9cdcec466994d290561e8d2fa3f6b156a898b71dd0e65633c896543b44729c5353596e84de2ae61bfd20e1398c3309cdfe86714a9663fd5aded4c9cd0
6152+
languageName: node
6153+
linkType: hard
6154+
6155+
"@typescript-eslint/tsconfig-utils@npm:8.40.0, @typescript-eslint/tsconfig-utils@npm:^8.40.0":
6156+
version: 8.40.0
6157+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.40.0"
6158+
peerDependencies:
6159+
typescript: ">=4.8.4 <6.0.0"
6160+
checksum: 10c0/c2366dcd802901d5cd4f59fc4eab7a00ed119aa4591ba59c507fe495d9af4cfca19431a603602ea675e4c861962230d1c2f100896903750cd1fcfc134702a7d0
6161+
languageName: node
6162+
linkType: hard
6163+
6164+
"@typescript-eslint/type-utils@npm:8.40.0":
6165+
version: 8.40.0
6166+
resolution: "@typescript-eslint/type-utils@npm:8.40.0"
6167+
dependencies:
6168+
"@typescript-eslint/types": "npm:8.40.0"
6169+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
6170+
"@typescript-eslint/utils": "npm:8.40.0"
61376171
debug: "npm:^4.3.4"
6138-
ts-api-utils: "npm:^2.0.1"
6172+
ts-api-utils: "npm:^2.1.0"
61396173
peerDependencies:
61406174
eslint: ^8.57.0 || ^9.0.0
6141-
typescript: ">=4.8.4 <5.9.0"
6142-
checksum: 10c0/72cc01dbac866b0a7c7b1f637ad03ffd22f6d3617f70f06f485cf3096fddfc821fdc56de1a072cc6af70250c63698a3e5a910f67fe46eea941955b6e0da1b2bd
6175+
typescript: ">=4.8.4 <6.0.0"
6176+
checksum: 10c0/660b77d801b2538a4ccb65065269ad0e8370d0be985172b5ecb067f3eea22e64aa8af9e981b31bf2a34002339fe3253b09b55d181ce6d8242fc7daa80ac4aaca
61436177
languageName: node
61446178
linkType: hard
61456179

6146-
"@typescript-eslint/types@npm:8.29.1":
6147-
version: 8.29.1
6148-
resolution: "@typescript-eslint/types@npm:8.29.1"
6149-
checksum: 10c0/bbcb9e4f38df4485092b51ac6bb62d65f321d914ab58dc0ff1eaa7787dc0b4a39e237c2617b9f2c2bcb91a343f30de523e3544f69affa1ee4287a3ef2fc10ce7
6180+
"@typescript-eslint/types@npm:8.40.0, @typescript-eslint/types@npm:^8.40.0":
6181+
version: 8.40.0
6182+
resolution: "@typescript-eslint/types@npm:8.40.0"
6183+
checksum: 10c0/225374fff36d59288a5780667a7a1316c75090d5d60b70a8035ac18786120333ccd08dfdf0e05e30d5a82217e44c57b8708b769dd1eed89f12f2ac4d3a769f76
61506184
languageName: node
61516185
linkType: hard
61526186

6153-
"@typescript-eslint/typescript-estree@npm:8.29.1":
6154-
version: 8.29.1
6155-
resolution: "@typescript-eslint/typescript-estree@npm:8.29.1"
6187+
"@typescript-eslint/typescript-estree@npm:8.40.0":
6188+
version: 8.40.0
6189+
resolution: "@typescript-eslint/typescript-estree@npm:8.40.0"
61566190
dependencies:
6157-
"@typescript-eslint/types": "npm:8.29.1"
6158-
"@typescript-eslint/visitor-keys": "npm:8.29.1"
6191+
"@typescript-eslint/project-service": "npm:8.40.0"
6192+
"@typescript-eslint/tsconfig-utils": "npm:8.40.0"
6193+
"@typescript-eslint/types": "npm:8.40.0"
6194+
"@typescript-eslint/visitor-keys": "npm:8.40.0"
61596195
debug: "npm:^4.3.4"
61606196
fast-glob: "npm:^3.3.2"
61616197
is-glob: "npm:^4.0.3"
61626198
minimatch: "npm:^9.0.4"
61636199
semver: "npm:^7.6.0"
6164-
ts-api-utils: "npm:^2.0.1"
6200+
ts-api-utils: "npm:^2.1.0"
61656201
peerDependencies:
6166-
typescript: ">=4.8.4 <5.9.0"
6167-
checksum: 10c0/33c46c667d9262e5625d5d0064338711b342e62c5675ded6811a2cb13ee5de2f71b90e9d0be5cb338b11b1a329c376a6bbf6c3d24fa8fb457b2eefc9f3298513
6202+
typescript: ">=4.8.4 <6.0.0"
6203+
checksum: 10c0/6c1ffc17947cb36cbd987cf9705f85223ed1cce584b5244840e36a2b8480861f4dfdb0312f96afbc12e7d1ba586005f0d959042baa0a96a1913ac7ace8e8f6d4
61686204
languageName: node
61696205
linkType: hard
61706206

6171-
"@typescript-eslint/utils@npm:8.29.1":
6172-
version: 8.29.1
6173-
resolution: "@typescript-eslint/utils@npm:8.29.1"
6207+
"@typescript-eslint/utils@npm:8.40.0":
6208+
version: 8.40.0
6209+
resolution: "@typescript-eslint/utils@npm:8.40.0"
61746210
dependencies:
6175-
"@eslint-community/eslint-utils": "npm:^4.4.0"
6176-
"@typescript-eslint/scope-manager": "npm:8.29.1"
6177-
"@typescript-eslint/types": "npm:8.29.1"
6178-
"@typescript-eslint/typescript-estree": "npm:8.29.1"
6211+
"@eslint-community/eslint-utils": "npm:^4.7.0"
6212+
"@typescript-eslint/scope-manager": "npm:8.40.0"
6213+
"@typescript-eslint/types": "npm:8.40.0"
6214+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
61796215
peerDependencies:
61806216
eslint: ^8.57.0 || ^9.0.0
6181-
typescript: ">=4.8.4 <5.9.0"
6182-
checksum: 10c0/1b2704b769b0c9353cf26a320ecf9775ba51c94c7c30e2af80ca31f4cb230f319762ab06535fcb26b6963144bbeaa53233b34965907c506283861b013f5b95fc
6217+
typescript: ">=4.8.4 <6.0.0"
6218+
checksum: 10c0/6b3858b8725083fe7db7fb9bcbde930e758a6ba8ddedd1ed27d828fc1cbe04f54b774ef9144602f8eeaafeea9b19b4fd4c46fdad52a10ade99e6b282c7d0df92
61836219
languageName: node
61846220
linkType: hard
61856221

6186-
"@typescript-eslint/visitor-keys@npm:8.29.1":
6187-
version: 8.29.1
6188-
resolution: "@typescript-eslint/visitor-keys@npm:8.29.1"
6222+
"@typescript-eslint/visitor-keys@npm:8.40.0":
6223+
version: 8.40.0
6224+
resolution: "@typescript-eslint/visitor-keys@npm:8.40.0"
61896225
dependencies:
6190-
"@typescript-eslint/types": "npm:8.29.1"
6191-
eslint-visitor-keys: "npm:^4.2.0"
6192-
checksum: 10c0/0c12e83c84a754161c89e594a96454799669979c7021a8936515ec574a1fa1d6e3119e0eacf502e07a0fa7254974558ea7a48901c8bfed3c46579a61b655e4f5
6226+
"@typescript-eslint/types": "npm:8.40.0"
6227+
eslint-visitor-keys: "npm:^4.2.1"
6228+
checksum: 10c0/592f1c8c2d3da43a7f74f8ead14f05fafc2e4609d5df36811cf92ead5dc94f6f669556a494048e4746cb3774c60bc52a8c83d75369d5e196778d935c70e7d3a1
61936229
languageName: node
61946230
linkType: hard
61956231

@@ -9176,6 +9212,13 @@ __metadata:
91769212
languageName: node
91779213
linkType: hard
91789214

9215+
"eslint-visitor-keys@npm:^4.2.1":
9216+
version: 4.2.1
9217+
resolution: "eslint-visitor-keys@npm:4.2.1"
9218+
checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43
9219+
languageName: node
9220+
linkType: hard
9221+
91799222
"eslint@npm:^9.23.0":
91809223
version: 9.24.0
91819224
resolution: "eslint@npm:9.24.0"
@@ -10881,13 +10924,20 @@ __metadata:
1088110924
languageName: node
1088210925
linkType: hard
1088310926

10884-
"ignore@npm:^5.0.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
10927+
"ignore@npm:^5.0.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4":
1088510928
version: 5.3.2
1088610929
resolution: "ignore@npm:5.3.2"
1088710930
checksum: 10c0/f9f652c957983634ded1e7f02da3b559a0d4cc210fca3792cb67f1b153623c9c42efdc1c4121af171e295444459fc4a9201101fb041b1104a3c000bccb188337
1088810931
languageName: node
1088910932
linkType: hard
1089010933

10934+
"ignore@npm:^7.0.0":
10935+
version: 7.0.5
10936+
resolution: "ignore@npm:7.0.5"
10937+
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
10938+
languageName: node
10939+
linkType: hard
10940+
1089110941
"image-size@npm:^1.0.2":
1089210942
version: 1.2.1
1089310943
resolution: "image-size@npm:1.2.1"
@@ -17434,7 +17484,7 @@ __metadata:
1743417484
languageName: node
1743517485
linkType: hard
1743617486

17437-
"ts-api-utils@npm:^2.0.1":
17487+
"ts-api-utils@npm:^2.1.0":
1743817488
version: 2.1.0
1743917489
resolution: "ts-api-utils@npm:2.1.0"
1744017490
peerDependencies:
@@ -17600,17 +17650,18 @@ __metadata:
1760017650
languageName: node
1760117651
linkType: hard
1760217652

17603-
"typescript-eslint@npm:^8.28.0":
17604-
version: 8.29.1
17605-
resolution: "typescript-eslint@npm:8.29.1"
17653+
"typescript-eslint@npm:^8.40.0":
17654+
version: 8.40.0
17655+
resolution: "typescript-eslint@npm:8.40.0"
1760617656
dependencies:
17607-
"@typescript-eslint/eslint-plugin": "npm:8.29.1"
17608-
"@typescript-eslint/parser": "npm:8.29.1"
17609-
"@typescript-eslint/utils": "npm:8.29.1"
17657+
"@typescript-eslint/eslint-plugin": "npm:8.40.0"
17658+
"@typescript-eslint/parser": "npm:8.40.0"
17659+
"@typescript-eslint/typescript-estree": "npm:8.40.0"
17660+
"@typescript-eslint/utils": "npm:8.40.0"
1761017661
peerDependencies:
1761117662
eslint: ^8.57.0 || ^9.0.0
17612-
typescript: ">=4.8.4 <5.9.0"
17613-
checksum: 10c0/31319c891d224ec8d7cf96ad7e6c84480b3d17d4c46c5beccca06fc7891f41eabd5593e44867e69dbfb79459f5545c2cc2e985c950bdd7b4e7c3bb1ec8941030
17663+
typescript: ">=4.8.4 <6.0.0"
17664+
checksum: 10c0/b9bf9cbe13a89348ae2a13a7839238b1b058c1e188d9cc1028810c43f1b48cf256f5255ca94c38acf3cd5a405c918ad96d5b7f7a6ad3f82fa7429122a7883a83
1761417665
languageName: node
1761517666
linkType: hard
1761617667

0 commit comments

Comments
 (0)