Skip to content

Commit 2cf0701

Browse files
Update typescript-eslint monorepo to v7.18.0
1 parent 334fabb commit 2cf0701

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.9",
4646
"@types/node": "22.13.5",
4747
"@types/ramda": "0.30.2",
48-
"@typescript-eslint/eslint-plugin": "7.2.0",
49-
"@typescript-eslint/parser": "7.2.0",
48+
"@typescript-eslint/eslint-plugin": "7.18.0",
49+
"@typescript-eslint/parser": "7.18.0",
5050
"ava": "5.3.1",
5151
"dotenv": "16.4.7",
5252
"eslint": "8.57.1",

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.12.1"
73+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
74+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
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"
@@ -421,37 +416,30 @@
421416
dependencies:
422417
types-ramda "^0.30.1"
423418

424-
"@types/semver@^7.5.0":
425-
version "7.5.0"
426-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
427-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
428-
429-
"@typescript-eslint/[email protected]":
430-
version "7.2.0"
431-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
432-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
433-
dependencies:
434-
"@eslint-community/regexpp" "^4.5.1"
435-
"@typescript-eslint/scope-manager" "7.2.0"
436-
"@typescript-eslint/type-utils" "7.2.0"
437-
"@typescript-eslint/utils" "7.2.0"
438-
"@typescript-eslint/visitor-keys" "7.2.0"
439-
debug "^4.3.4"
419+
"@typescript-eslint/[email protected]":
420+
version "7.18.0"
421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
422+
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
423+
dependencies:
424+
"@eslint-community/regexpp" "^4.10.0"
425+
"@typescript-eslint/scope-manager" "7.18.0"
426+
"@typescript-eslint/type-utils" "7.18.0"
427+
"@typescript-eslint/utils" "7.18.0"
428+
"@typescript-eslint/visitor-keys" "7.18.0"
440429
graphemer "^1.4.0"
441-
ignore "^5.2.4"
430+
ignore "^5.3.1"
442431
natural-compare "^1.4.0"
443-
semver "^7.5.4"
444-
ts-api-utils "^1.0.1"
432+
ts-api-utils "^1.3.0"
445433

446-
"@typescript-eslint/parser@7.2.0":
447-
version "7.2.0"
448-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
449-
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
434+
"@typescript-eslint/parser@7.18.0":
435+
version "7.18.0"
436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
437+
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
450438
dependencies:
451-
"@typescript-eslint/scope-manager" "7.2.0"
452-
"@typescript-eslint/types" "7.2.0"
453-
"@typescript-eslint/typescript-estree" "7.2.0"
454-
"@typescript-eslint/visitor-keys" "7.2.0"
439+
"@typescript-eslint/scope-manager" "7.18.0"
440+
"@typescript-eslint/types" "7.18.0"
441+
"@typescript-eslint/typescript-estree" "7.18.0"
442+
"@typescript-eslint/visitor-keys" "7.18.0"
455443
debug "^4.3.4"
456444

457445
"@typescript-eslint/[email protected]":
@@ -462,33 +450,33 @@
462450
"@typescript-eslint/types" "5.18.0"
463451
"@typescript-eslint/visitor-keys" "5.18.0"
464452

465-
"@typescript-eslint/scope-manager@7.2.0":
466-
version "7.2.0"
467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
468-
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
453+
"@typescript-eslint/scope-manager@7.18.0":
454+
version "7.18.0"
455+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
456+
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
469457
dependencies:
470-
"@typescript-eslint/types" "7.2.0"
471-
"@typescript-eslint/visitor-keys" "7.2.0"
458+
"@typescript-eslint/types" "7.18.0"
459+
"@typescript-eslint/visitor-keys" "7.18.0"
472460

473-
"@typescript-eslint/type-utils@7.2.0":
474-
version "7.2.0"
475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
476-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
461+
"@typescript-eslint/type-utils@7.18.0":
462+
version "7.18.0"
463+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
464+
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
477465
dependencies:
478-
"@typescript-eslint/typescript-estree" "7.2.0"
479-
"@typescript-eslint/utils" "7.2.0"
466+
"@typescript-eslint/typescript-estree" "7.18.0"
467+
"@typescript-eslint/utils" "7.18.0"
480468
debug "^4.3.4"
481-
ts-api-utils "^1.0.1"
469+
ts-api-utils "^1.3.0"
482470

483471
"@typescript-eslint/[email protected]":
484472
version "5.18.0"
485473
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
486474
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
487475

488-
"@typescript-eslint/types@7.2.0":
489-
version "7.2.0"
490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
491-
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
476+
"@typescript-eslint/types@7.18.0":
477+
version "7.18.0"
478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
479+
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
492480

493481
"@typescript-eslint/[email protected]":
494482
version "5.18.0"
@@ -503,32 +491,29 @@
503491
semver "^7.3.5"
504492
tsutils "^3.21.0"
505493

506-
"@typescript-eslint/typescript-estree@7.2.0":
507-
version "7.2.0"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
509-
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
494+
"@typescript-eslint/typescript-estree@7.18.0":
495+
version "7.18.0"
496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
497+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
510498
dependencies:
511-
"@typescript-eslint/types" "7.2.0"
512-
"@typescript-eslint/visitor-keys" "7.2.0"
499+
"@typescript-eslint/types" "7.18.0"
500+
"@typescript-eslint/visitor-keys" "7.18.0"
513501
debug "^4.3.4"
514502
globby "^11.1.0"
515503
is-glob "^4.0.3"
516-
minimatch "9.0.3"
517-
semver "^7.5.4"
518-
ts-api-utils "^1.0.1"
504+
minimatch "^9.0.4"
505+
semver "^7.6.0"
506+
ts-api-utils "^1.3.0"
519507

520-
"@typescript-eslint/utils@7.2.0":
521-
version "7.2.0"
522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
523-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
508+
"@typescript-eslint/utils@7.18.0":
509+
version "7.18.0"
510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
511+
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
524512
dependencies:
525513
"@eslint-community/eslint-utils" "^4.4.0"
526-
"@types/json-schema" "^7.0.12"
527-
"@types/semver" "^7.5.0"
528-
"@typescript-eslint/scope-manager" "7.2.0"
529-
"@typescript-eslint/types" "7.2.0"
530-
"@typescript-eslint/typescript-estree" "7.2.0"
531-
semver "^7.5.4"
514+
"@typescript-eslint/scope-manager" "7.18.0"
515+
"@typescript-eslint/types" "7.18.0"
516+
"@typescript-eslint/typescript-estree" "7.18.0"
532517

533518
"@typescript-eslint/utils@^5.10.2":
534519
version "5.18.0"
@@ -550,13 +535,13 @@
550535
"@typescript-eslint/types" "5.18.0"
551536
eslint-visitor-keys "^3.0.0"
552537

553-
"@typescript-eslint/visitor-keys@7.2.0":
554-
version "7.2.0"
555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
556-
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
538+
"@typescript-eslint/visitor-keys@7.18.0":
539+
version "7.18.0"
540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
541+
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
557542
dependencies:
558-
"@typescript-eslint/types" "7.2.0"
559-
eslint-visitor-keys "^3.4.1"
543+
"@typescript-eslint/types" "7.18.0"
544+
eslint-visitor-keys "^3.4.3"
560545

561546
"@ungap/structured-clone@^1.2.0":
562547
version "1.2.0"
@@ -1534,10 +1519,10 @@ ignore@^5.1.4, ignore@^5.2.0:
15341519
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
15351520
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
15361521

1537-
ignore@^5.2.4:
1538-
version "5.2.4"
1539-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1540-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1522+
ignore@^5.3.1:
1523+
version "5.3.2"
1524+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1525+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
15411526

15421527
import-fresh@^3.2.1:
15431528
version "3.3.0"
@@ -1899,13 +1884,6 @@ minimalistic-crypto-utils@^1.0.1:
18991884
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
19001885
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
19011886

1902-
[email protected], minimatch@^9.0.1:
1903-
version "9.0.3"
1904-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1905-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1906-
dependencies:
1907-
brace-expansion "^2.0.1"
1908-
19091887
minimatch@^3.0.4:
19101888
version "3.0.4"
19111889
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1920,6 +1898,20 @@ minimatch@^3.0.5, minimatch@^3.1.2:
19201898
dependencies:
19211899
brace-expansion "^1.1.7"
19221900

1901+
minimatch@^9.0.1:
1902+
version "9.0.3"
1903+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1904+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1905+
dependencies:
1906+
brace-expansion "^2.0.1"
1907+
1908+
minimatch@^9.0.4:
1909+
version "9.0.5"
1910+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1911+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1912+
dependencies:
1913+
brace-expansion "^2.0.1"
1914+
19231915
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
19241916
version "7.0.3"
19251917
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
@@ -2263,6 +2255,11 @@ semver@^7.5.4:
22632255
dependencies:
22642256
lru-cache "^6.0.0"
22652257

2258+
semver@^7.6.0:
2259+
version "7.7.1"
2260+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
2261+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
2262+
22662263
serialize-error@^7.0.1:
22672264
version "7.0.1"
22682265
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"
@@ -2440,10 +2437,10 @@ to-regex-range@^5.0.1:
24402437
dependencies:
24412438
is-number "^7.0.0"
24422439

2443-
ts-api-utils@^1.0.1:
2444-
version "1.0.1"
2445-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
2446-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
2440+
ts-api-utils@^1.3.0:
2441+
version "1.4.3"
2442+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
2443+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
24472444

24482445
ts-toolbelt@^9.6.0:
24492446
version "9.6.0"

0 commit comments

Comments
 (0)