Skip to content

Commit 2d76e64

Browse files
Update typescript-eslint monorepo to v5.30.0
1 parent b48a615 commit 2d76e64

2 files changed

Lines changed: 50 additions & 50 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@types/jest": "27.5.1",
6464
"@types/node-fetch": "2.6.1",
6565
"@types/react": "18.0.9",
66-
"@typescript-eslint/eslint-plugin": "5.26.0",
67-
"@typescript-eslint/parser": "5.26.0",
66+
"@typescript-eslint/eslint-plugin": "5.30.0",
67+
"@typescript-eslint/parser": "5.30.0",
6868
"conventional-changelog-conventionalcommits": "4.6.3",
6969
"eslint": "8.16.0",
7070
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,84 +1563,84 @@
15631563
dependencies:
15641564
"@types/yargs-parser" "*"
15651565

1566-
"@typescript-eslint/eslint-plugin@5.26.0":
1567-
version "5.26.0"
1568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz#c1f98ccba9d345e38992975d3ca56ed6260643c2"
1569-
integrity sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==
1570-
dependencies:
1571-
"@typescript-eslint/scope-manager" "5.26.0"
1572-
"@typescript-eslint/type-utils" "5.26.0"
1573-
"@typescript-eslint/utils" "5.26.0"
1566+
"@typescript-eslint/eslint-plugin@5.30.0":
1567+
version "5.30.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.0.tgz#524a11e15c09701733033c96943ecf33f55d9ca1"
1569+
integrity sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==
1570+
dependencies:
1571+
"@typescript-eslint/scope-manager" "5.30.0"
1572+
"@typescript-eslint/type-utils" "5.30.0"
1573+
"@typescript-eslint/utils" "5.30.0"
15741574
debug "^4.3.4"
15751575
functional-red-black-tree "^1.0.1"
15761576
ignore "^5.2.0"
15771577
regexpp "^3.2.0"
15781578
semver "^7.3.7"
15791579
tsutils "^3.21.0"
15801580

1581-
"@typescript-eslint/parser@5.26.0":
1582-
version "5.26.0"
1583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
1584-
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
1581+
"@typescript-eslint/parser@5.30.0":
1582+
version "5.30.0"
1583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.0.tgz#a2184fb5f8ef2bf1db0ae61a43907e2e32aa1b8f"
1584+
integrity sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==
15851585
dependencies:
1586-
"@typescript-eslint/scope-manager" "5.26.0"
1587-
"@typescript-eslint/types" "5.26.0"
1588-
"@typescript-eslint/typescript-estree" "5.26.0"
1586+
"@typescript-eslint/scope-manager" "5.30.0"
1587+
"@typescript-eslint/types" "5.30.0"
1588+
"@typescript-eslint/typescript-estree" "5.30.0"
15891589
debug "^4.3.4"
15901590

1591-
"@typescript-eslint/scope-manager@5.26.0":
1592-
version "5.26.0"
1593-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339"
1594-
integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==
1591+
"@typescript-eslint/scope-manager@5.30.0":
1592+
version "5.30.0"
1593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.0.tgz#bf585ee801ab4ad84db2f840174e171a6bb002c7"
1594+
integrity sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==
15951595
dependencies:
1596-
"@typescript-eslint/types" "5.26.0"
1597-
"@typescript-eslint/visitor-keys" "5.26.0"
1596+
"@typescript-eslint/types" "5.30.0"
1597+
"@typescript-eslint/visitor-keys" "5.30.0"
15981598

1599-
"@typescript-eslint/type-utils@5.26.0":
1600-
version "5.26.0"
1601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
1602-
integrity sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==
1599+
"@typescript-eslint/type-utils@5.30.0":
1600+
version "5.30.0"
1601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.0.tgz#98f3af926a5099153f092d4dad87148df21fbaae"
1602+
integrity sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==
16031603
dependencies:
1604-
"@typescript-eslint/utils" "5.26.0"
1604+
"@typescript-eslint/utils" "5.30.0"
16051605
debug "^4.3.4"
16061606
tsutils "^3.21.0"
16071607

1608-
"@typescript-eslint/types@5.26.0":
1609-
version "5.26.0"
1610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
1611-
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
1608+
"@typescript-eslint/types@5.30.0":
1609+
version "5.30.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
1611+
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
16121612

1613-
"@typescript-eslint/typescript-estree@5.26.0":
1614-
version "5.26.0"
1615-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
1616-
integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==
1613+
"@typescript-eslint/typescript-estree@5.30.0":
1614+
version "5.30.0"
1615+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.0.tgz#4565ee8a6d2ac368996e20b2344ea0eab1a8f0bb"
1616+
integrity sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==
16171617
dependencies:
1618-
"@typescript-eslint/types" "5.26.0"
1619-
"@typescript-eslint/visitor-keys" "5.26.0"
1618+
"@typescript-eslint/types" "5.30.0"
1619+
"@typescript-eslint/visitor-keys" "5.30.0"
16201620
debug "^4.3.4"
16211621
globby "^11.1.0"
16221622
is-glob "^4.0.3"
16231623
semver "^7.3.7"
16241624
tsutils "^3.21.0"
16251625

1626-
"@typescript-eslint/utils@5.26.0":
1627-
version "5.26.0"
1628-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
1629-
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
1626+
"@typescript-eslint/utils@5.30.0":
1627+
version "5.30.0"
1628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.0.tgz#1dac771fead5eab40d31860716de219356f5f754"
1629+
integrity sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==
16301630
dependencies:
16311631
"@types/json-schema" "^7.0.9"
1632-
"@typescript-eslint/scope-manager" "5.26.0"
1633-
"@typescript-eslint/types" "5.26.0"
1634-
"@typescript-eslint/typescript-estree" "5.26.0"
1632+
"@typescript-eslint/scope-manager" "5.30.0"
1633+
"@typescript-eslint/types" "5.30.0"
1634+
"@typescript-eslint/typescript-estree" "5.30.0"
16351635
eslint-scope "^5.1.1"
16361636
eslint-utils "^3.0.0"
16371637

1638-
"@typescript-eslint/visitor-keys@5.26.0":
1639-
version "5.26.0"
1640-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
1641-
integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==
1638+
"@typescript-eslint/visitor-keys@5.30.0":
1639+
version "5.30.0"
1640+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.0.tgz#07721d23daca2ec4c2da7f1e660d41cd78bacac3"
1641+
integrity sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==
16421642
dependencies:
1643-
"@typescript-eslint/types" "5.26.0"
1643+
"@typescript-eslint/types" "5.30.0"
16441644
eslint-visitor-keys "^3.3.0"
16451645

16461646
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)