Skip to content

Commit 76fadbf

Browse files
Update typescript-eslint monorepo to v8.55.0
1 parent bf0c011 commit 76fadbf

2 files changed

Lines changed: 31 additions & 166 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"@types/react": "19.2.7",
8787
"@types/react-test-renderer": "19.1.0",
8888
"@types/ws": "8.18.1",
89-
"@typescript-eslint/eslint-plugin": "8.50.0",
90-
"@typescript-eslint/parser": "8.50.0",
89+
"@typescript-eslint/eslint-plugin": "8.55.0",
90+
"@typescript-eslint/parser": "8.55.0",
9191
"babel-loader": "9.1.3",
9292
"babel-plugin-react-docgen-typescript": "1.5.1",
9393
"babel-plugin-transform-inline-environment-variables": "0.4.4",

β€Žyarn.lockβ€Ž

Lines changed: 29 additions & 164 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ __metadata:
19081908
languageName: node
19091909
linkType: hard
19101910

1911-
"@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":
1911+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.9.1":
19121912
version: 4.9.1
19131913
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
19141914
dependencies:
@@ -1919,7 +1919,7 @@ __metadata:
19191919
languageName: node
19201920
linkType: hard
19211921

1922-
"@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":
1922+
"@eslint-community/regexpp@npm:^4.12.2, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1":
19231923
version: 4.12.2
19241924
resolution: "@eslint-community/regexpp@npm:4.12.2"
19251925
checksum: 10/049b280fddf71dd325514e0a520024969431dc3a8b02fa77476e6820e9122f28ab4c9168c11821f91a27982d2453bcd7a66193356ea84e84fb7c8d793be1ba0c
@@ -5346,23 +5346,23 @@ __metadata:
53465346
languageName: node
53475347
linkType: hard
53485348

5349-
"@typescript-eslint/eslint-plugin@npm:8.50.0":
5350-
version: 8.50.0
5351-
resolution: "@typescript-eslint/eslint-plugin@npm:8.50.0"
5349+
"@typescript-eslint/eslint-plugin@npm:8.55.0, @typescript-eslint/eslint-plugin@npm:^8.36.0":
5350+
version: 8.55.0
5351+
resolution: "@typescript-eslint/eslint-plugin@npm:8.55.0"
53525352
dependencies:
5353-
"@eslint-community/regexpp": "npm:^4.10.0"
5354-
"@typescript-eslint/scope-manager": "npm:8.50.0"
5355-
"@typescript-eslint/type-utils": "npm:8.50.0"
5356-
"@typescript-eslint/utils": "npm:8.50.0"
5357-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5358-
ignore: "npm:^7.0.0"
5353+
"@eslint-community/regexpp": "npm:^4.12.2"
5354+
"@typescript-eslint/scope-manager": "npm:8.55.0"
5355+
"@typescript-eslint/type-utils": "npm:8.55.0"
5356+
"@typescript-eslint/utils": "npm:8.55.0"
5357+
"@typescript-eslint/visitor-keys": "npm:8.55.0"
5358+
ignore: "npm:^7.0.5"
53595359
natural-compare: "npm:^1.4.0"
5360-
ts-api-utils: "npm:^2.1.0"
5360+
ts-api-utils: "npm:^2.4.0"
53615361
peerDependencies:
5362-
"@typescript-eslint/parser": ^8.50.0
5362+
"@typescript-eslint/parser": ^8.55.0
53635363
eslint: ^8.57.0 || ^9.0.0
53645364
typescript: ">=4.8.4 <6.0.0"
5365-
checksum: 10/e35e7857c9e88aa075307c1775ebf009956cd226e8f76df9144799b32120274fd4470408777e60b84bdedc675cf863f108abda5fb6f9be61d06d0316bf427b57
5365+
checksum: 10/b654130700b45077c6892f703c14e964d1facb76e1816e38d0707501e7f331ff0acf2b0b88daa2c5f4fffeabd2f04a5a723e1a28ff4e88bc267e60515584ce3a
53665366
languageName: node
53675367
linkType: hard
53685368

@@ -5412,26 +5412,6 @@ __metadata:
54125412
languageName: node
54135413
linkType: hard
54145414

5415-
"@typescript-eslint/eslint-plugin@npm:^8.36.0":
5416-
version: 8.55.0
5417-
resolution: "@typescript-eslint/eslint-plugin@npm:8.55.0"
5418-
dependencies:
5419-
"@eslint-community/regexpp": "npm:^4.12.2"
5420-
"@typescript-eslint/scope-manager": "npm:8.55.0"
5421-
"@typescript-eslint/type-utils": "npm:8.55.0"
5422-
"@typescript-eslint/utils": "npm:8.55.0"
5423-
"@typescript-eslint/visitor-keys": "npm:8.55.0"
5424-
ignore: "npm:^7.0.5"
5425-
natural-compare: "npm:^1.4.0"
5426-
ts-api-utils: "npm:^2.4.0"
5427-
peerDependencies:
5428-
"@typescript-eslint/parser": ^8.55.0
5429-
eslint: ^8.57.0 || ^9.0.0
5430-
typescript: ">=4.8.4 <6.0.0"
5431-
checksum: 10/b654130700b45077c6892f703c14e964d1facb76e1816e38d0707501e7f331ff0acf2b0b88daa2c5f4fffeabd2f04a5a723e1a28ff4e88bc267e60515584ce3a
5432-
languageName: node
5433-
linkType: hard
5434-
54355415
"@typescript-eslint/experimental-utils@npm:4.33.0, @typescript-eslint/experimental-utils@npm:^4.0.1":
54365416
version: 4.33.0
54375417
resolution: "@typescript-eslint/experimental-utils@npm:4.33.0"
@@ -5459,19 +5439,19 @@ __metadata:
54595439
languageName: node
54605440
linkType: hard
54615441

5462-
"@typescript-eslint/parser@npm:8.50.0":
5463-
version: 8.50.0
5464-
resolution: "@typescript-eslint/parser@npm:8.50.0"
5442+
"@typescript-eslint/parser@npm:8.55.0, @typescript-eslint/parser@npm:^8.36.0":
5443+
version: 8.55.0
5444+
resolution: "@typescript-eslint/parser@npm:8.55.0"
54655445
dependencies:
5466-
"@typescript-eslint/scope-manager": "npm:8.50.0"
5467-
"@typescript-eslint/types": "npm:8.50.0"
5468-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
5469-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5470-
debug: "npm:^4.3.4"
5446+
"@typescript-eslint/scope-manager": "npm:8.55.0"
5447+
"@typescript-eslint/types": "npm:8.55.0"
5448+
"@typescript-eslint/typescript-estree": "npm:8.55.0"
5449+
"@typescript-eslint/visitor-keys": "npm:8.55.0"
5450+
debug: "npm:^4.4.3"
54715451
peerDependencies:
54725452
eslint: ^8.57.0 || ^9.0.0
54735453
typescript: ">=4.8.4 <6.0.0"
5474-
checksum: 10/4c3a1011f9122def7b184cdbbc93f2be4167adda787085edb9cee9493957625b0611c0000b8e6d9c6003a0ad2945f2e7db56b31649f03e4c58a59c4d310234b6
5454+
checksum: 10/f6140b163ce1fd460fbcc51c79fdaf2825d95764741c2d73271416e13d2302c25fa578fc1e46cb0f4a78867264f7df5ed424c500737cc49084fe0af8ad33c541
54755455
languageName: node
54765456
linkType: hard
54775457

@@ -5509,35 +5489,6 @@ __metadata:
55095489
languageName: node
55105490
linkType: hard
55115491

5512-
"@typescript-eslint/parser@npm:^8.36.0":
5513-
version: 8.55.0
5514-
resolution: "@typescript-eslint/parser@npm:8.55.0"
5515-
dependencies:
5516-
"@typescript-eslint/scope-manager": "npm:8.55.0"
5517-
"@typescript-eslint/types": "npm:8.55.0"
5518-
"@typescript-eslint/typescript-estree": "npm:8.55.0"
5519-
"@typescript-eslint/visitor-keys": "npm:8.55.0"
5520-
debug: "npm:^4.4.3"
5521-
peerDependencies:
5522-
eslint: ^8.57.0 || ^9.0.0
5523-
typescript: ">=4.8.4 <6.0.0"
5524-
checksum: 10/f6140b163ce1fd460fbcc51c79fdaf2825d95764741c2d73271416e13d2302c25fa578fc1e46cb0f4a78867264f7df5ed424c500737cc49084fe0af8ad33c541
5525-
languageName: node
5526-
linkType: hard
5527-
5528-
"@typescript-eslint/project-service@npm:8.50.0":
5529-
version: 8.50.0
5530-
resolution: "@typescript-eslint/project-service@npm:8.50.0"
5531-
dependencies:
5532-
"@typescript-eslint/tsconfig-utils": "npm:^8.50.0"
5533-
"@typescript-eslint/types": "npm:^8.50.0"
5534-
debug: "npm:^4.3.4"
5535-
peerDependencies:
5536-
typescript: ">=4.8.4 <6.0.0"
5537-
checksum: 10/d503d270bf62750d96caafa1635297b4be35176361f6f27b30f25ca5b476145d74c914da3ec8f5fc88ee646aa2d809becbe509a81650fd2b2a74179956371329
5538-
languageName: node
5539-
linkType: hard
5540-
55415492
"@typescript-eslint/project-service@npm:8.55.0":
55425493
version: 8.55.0
55435494
resolution: "@typescript-eslint/project-service@npm:8.55.0"
@@ -5581,16 +5532,6 @@ __metadata:
55815532
languageName: node
55825533
linkType: hard
55835534

5584-
"@typescript-eslint/scope-manager@npm:8.50.0":
5585-
version: 8.50.0
5586-
resolution: "@typescript-eslint/scope-manager@npm:8.50.0"
5587-
dependencies:
5588-
"@typescript-eslint/types": "npm:8.50.0"
5589-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5590-
checksum: 10/db4e33efacbd4f18a19a6bd9ac1ac9d6857f67a1d076a4d7f8569a4089ae676ab2a85667ae0bec8e21a32ff5398a5358af3ddcb83212c014165ee54aca6b0f13
5591-
languageName: node
5592-
linkType: hard
5593-
55945535
"@typescript-eslint/scope-manager@npm:8.55.0":
55955536
version: 8.55.0
55965537
resolution: "@typescript-eslint/scope-manager@npm:8.55.0"
@@ -5601,16 +5542,7 @@ __metadata:
56015542
languageName: node
56025543
linkType: hard
56035544

5604-
"@typescript-eslint/tsconfig-utils@npm:8.50.0":
5605-
version: 8.50.0
5606-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.50.0"
5607-
peerDependencies:
5608-
typescript: ">=4.8.4 <6.0.0"
5609-
checksum: 10/d43caece5c42db7561bcd49c0d3d829abd3ba8faf2d20eb57c60ddd0248afe6df76a5f1f11ec9d6b84153e0bb9e4f92929d6fd83789b520bc64fc51a69b68ba2
5610-
languageName: node
5611-
linkType: hard
5612-
5613-
"@typescript-eslint/tsconfig-utils@npm:8.55.0, @typescript-eslint/tsconfig-utils@npm:^8.50.0, @typescript-eslint/tsconfig-utils@npm:^8.55.0":
5545+
"@typescript-eslint/tsconfig-utils@npm:8.55.0, @typescript-eslint/tsconfig-utils@npm:^8.55.0":
56145546
version: 8.55.0
56155547
resolution: "@typescript-eslint/tsconfig-utils@npm:8.55.0"
56165548
peerDependencies:
@@ -5636,22 +5568,6 @@ __metadata:
56365568
languageName: node
56375569
linkType: hard
56385570

5639-
"@typescript-eslint/type-utils@npm:8.50.0":
5640-
version: 8.50.0
5641-
resolution: "@typescript-eslint/type-utils@npm:8.50.0"
5642-
dependencies:
5643-
"@typescript-eslint/types": "npm:8.50.0"
5644-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
5645-
"@typescript-eslint/utils": "npm:8.50.0"
5646-
debug: "npm:^4.3.4"
5647-
ts-api-utils: "npm:^2.1.0"
5648-
peerDependencies:
5649-
eslint: ^8.57.0 || ^9.0.0
5650-
typescript: ">=4.8.4 <6.0.0"
5651-
checksum: 10/60ea2500f8dcf1093ec49ffaa3063fb207c482f8fd88b8cde737e10aa67cf2bd49e5052623a6f4b4f7e1569c282b8eadb44ed3f34074ed56c1bd50167d00f61a
5652-
languageName: node
5653-
linkType: hard
5654-
56555571
"@typescript-eslint/type-utils@npm:8.55.0":
56565572
version: 8.55.0
56575573
resolution: "@typescript-eslint/type-utils@npm:8.55.0"
@@ -5689,14 +5605,7 @@ __metadata:
56895605
languageName: node
56905606
linkType: hard
56915607

5692-
"@typescript-eslint/types@npm:8.50.0":
5693-
version: 8.50.0
5694-
resolution: "@typescript-eslint/types@npm:8.50.0"
5695-
checksum: 10/110be118027f64741b6c614fb1f7b8b62325019a68bf9f734842eb7c36d7c03722b2b50d574ee28b554906a015812768c018428de9b387b998b7129115de9f4a
5696-
languageName: node
5697-
linkType: hard
5698-
5699-
"@typescript-eslint/types@npm:8.55.0, @typescript-eslint/types@npm:^8.50.0, @typescript-eslint/types@npm:^8.55.0":
5608+
"@typescript-eslint/types@npm:8.55.0, @typescript-eslint/types@npm:^8.55.0":
57005609
version: 8.55.0
57015610
resolution: "@typescript-eslint/types@npm:8.55.0"
57025611
checksum: 10/4069e8691d0651e298ec78908401cc792a11e29809da3e5f3eeba0e76509a2b394563ee0932a7c5d8cad19accc4f7d835dcd8b4faa4372e6af013df322a3bd58
@@ -5758,25 +5667,6 @@ __metadata:
57585667
languageName: node
57595668
linkType: hard
57605669

5761-
"@typescript-eslint/typescript-estree@npm:8.50.0":
5762-
version: 8.50.0
5763-
resolution: "@typescript-eslint/typescript-estree@npm:8.50.0"
5764-
dependencies:
5765-
"@typescript-eslint/project-service": "npm:8.50.0"
5766-
"@typescript-eslint/tsconfig-utils": "npm:8.50.0"
5767-
"@typescript-eslint/types": "npm:8.50.0"
5768-
"@typescript-eslint/visitor-keys": "npm:8.50.0"
5769-
debug: "npm:^4.3.4"
5770-
minimatch: "npm:^9.0.4"
5771-
semver: "npm:^7.6.0"
5772-
tinyglobby: "npm:^0.2.15"
5773-
ts-api-utils: "npm:^2.1.0"
5774-
peerDependencies:
5775-
typescript: ">=4.8.4 <6.0.0"
5776-
checksum: 10/824df4f062f8d3c512bc6eb70b4cc84cd72329f312c8c10628d66771efc74b2d5e2f2096a52438e0decc231fedf81ade9f07fe8cfb3b19325750256ea61c11c0
5777-
languageName: node
5778-
linkType: hard
5779-
57805670
"@typescript-eslint/typescript-estree@npm:8.55.0":
57815671
version: 8.55.0
57825672
resolution: "@typescript-eslint/typescript-estree@npm:8.55.0"
@@ -5814,21 +5704,6 @@ __metadata:
58145704
languageName: node
58155705
linkType: hard
58165706

5817-
"@typescript-eslint/utils@npm:8.50.0":
5818-
version: 8.50.0
5819-
resolution: "@typescript-eslint/utils@npm:8.50.0"
5820-
dependencies:
5821-
"@eslint-community/eslint-utils": "npm:^4.7.0"
5822-
"@typescript-eslint/scope-manager": "npm:8.50.0"
5823-
"@typescript-eslint/types": "npm:8.50.0"
5824-
"@typescript-eslint/typescript-estree": "npm:8.50.0"
5825-
peerDependencies:
5826-
eslint: ^8.57.0 || ^9.0.0
5827-
typescript: ">=4.8.4 <6.0.0"
5828-
checksum: 10/796899c1b7d7559734d50a64bf1f78a7e10325f66af10749410e037e299c9bce583cc04a3c957819edadbfd5726d643dc44ca3d6b4767d99aebeb0e8ed657d53
5829-
languageName: node
5830-
linkType: hard
5831-
58325707
"@typescript-eslint/utils@npm:8.55.0, @typescript-eslint/utils@npm:^8.0.0":
58335708
version: 8.55.0
58345709
resolution: "@typescript-eslint/utils@npm:8.55.0"
@@ -5888,16 +5763,6 @@ __metadata:
58885763
languageName: node
58895764
linkType: hard
58905765

5891-
"@typescript-eslint/visitor-keys@npm:8.50.0":
5892-
version: 8.50.0
5893-
resolution: "@typescript-eslint/visitor-keys@npm:8.50.0"
5894-
dependencies:
5895-
"@typescript-eslint/types": "npm:8.50.0"
5896-
eslint-visitor-keys: "npm:^4.2.1"
5897-
checksum: 10/45703f0899a5627dabb22d7fbc83d1d771e8238bf8ffe712dfaf255140ba248a019829824396420e239737cde897723971d62c48d321aa59e5aae9f186ff87cd
5898-
languageName: node
5899-
linkType: hard
5900-
59015766
"@typescript-eslint/visitor-keys@npm:8.55.0":
59025767
version: 8.55.0
59035768
resolution: "@typescript-eslint/visitor-keys@npm:8.55.0"
@@ -13055,7 +12920,7 @@ __metadata:
1305512920
languageName: node
1305612921
linkType: hard
1305712922

13058-
"ignore@npm:^7.0.0, ignore@npm:^7.0.5":
12923+
"ignore@npm:^7.0.5":
1305912924
version: 7.0.5
1306012925
resolution: "ignore@npm:7.0.5"
1306112926
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
@@ -16329,8 +16194,8 @@ __metadata:
1632916194
"@types/react": "npm:19.2.7"
1633016195
"@types/react-test-renderer": "npm:19.1.0"
1633116196
"@types/ws": "npm:8.18.1"
16332-
"@typescript-eslint/eslint-plugin": "npm:8.50.0"
16333-
"@typescript-eslint/parser": "npm:8.50.0"
16197+
"@typescript-eslint/eslint-plugin": "npm:8.55.0"
16198+
"@typescript-eslint/parser": "npm:8.55.0"
1633416199
babel-loader: "npm:9.1.3"
1633516200
babel-plugin-react-docgen-typescript: "npm:1.5.1"
1633616201
babel-plugin-transform-inline-environment-variables: "npm:0.4.4"
@@ -21406,7 +21271,7 @@ __metadata:
2140621271
languageName: node
2140721272
linkType: hard
2140821273

21409-
"ts-api-utils@npm:^2.1.0, ts-api-utils@npm:^2.4.0":
21274+
"ts-api-utils@npm:^2.4.0":
2141021275
version: 2.4.0
2141121276
resolution: "ts-api-utils@npm:2.4.0"
2141221277
peerDependencies:

0 commit comments

Comments
Β (0)