Skip to content

Commit f20162b

Browse files
chore(deps): update typescript-eslint monorepo to v5.62.0
1 parent 4029ffe commit f20162b

2 files changed

Lines changed: 106 additions & 24 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/node": "17.0.35",
2525
"@types/object-hash": "2.2.1",
2626
"@types/request-promise-native": "1.0.18",
27-
"@typescript-eslint/eslint-plugin": "5.26.0",
28-
"@typescript-eslint/parser": "5.26.0",
27+
"@typescript-eslint/eslint-plugin": "5.62.0",
28+
"@typescript-eslint/parser": "5.62.0",
2929
"apollo-server": "3.7.0",
3030
"codecov": "3.8.3",
3131
"coveralls": "3.1.1",

yarn.lock

Lines changed: 104 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,18 @@
352352
dependencies:
353353
"@jridgewell/trace-mapping" "0.3.9"
354354

355+
"@eslint-community/eslint-utils@^4.2.0":
356+
version "4.9.1"
357+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
358+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
359+
dependencies:
360+
eslint-visitor-keys "^3.4.3"
361+
362+
"@eslint-community/regexpp@^4.4.0":
363+
version "4.12.2"
364+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
365+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
366+
355367
"@eslint/eslintrc@^1.3.0":
356368
version "1.3.0"
357369
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
@@ -1360,6 +1372,11 @@
13601372
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
13611373
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
13621374

1375+
"@types/semver@^7.3.12":
1376+
version "7.7.1"
1377+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528"
1378+
integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==
1379+
13631380
"@types/serve-static@*":
13641381
version "1.13.10"
13651382
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -1400,29 +1417,30 @@
14001417
dependencies:
14011418
"@types/yargs-parser" "*"
14021419

1403-
"@typescript-eslint/eslint-plugin@5.26.0":
1404-
version "5.26.0"
1405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz#c1f98ccba9d345e38992975d3ca56ed6260643c2"
1406-
integrity sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==
1420+
"@typescript-eslint/eslint-plugin@5.62.0":
1421+
version "5.62.0"
1422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1423+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
14071424
dependencies:
1408-
"@typescript-eslint/scope-manager" "5.26.0"
1409-
"@typescript-eslint/type-utils" "5.26.0"
1410-
"@typescript-eslint/utils" "5.26.0"
1425+
"@eslint-community/regexpp" "^4.4.0"
1426+
"@typescript-eslint/scope-manager" "5.62.0"
1427+
"@typescript-eslint/type-utils" "5.62.0"
1428+
"@typescript-eslint/utils" "5.62.0"
14111429
debug "^4.3.4"
1412-
functional-red-black-tree "^1.0.1"
1430+
graphemer "^1.4.0"
14131431
ignore "^5.2.0"
1414-
regexpp "^3.2.0"
1432+
natural-compare-lite "^1.4.0"
14151433
semver "^7.3.7"
14161434
tsutils "^3.21.0"
14171435

1418-
"@typescript-eslint/parser@5.26.0":
1419-
version "5.26.0"
1420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
1421-
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
1436+
"@typescript-eslint/parser@5.62.0":
1437+
version "5.62.0"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1439+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
14221440
dependencies:
1423-
"@typescript-eslint/scope-manager" "5.26.0"
1424-
"@typescript-eslint/types" "5.26.0"
1425-
"@typescript-eslint/typescript-estree" "5.26.0"
1441+
"@typescript-eslint/scope-manager" "5.62.0"
1442+
"@typescript-eslint/types" "5.62.0"
1443+
"@typescript-eslint/typescript-estree" "5.62.0"
14261444
debug "^4.3.4"
14271445

14281446
"@typescript-eslint/scope-manager@5.26.0":
@@ -1433,12 +1451,21 @@
14331451
"@typescript-eslint/types" "5.26.0"
14341452
"@typescript-eslint/visitor-keys" "5.26.0"
14351453

1436-
"@typescript-eslint/type-utils@5.26.0":
1437-
version "5.26.0"
1438-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
1439-
integrity sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==
1454+
"@typescript-eslint/scope-manager@5.62.0":
1455+
version "5.62.0"
1456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1457+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
14401458
dependencies:
1441-
"@typescript-eslint/utils" "5.26.0"
1459+
"@typescript-eslint/types" "5.62.0"
1460+
"@typescript-eslint/visitor-keys" "5.62.0"
1461+
1462+
"@typescript-eslint/type-utils@5.62.0":
1463+
version "5.62.0"
1464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1465+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1466+
dependencies:
1467+
"@typescript-eslint/typescript-estree" "5.62.0"
1468+
"@typescript-eslint/utils" "5.62.0"
14421469
debug "^4.3.4"
14431470
tsutils "^3.21.0"
14441471

@@ -1447,6 +1474,11 @@
14471474
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
14481475
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
14491476

1477+
"@typescript-eslint/types@5.62.0":
1478+
version "5.62.0"
1479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1480+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1481+
14501482
"@typescript-eslint/typescript-estree@5.26.0":
14511483
version "5.26.0"
14521484
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
@@ -1460,7 +1492,34 @@
14601492
semver "^7.3.7"
14611493
tsutils "^3.21.0"
14621494

1463-
"@typescript-eslint/utils@5.26.0", "@typescript-eslint/utils@^5.10.0":
1495+
"@typescript-eslint/typescript-estree@5.62.0":
1496+
version "5.62.0"
1497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1498+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1499+
dependencies:
1500+
"@typescript-eslint/types" "5.62.0"
1501+
"@typescript-eslint/visitor-keys" "5.62.0"
1502+
debug "^4.3.4"
1503+
globby "^11.1.0"
1504+
is-glob "^4.0.3"
1505+
semver "^7.3.7"
1506+
tsutils "^3.21.0"
1507+
1508+
"@typescript-eslint/utils@5.62.0":
1509+
version "5.62.0"
1510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1511+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1512+
dependencies:
1513+
"@eslint-community/eslint-utils" "^4.2.0"
1514+
"@types/json-schema" "^7.0.9"
1515+
"@types/semver" "^7.3.12"
1516+
"@typescript-eslint/scope-manager" "5.62.0"
1517+
"@typescript-eslint/types" "5.62.0"
1518+
"@typescript-eslint/typescript-estree" "5.62.0"
1519+
eslint-scope "^5.1.1"
1520+
semver "^7.3.7"
1521+
1522+
"@typescript-eslint/utils@^5.10.0":
14641523
version "5.26.0"
14651524
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
14661525
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
@@ -1480,6 +1539,14 @@
14801539
"@typescript-eslint/types" "5.26.0"
14811540
eslint-visitor-keys "^3.3.0"
14821541

1542+
"@typescript-eslint/visitor-keys@5.62.0":
1543+
version "5.62.0"
1544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1545+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1546+
dependencies:
1547+
"@typescript-eslint/types" "5.62.0"
1548+
eslint-visitor-keys "^3.3.0"
1549+
14831550
"@wry/context@^0.6.0":
14841551
version "0.6.1"
14851552
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
@@ -2886,6 +2953,11 @@ eslint-visitor-keys@^3.3.0:
28862953
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
28872954
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
28882955

2956+
eslint-visitor-keys@^3.4.3:
2957+
version "3.4.3"
2958+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2959+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2960+
28892961
eslint@8.16.0:
28902962
version "8.16.0"
28912963
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
@@ -3424,6 +3496,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10,
34243496
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
34253497
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
34263498

3499+
graphemer@^1.4.0:
3500+
version "1.4.0"
3501+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
3502+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
3503+
34273504
graphql-tag@^2.11.0, graphql-tag@^2.12.6:
34283505
version "2.12.6"
34293506
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
@@ -5043,6 +5120,11 @@ mute-stream@~0.0.4:
50435120
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
50445121
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
50455122

5123+
natural-compare-lite@^1.4.0:
5124+
version "1.4.0"
5125+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
5126+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
5127+
50465128
natural-compare@^1.4.0:
50475129
version "1.4.0"
50485130
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)