Skip to content

Commit 67280df

Browse files
chore(deps): update typescript-eslint monorepo to v8.53.1
1 parent 6897fa9 commit 67280df

File tree

2 files changed

+90
-108
lines changed

2 files changed

+90
-108
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@docusaurus/module-type-aliases": "3.9.2",
2323
"@docusaurus/types": "3.9.2",
2424
"@types/react": "^19.0.0",
25-
"@typescript-eslint/eslint-plugin": "8.46.0",
26-
"@typescript-eslint/parser": "8.46.0",
25+
"@typescript-eslint/eslint-plugin": "8.53.1",
26+
"@typescript-eslint/parser": "8.53.1",
2727
"eslint": "8.57.0",
2828
"eslint-plugin-react": "7.37.5",
2929
"eslint-plugin-react-hooks": "7.0.0",

website/yarn.lock

Lines changed: 88 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,7 +3020,7 @@ __metadata:
30203020
languageName: node
30213021
linkType: hard
30223022

3023-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.7.0":
3023+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.9.1":
30243024
version: 4.9.1
30253025
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
30263026
dependencies:
@@ -3031,7 +3031,7 @@ __metadata:
30313031
languageName: node
30323032
linkType: hard
30333033

3034-
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
3034+
"@eslint-community/regexpp@npm:^4.12.2, @eslint-community/regexpp@npm:^4.6.1":
30353035
version: 4.12.2
30363036
resolution: "@eslint-community/regexpp@npm:4.12.2"
30373037
checksum: 10c0/fddcbc66851b308478d04e302a4d771d6917a0b3740dc351513c0da9ca2eab8a1adf99f5e0aa7ab8b13fa0df005c81adeee7e63a92f3effd7d367a163b721c2d
@@ -5166,156 +5166,138 @@ __metadata:
51665166
languageName: node
51675167
linkType: hard
51685168

5169-
"@typescript-eslint/eslint-plugin@npm:8.46.0":
5170-
version: 8.46.0
5171-
resolution: "@typescript-eslint/eslint-plugin@npm:8.46.0"
5169+
"@typescript-eslint/eslint-plugin@npm:8.53.1":
5170+
version: 8.53.1
5171+
resolution: "@typescript-eslint/eslint-plugin@npm:8.53.1"
51725172
dependencies:
5173-
"@eslint-community/regexpp": "npm:^4.10.0"
5174-
"@typescript-eslint/scope-manager": "npm:8.46.0"
5175-
"@typescript-eslint/type-utils": "npm:8.46.0"
5176-
"@typescript-eslint/utils": "npm:8.46.0"
5177-
"@typescript-eslint/visitor-keys": "npm:8.46.0"
5178-
graphemer: "npm:^1.4.0"
5179-
ignore: "npm:^7.0.0"
5173+
"@eslint-community/regexpp": "npm:^4.12.2"
5174+
"@typescript-eslint/scope-manager": "npm:8.53.1"
5175+
"@typescript-eslint/type-utils": "npm:8.53.1"
5176+
"@typescript-eslint/utils": "npm:8.53.1"
5177+
"@typescript-eslint/visitor-keys": "npm:8.53.1"
5178+
ignore: "npm:^7.0.5"
51805179
natural-compare: "npm:^1.4.0"
5181-
ts-api-utils: "npm:^2.1.0"
5180+
ts-api-utils: "npm:^2.4.0"
51825181
peerDependencies:
5183-
"@typescript-eslint/parser": ^8.46.0
5182+
"@typescript-eslint/parser": ^8.53.1
51845183
eslint: ^8.57.0 || ^9.0.0
51855184
typescript: ">=4.8.4 <6.0.0"
5186-
checksum: 10c0/9de2b2127b977b0d73733042602a744e5b69bfe906c6dac424123ff9726816dcc4bb3d4ba470bc1fc5c741421f53274a3a896c09fbb50e298352d4a72011b2c2
5185+
checksum: 10c0/d24e41d0117ef841cc05e4c52d33277de2e57981fa38412f93034082a3467f804201c180f1baca9f967388c7e5965ffcc61e445cf726a0064b8ed71a84f59aa2
51875186
languageName: node
51885187
linkType: hard
51895188

5190-
"@typescript-eslint/parser@npm:8.46.0":
5191-
version: 8.46.0
5192-
resolution: "@typescript-eslint/parser@npm:8.46.0"
5189+
"@typescript-eslint/parser@npm:8.53.1":
5190+
version: 8.53.1
5191+
resolution: "@typescript-eslint/parser@npm:8.53.1"
51935192
dependencies:
5194-
"@typescript-eslint/scope-manager": "npm:8.46.0"
5195-
"@typescript-eslint/types": "npm:8.46.0"
5196-
"@typescript-eslint/typescript-estree": "npm:8.46.0"
5197-
"@typescript-eslint/visitor-keys": "npm:8.46.0"
5198-
debug: "npm:^4.3.4"
5193+
"@typescript-eslint/scope-manager": "npm:8.53.1"
5194+
"@typescript-eslint/types": "npm:8.53.1"
5195+
"@typescript-eslint/typescript-estree": "npm:8.53.1"
5196+
"@typescript-eslint/visitor-keys": "npm:8.53.1"
5197+
debug: "npm:^4.4.3"
51995198
peerDependencies:
52005199
eslint: ^8.57.0 || ^9.0.0
52015200
typescript: ">=4.8.4 <6.0.0"
5202-
checksum: 10c0/2e8c75b72c7cf170aca554014dbe30e85478d96799a2eb782c4fb61423c0c9e4416e98d6e7903601b1738ea1d0936417dbf61ac0293a0500f56e0eaeefbb2ecd
5201+
checksum: 10c0/fb7602dc3ea45b838f4da2d0173161b222442ed2007487dfce57d6ce24ff16606ec99de9eb6ac114a815e11a47248303d941dca1a7bf13f70350372cee509886
52035202
languageName: node
52045203
linkType: hard
52055204

5206-
"@typescript-eslint/project-service@npm:8.46.0":
5207-
version: 8.46.0
5208-
resolution: "@typescript-eslint/project-service@npm:8.46.0"
5205+
"@typescript-eslint/project-service@npm:8.53.1":
5206+
version: 8.53.1
5207+
resolution: "@typescript-eslint/project-service@npm:8.53.1"
52095208
dependencies:
5210-
"@typescript-eslint/tsconfig-utils": "npm:^8.46.0"
5211-
"@typescript-eslint/types": "npm:^8.46.0"
5212-
debug: "npm:^4.3.4"
5209+
"@typescript-eslint/tsconfig-utils": "npm:^8.53.1"
5210+
"@typescript-eslint/types": "npm:^8.53.1"
5211+
debug: "npm:^4.4.3"
52135212
peerDependencies:
52145213
typescript: ">=4.8.4 <6.0.0"
5215-
checksum: 10c0/c3164c795570edfa141917f3099724eca70383b016be1b08f656a491b459d68cf8e2547ac416d75048d3511ca5feaea0586aabad339e3dfe2ae6fddb650d7bc8
5214+
checksum: 10c0/eecc7ad86b45c6969a05e984e645a4ece2a1cc27d825af046efb6ed369cab32062c17f33a1154ab6dcab349099885db7b39945f1b318753395630f3dfa1e5895
52165215
languageName: node
52175216
linkType: hard
52185217

5219-
"@typescript-eslint/scope-manager@npm:8.46.0":
5220-
version: 8.46.0
5221-
resolution: "@typescript-eslint/scope-manager@npm:8.46.0"
5218+
"@typescript-eslint/scope-manager@npm:8.53.1":
5219+
version: 8.53.1
5220+
resolution: "@typescript-eslint/scope-manager@npm:8.53.1"
52225221
dependencies:
5223-
"@typescript-eslint/types": "npm:8.46.0"
5224-
"@typescript-eslint/visitor-keys": "npm:8.46.0"
5225-
checksum: 10c0/9c242d1edd51247559f99dd8986bdb571db0a2a583a2d02ee8f5f346d265e956f413b442c27e1b02d55ce3944609f6593050ec657be672d9b24b7ed0a359a6ad
5226-
languageName: node
5227-
linkType: hard
5228-
5229-
"@typescript-eslint/tsconfig-utils@npm:8.46.0":
5230-
version: 8.46.0
5231-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.0"
5232-
peerDependencies:
5233-
typescript: ">=4.8.4 <6.0.0"
5234-
checksum: 10c0/306b27c741709f2435dd1c7eabdf552775dff1b3ced01d791c5b9755394ceb3f37c9bcceec92adb6fe60c622523f9d47d9b0d9e515071f47d50527705a4706f7
5222+
"@typescript-eslint/types": "npm:8.53.1"
5223+
"@typescript-eslint/visitor-keys": "npm:8.53.1"
5224+
checksum: 10c0/d971eb115f2a2c4c25c79df9eee68b93354b32d7cc1174c167241cd2ebbc77858fe7a032c7ecdbacef936b56e8317b56037d21461cb83b4789f7e764e9faa455
52355225
languageName: node
52365226
linkType: hard
52375227

5238-
"@typescript-eslint/tsconfig-utils@npm:^8.46.0":
5239-
version: 8.53.0
5240-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.53.0"
5228+
"@typescript-eslint/tsconfig-utils@npm:8.53.1, @typescript-eslint/tsconfig-utils@npm:^8.53.1":
5229+
version: 8.53.1
5230+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.53.1"
52415231
peerDependencies:
52425232
typescript: ">=4.8.4 <6.0.0"
5243-
checksum: 10c0/1a136519d4e0c4ae9471f55468ad0a52175b8b41da28188bd7e4efcf72c2c8528aeb3a1b1c9d27f2d94ab0c8d9a91e08ebc1fed5fc8628c9808112427f306428
5233+
checksum: 10c0/e2bfa91f9306dbfa82bdcb64bfcf634fee6313b03e93b35b0010907983c9ffc73c732264deff870896dea18f34b872d39d90d32f7631fd4618e4a6866ffff578
52445234
languageName: node
52455235
linkType: hard
52465236

5247-
"@typescript-eslint/type-utils@npm:8.46.0":
5248-
version: 8.46.0
5249-
resolution: "@typescript-eslint/type-utils@npm:8.46.0"
5237+
"@typescript-eslint/type-utils@npm:8.53.1":
5238+
version: 8.53.1
5239+
resolution: "@typescript-eslint/type-utils@npm:8.53.1"
52505240
dependencies:
5251-
"@typescript-eslint/types": "npm:8.46.0"
5252-
"@typescript-eslint/typescript-estree": "npm:8.46.0"
5253-
"@typescript-eslint/utils": "npm:8.46.0"
5254-
debug: "npm:^4.3.4"
5255-
ts-api-utils: "npm:^2.1.0"
5241+
"@typescript-eslint/types": "npm:8.53.1"
5242+
"@typescript-eslint/typescript-estree": "npm:8.53.1"
5243+
"@typescript-eslint/utils": "npm:8.53.1"
5244+
debug: "npm:^4.4.3"
5245+
ts-api-utils: "npm:^2.4.0"
52565246
peerDependencies:
52575247
eslint: ^8.57.0 || ^9.0.0
52585248
typescript: ">=4.8.4 <6.0.0"
5259-
checksum: 10c0/a0fa4617a998094bc217be1989b76a3e45c058117cda027a723ff6f98f15e5237abfa123284afbdea7f320b4da65e1053ed47c8a211dd012591908a9daa46f02
5260-
languageName: node
5261-
linkType: hard
5262-
5263-
"@typescript-eslint/types@npm:8.46.0":
5264-
version: 8.46.0
5265-
resolution: "@typescript-eslint/types@npm:8.46.0"
5266-
checksum: 10c0/2f986852139bcbe940b4aafe79bbd28dcca7176e95ba4e3880984ef58c81ad077ca9d9191aad56d2b1df6d16060f5744a96ab3118ddbc9766e5035ed470445c1
5249+
checksum: 10c0/d97ac3bf901eeeb1ad01a423409db654f849d49f8ce7a2b0d482e093d5c8c9cab9ed810554d130a1eaf4921ddb2d98dbe9a8d22bfd08fd6c8ab004fb640a3fbe
52675250
languageName: node
52685251
linkType: hard
52695252

5270-
"@typescript-eslint/types@npm:^8.46.0":
5271-
version: 8.53.0
5272-
resolution: "@typescript-eslint/types@npm:8.53.0"
5273-
checksum: 10c0/a88681795becbe857f9868427c0d75c2ab2fb1acde14907b8791709b6d7835400bf9a0b41f22e97a13f1274e0082f5675692b815e30268e6eada492913100306
5253+
"@typescript-eslint/types@npm:8.53.1, @typescript-eslint/types@npm:^8.53.1":
5254+
version: 8.53.1
5255+
resolution: "@typescript-eslint/types@npm:8.53.1"
5256+
checksum: 10c0/fa49f5f60de6851de45a9aff0a3ba3c4d00a0991100414e8af1a5d6f32764a48b6b7c0f65748a651f0da0e57df0745cdb8f11c590fa0fb22dd0e54e4c6b5c878
52745257
languageName: node
52755258
linkType: hard
52765259

5277-
"@typescript-eslint/typescript-estree@npm:8.46.0":
5278-
version: 8.46.0
5279-
resolution: "@typescript-eslint/typescript-estree@npm:8.46.0"
5260+
"@typescript-eslint/typescript-estree@npm:8.53.1":
5261+
version: 8.53.1
5262+
resolution: "@typescript-eslint/typescript-estree@npm:8.53.1"
52805263
dependencies:
5281-
"@typescript-eslint/project-service": "npm:8.46.0"
5282-
"@typescript-eslint/tsconfig-utils": "npm:8.46.0"
5283-
"@typescript-eslint/types": "npm:8.46.0"
5284-
"@typescript-eslint/visitor-keys": "npm:8.46.0"
5285-
debug: "npm:^4.3.4"
5286-
fast-glob: "npm:^3.3.2"
5287-
is-glob: "npm:^4.0.3"
5288-
minimatch: "npm:^9.0.4"
5289-
semver: "npm:^7.6.0"
5290-
ts-api-utils: "npm:^2.1.0"
5264+
"@typescript-eslint/project-service": "npm:8.53.1"
5265+
"@typescript-eslint/tsconfig-utils": "npm:8.53.1"
5266+
"@typescript-eslint/types": "npm:8.53.1"
5267+
"@typescript-eslint/visitor-keys": "npm:8.53.1"
5268+
debug: "npm:^4.4.3"
5269+
minimatch: "npm:^9.0.5"
5270+
semver: "npm:^7.7.3"
5271+
tinyglobby: "npm:^0.2.15"
5272+
ts-api-utils: "npm:^2.4.0"
52915273
peerDependencies:
52925274
typescript: ">=4.8.4 <6.0.0"
5293-
checksum: 10c0/39aed033dc23c3356e39891c9eba6dde0dc618406f0e13e9adc5967fb81790ec199b1d6eb1144e35ad13a0daaf72157f5f3fc7ac1b7c58d152ade68fe27ad221
5275+
checksum: 10c0/e1b48990ba90f0ee5c9630fe91e2d5123c55348e374e586de6cf25e6e03e6e8274bf15317794d171a2e82d9dc663c229807e603ecc661dbe70d61bd23d0c37c4
52945276
languageName: node
52955277
linkType: hard
52965278

5297-
"@typescript-eslint/utils@npm:8.46.0":
5298-
version: 8.46.0
5299-
resolution: "@typescript-eslint/utils@npm:8.46.0"
5279+
"@typescript-eslint/utils@npm:8.53.1":
5280+
version: 8.53.1
5281+
resolution: "@typescript-eslint/utils@npm:8.53.1"
53005282
dependencies:
5301-
"@eslint-community/eslint-utils": "npm:^4.7.0"
5302-
"@typescript-eslint/scope-manager": "npm:8.46.0"
5303-
"@typescript-eslint/types": "npm:8.46.0"
5304-
"@typescript-eslint/typescript-estree": "npm:8.46.0"
5283+
"@eslint-community/eslint-utils": "npm:^4.9.1"
5284+
"@typescript-eslint/scope-manager": "npm:8.53.1"
5285+
"@typescript-eslint/types": "npm:8.53.1"
5286+
"@typescript-eslint/typescript-estree": "npm:8.53.1"
53055287
peerDependencies:
53065288
eslint: ^8.57.0 || ^9.0.0
53075289
typescript: ">=4.8.4 <6.0.0"
5308-
checksum: 10c0/77cc7dff9132d9f02e8766d128edbeb7c2f2b56f9ebdac7308e75a04924e2369857da27b23f0054476c9640609a9707b8dd8ca8b1c59a067e45f65bf5ef4cc1b
5290+
checksum: 10c0/9a2a11c00b97eb9a053782e303cc384649807779e9adeb0b645bc198c83f54431f7ca56d4b38411dcf7ed06a2c2d9aa129874c20c037de2393a4cd0fa3b93c25
53095291
languageName: node
53105292
linkType: hard
53115293

5312-
"@typescript-eslint/visitor-keys@npm:8.46.0":
5313-
version: 8.46.0
5314-
resolution: "@typescript-eslint/visitor-keys@npm:8.46.0"
5294+
"@typescript-eslint/visitor-keys@npm:8.53.1":
5295+
version: 8.53.1
5296+
resolution: "@typescript-eslint/visitor-keys@npm:8.53.1"
53155297
dependencies:
5316-
"@typescript-eslint/types": "npm:8.46.0"
5298+
"@typescript-eslint/types": "npm:8.53.1"
53175299
eslint-visitor-keys: "npm:^4.2.1"
5318-
checksum: 10c0/473dd4861b81238c1df10008b3b6d4684b2fa5ec4f3a8eeb544ea1278a5e2119f839447d16653ea3070164d7e742e3516fe9b0faf16e12a457fa26d5e14a7498
5300+
checksum: 10c0/73a21d34052bcb0b46ed738f8fddb76ae8f56a0c27932616b49022cf8603c3e36bb6ab30acd709f9bc05c673708180527b4c4aaffcb858acfc66d8fb39cc6c29
53195301
languageName: node
53205302
linkType: hard
53215303

@@ -7205,8 +7187,8 @@ __metadata:
72057187
"@rspack/core": "npm:<1.6.0"
72067188
"@signalwire/docusaurus-plugin-llms-txt": "npm:^1.2.1"
72077189
"@types/react": "npm:^19.0.0"
7208-
"@typescript-eslint/eslint-plugin": "npm:8.46.0"
7209-
"@typescript-eslint/parser": "npm:8.46.0"
7190+
"@typescript-eslint/eslint-plugin": "npm:8.53.1"
7191+
"@typescript-eslint/parser": "npm:8.53.1"
72107192
axios: "npm:^1.5.0"
72117193
buffer: "npm:^6.0.3"
72127194
clsx: "npm:^2.0.0"
@@ -8031,7 +8013,7 @@ __metadata:
80318013
languageName: node
80328014
linkType: hard
80338015

8034-
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.0, debug@npm:^4.4.1":
8016+
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.0, debug@npm:^4.4.1, debug@npm:^4.4.3":
80358017
version: 4.4.3
80368018
resolution: "debug@npm:4.4.3"
80378019
dependencies:
@@ -9362,7 +9344,7 @@ __metadata:
93629344
languageName: node
93639345
linkType: hard
93649346

9365-
"fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.2":
9347+
"fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0":
93669348
version: 3.3.3
93679349
resolution: "fast-glob@npm:3.3.3"
93689350
dependencies:
@@ -10740,7 +10722,7 @@ __metadata:
1074010722
languageName: node
1074110723
linkType: hard
1074210724

10743-
"ignore@npm:^7.0.0":
10725+
"ignore@npm:^7.0.5":
1074410726
version: 7.0.5
1074510727
resolution: "ignore@npm:7.0.5"
1074610728
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
@@ -13156,7 +13138,7 @@ __metadata:
1315613138
languageName: node
1315713139
linkType: hard
1315813140

13159-
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
13141+
"minimatch@npm:^9.0.5":
1316013142
version: 9.0.5
1316113143
resolution: "minimatch@npm:9.0.5"
1316213144
dependencies:
@@ -16116,7 +16098,7 @@ __metadata:
1611616098
languageName: node
1611716099
linkType: hard
1611816100

16119-
"semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.7.1":
16101+
"semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.7.1, semver@npm:^7.7.3":
1612016102
version: 7.7.3
1612116103
resolution: "semver@npm:7.7.3"
1612216104
bin:
@@ -17046,7 +17028,7 @@ __metadata:
1704617028
languageName: node
1704717029
linkType: hard
1704817030

17049-
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.13":
17031+
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.13, tinyglobby@npm:^0.2.15":
1705017032
version: 0.2.15
1705117033
resolution: "tinyglobby@npm:0.2.15"
1705217034
dependencies:
@@ -17134,7 +17116,7 @@ __metadata:
1713417116
languageName: node
1713517117
linkType: hard
1713617118

17137-
"ts-api-utils@npm:^2.1.0":
17119+
"ts-api-utils@npm:^2.4.0":
1713817120
version: 2.4.0
1713917121
resolution: "ts-api-utils@npm:2.4.0"
1714017122
peerDependencies:

0 commit comments

Comments
 (0)