Skip to content

Commit a584367

Browse files
Update typescript-eslint monorepo to v7.16.1
1 parent b3d5fce commit a584367

File tree

2 files changed

+92
-95
lines changed

2 files changed

+92
-95
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/jsonwebtoken": "9.0.6",
4646
"@types/node": "20.14.10",
4747
"@types/ramda": "0.30.1",
48-
"@typescript-eslint/eslint-plugin": "7.2.0",
49-
"@typescript-eslint/parser": "7.2.0",
48+
"@typescript-eslint/eslint-plugin": "7.16.1",
49+
"@typescript-eslint/parser": "7.16.1",
5050
"ava": "5.3.1",
5151
"dotenv": "16.4.5",
5252
"eslint": "8.57.0",

yarn.lock

Lines changed: 90 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
dependencies:
6969
eslint-visitor-keys "^3.3.0"
7070

71-
"@eslint-community/regexpp@^4.5.1":
72-
version "4.5.1"
73-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
74-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
71+
"@eslint-community/regexpp@^4.10.0":
72+
version "4.11.0"
73+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
74+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
7575

7676
"@eslint-community/regexpp@^4.6.1":
7777
version "4.6.2"
@@ -379,11 +379,6 @@
379379
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
380380
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
381381

382-
"@types/json-schema@^7.0.12":
383-
version "7.0.12"
384-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
385-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
386-
387382
"@types/json-schema@^7.0.9":
388383
version "7.0.9"
389384
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -415,37 +410,30 @@
415410
dependencies:
416411
types-ramda "^0.30.1"
417412

418-
"@types/semver@^7.5.0":
419-
version "7.5.0"
420-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
421-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
422-
423-
"@typescript-eslint/eslint-plugin@7.2.0":
424-
version "7.2.0"
425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
426-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
427-
dependencies:
428-
"@eslint-community/regexpp" "^4.5.1"
429-
"@typescript-eslint/scope-manager" "7.2.0"
430-
"@typescript-eslint/type-utils" "7.2.0"
431-
"@typescript-eslint/utils" "7.2.0"
432-
"@typescript-eslint/visitor-keys" "7.2.0"
433-
debug "^4.3.4"
413+
"@typescript-eslint/eslint-plugin@7.16.1":
414+
version "7.16.1"
415+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.1.tgz#f5f5da52db674b1f2cdb9d5f3644e5b2ec750465"
416+
integrity sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A==
417+
dependencies:
418+
"@eslint-community/regexpp" "^4.10.0"
419+
"@typescript-eslint/scope-manager" "7.16.1"
420+
"@typescript-eslint/type-utils" "7.16.1"
421+
"@typescript-eslint/utils" "7.16.1"
422+
"@typescript-eslint/visitor-keys" "7.16.1"
434423
graphemer "^1.4.0"
435-
ignore "^5.2.4"
424+
ignore "^5.3.1"
436425
natural-compare "^1.4.0"
437-
semver "^7.5.4"
438-
ts-api-utils "^1.0.1"
426+
ts-api-utils "^1.3.0"
439427

440-
"@typescript-eslint/parser@7.2.0":
441-
version "7.2.0"
442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
443-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
428+
"@typescript-eslint/parser@7.16.1":
429+
version "7.16.1"
430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.1.tgz#84c581cf86c8b2becd48d33ddc41a6303d57b274"
431+
integrity sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==
444432
dependencies:
445-
"@typescript-eslint/scope-manager" "7.2.0"
446-
"@typescript-eslint/types" "7.2.0"
447-
"@typescript-eslint/typescript-estree" "7.2.0"
448-
"@typescript-eslint/visitor-keys" "7.2.0"
433+
"@typescript-eslint/scope-manager" "7.16.1"
434+
"@typescript-eslint/types" "7.16.1"
435+
"@typescript-eslint/typescript-estree" "7.16.1"
436+
"@typescript-eslint/visitor-keys" "7.16.1"
449437
debug "^4.3.4"
450438

451439
"@typescript-eslint/scope-manager@5.18.0":
@@ -456,33 +444,33 @@
456444
"@typescript-eslint/types" "5.18.0"
457445
"@typescript-eslint/visitor-keys" "5.18.0"
458446

459-
"@typescript-eslint/scope-manager@7.2.0":
460-
version "7.2.0"
461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
462-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
447+
"@typescript-eslint/scope-manager@7.16.1":
448+
version "7.16.1"
449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.1.tgz#2b43041caabf8ddd74512b8b550b9fc53ca3afa1"
450+
integrity sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw==
463451
dependencies:
464-
"@typescript-eslint/types" "7.2.0"
465-
"@typescript-eslint/visitor-keys" "7.2.0"
452+
"@typescript-eslint/types" "7.16.1"
453+
"@typescript-eslint/visitor-keys" "7.16.1"
466454

467-
"@typescript-eslint/type-utils@7.2.0":
468-
version "7.2.0"
469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
470-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
455+
"@typescript-eslint/type-utils@7.16.1":
456+
version "7.16.1"
457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.1.tgz#4d7ae4f3d9e3c8cbdabae91609b1a431de6aa6ca"
458+
integrity sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA==
471459
dependencies:
472-
"@typescript-eslint/typescript-estree" "7.2.0"
473-
"@typescript-eslint/utils" "7.2.0"
460+
"@typescript-eslint/typescript-estree" "7.16.1"
461+
"@typescript-eslint/utils" "7.16.1"
474462
debug "^4.3.4"
475-
ts-api-utils "^1.0.1"
463+
ts-api-utils "^1.3.0"
476464

477465
"@typescript-eslint/types@5.18.0":
478466
version "5.18.0"
479467
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
480468
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
481469

482-
"@typescript-eslint/types@7.2.0":
483-
version "7.2.0"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
485-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
470+
"@typescript-eslint/types@7.16.1":
471+
version "7.16.1"
472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.1.tgz#bbab066276d18e398bc64067b23f1ce84dfc6d8c"
473+
integrity sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==
486474

487475
"@typescript-eslint/typescript-estree@5.18.0":
488476
version "5.18.0"
@@ -497,32 +485,29 @@
497485
semver "^7.3.5"
498486
tsutils "^3.21.0"
499487

500-
"@typescript-eslint/typescript-estree@7.2.0":
501-
version "7.2.0"
502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
503-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
488+
"@typescript-eslint/typescript-estree@7.16.1":
489+
version "7.16.1"
490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz#9b145ba4fd1dde1986697e1ce57dc501a1736dd3"
491+
integrity sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==
504492
dependencies:
505-
"@typescript-eslint/types" "7.2.0"
506-
"@typescript-eslint/visitor-keys" "7.2.0"
493+
"@typescript-eslint/types" "7.16.1"
494+
"@typescript-eslint/visitor-keys" "7.16.1"
507495
debug "^4.3.4"
508496
globby "^11.1.0"
509497
is-glob "^4.0.3"
510-
minimatch "9.0.3"
511-
semver "^7.5.4"
512-
ts-api-utils "^1.0.1"
498+
minimatch "^9.0.4"
499+
semver "^7.6.0"
500+
ts-api-utils "^1.3.0"
513501

514-
"@typescript-eslint/utils@7.2.0":
515-
version "7.2.0"
516-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
517-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
502+
"@typescript-eslint/utils@7.16.1":
503+
version "7.16.1"
504+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.1.tgz#df42dc8ca5a4603016fd102db0346cdab415cdb7"
505+
integrity sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA==
518506
dependencies:
519507
"@eslint-community/eslint-utils" "^4.4.0"
520-
"@types/json-schema" "^7.0.12"
521-
"@types/semver" "^7.5.0"
522-
"@typescript-eslint/scope-manager" "7.2.0"
523-
"@typescript-eslint/types" "7.2.0"
524-
"@typescript-eslint/typescript-estree" "7.2.0"
525-
semver "^7.5.4"
508+
"@typescript-eslint/scope-manager" "7.16.1"
509+
"@typescript-eslint/types" "7.16.1"
510+
"@typescript-eslint/typescript-estree" "7.16.1"
526511

527512
"@typescript-eslint/utils@^5.10.2":
528513
version "5.18.0"
@@ -544,13 +529,13 @@
544529
"@typescript-eslint/types" "5.18.0"
545530
eslint-visitor-keys "^3.0.0"
546531

547-
"@typescript-eslint/visitor-keys@7.2.0":
548-
version "7.2.0"
549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
550-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
532+
"@typescript-eslint/visitor-keys@7.16.1":
533+
version "7.16.1"
534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.1.tgz#4287bcf44c34df811ff3bb4d269be6cfc7d8c74b"
535+
integrity sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg==
551536
dependencies:
552-
"@typescript-eslint/types" "7.2.0"
553-
eslint-visitor-keys "^3.4.1"
537+
"@typescript-eslint/types" "7.16.1"
538+
eslint-visitor-keys "^3.4.3"
554539

555540
"@ungap/structured-clone@^1.2.0":
556541
version "1.2.0"
@@ -1528,10 +1513,10 @@ ignore@^5.1.4, ignore@^5.2.0:
15281513
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
15291514
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
15301515

1531-
ignore@^5.2.4:
1532-
version "5.2.4"
1533-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1534-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1516+
ignore@^5.3.1:
1517+
version "5.3.1"
1518+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1519+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
15351520

15361521
import-fresh@^3.2.1:
15371522
version "3.3.0"
@@ -1893,13 +1878,6 @@ minimalistic-crypto-utils@^1.0.1:
18931878
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
18941879
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
18951880

1896-
minimatch@9.0.3, minimatch@^9.0.1:
1897-
version "9.0.3"
1898-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1899-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1900-
dependencies:
1901-
brace-expansion "^2.0.1"
1902-
19031881
minimatch@^3.0.4:
19041882
version "3.0.4"
19051883
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1914,6 +1892,20 @@ minimatch@^3.0.5, minimatch@^3.1.2:
19141892
dependencies:
19151893
brace-expansion "^1.1.7"
19161894

1895+
minimatch@^9.0.1:
1896+
version "9.0.3"
1897+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1898+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1899+
dependencies:
1900+
brace-expansion "^2.0.1"
1901+
1902+
minimatch@^9.0.4:
1903+
version "9.0.5"
1904+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1905+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1906+
dependencies:
1907+
brace-expansion "^2.0.1"
1908+
19171909
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
19181910
version "7.0.3"
19191911
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
@@ -2257,6 +2249,11 @@ semver@^7.5.4:
22572249
dependencies:
22582250
lru-cache "^6.0.0"
22592251

2252+
semver@^7.6.0:
2253+
version "7.6.2"
2254+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
2255+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
2256+
22602257
serialize-error@^7.0.1:
22612258
version "7.0.1"
22622259
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"
@@ -2434,10 +2431,10 @@ to-regex-range@^5.0.1:
24342431
dependencies:
24352432
is-number "^7.0.0"
24362433

2437-
ts-api-utils@^1.0.1:
2438-
version "1.0.1"
2439-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
2440-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
2434+
ts-api-utils@^1.3.0:
2435+
version "1.3.0"
2436+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
2437+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
24412438

24422439
ts-toolbelt@^9.6.0:
24432440
version "9.6.0"

0 commit comments

Comments
 (0)