Skip to content

Commit 39995e9

Browse files
chore(deps): update typescript-eslint monorepo to v8.53.0
1 parent 6897fa9 commit 39995e9

File tree

2 files changed

+85
-103
lines changed

2 files changed

+85
-103
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.0",
26+
"@typescript-eslint/parser": "8.53.0",
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: 83 additions & 101 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,76 +5166,66 @@ __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"
5172-
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"
5169+
"@typescript-eslint/eslint-plugin@npm:8.53.0":
5170+
version: 8.53.0
5171+
resolution: "@typescript-eslint/eslint-plugin@npm:8.53.0"
5172+
dependencies:
5173+
"@eslint-community/regexpp": "npm:^4.12.2"
5174+
"@typescript-eslint/scope-manager": "npm:8.53.0"
5175+
"@typescript-eslint/type-utils": "npm:8.53.0"
5176+
"@typescript-eslint/utils": "npm:8.53.0"
5177+
"@typescript-eslint/visitor-keys": "npm:8.53.0"
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.0
51845183
eslint: ^8.57.0 || ^9.0.0
51855184
typescript: ">=4.8.4 <6.0.0"
5186-
checksum: 10c0/9de2b2127b977b0d73733042602a744e5b69bfe906c6dac424123ff9726816dcc4bb3d4ba470bc1fc5c741421f53274a3a896c09fbb50e298352d4a72011b2c2
5185+
checksum: 10c0/c28925423023853591696f20844c9365ad4353c8beb004fc5ccc1995903c42202070165a2c750f53abf43420ff8daa19d874010efc4ba925311ca2f320ce55fe
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.0":
5190+
version: 8.53.0
5191+
resolution: "@typescript-eslint/parser@npm:8.53.0"
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.0"
5194+
"@typescript-eslint/types": "npm:8.53.0"
5195+
"@typescript-eslint/typescript-estree": "npm:8.53.0"
5196+
"@typescript-eslint/visitor-keys": "npm:8.53.0"
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/5c6aae71f4015fc3ebbfe6fa6e040dcc99fc15b6bd36631b67ae61523b2da57651cbb1cd2de430380df5fd13cd03c43f233073af6a8a85714e651a3db74a5cf6
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.0":
5206+
version: 8.53.0
5207+
resolution: "@typescript-eslint/project-service@npm:8.53.0"
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.0"
5210+
"@typescript-eslint/types": "npm:^8.53.0"
5211+
debug: "npm:^4.4.3"
52135212
peerDependencies:
52145213
typescript: ">=4.8.4 <6.0.0"
5215-
checksum: 10c0/c3164c795570edfa141917f3099724eca70383b016be1b08f656a491b459d68cf8e2547ac416d75048d3511ca5feaea0586aabad339e3dfe2ae6fddb650d7bc8
5214+
checksum: 10c0/b01302890cf853e9bb1d2b19e402ec0ede1388fec833528847d32d65d0e3e03867a14632f816f4f3058e40707b001fab208bf2950ff1e8d7cbbc6c1d57b969d4
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.0":
5219+
version: 8.53.0
5220+
resolution: "@typescript-eslint/scope-manager@npm:8.53.0"
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.0"
5223+
"@typescript-eslint/visitor-keys": "npm:8.53.0"
5224+
checksum: 10c0/338a7471aaa793858a23498b6ad37da8f419a8ee05cc4105d569b2c676e0f2d7a45806b88a8c8d3454f438f329b61df8e73ae582863a20eb0996529f9275e3c2
52355225
languageName: node
52365226
linkType: hard
52375227

5238-
"@typescript-eslint/tsconfig-utils@npm:^8.46.0":
5228+
"@typescript-eslint/tsconfig-utils@npm:8.53.0, @typescript-eslint/tsconfig-utils@npm:^8.53.0":
52395229
version: 8.53.0
52405230
resolution: "@typescript-eslint/tsconfig-utils@npm:8.53.0"
52415231
peerDependencies:
@@ -5244,78 +5234,70 @@ __metadata:
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.0":
5238+
version: 8.53.0
5239+
resolution: "@typescript-eslint/type-utils@npm:8.53.0"
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.0"
5242+
"@typescript-eslint/typescript-estree": "npm:8.53.0"
5243+
"@typescript-eslint/utils": "npm:8.53.0"
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/6d7d6eb80a6b214d9c8e185527e21fa44e1f4d2fe48d4f29f964f8c3921da47757a8cc537edc5c233fc47af02a487935c176b1c918ce4d22ba8341dbd1b455e0
52675250
languageName: node
52685251
linkType: hard
52695252

5270-
"@typescript-eslint/types@npm:^8.46.0":
5253+
"@typescript-eslint/types@npm:8.53.0, @typescript-eslint/types@npm:^8.53.0":
52715254
version: 8.53.0
52725255
resolution: "@typescript-eslint/types@npm:8.53.0"
52735256
checksum: 10c0/a88681795becbe857f9868427c0d75c2ab2fb1acde14907b8791709b6d7835400bf9a0b41f22e97a13f1274e0082f5675692b815e30268e6eada492913100306
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.0":
5261+
version: 8.53.0
5262+
resolution: "@typescript-eslint/typescript-estree@npm:8.53.0"
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.0"
5265+
"@typescript-eslint/tsconfig-utils": "npm:8.53.0"
5266+
"@typescript-eslint/types": "npm:8.53.0"
5267+
"@typescript-eslint/visitor-keys": "npm:8.53.0"
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/31819fba9fbef3e3ab494409b18ff40042cc3e7a4ba72fe06475062b7e196aaf9752e526a1c51abf3002627833b387279f00fdfa66886b05c028e129a57b550a
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.0":
5280+
version: 8.53.0
5281+
resolution: "@typescript-eslint/utils@npm:8.53.0"
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.0"
5285+
"@typescript-eslint/types": "npm:8.53.0"
5286+
"@typescript-eslint/typescript-estree": "npm:8.53.0"
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/6af761fc5ed89606bd8dd1abf7c526afe0060c115035a4fcddfa173ba8a01b7422edf84bc4d74aab2a086911db57a893a2753b3c025ace3e86adc1c2259a6253
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.0":
5295+
version: 8.53.0
5296+
resolution: "@typescript-eslint/visitor-keys@npm:8.53.0"
53155297
dependencies:
5316-
"@typescript-eslint/types": "npm:8.46.0"
5298+
"@typescript-eslint/types": "npm:8.53.0"
53175299
eslint-visitor-keys: "npm:^4.2.1"
5318-
checksum: 10c0/473dd4861b81238c1df10008b3b6d4684b2fa5ec4f3a8eeb544ea1278a5e2119f839447d16653ea3070164d7e742e3516fe9b0faf16e12a457fa26d5e14a7498
5300+
checksum: 10c0/be2062073c9fd28762f73d442e8536f16e1eab0935df463ed45bd95575b4b79b4a4ca1f45c04b1964dc424b8d25c6489253e3ea2236bb74cff9b7e02e1e7f5be
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.0"
7191+
"@typescript-eslint/parser": "npm:8.53.0"
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)