Skip to content

Commit df192ad

Browse files
committed
Update typescript-eslint monorepo to v5.27.1
1 parent b48a615 commit df192ad

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.27.1",
67+
"@typescript-eslint/parser": "5.27.1",
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.27.1":
1567+
version "5.27.1"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz#fdf59c905354139046b41b3ed95d1609913d0758"
1569+
integrity sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==
1570+
dependencies:
1571+
"@typescript-eslint/scope-manager" "5.27.1"
1572+
"@typescript-eslint/type-utils" "5.27.1"
1573+
"@typescript-eslint/utils" "5.27.1"
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.27.1":
1582+
version "5.27.1"
1583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639"
1584+
integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==
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.27.1"
1587+
"@typescript-eslint/types" "5.27.1"
1588+
"@typescript-eslint/typescript-estree" "5.27.1"
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.27.1":
1592+
version "5.27.1"
1593+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
1594+
integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==
15951595
dependencies:
1596-
"@typescript-eslint/types" "5.26.0"
1597-
"@typescript-eslint/visitor-keys" "5.26.0"
1596+
"@typescript-eslint/types" "5.27.1"
1597+
"@typescript-eslint/visitor-keys" "5.27.1"
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.27.1":
1600+
version "5.27.1"
1601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz#369f695199f74c1876e395ebea202582eb1d4166"
1602+
integrity sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==
16031603
dependencies:
1604-
"@typescript-eslint/utils" "5.26.0"
1604+
"@typescript-eslint/utils" "5.27.1"
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.27.1":
1609+
version "5.27.1"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
1611+
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
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.27.1":
1614+
version "5.27.1"
1615+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
1616+
integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==
16171617
dependencies:
1618-
"@typescript-eslint/types" "5.26.0"
1619-
"@typescript-eslint/visitor-keys" "5.26.0"
1618+
"@typescript-eslint/types" "5.27.1"
1619+
"@typescript-eslint/visitor-keys" "5.27.1"
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.27.1":
1627+
version "5.27.1"
1628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f"
1629+
integrity sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==
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.27.1"
1633+
"@typescript-eslint/types" "5.27.1"
1634+
"@typescript-eslint/typescript-estree" "5.27.1"
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.27.1":
1639+
version "5.27.1"
1640+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
1641+
integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==
16421642
dependencies:
1643-
"@typescript-eslint/types" "5.26.0"
1643+
"@typescript-eslint/types" "5.27.1"
16441644
eslint-visitor-keys "^3.3.0"
16451645

16461646
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)