Skip to content

Commit 70f9342

Browse files
chore(deps): update typescript-eslint monorepo to v8.35.1 (#2658)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a5528c commit 70f9342

2 files changed

Lines changed: 76 additions & 76 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@testing-library/dom": "10.4.0",
4646
"@types/react": "^18.0.0",
4747
"@types/react-dom": "^18.0.0",
48-
"@typescript-eslint/eslint-plugin": "8.35.0",
49-
"@typescript-eslint/parser": "8.35.0",
48+
"@typescript-eslint/eslint-plugin": "8.35.1",
49+
"@typescript-eslint/parser": "8.35.1",
5050
"babel-plugin-module-resolver": "5.0.2",
5151
"bundlesize2": "0.0.35",
5252
"cssnano": "7.0.7",
@@ -80,7 +80,7 @@
8080
"stylelint-order": "6.0.4",
8181
"stylelint-prettier": "5.0.3",
8282
"typescript": "5.8.3",
83-
"typescript-eslint": "8.35.0",
83+
"typescript-eslint": "8.35.1",
8484
"vitest": "3.2.4",
8585
"watch": "1.0.2"
8686
},

yarn.lock

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,8 +2376,8 @@ __metadata:
23762376
"@testing-library/dom": "npm:10.4.0"
23772377
"@types/react": "npm:^18.0.0"
23782378
"@types/react-dom": "npm:^18.0.0"
2379-
"@typescript-eslint/eslint-plugin": "npm:8.35.0"
2380-
"@typescript-eslint/parser": "npm:8.35.0"
2379+
"@typescript-eslint/eslint-plugin": "npm:8.35.1"
2380+
"@typescript-eslint/parser": "npm:8.35.1"
23812381
babel-plugin-module-resolver: "npm:5.0.2"
23822382
bundlesize2: "npm:0.0.35"
23832383
cssnano: "npm:7.0.7"
@@ -2411,7 +2411,7 @@ __metadata:
24112411
stylelint-order: "npm:6.0.4"
24122412
stylelint-prettier: "npm:5.0.3"
24132413
typescript: "npm:5.8.3"
2414-
typescript-eslint: "npm:8.35.0"
2414+
typescript-eslint: "npm:8.35.1"
24152415
vitest: "npm:3.2.4"
24162416
watch: "npm:1.0.2"
24172417
languageName: unknown
@@ -6325,53 +6325,53 @@ __metadata:
63256325
languageName: node
63266326
linkType: hard
63276327

6328-
"@typescript-eslint/eslint-plugin@npm:8.35.0":
6329-
version: 8.35.0
6330-
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.0"
6328+
"@typescript-eslint/eslint-plugin@npm:8.35.1":
6329+
version: 8.35.1
6330+
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.1"
63316331
dependencies:
63326332
"@eslint-community/regexpp": "npm:^4.10.0"
6333-
"@typescript-eslint/scope-manager": "npm:8.35.0"
6334-
"@typescript-eslint/type-utils": "npm:8.35.0"
6335-
"@typescript-eslint/utils": "npm:8.35.0"
6336-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
6333+
"@typescript-eslint/scope-manager": "npm:8.35.1"
6334+
"@typescript-eslint/type-utils": "npm:8.35.1"
6335+
"@typescript-eslint/utils": "npm:8.35.1"
6336+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
63376337
graphemer: "npm:^1.4.0"
63386338
ignore: "npm:^7.0.0"
63396339
natural-compare: "npm:^1.4.0"
63406340
ts-api-utils: "npm:^2.1.0"
63416341
peerDependencies:
6342-
"@typescript-eslint/parser": ^8.35.0
6342+
"@typescript-eslint/parser": ^8.35.1
63436343
eslint: ^8.57.0 || ^9.0.0
63446344
typescript: ">=4.8.4 <5.9.0"
6345-
checksum: 10c0/27391f1b168a175fdc62370e5afe51317d4433115abbbff8ee0aea8ecd7bf6dd541a76f8e0cc94119750ae3146863204862640acb45394f0b92809e88d39f881
6345+
checksum: 10c0/0f369be24644ebea30642512ddae0e602e4ca6bc55ae09d9860f16a3baae6aee1a376c182c61b43d12bc137156e3931f6bac3c73919c9c81b32c962bb5bc544e
63466346
languageName: node
63476347
linkType: hard
63486348

6349-
"@typescript-eslint/parser@npm:8.35.0":
6350-
version: 8.35.0
6351-
resolution: "@typescript-eslint/parser@npm:8.35.0"
6349+
"@typescript-eslint/parser@npm:8.35.1":
6350+
version: 8.35.1
6351+
resolution: "@typescript-eslint/parser@npm:8.35.1"
63526352
dependencies:
6353-
"@typescript-eslint/scope-manager": "npm:8.35.0"
6354-
"@typescript-eslint/types": "npm:8.35.0"
6355-
"@typescript-eslint/typescript-estree": "npm:8.35.0"
6356-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
6353+
"@typescript-eslint/scope-manager": "npm:8.35.1"
6354+
"@typescript-eslint/types": "npm:8.35.1"
6355+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
6356+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
63576357
debug: "npm:^4.3.4"
63586358
peerDependencies:
63596359
eslint: ^8.57.0 || ^9.0.0
63606360
typescript: ">=4.8.4 <5.9.0"
6361-
checksum: 10c0/8f1cda98f8bee3d79266974e5e5c831a0ca473e928fb16f1dc1c85ee24f2cb9c0fcf3c1bcbbef9d6044cf063f6e59d3198b766a27000776830fe591043e11625
6361+
checksum: 10c0/949383d74f6db1b91f90923d50f0ecbacaa972fd56e70553c803a8f64131345afdaf096cf1c1fc4a833ddc06ee44b241811edb5d516d769e244560f5b7f0e0af
63626362
languageName: node
63636363
linkType: hard
63646364

6365-
"@typescript-eslint/project-service@npm:8.35.0":
6366-
version: 8.35.0
6367-
resolution: "@typescript-eslint/project-service@npm:8.35.0"
6365+
"@typescript-eslint/project-service@npm:8.35.1":
6366+
version: 8.35.1
6367+
resolution: "@typescript-eslint/project-service@npm:8.35.1"
63686368
dependencies:
6369-
"@typescript-eslint/tsconfig-utils": "npm:^8.35.0"
6370-
"@typescript-eslint/types": "npm:^8.35.0"
6369+
"@typescript-eslint/tsconfig-utils": "npm:^8.35.1"
6370+
"@typescript-eslint/types": "npm:^8.35.1"
63716371
debug: "npm:^4.3.4"
63726372
peerDependencies:
63736373
typescript: ">=4.8.4 <5.9.0"
6374-
checksum: 10c0/c2d6d44b6b2ff3ecabec8ade824163196799060ac457661eb94049487d770ce68d128b33a2f24090adf1ebcb66ff6c9a05fc6659349b9a0784a5a080ecf8ff81
6374+
checksum: 10c0/f8e88d773d7e9f193a05b4daeca1e7571fa0059b36ffad291fc6d83c9df94fbe38c935e076ae29e755bcb6008c4ee5c1073ebb2077258c5c0b53c76a23eb3c16
63756375
languageName: node
63766376
linkType: hard
63776377

@@ -6385,37 +6385,37 @@ __metadata:
63856385
languageName: node
63866386
linkType: hard
63876387

6388-
"@typescript-eslint/scope-manager@npm:8.35.0":
6389-
version: 8.35.0
6390-
resolution: "@typescript-eslint/scope-manager@npm:8.35.0"
6388+
"@typescript-eslint/scope-manager@npm:8.35.1":
6389+
version: 8.35.1
6390+
resolution: "@typescript-eslint/scope-manager@npm:8.35.1"
63916391
dependencies:
6392-
"@typescript-eslint/types": "npm:8.35.0"
6393-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
6394-
checksum: 10c0/a27cf27a1852bb0d6ea08f475fcc79557f1977be96ef563d92127e8011e4065566441c32c40eb7a530111ffd3a8489919da7f8a2b7466a610cfc9c07670a9601
6392+
"@typescript-eslint/types": "npm:8.35.1"
6393+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
6394+
checksum: 10c0/ddfa0b81f47402874efcdd8e0857142600d90fc4e827243ed0fd058731e77e4beb8f5a60425117d1d4146d84437f538cf303f7bfebbd0f02733b202aa30a8393
63956395
languageName: node
63966396
linkType: hard
63976397

6398-
"@typescript-eslint/tsconfig-utils@npm:8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0":
6399-
version: 8.35.0
6400-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.0"
6398+
"@typescript-eslint/tsconfig-utils@npm:8.35.1, @typescript-eslint/tsconfig-utils@npm:^8.35.1":
6399+
version: 8.35.1
6400+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.1"
64016401
peerDependencies:
64026402
typescript: ">=4.8.4 <5.9.0"
6403-
checksum: 10c0/baa18e7137ba72f7d138f50d1168e8f334198a36499f954821e2369027e5b3d53ca93c354943e7782ba5caab604b050af10f353ccca34fbc0b23c48d6174832f
6403+
checksum: 10c0/a11b53e05fbc59eff3f95619847fb7222d8b2aa613e602524c9b700be3ce0d48bcf5e5932869df4658f514bd2cdc87c857d484472af3f3f3adf88b6e7e1c26f3
64046404
languageName: node
64056405
linkType: hard
64066406

6407-
"@typescript-eslint/type-utils@npm:8.35.0":
6408-
version: 8.35.0
6409-
resolution: "@typescript-eslint/type-utils@npm:8.35.0"
6407+
"@typescript-eslint/type-utils@npm:8.35.1":
6408+
version: 8.35.1
6409+
resolution: "@typescript-eslint/type-utils@npm:8.35.1"
64106410
dependencies:
6411-
"@typescript-eslint/typescript-estree": "npm:8.35.0"
6412-
"@typescript-eslint/utils": "npm:8.35.0"
6411+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
6412+
"@typescript-eslint/utils": "npm:8.35.1"
64136413
debug: "npm:^4.3.4"
64146414
ts-api-utils: "npm:^2.1.0"
64156415
peerDependencies:
64166416
eslint: ^8.57.0 || ^9.0.0
64176417
typescript: ">=4.8.4 <5.9.0"
6418-
checksum: 10c0/9e23a332484a055eb73ba8918f95a981e0cec8fa623ba9ee0b57328af052628d630a415e32e0dbe95318574e62d4066f8aecc994728b3cedd906f36c616ec362
6418+
checksum: 10c0/09041dd64684823da169c0668e6187d237c728bf54771003dc6ddaa895cbd11ad401ff14f096451c689e37815a791ef77beaf80d1f8bbf6b92ee3edbf346bc7c
64196419
languageName: node
64206420
linkType: hard
64216421

@@ -6426,10 +6426,10 @@ __metadata:
64266426
languageName: node
64276427
linkType: hard
64286428

6429-
"@typescript-eslint/types@npm:8.35.0, @typescript-eslint/types@npm:^8.35.0":
6430-
version: 8.35.0
6431-
resolution: "@typescript-eslint/types@npm:8.35.0"
6432-
checksum: 10c0/a2711a932680805e83252b5d7c55ac30437bdc4d40c444606cf6ccb6ba23a682da015ec03c64635e77bf733f84d9bb76810bf4f7177fd3a660db8a2c8a05e845
6429+
"@typescript-eslint/types@npm:8.35.1, @typescript-eslint/types@npm:^8.35.1":
6430+
version: 8.35.1
6431+
resolution: "@typescript-eslint/types@npm:8.35.1"
6432+
checksum: 10c0/136dd1c7a39685baa398406423a97a4b6a66e6aed7cbd6ae698a89b0fde92c76f1415294bec612791d67d7917fda280caa65b9d761e2744e8143506d1f417fb2
64336433
languageName: node
64346434
linkType: hard
64356435

@@ -6458,14 +6458,14 @@ __metadata:
64586458
languageName: node
64596459
linkType: hard
64606460

6461-
"@typescript-eslint/typescript-estree@npm:8.35.0":
6462-
version: 8.35.0
6463-
resolution: "@typescript-eslint/typescript-estree@npm:8.35.0"
6461+
"@typescript-eslint/typescript-estree@npm:8.35.1":
6462+
version: 8.35.1
6463+
resolution: "@typescript-eslint/typescript-estree@npm:8.35.1"
64646464
dependencies:
6465-
"@typescript-eslint/project-service": "npm:8.35.0"
6466-
"@typescript-eslint/tsconfig-utils": "npm:8.35.0"
6467-
"@typescript-eslint/types": "npm:8.35.0"
6468-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
6465+
"@typescript-eslint/project-service": "npm:8.35.1"
6466+
"@typescript-eslint/tsconfig-utils": "npm:8.35.1"
6467+
"@typescript-eslint/types": "npm:8.35.1"
6468+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
64696469
debug: "npm:^4.3.4"
64706470
fast-glob: "npm:^3.3.2"
64716471
is-glob: "npm:^4.0.3"
@@ -6474,22 +6474,22 @@ __metadata:
64746474
ts-api-utils: "npm:^2.1.0"
64756475
peerDependencies:
64766476
typescript: ">=4.8.4 <5.9.0"
6477-
checksum: 10c0/7e94f6a92efc5832289e8bfd0b61209aa501224c935359253c29aeef8e0b981b370ee2a43e2909991c3c3cf709fcccb6380474e0e9a863e8f89e2fbd213aed59
6477+
checksum: 10c0/6ef093cf9d7a54a323b3d112c78309b2c24c0f94e2c5b61401db9390eb7ffa3ab1da066c497907d58f0bba6986984ac73a478febd91f0bf11598108cc49f6e02
64786478
languageName: node
64796479
linkType: hard
64806480

6481-
"@typescript-eslint/utils@npm:8.35.0":
6482-
version: 8.35.0
6483-
resolution: "@typescript-eslint/utils@npm:8.35.0"
6481+
"@typescript-eslint/utils@npm:8.35.1":
6482+
version: 8.35.1
6483+
resolution: "@typescript-eslint/utils@npm:8.35.1"
64846484
dependencies:
64856485
"@eslint-community/eslint-utils": "npm:^4.7.0"
6486-
"@typescript-eslint/scope-manager": "npm:8.35.0"
6487-
"@typescript-eslint/types": "npm:8.35.0"
6488-
"@typescript-eslint/typescript-estree": "npm:8.35.0"
6486+
"@typescript-eslint/scope-manager": "npm:8.35.1"
6487+
"@typescript-eslint/types": "npm:8.35.1"
6488+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
64896489
peerDependencies:
64906490
eslint: ^8.57.0 || ^9.0.0
64916491
typescript: ">=4.8.4 <5.9.0"
6492-
checksum: 10c0/e3317df7875305bee16edd573e4bfdafc099f26f9c284d8adb351333683aacd5b668320870653dff7ec7e0da1982bbf89dc06197bc193a3be65362f21452dbea
6492+
checksum: 10c0/1fa4877caae48961d160b88fc974bb7bfe355ca2f8f6915987427354ca23621698041678adab5964caf9ad62c17b349110136890688f13b10ab1aaad74ae63d9
64936493
languageName: node
64946494
linkType: hard
64956495

@@ -6518,13 +6518,13 @@ __metadata:
65186518
languageName: node
65196519
linkType: hard
65206520

6521-
"@typescript-eslint/visitor-keys@npm:8.35.0":
6522-
version: 8.35.0
6523-
resolution: "@typescript-eslint/visitor-keys@npm:8.35.0"
6521+
"@typescript-eslint/visitor-keys@npm:8.35.1":
6522+
version: 8.35.1
6523+
resolution: "@typescript-eslint/visitor-keys@npm:8.35.1"
65246524
dependencies:
6525-
"@typescript-eslint/types": "npm:8.35.0"
6525+
"@typescript-eslint/types": "npm:8.35.1"
65266526
eslint-visitor-keys: "npm:^4.2.1"
6527-
checksum: 10c0/df18ca9b6931cb58f5dc404fcc94f9e0cc1c22f3053c7013ab588bb8ccccd3d58a70c577c01267845d57fa124a8cf8371260d284dad97505c56b2abcf70a3dce
6527+
checksum: 10c0/55b9eb15842a5d5dca11375e436340c731e01b07190c741d2656330f3e4d88b59e1bf3d677681dd091460be2b6e5f2c42e92faea36f947d25382ead5e8118108
65286528
languageName: node
65296529
linkType: hard
65306530

@@ -23962,17 +23962,17 @@ __metadata:
2396223962
languageName: node
2396323963
linkType: hard
2396423964

23965-
"typescript-eslint@npm:8.35.0":
23966-
version: 8.35.0
23967-
resolution: "typescript-eslint@npm:8.35.0"
23965+
"typescript-eslint@npm:8.35.1":
23966+
version: 8.35.1
23967+
resolution: "typescript-eslint@npm:8.35.1"
2396823968
dependencies:
23969-
"@typescript-eslint/eslint-plugin": "npm:8.35.0"
23970-
"@typescript-eslint/parser": "npm:8.35.0"
23971-
"@typescript-eslint/utils": "npm:8.35.0"
23969+
"@typescript-eslint/eslint-plugin": "npm:8.35.1"
23970+
"@typescript-eslint/parser": "npm:8.35.1"
23971+
"@typescript-eslint/utils": "npm:8.35.1"
2397223972
peerDependencies:
2397323973
eslint: ^8.57.0 || ^9.0.0
2397423974
typescript: ">=4.8.4 <5.9.0"
23975-
checksum: 10c0/ba034fc25731c01c12de7564c05eb58b22072b14b9cb6469d79b2a0c70dff45d646423b8d6d7f2f6ca40310101f2bd0a843c1c51b8c51cfec556ca0723f5df2d
23975+
checksum: 10c0/17781138f59c241658db96f793b745883e427bc48530cec2e81ad0a7941b557ddd2eede290d2c3d254f23d59a36ab1bf2cd1e705797e0db36d0ccd61c1a4299e
2397623976
languageName: node
2397723977
linkType: hard
2397823978

0 commit comments

Comments
 (0)