Skip to content

Commit bd10e90

Browse files
Update typescript-eslint monorepo to v6
1 parent 29a83f3 commit bd10e90

File tree

2 files changed

+104
-68
lines changed

2 files changed

+104
-68
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/node": "18.17.1",
5353
"@types/ramda": "0.29.3",
5454
"@types/sinon": "10.0.15",
55-
"@typescript-eslint/eslint-plugin": "5.62.0",
56-
"@typescript-eslint/parser": "5.62.0",
55+
"@typescript-eslint/eslint-plugin": "6.2.0",
56+
"@typescript-eslint/parser": "6.2.0",
5757
"ava": "5.3.1",
5858
"bl": "6.0.3",
5959
"dotenv": "16.3.1",

yarn.lock

+102-66
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,23 @@
104104
dependencies:
105105
eslint-visitor-keys "^3.3.0"
106106

107+
"@eslint-community/eslint-utils@^4.4.0":
108+
version "4.4.0"
109+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
110+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
111+
dependencies:
112+
eslint-visitor-keys "^3.3.0"
113+
107114
"@eslint-community/regexpp@^4.4.0":
108115
version "4.4.0"
109116
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
110117
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
111118

119+
"@eslint-community/regexpp@^4.5.1":
120+
version "4.6.2"
121+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
122+
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
123+
112124
"@eslint/eslintrc@^2.1.0":
113125
version "2.1.0"
114126
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
@@ -1194,6 +1206,11 @@
11941206
"@types/minimatch" "^5.1.2"
11951207
"@types/node" "*"
11961208

1209+
"@types/json-schema@^7.0.12":
1210+
version "7.0.12"
1211+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1212+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1213+
11971214
"@types/json-schema@^7.0.9":
11981215
version "7.0.9"
11991216
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1297,10 +1314,10 @@
12971314
dependencies:
12981315
"@types/node" "*"
12991316

1300-
"@types/semver@^7.3.12":
1301-
version "7.3.12"
1302-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1303-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1317+
"@types/semver@^7.5.0":
1318+
version "7.5.0"
1319+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1320+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
13041321

13051322
13061323
version "10.0.15"
@@ -1314,30 +1331,33 @@
13141331
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
13151332
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
13161333

1317-
"@typescript-eslint/[email protected]":
1318-
version "5.62.0"
1319-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1320-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1321-
dependencies:
1322-
"@eslint-community/regexpp" "^4.4.0"
1323-
"@typescript-eslint/scope-manager" "5.62.0"
1324-
"@typescript-eslint/type-utils" "5.62.0"
1325-
"@typescript-eslint/utils" "5.62.0"
1334+
"@typescript-eslint/[email protected]":
1335+
version "6.2.0"
1336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.0.tgz#57047c400be0632d4797ac081af8d399db3ebc3b"
1337+
integrity sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==
1338+
dependencies:
1339+
"@eslint-community/regexpp" "^4.5.1"
1340+
"@typescript-eslint/scope-manager" "6.2.0"
1341+
"@typescript-eslint/type-utils" "6.2.0"
1342+
"@typescript-eslint/utils" "6.2.0"
1343+
"@typescript-eslint/visitor-keys" "6.2.0"
13261344
debug "^4.3.4"
13271345
graphemer "^1.4.0"
1328-
ignore "^5.2.0"
1346+
ignore "^5.2.4"
1347+
natural-compare "^1.4.0"
13291348
natural-compare-lite "^1.4.0"
1330-
semver "^7.3.7"
1331-
tsutils "^3.21.0"
1349+
semver "^7.5.4"
1350+
ts-api-utils "^1.0.1"
13321351

1333-
"@typescript-eslint/parser@5.62.0":
1334-
version "5.62.0"
1335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1336-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1352+
"@typescript-eslint/parser@6.2.0":
1353+
version "6.2.0"
1354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.0.tgz#d37c30b0f459c6f39455335d8f4f085919a1c644"
1355+
integrity sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==
13371356
dependencies:
1338-
"@typescript-eslint/scope-manager" "5.62.0"
1339-
"@typescript-eslint/types" "5.62.0"
1340-
"@typescript-eslint/typescript-estree" "5.62.0"
1357+
"@typescript-eslint/scope-manager" "6.2.0"
1358+
"@typescript-eslint/types" "6.2.0"
1359+
"@typescript-eslint/typescript-estree" "6.2.0"
1360+
"@typescript-eslint/visitor-keys" "6.2.0"
13411361
debug "^4.3.4"
13421362

13431363
"@typescript-eslint/[email protected]":
@@ -1348,33 +1368,33 @@
13481368
"@typescript-eslint/types" "5.18.0"
13491369
"@typescript-eslint/visitor-keys" "5.18.0"
13501370

1351-
"@typescript-eslint/scope-manager@5.62.0":
1352-
version "5.62.0"
1353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1354-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1371+
"@typescript-eslint/scope-manager@6.2.0":
1372+
version "6.2.0"
1373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.0.tgz#412a710d8fa20bc045533b3b19f423810b24f87a"
1374+
integrity sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q==
13551375
dependencies:
1356-
"@typescript-eslint/types" "5.62.0"
1357-
"@typescript-eslint/visitor-keys" "5.62.0"
1376+
"@typescript-eslint/types" "6.2.0"
1377+
"@typescript-eslint/visitor-keys" "6.2.0"
13581378

1359-
"@typescript-eslint/type-utils@5.62.0":
1360-
version "5.62.0"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1362-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1379+
"@typescript-eslint/type-utils@6.2.0":
1380+
version "6.2.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.0.tgz#02b27a3eeb41aa5460d6275d12cce5dd72e1c9fc"
1382+
integrity sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==
13631383
dependencies:
1364-
"@typescript-eslint/typescript-estree" "5.62.0"
1365-
"@typescript-eslint/utils" "5.62.0"
1384+
"@typescript-eslint/typescript-estree" "6.2.0"
1385+
"@typescript-eslint/utils" "6.2.0"
13661386
debug "^4.3.4"
1367-
tsutils "^3.21.0"
1387+
ts-api-utils "^1.0.1"
13681388

13691389
"@typescript-eslint/[email protected]":
13701390
version "5.18.0"
13711391
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
13721392
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
13731393

1374-
"@typescript-eslint/types@5.62.0":
1375-
version "5.62.0"
1376-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1377-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1394+
"@typescript-eslint/types@6.2.0":
1395+
version "6.2.0"
1396+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.0.tgz#b341a4e6d5f609267306b07afc6f62bcf92b1495"
1397+
integrity sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA==
13781398

13791399
"@typescript-eslint/[email protected]":
13801400
version "5.18.0"
@@ -1389,32 +1409,31 @@
13891409
semver "^7.3.5"
13901410
tsutils "^3.21.0"
13911411

1392-
"@typescript-eslint/typescript-estree@5.62.0":
1393-
version "5.62.0"
1394-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1395-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1412+
"@typescript-eslint/typescript-estree@6.2.0":
1413+
version "6.2.0"
1414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.0.tgz#4969944b831b481996aa4fbd73c7164ca683b8ef"
1415+
integrity sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==
13961416
dependencies:
1397-
"@typescript-eslint/types" "5.62.0"
1398-
"@typescript-eslint/visitor-keys" "5.62.0"
1417+
"@typescript-eslint/types" "6.2.0"
1418+
"@typescript-eslint/visitor-keys" "6.2.0"
13991419
debug "^4.3.4"
14001420
globby "^11.1.0"
14011421
is-glob "^4.0.3"
1402-
semver "^7.3.7"
1403-
tsutils "^3.21.0"
1422+
semver "^7.5.4"
1423+
ts-api-utils "^1.0.1"
14041424

1405-
"@typescript-eslint/utils@5.62.0":
1406-
version "5.62.0"
1407-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1408-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1425+
"@typescript-eslint/utils@6.2.0":
1426+
version "6.2.0"
1427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.0.tgz#606a20e5c13883c2d2bd0538ddc4b96b8d410979"
1428+
integrity sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==
14091429
dependencies:
1410-
"@eslint-community/eslint-utils" "^4.2.0"
1411-
"@types/json-schema" "^7.0.9"
1412-
"@types/semver" "^7.3.12"
1413-
"@typescript-eslint/scope-manager" "5.62.0"
1414-
"@typescript-eslint/types" "5.62.0"
1415-
"@typescript-eslint/typescript-estree" "5.62.0"
1416-
eslint-scope "^5.1.1"
1417-
semver "^7.3.7"
1430+
"@eslint-community/eslint-utils" "^4.4.0"
1431+
"@types/json-schema" "^7.0.12"
1432+
"@types/semver" "^7.5.0"
1433+
"@typescript-eslint/scope-manager" "6.2.0"
1434+
"@typescript-eslint/types" "6.2.0"
1435+
"@typescript-eslint/typescript-estree" "6.2.0"
1436+
semver "^7.5.4"
14181437

14191438
"@typescript-eslint/utils@^5.10.2":
14201439
version "5.18.0"
@@ -1436,13 +1455,13 @@
14361455
"@typescript-eslint/types" "5.18.0"
14371456
eslint-visitor-keys "^3.0.0"
14381457

1439-
"@typescript-eslint/visitor-keys@5.62.0":
1440-
version "5.62.0"
1441-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1442-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1458+
"@typescript-eslint/visitor-keys@6.2.0":
1459+
version "6.2.0"
1460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.0.tgz#71943f42fdaa2ec86dc3222091f41761a49ae71a"
1461+
integrity sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ==
14431462
dependencies:
1444-
"@typescript-eslint/types" "5.62.0"
1445-
eslint-visitor-keys "^3.3.0"
1463+
"@typescript-eslint/types" "6.2.0"
1464+
eslint-visitor-keys "^3.4.1"
14461465

14471466
"@yarnpkg/lockfile@^1.1.0":
14481467
version "1.1.0"
@@ -5331,6 +5350,11 @@ ignore@^5.2.0:
53315350
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
53325351
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
53335352

5353+
ignore@^5.2.4:
5354+
version "5.2.4"
5355+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
5356+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
5357+
53345358
immediate@^3.2.3:
53355359
version "3.3.0"
53365360
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -8535,6 +8559,13 @@ semver@^7.3.7:
85358559
dependencies:
85368560
lru-cache "^6.0.0"
85378561

8562+
semver@^7.5.4:
8563+
version "7.5.4"
8564+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
8565+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
8566+
dependencies:
8567+
lru-cache "^6.0.0"
8568+
85388569
semver@~5.4.1:
85398570
version "5.4.1"
85408571
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -9269,6 +9300,11 @@ trim-right@^1.0.1:
92699300
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
92709301
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
92719302

9303+
ts-api-utils@^1.0.1:
9304+
version "1.0.1"
9305+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
9306+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
9307+
92729308
ts-essentials@^1.0.0:
92739309
version "1.0.4"
92749310
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)