Skip to content

Commit 7e81d1a

Browse files
chore(deps): update typescript-eslint monorepo to v5.30.0
1 parent f75df58 commit 7e81d1a

File tree

2 files changed

+69
-23
lines changed

2 files changed

+69
-23
lines changed

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.30.0",
28+
"@typescript-eslint/parser": "5.30.0",
2929
"apollo-server": "3.7.0",
3030
"codecov": "3.8.3",
3131
"coveralls": "3.1.1",

yarn.lock

Lines changed: 67 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,29 +1400,29 @@
14001400
dependencies:
14011401
"@types/yargs-parser" "*"
14021402

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==
1407-
dependencies:
1408-
"@typescript-eslint/scope-manager" "5.26.0"
1409-
"@typescript-eslint/type-utils" "5.26.0"
1410-
"@typescript-eslint/utils" "5.26.0"
1403+
"@typescript-eslint/eslint-plugin@5.30.0":
1404+
version "5.30.0"
1405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.0.tgz#524a11e15c09701733033c96943ecf33f55d9ca1"
1406+
integrity sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==
1407+
dependencies:
1408+
"@typescript-eslint/scope-manager" "5.30.0"
1409+
"@typescript-eslint/type-utils" "5.30.0"
1410+
"@typescript-eslint/utils" "5.30.0"
14111411
debug "^4.3.4"
14121412
functional-red-black-tree "^1.0.1"
14131413
ignore "^5.2.0"
14141414
regexpp "^3.2.0"
14151415
semver "^7.3.7"
14161416
tsutils "^3.21.0"
14171417

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==
1418+
"@typescript-eslint/parser@5.30.0":
1419+
version "5.30.0"
1420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.0.tgz#a2184fb5f8ef2bf1db0ae61a43907e2e32aa1b8f"
1421+
integrity sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==
14221422
dependencies:
1423-
"@typescript-eslint/scope-manager" "5.26.0"
1424-
"@typescript-eslint/types" "5.26.0"
1425-
"@typescript-eslint/typescript-estree" "5.26.0"
1423+
"@typescript-eslint/scope-manager" "5.30.0"
1424+
"@typescript-eslint/types" "5.30.0"
1425+
"@typescript-eslint/typescript-estree" "5.30.0"
14261426
debug "^4.3.4"
14271427

14281428
"@typescript-eslint/[email protected]":
@@ -1433,12 +1433,20 @@
14331433
"@typescript-eslint/types" "5.26.0"
14341434
"@typescript-eslint/visitor-keys" "5.26.0"
14351435

1436-
"@typescript-eslint/[email protected]":
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==
1436+
"@typescript-eslint/[email protected]":
1437+
version "5.30.0"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.0.tgz#bf585ee801ab4ad84db2f840174e171a6bb002c7"
1439+
integrity sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==
1440+
dependencies:
1441+
"@typescript-eslint/types" "5.30.0"
1442+
"@typescript-eslint/visitor-keys" "5.30.0"
1443+
1444+
"@typescript-eslint/[email protected]":
1445+
version "5.30.0"
1446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.0.tgz#98f3af926a5099153f092d4dad87148df21fbaae"
1447+
integrity sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==
14401448
dependencies:
1441-
"@typescript-eslint/utils" "5.26.0"
1449+
"@typescript-eslint/utils" "5.30.0"
14421450
debug "^4.3.4"
14431451
tsutils "^3.21.0"
14441452

@@ -1447,6 +1455,11 @@
14471455
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
14481456
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
14491457

1458+
"@typescript-eslint/[email protected]":
1459+
version "5.30.0"
1460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
1461+
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
1462+
14501463
"@typescript-eslint/[email protected]":
14511464
version "5.26.0"
14521465
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
@@ -1460,7 +1473,32 @@
14601473
semver "^7.3.7"
14611474
tsutils "^3.21.0"
14621475

1463-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
1476+
"@typescript-eslint/[email protected]":
1477+
version "5.30.0"
1478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.0.tgz#4565ee8a6d2ac368996e20b2344ea0eab1a8f0bb"
1479+
integrity sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==
1480+
dependencies:
1481+
"@typescript-eslint/types" "5.30.0"
1482+
"@typescript-eslint/visitor-keys" "5.30.0"
1483+
debug "^4.3.4"
1484+
globby "^11.1.0"
1485+
is-glob "^4.0.3"
1486+
semver "^7.3.7"
1487+
tsutils "^3.21.0"
1488+
1489+
"@typescript-eslint/[email protected]":
1490+
version "5.30.0"
1491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.0.tgz#1dac771fead5eab40d31860716de219356f5f754"
1492+
integrity sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==
1493+
dependencies:
1494+
"@types/json-schema" "^7.0.9"
1495+
"@typescript-eslint/scope-manager" "5.30.0"
1496+
"@typescript-eslint/types" "5.30.0"
1497+
"@typescript-eslint/typescript-estree" "5.30.0"
1498+
eslint-scope "^5.1.1"
1499+
eslint-utils "^3.0.0"
1500+
1501+
"@typescript-eslint/utils@^5.10.0":
14641502
version "5.26.0"
14651503
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
14661504
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
@@ -1480,6 +1518,14 @@
14801518
"@typescript-eslint/types" "5.26.0"
14811519
eslint-visitor-keys "^3.3.0"
14821520

1521+
"@typescript-eslint/[email protected]":
1522+
version "5.30.0"
1523+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.0.tgz#07721d23daca2ec4c2da7f1e660d41cd78bacac3"
1524+
integrity sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==
1525+
dependencies:
1526+
"@typescript-eslint/types" "5.30.0"
1527+
eslint-visitor-keys "^3.3.0"
1528+
14831529
"@wry/context@^0.6.0":
14841530
version "0.6.1"
14851531
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"

0 commit comments

Comments
 (0)