Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 7dd1926

Browse files
Update typescript-eslint monorepo to v6
1 parent e2238ac commit 7dd1926

File tree

2 files changed

+102
-77
lines changed

2 files changed

+102
-77
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/node": "18.17.1",
2828
"@types/ramda": "0.29.3",
2929
"@types/sinon": "10.0.15",
30-
"@typescript-eslint/eslint-plugin": "5.62.0",
31-
"@typescript-eslint/parser": "5.62.0",
30+
"@typescript-eslint/eslint-plugin": "6.7.0",
31+
"@typescript-eslint/parser": "6.7.0",
3232
"ava": "4.3.3",
3333
"dotenv": "16.3.1",
3434
"eslint": "8.46.0",

yarn.lock

Lines changed: 100 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,17 @@
4747
dependencies:
4848
eslint-visitor-keys "^3.3.0"
4949

50-
"@eslint-community/regexpp@^4.4.0":
50+
"@eslint-community/eslint-utils@^4.4.0":
5151
version "4.4.0"
52-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
53-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
52+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
53+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
54+
dependencies:
55+
eslint-visitor-keys "^3.3.0"
56+
57+
"@eslint-community/regexpp@^4.5.1":
58+
version "4.8.0"
59+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
60+
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
5461

5562
"@eslint-community/regexpp@^4.6.1":
5663
version "4.6.2"
@@ -1449,6 +1456,11 @@
14491456
dependencies:
14501457
dotenv "*"
14511458

1459+
"@types/json-schema@^7.0.12":
1460+
version "7.0.12"
1461+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1462+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1463+
14521464
"@types/json-schema@^7.0.9":
14531465
version "7.0.9"
14541466
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1517,10 +1529,10 @@
15171529
dependencies:
15181530
"@types/node" "*"
15191531

1520-
"@types/semver@^7.3.12":
1521-
version "7.3.12"
1522-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1523-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1532+
"@types/semver@^7.5.0":
1533+
version "7.5.1"
1534+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
1535+
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==
15241536

15251537
15261538
version "10.0.15"
@@ -1534,30 +1546,32 @@
15341546
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
15351547
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
15361548

1537-
"@typescript-eslint/[email protected]":
1538-
version "5.62.0"
1539-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1540-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1541-
dependencies:
1542-
"@eslint-community/regexpp" "^4.4.0"
1543-
"@typescript-eslint/scope-manager" "5.62.0"
1544-
"@typescript-eslint/type-utils" "5.62.0"
1545-
"@typescript-eslint/utils" "5.62.0"
1549+
"@typescript-eslint/[email protected]":
1550+
version "6.7.0"
1551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.0.tgz#ed2a38867190f8a688af85ad7c8a74670b8b3675"
1552+
integrity sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==
1553+
dependencies:
1554+
"@eslint-community/regexpp" "^4.5.1"
1555+
"@typescript-eslint/scope-manager" "6.7.0"
1556+
"@typescript-eslint/type-utils" "6.7.0"
1557+
"@typescript-eslint/utils" "6.7.0"
1558+
"@typescript-eslint/visitor-keys" "6.7.0"
15461559
debug "^4.3.4"
15471560
graphemer "^1.4.0"
1548-
ignore "^5.2.0"
1549-
natural-compare-lite "^1.4.0"
1550-
semver "^7.3.7"
1551-
tsutils "^3.21.0"
1561+
ignore "^5.2.4"
1562+
natural-compare "^1.4.0"
1563+
semver "^7.5.4"
1564+
ts-api-utils "^1.0.1"
15521565

1553-
"@typescript-eslint/parser@5.62.0":
1554-
version "5.62.0"
1555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1556-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1566+
"@typescript-eslint/parser@6.7.0":
1567+
version "6.7.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.0.tgz#332fe9c7ecf6783d3250b4c8a960bd4af0995807"
1569+
integrity sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==
15571570
dependencies:
1558-
"@typescript-eslint/scope-manager" "5.62.0"
1559-
"@typescript-eslint/types" "5.62.0"
1560-
"@typescript-eslint/typescript-estree" "5.62.0"
1571+
"@typescript-eslint/scope-manager" "6.7.0"
1572+
"@typescript-eslint/types" "6.7.0"
1573+
"@typescript-eslint/typescript-estree" "6.7.0"
1574+
"@typescript-eslint/visitor-keys" "6.7.0"
15611575
debug "^4.3.4"
15621576

15631577
"@typescript-eslint/[email protected]":
@@ -1568,33 +1582,33 @@
15681582
"@typescript-eslint/types" "5.18.0"
15691583
"@typescript-eslint/visitor-keys" "5.18.0"
15701584

1571-
"@typescript-eslint/scope-manager@5.62.0":
1572-
version "5.62.0"
1573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1574-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1585+
"@typescript-eslint/scope-manager@6.7.0":
1586+
version "6.7.0"
1587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.0.tgz#6b3c22187976e2bf5ed0dc0d9095f1f2cbd1d106"
1588+
integrity sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==
15751589
dependencies:
1576-
"@typescript-eslint/types" "5.62.0"
1577-
"@typescript-eslint/visitor-keys" "5.62.0"
1590+
"@typescript-eslint/types" "6.7.0"
1591+
"@typescript-eslint/visitor-keys" "6.7.0"
15781592

1579-
"@typescript-eslint/type-utils@5.62.0":
1580-
version "5.62.0"
1581-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1582-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1593+
"@typescript-eslint/type-utils@6.7.0":
1594+
version "6.7.0"
1595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.0.tgz#21a013d4c7f96255f5e64ac59fb41301d1e052ba"
1596+
integrity sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==
15831597
dependencies:
1584-
"@typescript-eslint/typescript-estree" "5.62.0"
1585-
"@typescript-eslint/utils" "5.62.0"
1598+
"@typescript-eslint/typescript-estree" "6.7.0"
1599+
"@typescript-eslint/utils" "6.7.0"
15861600
debug "^4.3.4"
1587-
tsutils "^3.21.0"
1601+
ts-api-utils "^1.0.1"
15881602

15891603
"@typescript-eslint/[email protected]":
15901604
version "5.18.0"
15911605
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
15921606
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
15931607

1594-
"@typescript-eslint/types@5.62.0":
1595-
version "5.62.0"
1596-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1597-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1608+
"@typescript-eslint/types@6.7.0":
1609+
version "6.7.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.0.tgz#8de8ba9cafadc38e89003fe303e219c9250089ae"
1611+
integrity sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==
15981612

15991613
"@typescript-eslint/[email protected]":
16001614
version "5.18.0"
@@ -1609,32 +1623,31 @@
16091623
semver "^7.3.5"
16101624
tsutils "^3.21.0"
16111625

1612-
"@typescript-eslint/typescript-estree@5.62.0":
1613-
version "5.62.0"
1614-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1615-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1626+
"@typescript-eslint/typescript-estree@6.7.0":
1627+
version "6.7.0"
1628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.0.tgz#20ce2801733bd46f02cc0f141f5b63fbbf2afb63"
1629+
integrity sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==
16161630
dependencies:
1617-
"@typescript-eslint/types" "5.62.0"
1618-
"@typescript-eslint/visitor-keys" "5.62.0"
1631+
"@typescript-eslint/types" "6.7.0"
1632+
"@typescript-eslint/visitor-keys" "6.7.0"
16191633
debug "^4.3.4"
16201634
globby "^11.1.0"
16211635
is-glob "^4.0.3"
1622-
semver "^7.3.7"
1623-
tsutils "^3.21.0"
1636+
semver "^7.5.4"
1637+
ts-api-utils "^1.0.1"
16241638

1625-
"@typescript-eslint/utils@5.62.0":
1626-
version "5.62.0"
1627-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1628-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1639+
"@typescript-eslint/utils@6.7.0":
1640+
version "6.7.0"
1641+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.0.tgz#61b6f1f1b82ad529abfcee074d21764e880886fb"
1642+
integrity sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==
16291643
dependencies:
1630-
"@eslint-community/eslint-utils" "^4.2.0"
1631-
"@types/json-schema" "^7.0.9"
1632-
"@types/semver" "^7.3.12"
1633-
"@typescript-eslint/scope-manager" "5.62.0"
1634-
"@typescript-eslint/types" "5.62.0"
1635-
"@typescript-eslint/typescript-estree" "5.62.0"
1636-
eslint-scope "^5.1.1"
1637-
semver "^7.3.7"
1644+
"@eslint-community/eslint-utils" "^4.4.0"
1645+
"@types/json-schema" "^7.0.12"
1646+
"@types/semver" "^7.5.0"
1647+
"@typescript-eslint/scope-manager" "6.7.0"
1648+
"@typescript-eslint/types" "6.7.0"
1649+
"@typescript-eslint/typescript-estree" "6.7.0"
1650+
semver "^7.5.4"
16381651

16391652
"@typescript-eslint/utils@^5.10.2":
16401653
version "5.18.0"
@@ -1656,13 +1669,13 @@
16561669
"@typescript-eslint/types" "5.18.0"
16571670
eslint-visitor-keys "^3.0.0"
16581671

1659-
"@typescript-eslint/visitor-keys@5.62.0":
1660-
version "5.62.0"
1661-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1662-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1672+
"@typescript-eslint/visitor-keys@6.7.0":
1673+
version "6.7.0"
1674+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.0.tgz#34140ac76dfb6316d17012e4469acf3366ad3f44"
1675+
integrity sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==
16631676
dependencies:
1664-
"@typescript-eslint/types" "5.62.0"
1665-
eslint-visitor-keys "^3.3.0"
1677+
"@typescript-eslint/types" "6.7.0"
1678+
eslint-visitor-keys "^3.4.1"
16661679

16671680
"@yarnpkg/lockfile@^1.1.0":
16681681
version "1.1.0"
@@ -5401,6 +5414,11 @@ ignore@^5.2.0:
54015414
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
54025415
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
54035416

5417+
ignore@^5.2.4:
5418+
version "5.2.4"
5419+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
5420+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
5421+
54045422
immediate@^3.2.3:
54055423
version "3.3.0"
54065424
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6646,11 +6664,6 @@ nanomatch@^1.2.9:
66466664
snapdragon "^0.8.1"
66476665
to-regex "^3.0.1"
66486666

6649-
natural-compare-lite@^1.4.0:
6650-
version "1.4.0"
6651-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6652-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6653-
66546667
natural-compare@^1.4.0:
66556668
version "1.4.0"
66566669
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -7787,6 +7800,13 @@ semver@^7.3.7:
77877800
dependencies:
77887801
lru-cache "^6.0.0"
77897802

7803+
semver@^7.5.4:
7804+
version "7.5.4"
7805+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7806+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
7807+
dependencies:
7808+
lru-cache "^6.0.0"
7809+
77907810
semver@~5.4.1:
77917811
version "5.4.1"
77927812
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -8485,6 +8505,11 @@ trim-right@^1.0.1:
84858505
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
84868506
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
84878507

8508+
ts-api-utils@^1.0.1:
8509+
version "1.0.3"
8510+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
8511+
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
8512+
84888513
ts-essentials@^1.0.0:
84898514
version "1.0.4"
84908515
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)