Skip to content

Commit bfb54ff

Browse files
Update typescript-eslint monorepo to v8.57.1
1 parent 63f1496 commit bfb54ff

2 files changed

Lines changed: 33 additions & 175 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"@types/react": "19.2.7",
101101
"@types/react-test-renderer": "19.1.0",
102102
"@types/ws": "8.18.1",
103-
"@typescript-eslint/eslint-plugin": "8.50.0",
104-
"@typescript-eslint/parser": "8.50.0",
103+
"@typescript-eslint/eslint-plugin": "8.57.1",
104+
"@typescript-eslint/parser": "8.57.1",
105105
"babel-loader": "9.1.3",
106106
"babel-plugin-react-docgen-typescript": "1.5.1",
107107
"babel-plugin-transform-inline-environment-variables": "0.4.4",

β€Žyarn.lockβ€Ž

Lines changed: 31 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ __metadata:
19951995
languageName: node
19961996
linkType: hard
19971997

1998-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.7.0, @eslint-community/eslint-utils@npm:^4.9.1":
1998+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.9.1":
19991999
version: 4.9.1
20002000
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
20012001
dependencies:
@@ -2006,7 +2006,7 @@ __metadata:
20062006
languageName: node
20072007
linkType: hard
20082008

2009-
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.2, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1":
2009+
"@eslint-community/regexpp@npm:^4.12.2, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1":
20102010
version: 4.12.2
20112011
resolution: "@eslint-community/regexpp@npm:4.12.2"
20122012
checksum: 10/049b280fddf71dd325514e0a520024969431dc3a8b02fa77476e6820e9122f28ab4c9168c11821f91a27982d2453bcd7a66193356ea84e84fb7c8d793be1ba0c
@@ -5453,23 +5453,23 @@ __metadata:
54535453
languageName: node
54545454
linkType: hard
54555455

5456-
"@typescript-eslint/eslint-plugin@npm:8.50.0":
5457-
version: 8.50.0
5458-
resolution: "@typescript-eslint/eslint-plugin@npm:8.50.0"
5456+
"@typescript-eslint/eslint-plugin@npm:8.57.1, @typescript-eslint/eslint-plugin@npm:^8.36.0":
5457+
version: 8.57.1
5458+
resolution: "@typescript-eslint/eslint-plugin@npm:8.57.1"
54595459
dependencies:
5460-
"@eslint-community/regexpp": "npm:^4.10.0"
5461-
"@typescript-eslint/scope-manager": "npm:8.50.0"
5462-
"@typescript-eslint/type-utils": "npm:8.50.0"
5463-
"@typescript-eslint/utils": "npm:8.50.0"
5464-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5465-
ignore: "npm:^7.0.0"
5460+
"@eslint-community/regexpp": "npm:^4.12.2"
5461+
"@typescript-eslint/scope-manager": "npm:8.57.1"
5462+
"@typescript-eslint/type-utils": "npm:8.57.1"
5463+
"@typescript-eslint/utils": "npm:8.57.1"
5464+
"@typescript-eslint/visitor-keys": "npm:8.57.1"
5465+
ignore: "npm:^7.0.5"
54665466
natural-compare: "npm:^1.4.0"
5467-
ts-api-utils: "npm:^2.1.0"
5467+
ts-api-utils: "npm:^2.4.0"
54685468
peerDependencies:
5469-
"@typescript-eslint/parser": ^8.50.0
5470-
eslint: ^8.57.0 || ^9.0.0
5469+
"@typescript-eslint/parser": ^8.57.1
5470+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
54715471
typescript: ">=4.8.4 <6.0.0"
5472-
checksum: 10/e35e7857c9e88aa075307c1775ebf009956cd226e8f76df9144799b32120274fd4470408777e60b84bdedc675cf863f108abda5fb6f9be61d06d0316bf427b57
5472+
checksum: 10/339a1c3204d45b41cdfab210de624cdd621c6c3928beea018e9deca95aa62fd6bd38b380f858e4f548498bf5fc8b26375286e6f8e7be12e92db7e42161bf31a3
54735473
languageName: node
54745474
linkType: hard
54755475

@@ -5519,26 +5519,6 @@ __metadata:
55195519
languageName: node
55205520
linkType: hard
55215521

5522-
"@typescript-eslint/eslint-plugin@npm:^8.36.0":
5523-
version: 8.57.1
5524-
resolution: "@typescript-eslint/eslint-plugin@npm:8.57.1"
5525-
dependencies:
5526-
"@eslint-community/regexpp": "npm:^4.12.2"
5527-
"@typescript-eslint/scope-manager": "npm:8.57.1"
5528-
"@typescript-eslint/type-utils": "npm:8.57.1"
5529-
"@typescript-eslint/utils": "npm:8.57.1"
5530-
"@typescript-eslint/visitor-keys": "npm:8.57.1"
5531-
ignore: "npm:^7.0.5"
5532-
natural-compare: "npm:^1.4.0"
5533-
ts-api-utils: "npm:^2.4.0"
5534-
peerDependencies:
5535-
"@typescript-eslint/parser": ^8.57.1
5536-
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
5537-
typescript: ">=4.8.4 <6.0.0"
5538-
checksum: 10/339a1c3204d45b41cdfab210de624cdd621c6c3928beea018e9deca95aa62fd6bd38b380f858e4f548498bf5fc8b26375286e6f8e7be12e92db7e42161bf31a3
5539-
languageName: node
5540-
linkType: hard
5541-
55425522
"@typescript-eslint/experimental-utils@npm:4.33.0, @typescript-eslint/experimental-utils@npm:^4.0.1":
55435523
version: 4.33.0
55445524
resolution: "@typescript-eslint/experimental-utils@npm:4.33.0"
@@ -5566,19 +5546,19 @@ __metadata:
55665546
languageName: node
55675547
linkType: hard
55685548

5569-
"@typescript-eslint/parser@npm:8.50.0":
5570-
version: 8.50.0
5571-
resolution: "@typescript-eslint/parser@npm:8.50.0"
5549+
"@typescript-eslint/parser@npm:8.57.1, @typescript-eslint/parser@npm:^8.36.0":
5550+
version: 8.57.1
5551+
resolution: "@typescript-eslint/parser@npm:8.57.1"
55725552
dependencies:
5573-
"@typescript-eslint/scope-manager": "npm:8.50.0"
5574-
"@typescript-eslint/types": "npm:8.50.0"
5575-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
5576-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5577-
debug: "npm:^4.3.4"
5553+
"@typescript-eslint/scope-manager": "npm:8.57.1"
5554+
"@typescript-eslint/types": "npm:8.57.1"
5555+
"@typescript-eslint/typescript-estree": "npm:8.57.1"
5556+
"@typescript-eslint/visitor-keys": "npm:8.57.1"
5557+
debug: "npm:^4.4.3"
55785558
peerDependencies:
5579-
eslint: ^8.57.0 || ^9.0.0
5559+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
55805560
typescript: ">=4.8.4 <6.0.0"
5581-
checksum: 10/4c3a1011f9122def7b184cdbbc93f2be4167adda787085edb9cee9493957625b0611c0000b8e6d9c6003a0ad2945f2e7db56b31649f03e4c58a59c4d310234b6
5561+
checksum: 10/b6b84c15f99221d23f2e1c1dc9db5eae0a7a6ff6eaeb4daa8ed8f1ee464c79dfd70041c2239f9387f778ee171c9c832cc3be7e9ba1d993cbe1b421cdecd2a51f
55825562
languageName: node
55835563
linkType: hard
55845564

@@ -5616,35 +5596,6 @@ __metadata:
56165596
languageName: node
56175597
linkType: hard
56185598

5619-
"@typescript-eslint/parser@npm:^8.36.0":
5620-
version: 8.57.1
5621-
resolution: "@typescript-eslint/parser@npm:8.57.1"
5622-
dependencies:
5623-
"@typescript-eslint/scope-manager": "npm:8.57.1"
5624-
"@typescript-eslint/types": "npm:8.57.1"
5625-
"@typescript-eslint/typescript-estree": "npm:8.57.1"
5626-
"@typescript-eslint/visitor-keys": "npm:8.57.1"
5627-
debug: "npm:^4.4.3"
5628-
peerDependencies:
5629-
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
5630-
typescript: ">=4.8.4 <6.0.0"
5631-
checksum: 10/b6b84c15f99221d23f2e1c1dc9db5eae0a7a6ff6eaeb4daa8ed8f1ee464c79dfd70041c2239f9387f778ee171c9c832cc3be7e9ba1d993cbe1b421cdecd2a51f
5632-
languageName: node
5633-
linkType: hard
5634-
5635-
"@typescript-eslint/project-service@npm:8.50.0":
5636-
version: 8.50.0
5637-
resolution: "@typescript-eslint/project-service@npm:8.50.0"
5638-
dependencies:
5639-
"@typescript-eslint/tsconfig-utils": "npm:^8.50.0"
5640-
"@typescript-eslint/types": "npm:^8.50.0"
5641-
debug: "npm:^4.3.4"
5642-
peerDependencies:
5643-
typescript: ">=4.8.4 <6.0.0"
5644-
checksum: 10/d503d270bf62750d96caafa1635297b4be35176361f6f27b30f25ca5b476145d74c914da3ec8f5fc88ee646aa2d809becbe509a81650fd2b2a74179956371329
5645-
languageName: node
5646-
linkType: hard
5647-
56485599
"@typescript-eslint/project-service@npm:8.57.1":
56495600
version: 8.57.1
56505601
resolution: "@typescript-eslint/project-service@npm:8.57.1"
@@ -5688,16 +5639,6 @@ __metadata:
56885639
languageName: node
56895640
linkType: hard
56905641

5691-
"@typescript-eslint/scope-manager@npm:8.50.0":
5692-
version: 8.50.0
5693-
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
5694-
dependencies:
5695-
"@typescript-eslint/types": "npm:8.50.0"
5696-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5697-
checksum: 10/db4e33efacbd4f18a19a6bd9ac1ac9d6857f67a1d076a4d7f8569a4089ae676ab2a85667ae0bec8e21a32ff5398a5358af3ddcb83212c014165ee54aca6b0f13
5698-
languageName: node
5699-
linkType: hard
5700-
57015642
"@typescript-eslint/scope-manager@npm:8.57.1":
57025643
version: 8.57.1
57035644
resolution: "@typescript-eslint/scope-manager@npm:8.57.1"
@@ -5708,16 +5649,7 @@ __metadata:
57085649
languageName: node
57095650
linkType: hard
57105651

5711-
"@typescript-eslint/tsconfig-utils@npm:8.50.0":
5712-
version: 8.50.0
5713-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
5714-
peerDependencies:
5715-
typescript: ">=4.8.4 <6.0.0"
5716-
checksum: 10/d43caece5c42db7561bcd49c0d3d829abd3ba8faf2d20eb57c60ddd0248afe6df76a5f1f11ec9d6b84153e0bb9e4f92929d6fd83789b520bc64fc51a69b68ba2
5717-
languageName: node
5718-
linkType: hard
5719-
5720-
"@typescript-eslint/tsconfig-utils@npm:8.57.1, @typescript-eslint/tsconfig-utils@npm:^8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.57.1":
5652+
"@typescript-eslint/tsconfig-utils@npm:8.57.1, @typescript-eslint/tsconfig-utils@npm:^8.57.1":
57215653
version: 8.57.1
57225654
resolution: "@typescript-eslint/tsconfig-utils@npm:8.57.1"
57235655
peerDependencies:
@@ -5743,22 +5675,6 @@ __metadata:
57435675
languageName: node
57445676
linkType: hard
57455677

5746-
"@typescript-eslint/type-utils@npm:8.50.0":
5747-
version: 8.50.0
5748-
resolution: "@typescript-eslint/type-utils@npm:8.50.0"
5749-
dependencies:
5750-
"@typescript-eslint/types": "npm:8.50.0"
5751-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
5752-
"@typescript-eslint/utils": "npm:8.50.0"
5753-
debug: "npm:^4.3.4"
5754-
ts-api-utils: "npm:^2.1.0"
5755-
peerDependencies:
5756-
eslint: ^8.57.0 || ^9.0.0
5757-
typescript: ">=4.8.4 <6.0.0"
5758-
checksum: 10/60ea2500f8dcf1093ec49ffaa3063fb207c482f8fd88b8cde737e10aa67cf2bd49e5052623a6f4b4f7e1569c282b8eadb44ed3f34074ed56c1bd50167d00f61a
5759-
languageName: node
5760-
linkType: hard
5761-
57625678
"@typescript-eslint/type-utils@npm:8.57.1":
57635679
version: 8.57.1
57645680
resolution: "@typescript-eslint/type-utils@npm:8.57.1"
@@ -5796,14 +5712,7 @@ __metadata:
57965712
languageName: node
57975713
linkType: hard
57985714

5799-
"@typescript-eslint/types@npm:8.50.0":
5800-
version: 8.50.0
5801-
resolution: "@typescript-eslint/types@npm:8.50.0"
5802-
checksum: 10/110be118027f64741b6c614fb1f7b8b62325019a68bf9f734842eb7c36d7c03722b2b50d574ee28b554906a015812768c018428de9b387b998b7129115de9f4a
5803-
languageName: node
5804-
linkType: hard
5805-
5806-
"@typescript-eslint/types@npm:8.57.1, @typescript-eslint/types@npm:^8.50.0, @typescript-eslint/types@npm:^8.57.1":
5715+
"@typescript-eslint/types@npm:8.57.1, @typescript-eslint/types@npm:^8.57.1":
58075716
version: 8.57.1
58085717
resolution: "@typescript-eslint/types@npm:8.57.1"
58095718
checksum: 10/3480785a7e833061579cf39f1f0e742925897ffb6510f5acbf4784f11eb60a5e737fc26e63b229c7cd1db5c39a1bf2f17d4c663be6c33b1a7db0ff0874f4fe35
@@ -5865,25 +5774,6 @@ __metadata:
58655774
languageName: node
58665775
linkType: hard
58675776

5868-
"@typescript-eslint/typescript-estree@npm:8.50.0":
5869-
version: 8.50.0
5870-
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
5871-
dependencies:
5872-
"@typescript-eslint/project-service": "npm:8.50.0"
5873-
"@typescript-eslint/tsconfig-utils": "npm:8.50.0"
5874-
"@typescript-eslint/types": "npm:8.50.0"
5875-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5876-
debug: "npm:^4.3.4"
5877-
minimatch: "npm:^9.0.4"
5878-
semver: "npm:^7.6.0"
5879-
tinyglobby: "npm:^0.2.15"
5880-
ts-api-utils: "npm:^2.1.0"
5881-
peerDependencies:
5882-
typescript: ">=4.8.4 <6.0.0"
5883-
checksum: 10/824df4f062f8d3c512bc6eb70b4cc84cd72329f312c8c10628d66771efc74b2d5e2f2096a52438e0decc231fedf81ade9f07fe8cfb3b19325750256ea61c11c0
5884-
languageName: node
5885-
linkType: hard
5886-
58875777
"@typescript-eslint/typescript-estree@npm:8.57.1":
58885778
version: 8.57.1
58895779
resolution: "@typescript-eslint/typescript-estree@npm:8.57.1"
@@ -5921,21 +5811,6 @@ __metadata:
59215811
languageName: node
59225812
linkType: hard
59235813

5924-
"@typescript-eslint/utils@npm:8.50.0":
5925-
version: 8.50.0
5926-
resolution: "@typescript-eslint/utils@npm:8.50.0"
5927-
dependencies:
5928-
"@eslint-community/eslint-utils": "npm:^4.7.0"
5929-
"@typescript-eslint/scope-manager": "npm:8.50.0"
5930-
"@typescript-eslint/types": "npm:8.50.0"
5931-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
5932-
peerDependencies:
5933-
eslint: ^8.57.0 || ^9.0.0
5934-
typescript: ">=4.8.4 <6.0.0"
5935-
checksum: 10/796899c1b7d7559734d50a64bf1f78a7e10325f66af10749410e037e299c9bce583cc04a3c957819edadbfd5726d643dc44ca3d6b4767d99aebeb0e8ed657d53
5936-
languageName: node
5937-
linkType: hard
5938-
59395814
"@typescript-eslint/utils@npm:8.57.1, @typescript-eslint/utils@npm:^8.0.0":
59405815
version: 8.57.1
59415816
resolution: "@typescript-eslint/utils@npm:8.57.1"
@@ -5995,16 +5870,6 @@ __metadata:
59955870
languageName: node
59965871
linkType: hard
59975872

5998-
"@typescript-eslint/visitor-keys@npm:8.50.0":
5999-
version: 8.50.0
6000-
resolution: "@typescript-eslint/visitor-keys@npm:8.50.0"
6001-
dependencies:
6002-
"@typescript-eslint/types": "npm:8.50.0"
6003-
eslint-visitor-keys: "npm:^4.2.1"
6004-
checksum: 10/45703f0899a5627dabb22d7fbc83d1d771e8238bf8ffe712dfaf255140ba248a019829824396420e239737cde897723971d62c48d321aa59e5aae9f186ff87cd
6005-
languageName: node
6006-
linkType: hard
6007-
60085873
"@typescript-eslint/visitor-keys@npm:8.57.1":
60095874
version: 8.57.1
60105875
resolution: "@typescript-eslint/visitor-keys@npm:8.57.1"
@@ -10923,13 +10788,6 @@ __metadata:
1092310788
languageName: node
1092410789
linkType: hard
1092510790

10926-
"eslint-visitor-keys@npm:^4.2.1":
10927-
version: 4.2.1
10928-
resolution: "eslint-visitor-keys@npm:4.2.1"
10929-
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
10930-
languageName: node
10931-
linkType: hard
10932-
1093310791
"eslint-visitor-keys@npm:^5.0.0":
1093410792
version: 5.0.1
1093510793
resolution: "eslint-visitor-keys@npm:5.0.1"
@@ -13170,7 +13028,7 @@ __metadata:
1317013028
languageName: node
1317113029
linkType: hard
1317213030

13173-
"ignore@npm:^7.0.0, ignore@npm:^7.0.5":
13031+
"ignore@npm:^7.0.5":
1317413032
version: 7.0.5
1317513033
resolution: "ignore@npm:7.0.5"
1317613034
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
@@ -16453,8 +16311,8 @@ __metadata:
1645316311
"@types/react": "npm:19.2.7"
1645416312
"@types/react-test-renderer": "npm:19.1.0"
1645516313
"@types/ws": "npm:8.18.1"
16456-
"@typescript-eslint/eslint-plugin": "npm:8.50.0"
16457-
"@typescript-eslint/parser": "npm:8.50.0"
16314+
"@typescript-eslint/eslint-plugin": "npm:8.57.1"
16315+
"@typescript-eslint/parser": "npm:8.57.1"
1645816316
babel-loader: "npm:9.1.3"
1645916317
babel-plugin-react-docgen-typescript: "npm:1.5.1"
1646016318
babel-plugin-transform-inline-environment-variables: "npm:0.4.4"
@@ -21532,7 +21390,7 @@ __metadata:
2153221390
languageName: node
2153321391
linkType: hard
2153421392

21535-
"ts-api-utils@npm:^2.1.0, ts-api-utils@npm:^2.4.0":
21393+
"ts-api-utils@npm:^2.4.0":
2153621394
version: 2.4.0
2153721395
resolution: "ts-api-utils@npm:2.4.0"
2153821396
peerDependencies:

0 commit comments

Comments
Β (0)