Skip to content

Commit 95dbdf9

Browse files
Update eslint
1 parent adaf921 commit 95dbdf9

File tree

2 files changed

+35
-94
lines changed

2 files changed

+35
-94
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"eslint-plugin-import": "^2.26.0",
101101
"eslint-plugin-jest": "^28.0.0",
102102
"eslint-plugin-jsdoc": "^50.0.0",
103-
"eslint-plugin-matrix-org": "2.1.0",
103+
"eslint-plugin-matrix-org": "2.2.1",
104104
"eslint-plugin-n": "^14.0.0",
105105
"eslint-plugin-tsdoc": "^0.4.0",
106106
"eslint-plugin-unicorn": "^56.0.0",

yarn.lock

Lines changed: 34 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,11 +1329,13 @@
13291329
dependencies:
13301330
tslib "^2.4.0"
13311331

1332-
"@es-joy/jsdoccomment@~0.49.0":
1333-
version "0.49.0"
1334-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz#e5ec1eda837c802eca67d3b29e577197f14ba1db"
1335-
integrity sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==
1332+
"@es-joy/jsdoccomment@~0.50.2":
1333+
version "0.50.2"
1334+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.50.2.tgz#707768f0cb62abe0703d51aa9086986d230a5d5c"
1335+
integrity sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==
13361336
dependencies:
1337+
"@types/estree" "^1.0.6"
1338+
"@typescript-eslint/types" "^8.11.0"
13371339
comment-parser "1.4.1"
13381340
esquery "^1.6.0"
13391341
jsdoc-type-pratt-parser "~4.1.0"
@@ -1345,14 +1347,7 @@
13451347
dependencies:
13461348
eslint-visitor-keys "^3.3.0"
13471349

1348-
"@eslint-community/eslint-utils@^4.4.0":
1349-
version "4.6.1"
1350-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz#e4c58fdcf0696e7a5f19c30201ed43123ab15abc"
1351-
integrity sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==
1352-
dependencies:
1353-
eslint-visitor-keys "^3.4.3"
1354-
1355-
"@eslint-community/eslint-utils@^4.7.0":
1350+
"@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.7.0":
13561351
version "4.7.0"
13571352
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
13581353
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -2023,6 +2018,11 @@
20232018
dependencies:
20242019
"@types/ms" "*"
20252020

2021+
"@types/estree@^1.0.6":
2022+
version "1.0.8"
2023+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
2024+
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
2025+
20262026
"@types/events@^3.0.0":
20272027
version "3.0.3"
20282028
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.3.tgz#a8ef894305af28d1fc6d2dfdfc98e899591ea529"
@@ -2184,14 +2184,6 @@
21842184
"@typescript-eslint/types" "^8.34.0"
21852185
debug "^4.3.4"
21862186

2187-
"@typescript-eslint/scope-manager@8.21.0":
2188-
version "8.21.0"
2189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
2190-
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
2191-
dependencies:
2192-
"@typescript-eslint/types" "8.21.0"
2193-
"@typescript-eslint/visitor-keys" "8.21.0"
2194-
21952187
"@typescript-eslint/scope-manager@8.34.0":
21962188
version "8.34.0"
21972189
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.0.tgz#9fedaec02370cf79c018a656ab402eb00dc69e67"
@@ -2215,30 +2207,11 @@
22152207
debug "^4.3.4"
22162208
ts-api-utils "^2.1.0"
22172209

2218-
"@typescript-eslint/types@8.21.0":
2219-
version "8.21.0"
2220-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
2221-
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
2222-
2223-
"@typescript-eslint/types@8.34.0", "@typescript-eslint/types@^8.34.0":
2210+
"@typescript-eslint/types@8.34.0", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.34.0":
22242211
version "8.34.0"
22252212
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
22262213
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
22272214

2228-
"@typescript-eslint/typescript-estree@8.21.0":
2229-
version "8.21.0"
2230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
2231-
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
2232-
dependencies:
2233-
"@typescript-eslint/types" "8.21.0"
2234-
"@typescript-eslint/visitor-keys" "8.21.0"
2235-
debug "^4.3.4"
2236-
fast-glob "^3.3.2"
2237-
is-glob "^4.0.3"
2238-
minimatch "^9.0.4"
2239-
semver "^7.6.0"
2240-
ts-api-utils "^2.0.0"
2241-
22422215
"@typescript-eslint/typescript-estree@8.34.0":
22432216
version "8.34.0"
22442217
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.0.tgz#c9f3feec511339ef64e9e4884516c3e558f1b048"
@@ -2255,7 +2228,7 @@
22552228
semver "^7.6.0"
22562229
ts-api-utils "^2.1.0"
22572230

2258-
"@typescript-eslint/utils@8.34.0", "@typescript-eslint/utils@^8.32.1":
2231+
"@typescript-eslint/utils@8.34.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.32.1":
22592232
version "8.34.0"
22602233
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.0.tgz#7844beebc1153b4d3ec34135c2da53a91e076f8d"
22612234
integrity sha512-8L4tWatGchV9A1cKbjaavS6mwYwp39jql8xUmIIKJdm+qiaeHy5KMKlBrf30akXAWBzn2SqKsNOtSENWUwg7XQ==
@@ -2265,24 +2238,6 @@
22652238
"@typescript-eslint/types" "8.34.0"
22662239
"@typescript-eslint/typescript-estree" "8.34.0"
22672240

2268-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
2269-
version "8.21.0"
2270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
2271-
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
2272-
dependencies:
2273-
"@eslint-community/eslint-utils" "^4.4.0"
2274-
"@typescript-eslint/scope-manager" "8.21.0"
2275-
"@typescript-eslint/types" "8.21.0"
2276-
"@typescript-eslint/typescript-estree" "8.21.0"
2277-
2278-
"@typescript-eslint/visitor-keys@8.21.0":
2279-
version "8.21.0"
2280-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
2281-
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
2282-
dependencies:
2283-
"@typescript-eslint/types" "8.21.0"
2284-
eslint-visitor-keys "^4.2.0"
2285-
22862241
"@typescript-eslint/visitor-keys@8.34.0":
22872242
version "8.34.0"
22882243
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.0.tgz#c7a149407be31d755dba71980617d638a40ac099"
@@ -2413,7 +2368,7 @@ acorn@^8.1.0, acorn@^8.11.0, acorn@^8.4.1, acorn@^8.8.1, acorn@^8.9.0:
24132368
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
24142369
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
24152370

2416-
acorn@^8.14.0, acorn@^8.15.0:
2371+
acorn@^8.15.0:
24172372
version "8.15.0"
24182373
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
24192374
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -2728,9 +2683,9 @@ brace-expansion@^1.1.7:
27282683
concat-map "0.0.1"
27292684

27302685
brace-expansion@^2.0.1:
2731-
version "2.0.1"
2732-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2733-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2686+
version "2.0.2"
2687+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
2688+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
27342689
dependencies:
27352690
balanced-match "^1.0.0"
27362691

@@ -3088,7 +3043,7 @@ debug@^3.2.7:
30883043
dependencies:
30893044
ms "^2.1.1"
30903045

3091-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4, debug@^4.3.6, debug@^4.4.1:
3046+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4, debug@^4.4.1:
30923047
version "4.4.1"
30933048
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
30943049
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
@@ -3444,32 +3399,32 @@ eslint-plugin-import@^2.26.0:
34443399
tsconfig-paths "^3.15.0"
34453400

34463401
eslint-plugin-jest@^28.0.0:
3447-
version "28.11.0"
3448-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz#2641ecb4411941bbddb3d7cf8a8ff1163fbb510e"
3449-
integrity sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==
3402+
version "28.13.5"
3403+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.13.5.tgz#b3eaaeba0fb40af25966e2c93914b046f24ca5d8"
3404+
integrity sha512-ThdhaLPqK78iVjWY1zIfe4WdcVB0NgxZzsOE38SRCc/i3lPIcdfkOuWMC6m96LAg9zAbPPY7LSTXXT0Pf8J7pQ==
34503405
dependencies:
34513406
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
34523407

34533408
eslint-plugin-jsdoc@^50.0.0:
3454-
version "50.6.11"
3455-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.11.tgz#36733620dafe03e8666df4cff449c7e9a8e1b1da"
3456-
integrity sha512-k4+MnBCGR8cuIB5MZ++FGd4gbXxjob2rX1Nq0q3nWFF4xSGZENTgTLZSjb+u9B8SAnP6lpGV2FJrBjllV3pVSg==
3409+
version "50.8.0"
3410+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.8.0.tgz#a8d192ccca26df368a2fbaff17c9dddefacd773f"
3411+
integrity sha512-UyGb5755LMFWPrZTEqqvTJ3urLz1iqj+bYOHFNag+sw3NvaMWP9K2z+uIn37XfNALmQLQyrBlJ5mkiVPL7ADEg==
34573412
dependencies:
3458-
"@es-joy/jsdoccomment" "~0.49.0"
3413+
"@es-joy/jsdoccomment" "~0.50.2"
34593414
are-docs-informative "^0.0.2"
34603415
comment-parser "1.4.1"
3461-
debug "^4.3.6"
3416+
debug "^4.4.1"
34623417
escape-string-regexp "^4.0.0"
3463-
espree "^10.1.0"
3418+
espree "^10.3.0"
34643419
esquery "^1.6.0"
34653420
parse-imports-exports "^0.2.4"
3466-
semver "^7.6.3"
3421+
semver "^7.7.2"
34673422
spdx-expression-parse "^4.0.0"
34683423

3469-
eslint-plugin-matrix-org@2.1.0:
3470-
version "2.1.0"
3471-
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-2.1.0.tgz#9053726119f107154f5210665c2f84219425c190"
3472-
integrity sha512-YjVQ0qunzVV34tpUchLWhOrOalGfRLm0tclS4dPYnXS8Ui+p12o/YtRHt+26Mg5tJ0QH76HsGC0LJKLVLNoqfg==
3424+
eslint-plugin-matrix-org@2.2.1:
3425+
version "2.2.1"
3426+
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-2.2.1.tgz#97304c0c1f74c200bf461f69bef76ac2c742cf96"
3427+
integrity sha512-TiNxZ/O/QZCfaeYG5OcL96dPV2A4qvt06+I4z/YjLBCtvb9aRSuUV8Kvrgb7FJha0TyB9V4p3LPDhfMni8N9LQ==
34733428

34743429
eslint-plugin-n@^14.0.0:
34753430
version "14.0.0"
@@ -3613,15 +3568,6 @@ eslint@8.57.1:
36133568
strip-ansi "^6.0.1"
36143569
text-table "^0.2.0"
36153570

3616-
espree@^10.1.0:
3617-
version "10.3.0"
3618-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
3619-
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
3620-
dependencies:
3621-
acorn "^8.14.0"
3622-
acorn-jsx "^5.3.2"
3623-
eslint-visitor-keys "^4.2.0"
3624-
36253571
espree@^10.3.0:
36263572
version "10.4.0"
36273573
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
@@ -6023,7 +5969,7 @@ semver@^7.5.3, semver@^7.5.4:
60235969
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
60245970
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
60255971

6026-
semver@^7.6.0, semver@^7.7.1:
5972+
semver@^7.6.0, semver@^7.7.1, semver@^7.7.2:
60275973
version "7.7.2"
60285974
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
60295975
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
@@ -6416,11 +6362,6 @@ tr46@~0.0.3:
64166362
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
64176363
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
64186364

6419-
ts-api-utils@^2.0.0:
6420-
version "2.0.1"
6421-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
6422-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
6423-
64246365
ts-api-utils@^2.1.0:
64256366
version "2.1.0"
64266367
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"

0 commit comments

Comments
 (0)