Skip to content

Commit ecc7322

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint-8.22.0
2 parents 152e29e + 55da2e8 commit ecc7322

File tree

2 files changed

+39
-73
lines changed

2 files changed

+39
-73
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@
8282
"@types/eslint__js": "^8.42.3",
8383
"@vitest/coverage-v8": "2.0.5",
8484
"@types/node": "^22.10.1",
85-
"eslint": "^9.16.0",
85+
"eslint": "^9.19.0",
8686
"eslint-plugin-tsdoc": "^0.4.0",
8787
"@vitest/eslint-plugin": "^1.1.23",
8888
"eslint-config-prettier": "^9.1.0",
89-
"typescript": "^5.7.2",
89+
"typescript": "^5.7.3",
9090
"vite": "^6.0.9",
9191
"@typescript-eslint/utils": "^8.19.0",
9292
"globals": "^15.14.0",
9393
"lint-staged": "15.3.0",
9494
"prettier": "^3.4.2",
95-
"prettier-plugin-jsdoc": "^1.3.0",
95+
"prettier-plugin-jsdoc": "^1.3.2",
9696
"typedoc": "^0.27.6",
9797
"typescript-eslint": "^8.22.0",
9898
"vitest": "2.0.5"

yarn.lock

Lines changed: 36 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,12 @@
316316
debug "^4.3.1"
317317
minimatch "^3.1.2"
318318

319-
"@eslint/core@^0.9.0":
320-
version "0.9.0"
321-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.9.0.tgz#168ee076f94b152c01ca416c3e5cf82290ab4fcd"
322-
integrity sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==
319+
"@eslint/core@^0.10.0":
320+
version "0.10.0"
321+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
322+
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
323+
dependencies:
324+
"@types/json-schema" "^7.0.15"
323325

324326
"@eslint/eslintrc@^3.2.0":
325327
version "3.2.0"
@@ -336,21 +338,22 @@
336338
minimatch "^3.1.2"
337339
strip-json-comments "^3.1.1"
338340

339-
"@eslint/js@9.16.0", "@eslint/js@^9.16.0":
340-
version "9.16.0"
341-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
342-
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
341+
"@eslint/js@9.19.0", "@eslint/js@^9.16.0":
342+
version "9.19.0"
343+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
344+
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
343345

344346
"@eslint/object-schema@^2.1.4":
345347
version "2.1.4"
346348
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
347349
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
348350

349-
"@eslint/plugin-kit@^0.2.3":
350-
version "0.2.3"
351-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz#812980a6a41ecf3a8341719f92a6d1e784a2e0e8"
352-
integrity sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==
351+
"@eslint/plugin-kit@^0.2.5":
352+
version "0.2.5"
353+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
354+
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
353355
dependencies:
356+
"@eslint/core" "^0.10.0"
354357
levn "^0.4.1"
355358

356359
"@gerrit0/mini-shiki@^1.24.0":
@@ -841,7 +844,7 @@ acorn-jsx@^5.3.2:
841844
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
842845
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
843846

844-
acorn@^8.12.0, acorn@^8.14.0:
847+
acorn@^8.14.0:
845848
version "8.14.0"
846849
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
847850
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
@@ -1029,16 +1032,7 @@ [email protected]:
10291032
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
10301033
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
10311034

1032-
cross-spawn@^7.0.0, cross-spawn@^7.0.3:
1033-
version "7.0.3"
1034-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1035-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1036-
dependencies:
1037-
path-key "^3.1.0"
1038-
shebang-command "^2.0.0"
1039-
which "^2.0.1"
1040-
1041-
cross-spawn@^7.0.5:
1035+
cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
10421036
version "7.0.6"
10431037
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
10441038
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -1047,21 +1041,7 @@ cross-spawn@^7.0.5:
10471041
shebang-command "^2.0.0"
10481042
which "^2.0.1"
10491043

1050-
debug@^4.0.0, debug@^4.3.2, debug@^4.3.4:
1051-
version "4.3.4"
1052-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1053-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1054-
dependencies:
1055-
ms "2.1.2"
1056-
1057-
debug@^4.1.1, debug@^4.3.1:
1058-
version "4.3.1"
1059-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
1060-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
1061-
dependencies:
1062-
ms "2.1.2"
1063-
1064-
debug@^4.3.5, debug@~4.4.0:
1044+
debug@^4.0.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@~4.4.0:
10651045
version "4.4.0"
10661046
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
10671047
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -1218,31 +1198,31 @@ eslint-visitor-keys@^3.3.0:
12181198
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
12191199
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
12201200

1221-
eslint-visitor-keys@^4.0.0, eslint-visitor-keys@^4.2.0:
1201+
eslint-visitor-keys@^4.2.0:
12221202
version "4.2.0"
12231203
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
12241204
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
12251205

1226-
eslint@^9.16.0:
1227-
version "9.16.0"
1228-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6"
1229-
integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==
1206+
eslint@^9.19.0:
1207+
version "9.19.0"
1208+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
1209+
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
12301210
dependencies:
12311211
"@eslint-community/eslint-utils" "^4.2.0"
12321212
"@eslint-community/regexpp" "^4.12.1"
12331213
"@eslint/config-array" "^0.19.0"
1234-
"@eslint/core" "^0.9.0"
1214+
"@eslint/core" "^0.10.0"
12351215
"@eslint/eslintrc" "^3.2.0"
1236-
"@eslint/js" "9.16.0"
1237-
"@eslint/plugin-kit" "^0.2.3"
1216+
"@eslint/js" "9.19.0"
1217+
"@eslint/plugin-kit" "^0.2.5"
12381218
"@humanfs/node" "^0.16.6"
12391219
"@humanwhocodes/module-importer" "^1.0.1"
12401220
"@humanwhocodes/retry" "^0.4.1"
12411221
"@types/estree" "^1.0.6"
12421222
"@types/json-schema" "^7.0.15"
12431223
ajv "^6.12.4"
12441224
chalk "^4.0.0"
1245-
cross-spawn "^7.0.5"
1225+
cross-spawn "^7.0.6"
12461226
debug "^4.3.2"
12471227
escape-string-regexp "^4.0.0"
12481228
eslint-scope "^8.2.0"
@@ -1263,16 +1243,7 @@ eslint@^9.16.0:
12631243
natural-compare "^1.4.0"
12641244
optionator "^0.9.3"
12651245

1266-
espree@^10.0.1:
1267-
version "10.1.0"
1268-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
1269-
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
1270-
dependencies:
1271-
acorn "^8.12.0"
1272-
acorn-jsx "^5.3.2"
1273-
eslint-visitor-keys "^4.0.0"
1274-
1275-
espree@^10.3.0:
1246+
espree@^10.0.1, espree@^10.3.0:
12761247
version "10.3.0"
12771248
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
12781249
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
@@ -2069,11 +2040,6 @@ minimatch@^9.0.4, minimatch@^9.0.5:
20692040
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
20702041
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
20712042

2072-
2073-
version "2.1.2"
2074-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
2075-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
2076-
20772043
ms@^2.1.3:
20782044
version "2.1.3"
20792045
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
@@ -2215,10 +2181,10 @@ prelude-ls@^1.2.1:
22152181
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
22162182
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
22172183

2218-
prettier-plugin-jsdoc@^1.3.0:
2219-
version "1.3.0"
2220-
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.3.0.tgz#98e9cbecc5b8725801cc8a4233a16748500e867b"
2221-
integrity sha512-cQm8xIa0fN9ieJFMXACQd6JPycl+8ouOijAqUqu44EF/s4fXL3Wi9sKXuEaodsEWgCN42Xby/bNhqgM1iWx4uw==
2184+
prettier-plugin-jsdoc@^1.3.2:
2185+
version "1.3.2"
2186+
resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.3.2.tgz#9a03581edc4a5313abe872f0083e3189f7edaaf1"
2187+
integrity sha512-LNi9eq0TjyZn/PUNf/SYQxxUvGg5FLK4alEbi3i/S+2JbMyTu790c/puFueXzx09KP44oWCJ+TaHRyM/a0rKJQ==
22222188
dependencies:
22232189
binary-searching "^2.0.5"
22242190
comment-parser "^1.4.0"
@@ -2540,10 +2506,10 @@ typescript-eslint@^8.22.0:
25402506
"@typescript-eslint/parser" "8.22.0"
25412507
"@typescript-eslint/utils" "8.22.0"
25422508

2543-
typescript@^5.7.2:
2544-
version "5.7.2"
2545-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
2546-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
2509+
typescript@^5.7.3:
2510+
version "5.7.3"
2511+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
2512+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
25472513

25482514
uc.micro@^2.0.0, uc.micro@^2.1.0:
25492515
version "2.1.0"

0 commit comments

Comments
 (0)