Skip to content

Commit f0155d0

Browse files
Update typescript-eslint monorepo to v8.35.0
1 parent c38f507 commit f0155d0

2 files changed

Lines changed: 114 additions & 83 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
"@types/rails__activestorage": "7.1.1",
188188
"@types/react-dom": "18.3.7",
189189
"@types/react-transition-group": "4.4.12",
190-
"@typescript-eslint/eslint-plugin": "8.31.1",
191-
"@typescript-eslint/parser": "8.31.1",
190+
"@typescript-eslint/eslint-plugin": "8.35.0",
191+
"@typescript-eslint/parser": "8.35.0",
192192
"@typescript-eslint/utils": "^8.8.0",
193193
"@vitejs/plugin-react-swc": "^3.7.2",
194194
"@vitest/coverage-v8": "^3.0.0-beta.3",
@@ -232,7 +232,7 @@
232232
"wrangler": "^4.12.0"
233233
},
234234
"resolutions": {
235-
"@typescript-eslint/parser": "8.31.1",
235+
"@typescript-eslint/parser": "8.35.0",
236236
"react-bootstrap4-modal": "3.0.10",
237237
"rollup": "4.34.4"
238238
},

yarn.lock

Lines changed: 111 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,14 +3626,14 @@ __metadata:
36263626
languageName: node
36273627
linkType: hard
36283628

3629-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
3630-
version: 4.4.0
3631-
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
3629+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.7.0":
3630+
version: 4.7.0
3631+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
36323632
dependencies:
3633-
eslint-visitor-keys: "npm:^3.3.0"
3633+
eslint-visitor-keys: "npm:^3.4.3"
36343634
peerDependencies:
36353635
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
3636-
checksum: 10c0/7e559c4ce59cd3a06b1b5a517b593912e680a7f981ae7affab0d01d709e99cd5647019be8fafa38c350305bc32f1f7d42c7073edde2ab536c745e365f37b607e
3636+
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
36373637
languageName: node
36383638
linkType: hard
36393639

@@ -7815,115 +7815,139 @@ __metadata:
78157815
languageName: node
78167816
linkType: hard
78177817

7818-
"@typescript-eslint/eslint-plugin@npm:8.31.1":
7819-
version: 8.31.1
7820-
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.1"
7818+
"@typescript-eslint/eslint-plugin@npm:8.35.0":
7819+
version: 8.35.0
7820+
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.0"
78217821
dependencies:
78227822
"@eslint-community/regexpp": "npm:^4.10.0"
7823-
"@typescript-eslint/scope-manager": "npm:8.31.1"
7824-
"@typescript-eslint/type-utils": "npm:8.31.1"
7825-
"@typescript-eslint/utils": "npm:8.31.1"
7826-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
7823+
"@typescript-eslint/scope-manager": "npm:8.35.0"
7824+
"@typescript-eslint/type-utils": "npm:8.35.0"
7825+
"@typescript-eslint/utils": "npm:8.35.0"
7826+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
78277827
graphemer: "npm:^1.4.0"
7828-
ignore: "npm:^5.3.1"
7828+
ignore: "npm:^7.0.0"
78297829
natural-compare: "npm:^1.4.0"
7830-
ts-api-utils: "npm:^2.0.1"
7830+
ts-api-utils: "npm:^2.1.0"
78317831
peerDependencies:
7832-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
7832+
"@typescript-eslint/parser": ^8.35.0
78337833
eslint: ^8.57.0 || ^9.0.0
78347834
typescript: ">=4.8.4 <5.9.0"
7835-
checksum: 10c0/9d805ab413a666fd2eefb16f257fbf3cea7278ccaf0db30ceb686dfe696e4f40b3aa7c336261c7f0a39a51a7c32a4f08d3d4f16bba0e764ac12c93ae94d82896
7835+
checksum: 10c0/27391f1b168a175fdc62370e5afe51317d4433115abbbff8ee0aea8ecd7bf6dd541a76f8e0cc94119750ae3146863204862640acb45394f0b92809e88d39f881
78367836
languageName: node
78377837
linkType: hard
78387838

7839-
"@typescript-eslint/parser@npm:8.31.1":
7840-
version: 8.31.1
7841-
resolution: "@typescript-eslint/parser@npm:8.31.1"
7839+
"@typescript-eslint/parser@npm:8.35.0":
7840+
version: 8.35.0
7841+
resolution: "@typescript-eslint/parser@npm:8.35.0"
78427842
dependencies:
7843-
"@typescript-eslint/scope-manager": "npm:8.31.1"
7844-
"@typescript-eslint/types": "npm:8.31.1"
7845-
"@typescript-eslint/typescript-estree": "npm:8.31.1"
7846-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
7843+
"@typescript-eslint/scope-manager": "npm:8.35.0"
7844+
"@typescript-eslint/types": "npm:8.35.0"
7845+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
7846+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
78477847
debug: "npm:^4.3.4"
78487848
peerDependencies:
78497849
eslint: ^8.57.0 || ^9.0.0
78507850
typescript: ">=4.8.4 <5.9.0"
7851-
checksum: 10c0/4fffaddbe443fc6a512042b6a777a8b7d9775938b26f54d86279b232b9b3967d90d6bfd65aca0ff010d377855df19708c918545f51cedc51b1688726201added
7851+
checksum: 10c0/8f1cda98f8bee3d79266974e5e5c831a0ca473e928fb16f1dc1c85ee24f2cb9c0fcf3c1bcbbef9d6044cf063f6e59d3198b766a27000776830fe591043e11625
78527852
languageName: node
78537853
linkType: hard
78547854

7855-
"@typescript-eslint/scope-manager@npm:8.31.1":
7856-
version: 8.31.1
7857-
resolution: "@typescript-eslint/scope-manager@npm:8.31.1"
7855+
"@typescript-eslint/project-service@npm:8.35.0":
7856+
version: 8.35.0
7857+
resolution: "@typescript-eslint/project-service@npm:8.35.0"
78587858
dependencies:
7859-
"@typescript-eslint/types": "npm:8.31.1"
7860-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
7861-
checksum: 10c0/759cfaa922f8bc97ecdcfe583df88ad31b04d02a865efc2c6dab622374c9f32839054596193ec3b1c478d8a73690999cbd996e1092605f41a54bbe6a9a62bbf3
7859+
"@typescript-eslint/tsconfig-utils": "npm:^8.35.0"
7860+
"@typescript-eslint/types": "npm:^8.35.0"
7861+
debug: "npm:^4.3.4"
7862+
peerDependencies:
7863+
typescript: ">=4.8.4 <5.9.0"
7864+
checksum: 10c0/c2d6d44b6b2ff3ecabec8ade824163196799060ac457661eb94049487d770ce68d128b33a2f24090adf1ebcb66ff6c9a05fc6659349b9a0784a5a080ecf8ff81
78627865
languageName: node
78637866
linkType: hard
78647867

7865-
"@typescript-eslint/type-utils@npm:8.31.1":
7866-
version: 8.31.1
7867-
resolution: "@typescript-eslint/type-utils@npm:8.31.1"
7868+
"@typescript-eslint/scope-manager@npm:8.35.0":
7869+
version: 8.35.0
7870+
resolution: "@typescript-eslint/scope-manager@npm:8.35.0"
78687871
dependencies:
7869-
"@typescript-eslint/typescript-estree": "npm:8.31.1"
7870-
"@typescript-eslint/utils": "npm:8.31.1"
7872+
"@typescript-eslint/types": "npm:8.35.0"
7873+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
7874+
checksum: 10c0/a27cf27a1852bb0d6ea08f475fcc79557f1977be96ef563d92127e8011e4065566441c32c40eb7a530111ffd3a8489919da7f8a2b7466a610cfc9c07670a9601
7875+
languageName: node
7876+
linkType: hard
7877+
7878+
"@typescript-eslint/tsconfig-utils@npm:8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0":
7879+
version: 8.35.0
7880+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.0"
7881+
peerDependencies:
7882+
typescript: ">=4.8.4 <5.9.0"
7883+
checksum: 10c0/baa18e7137ba72f7d138f50d1168e8f334198a36499f954821e2369027e5b3d53ca93c354943e7782ba5caab604b050af10f353ccca34fbc0b23c48d6174832f
7884+
languageName: node
7885+
linkType: hard
7886+
7887+
"@typescript-eslint/type-utils@npm:8.35.0":
7888+
version: 8.35.0
7889+
resolution: "@typescript-eslint/type-utils@npm:8.35.0"
7890+
dependencies:
7891+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
7892+
"@typescript-eslint/utils": "npm:8.35.0"
78717893
debug: "npm:^4.3.4"
7872-
ts-api-utils: "npm:^2.0.1"
7894+
ts-api-utils: "npm:^2.1.0"
78737895
peerDependencies:
78747896
eslint: ^8.57.0 || ^9.0.0
78757897
typescript: ">=4.8.4 <5.9.0"
7876-
checksum: 10c0/ea5369cf200cd48f26e2c6013c81f5915cc933117e011537a7424402a1ebececc8a39e290b9572a7876a237116fbd75e9ba9313c9898ab828f5a814ab26066d2
7898+
checksum: 10c0/9e23a332484a055eb73ba8918f95a981e0cec8fa623ba9ee0b57328af052628d630a415e32e0dbe95318574e62d4066f8aecc994728b3cedd906f36c616ec362
78777899
languageName: node
78787900
linkType: hard
78797901

7880-
"@typescript-eslint/types@npm:8.31.1":
7881-
version: 8.31.1
7882-
resolution: "@typescript-eslint/types@npm:8.31.1"
7883-
checksum: 10c0/d52692559028b71d8bfda4f098c7fa08e272c11cf9dd99ea9e1cfb00036c0849d6d53694e047a942c6568b3bf5637512e46356de70b412a9216ec6cfb8b2b950
7902+
"@typescript-eslint/types@npm:8.35.0, @typescript-eslint/types@npm:^8.35.0":
7903+
version: 8.35.0
7904+
resolution: "@typescript-eslint/types@npm:8.35.0"
7905+
checksum: 10c0/a2711a932680805e83252b5d7c55ac30437bdc4d40c444606cf6ccb6ba23a682da015ec03c64635e77bf733f84d9bb76810bf4f7177fd3a660db8a2c8a05e845
78847906
languageName: node
78857907
linkType: hard
78867908

7887-
"@typescript-eslint/typescript-estree@npm:8.31.1":
7888-
version: 8.31.1
7889-
resolution: "@typescript-eslint/typescript-estree@npm:8.31.1"
7909+
"@typescript-eslint/typescript-estree@npm:8.35.0":
7910+
version: 8.35.0
7911+
resolution: "@typescript-eslint/typescript-estree@npm:8.35.0"
78907912
dependencies:
7891-
"@typescript-eslint/types": "npm:8.31.1"
7892-
"@typescript-eslint/visitor-keys": "npm:8.31.1"
7913+
"@typescript-eslint/project-service": "npm:8.35.0"
7914+
"@typescript-eslint/tsconfig-utils": "npm:8.35.0"
7915+
"@typescript-eslint/types": "npm:8.35.0"
7916+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
78937917
debug: "npm:^4.3.4"
78947918
fast-glob: "npm:^3.3.2"
78957919
is-glob: "npm:^4.0.3"
78967920
minimatch: "npm:^9.0.4"
78977921
semver: "npm:^7.6.0"
7898-
ts-api-utils: "npm:^2.0.1"
7922+
ts-api-utils: "npm:^2.1.0"
78997923
peerDependencies:
79007924
typescript: ">=4.8.4 <5.9.0"
7901-
checksum: 10c0/77059f204389d2d1b6db32d4df63473c99f5bd051218200f257531c2d2b2e3f237b23aa80a79baebc9ca8a776636867f1fd2d03533d207da2685d740e2c7fbef
7925+
checksum: 10c0/7e94f6a92efc5832289e8bfd0b61209aa501224c935359253c29aeef8e0b981b370ee2a43e2909991c3c3cf709fcccb6380474e0e9a863e8f89e2fbd213aed59
79027926
languageName: node
79037927
linkType: hard
79047928

7905-
"@typescript-eslint/utils@npm:8.31.1, @typescript-eslint/utils@npm:^8.8.0":
7906-
version: 8.31.1
7907-
resolution: "@typescript-eslint/utils@npm:8.31.1"
7929+
"@typescript-eslint/utils@npm:8.35.0, @typescript-eslint/utils@npm:^8.8.0":
7930+
version: 8.35.0
7931+
resolution: "@typescript-eslint/utils@npm:8.35.0"
79087932
dependencies:
7909-
"@eslint-community/eslint-utils": "npm:^4.4.0"
7910-
"@typescript-eslint/scope-manager": "npm:8.31.1"
7911-
"@typescript-eslint/types": "npm:8.31.1"
7912-
"@typescript-eslint/typescript-estree": "npm:8.31.1"
7933+
"@eslint-community/eslint-utils": "npm:^4.7.0"
7934+
"@typescript-eslint/scope-manager": "npm:8.35.0"
7935+
"@typescript-eslint/types": "npm:8.35.0"
7936+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
79137937
peerDependencies:
79147938
eslint: ^8.57.0 || ^9.0.0
79157939
typescript: ">=4.8.4 <5.9.0"
7916-
checksum: 10c0/6190551702605aa60e67828163cb5880eee7ab5f1ee789d32227e4f4297d80ea9be98776400fd0660551dcbcac2a35babef33dd94267856dcb6f36c9c94f11ab
7940+
checksum: 10c0/e3317df7875305bee16edd573e4bfdafc099f26f9c284d8adb351333683aacd5b668320870653dff7ec7e0da1982bbf89dc06197bc193a3be65362f21452dbea
79177941
languageName: node
79187942
linkType: hard
79197943

7920-
"@typescript-eslint/visitor-keys@npm:8.31.1":
7921-
version: 8.31.1
7922-
resolution: "@typescript-eslint/visitor-keys@npm:8.31.1"
7944+
"@typescript-eslint/visitor-keys@npm:8.35.0":
7945+
version: 8.35.0
7946+
resolution: "@typescript-eslint/visitor-keys@npm:8.35.0"
79237947
dependencies:
7924-
"@typescript-eslint/types": "npm:8.31.1"
7925-
eslint-visitor-keys: "npm:^4.2.0"
7926-
checksum: 10c0/09dbd8e1fdff72802a10bae2c12fa6d25f7e2dab1ff9b720afc2eb4e848b723c179109032aeaeb409d0c9e4107ab4fab8c8b1b47a55d58713d3f29a1365db3ea
7948+
"@typescript-eslint/types": "npm:8.35.0"
7949+
eslint-visitor-keys: "npm:^4.2.1"
7950+
checksum: 10c0/df18ca9b6931cb58f5dc404fcc94f9e0cc1c22f3053c7013ab588bb8ccccd3d58a70c577c01267845d57fa124a8cf8371260d284dad97505c56b2abcf70a3dce
79277951
languageName: node
79287952
linkType: hard
79297953

@@ -12584,17 +12608,17 @@ __metadata:
1258412608
languageName: node
1258512609
linkType: hard
1258612610

12587-
"eslint-visitor-keys@npm:^3.3.0":
12611+
"eslint-visitor-keys@npm:^3.4.3":
1258812612
version: 3.4.3
1258912613
resolution: "eslint-visitor-keys@npm:3.4.3"
1259012614
checksum: 10c0/92708e882c0a5ffd88c23c0b404ac1628cf20104a108c745f240a13c332a11aac54f49a22d5762efbffc18ecbc9a580d1b7ad034bf5f3cc3307e5cbff2ec9820
1259112615
languageName: node
1259212616
linkType: hard
1259312617

12594-
"eslint-visitor-keys@npm:^4.2.0":
12595-
version: 4.2.0
12596-
resolution: "eslint-visitor-keys@npm:4.2.0"
12597-
checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269
12618+
"eslint-visitor-keys@npm:^4.2.0, eslint-visitor-keys@npm:^4.2.1":
12619+
version: 4.2.1
12620+
resolution: "eslint-visitor-keys@npm:4.2.1"
12621+
checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43
1259812622
languageName: node
1259912623
linkType: hard
1260012624

@@ -14878,13 +14902,20 @@ __metadata:
1487814902
languageName: node
1487914903
linkType: hard
1488014904

14881-
"ignore@npm:^5.2.0, ignore@npm:^5.3.1":
14905+
"ignore@npm:^5.2.0":
1488214906
version: 5.3.1
1488314907
resolution: "ignore@npm:5.3.1"
1488414908
checksum: 10c0/703f7f45ffb2a27fb2c5a8db0c32e7dee66b33a225d28e8db4e1be6474795f606686a6e3bcc50e1aa12f2042db4c9d4a7d60af3250511de74620fbed052ea4cd
1488514909
languageName: node
1488614910
linkType: hard
1488714911

14912+
"ignore@npm:^7.0.0":
14913+
version: 7.0.5
14914+
resolution: "ignore@npm:7.0.5"
14915+
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
14916+
languageName: node
14917+
linkType: hard
14918+
1488814919
"image-size@npm:^1.0.2":
1488914920
version: 1.0.2
1489014921
resolution: "image-size@npm:1.0.2"
@@ -21907,8 +21938,8 @@ __metadata:
2190721938
"@types/tinycolor2": "npm:1.4.6"
2190821939
"@types/uuid": "npm:10.0.0"
2190921940
"@types/zxcvbn": "npm:4.4.5"
21910-
"@typescript-eslint/eslint-plugin": "npm:8.31.1"
21911-
"@typescript-eslint/parser": "npm:8.31.1"
21941+
"@typescript-eslint/eslint-plugin": "npm:8.35.0"
21942+
"@typescript-eslint/parser": "npm:8.35.0"
2191221943
"@typescript-eslint/utils": "npm:^8.8.0"
2191321944
"@vitejs/plugin-react-swc": "npm:^3.7.2"
2191421945
"@vitest/coverage-v8": "npm:^3.0.0-beta.3"
@@ -23913,12 +23944,12 @@ __metadata:
2391323944
languageName: node
2391423945
linkType: hard
2391523946

23916-
"ts-api-utils@npm:^2.0.1":
23917-
version: 2.0.1
23918-
resolution: "ts-api-utils@npm:2.0.1"
23947+
"ts-api-utils@npm:^2.1.0":
23948+
version: 2.1.0
23949+
resolution: "ts-api-utils@npm:2.1.0"
2391923950
peerDependencies:
2392023951
typescript: ">=4.8.4"
23921-
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
23952+
checksum: 10c0/9806a38adea2db0f6aa217ccc6bc9c391ddba338a9fe3080676d0d50ed806d305bb90e8cef0276e793d28c8a929f400abb184ddd7ff83a416959c0f4d2ce754f
2392223953
languageName: node
2392323954
linkType: hard
2392423955

@@ -24231,16 +24262,16 @@ __metadata:
2423124262
linkType: hard
2423224263

2423324264
"typescript-eslint@npm:^8.20.0":
24234-
version: 8.31.1
24235-
resolution: "typescript-eslint@npm:8.31.1"
24265+
version: 8.35.0
24266+
resolution: "typescript-eslint@npm:8.35.0"
2423624267
dependencies:
24237-
"@typescript-eslint/eslint-plugin": "npm:8.31.1"
24238-
"@typescript-eslint/parser": "npm:8.31.1"
24239-
"@typescript-eslint/utils": "npm:8.31.1"
24268+
"@typescript-eslint/eslint-plugin": "npm:8.35.0"
24269+
"@typescript-eslint/parser": "npm:8.35.0"
24270+
"@typescript-eslint/utils": "npm:8.35.0"
2424024271
peerDependencies:
2424124272
eslint: ^8.57.0 || ^9.0.0
2424224273
typescript: ">=4.8.4 <5.9.0"
24243-
checksum: 10c0/58c096b96cb2262df3e3b52f06c0fc2020dc9f9d34b8a3d5331b0c7895e949ba1de43b7406d34b3cface2d1634f7e947e4c7759bf33819c92f8fb2bd67681bf1
24274+
checksum: 10c0/ba034fc25731c01c12de7564c05eb58b22072b14b9cb6469d79b2a0c70dff45d646423b8d6d7f2f6ca40310101f2bd0a843c1c51b8c51cfec556ca0723f5df2d
2424424275
languageName: node
2424524276
linkType: hard
2424624277

0 commit comments

Comments
 (0)