Skip to content

Commit f730b5a

Browse files
committed
Update typescript-eslint monorepo to v5.32.0
1 parent 9d4312e commit f730b5a

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
@@ -26,8 +26,8 @@
2626
"@types/dotenv": "8.2.0",
2727
"@types/mocha": "9.1.1",
2828
"@types/node": "16.11.47",
29-
"@typescript-eslint/eslint-plugin": "5.31.0",
30-
"@typescript-eslint/parser": "5.31.0",
29+
"@typescript-eslint/eslint-plugin": "5.32.0",
30+
"@typescript-eslint/parser": "5.32.0",
3131
"chai": "4.3.6",
3232
"del-cli": "4.0.1",
3333
"dotenv": "16.0.1",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,84 +1700,84 @@
17001700
"@types/bn.js" "*"
17011701
"@types/underscore" "*"
17021702

1703-
"@typescript-eslint/eslint-plugin@5.31.0":
1704-
version "5.31.0"
1705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
1706-
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
1707-
dependencies:
1708-
"@typescript-eslint/scope-manager" "5.31.0"
1709-
"@typescript-eslint/type-utils" "5.31.0"
1710-
"@typescript-eslint/utils" "5.31.0"
1703+
"@typescript-eslint/eslint-plugin@5.32.0":
1704+
version "5.32.0"
1705+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.32.0.tgz#e27e38cffa4a61226327c874a7be965e9a861624"
1706+
integrity sha512-CHLuz5Uz7bHP2WgVlvoZGhf0BvFakBJKAD/43Ty0emn4wXWv5k01ND0C0fHcl/Im8Td2y/7h44E9pca9qAu2ew==
1707+
dependencies:
1708+
"@typescript-eslint/scope-manager" "5.32.0"
1709+
"@typescript-eslint/type-utils" "5.32.0"
1710+
"@typescript-eslint/utils" "5.32.0"
17111711
debug "^4.3.4"
17121712
functional-red-black-tree "^1.0.1"
17131713
ignore "^5.2.0"
17141714
regexpp "^3.2.0"
17151715
semver "^7.3.7"
17161716
tsutils "^3.21.0"
17171717

1718-
"@typescript-eslint/parser@5.31.0":
1719-
version "5.31.0"
1720-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
1721-
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
1718+
"@typescript-eslint/parser@5.32.0":
1719+
version "5.32.0"
1720+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.32.0.tgz#1de243443bc6186fb153b9e395b842e46877ca5d"
1721+
integrity sha512-IxRtsehdGV9GFQ35IGm5oKKR2OGcazUoiNBxhRV160iF9FoyuXxjY+rIqs1gfnd+4eL98OjeGnMpE7RF/NBb3A==
17221722
dependencies:
1723-
"@typescript-eslint/scope-manager" "5.31.0"
1724-
"@typescript-eslint/types" "5.31.0"
1725-
"@typescript-eslint/typescript-estree" "5.31.0"
1723+
"@typescript-eslint/scope-manager" "5.32.0"
1724+
"@typescript-eslint/types" "5.32.0"
1725+
"@typescript-eslint/typescript-estree" "5.32.0"
17261726
debug "^4.3.4"
17271727

1728-
"@typescript-eslint/scope-manager@5.31.0":
1729-
version "5.31.0"
1730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
1731-
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
1728+
"@typescript-eslint/scope-manager@5.32.0":
1729+
version "5.32.0"
1730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.32.0.tgz#763386e963a8def470580cc36cf9228864190b95"
1731+
integrity sha512-KyAE+tUON0D7tNz92p1uetRqVJiiAkeluvwvZOqBmW9z2XApmk5WSMV9FrzOroAcVxJZB3GfUwVKr98Dr/OjOg==
17321732
dependencies:
1733-
"@typescript-eslint/types" "5.31.0"
1734-
"@typescript-eslint/visitor-keys" "5.31.0"
1733+
"@typescript-eslint/types" "5.32.0"
1734+
"@typescript-eslint/visitor-keys" "5.32.0"
17351735

1736-
"@typescript-eslint/type-utils@5.31.0":
1737-
version "5.31.0"
1738-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
1739-
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
1736+
"@typescript-eslint/type-utils@5.32.0":
1737+
version "5.32.0"
1738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.32.0.tgz#45a14506fe3fb908600b4cef2f70778f7b5cdc79"
1739+
integrity sha512-0gSsIhFDduBz3QcHJIp3qRCvVYbqzHg8D6bHFsDMrm0rURYDj+skBK2zmYebdCp+4nrd9VWd13egvhYFJj/wZg==
17401740
dependencies:
1741-
"@typescript-eslint/utils" "5.31.0"
1741+
"@typescript-eslint/utils" "5.32.0"
17421742
debug "^4.3.4"
17431743
tsutils "^3.21.0"
17441744

1745-
"@typescript-eslint/types@5.31.0":
1746-
version "5.31.0"
1747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
1748-
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
1745+
"@typescript-eslint/types@5.32.0":
1746+
version "5.32.0"
1747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.32.0.tgz#484273021eeeae87ddb288f39586ef5efeb6dcd8"
1748+
integrity sha512-EBUKs68DOcT/EjGfzywp+f8wG9Zw6gj6BjWu7KV/IYllqKJFPlZlLSYw/PTvVyiRw50t6wVbgv4p9uE2h6sZrQ==
17491749

1750-
"@typescript-eslint/typescript-estree@5.31.0":
1751-
version "5.31.0"
1752-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
1753-
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
1750+
"@typescript-eslint/typescript-estree@5.32.0":
1751+
version "5.32.0"
1752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.32.0.tgz#282943f34babf07a4afa7b0ff347a8e7b6030d12"
1753+
integrity sha512-ZVAUkvPk3ITGtCLU5J4atCw9RTxK+SRc6hXqLtllC2sGSeMFWN+YwbiJR9CFrSFJ3w4SJfcWtDwNb/DmUIHdhg==
17541754
dependencies:
1755-
"@typescript-eslint/types" "5.31.0"
1756-
"@typescript-eslint/visitor-keys" "5.31.0"
1755+
"@typescript-eslint/types" "5.32.0"
1756+
"@typescript-eslint/visitor-keys" "5.32.0"
17571757
debug "^4.3.4"
17581758
globby "^11.1.0"
17591759
is-glob "^4.0.3"
17601760
semver "^7.3.7"
17611761
tsutils "^3.21.0"
17621762

1763-
"@typescript-eslint/utils@5.31.0":
1764-
version "5.31.0"
1765-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
1766-
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
1763+
"@typescript-eslint/utils@5.32.0":
1764+
version "5.32.0"
1765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.32.0.tgz#eccb6b672b94516f1afc6508d05173c45924840c"
1766+
integrity sha512-W7lYIAI5Zlc5K082dGR27Fczjb3Q57ECcXefKU/f0ajM5ToM0P+N9NmJWip8GmGu/g6QISNT+K6KYB+iSHjXCQ==
17671767
dependencies:
17681768
"@types/json-schema" "^7.0.9"
1769-
"@typescript-eslint/scope-manager" "5.31.0"
1770-
"@typescript-eslint/types" "5.31.0"
1771-
"@typescript-eslint/typescript-estree" "5.31.0"
1769+
"@typescript-eslint/scope-manager" "5.32.0"
1770+
"@typescript-eslint/types" "5.32.0"
1771+
"@typescript-eslint/typescript-estree" "5.32.0"
17721772
eslint-scope "^5.1.1"
17731773
eslint-utils "^3.0.0"
17741774

1775-
"@typescript-eslint/visitor-keys@5.31.0":
1776-
version "5.31.0"
1777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
1778-
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
1775+
"@typescript-eslint/visitor-keys@5.32.0":
1776+
version "5.32.0"
1777+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.32.0.tgz#b9715d0b11fdb5dd10fd0c42ff13987470525394"
1778+
integrity sha512-S54xOHZgfThiZ38/ZGTgB2rqx51CMJ5MCfVT2IplK4Q7hgzGfe0nLzLCcenDnc/cSjP568hdeKfeDcBgqNHD/g==
17791779
dependencies:
1780-
"@typescript-eslint/types" "5.31.0"
1780+
"@typescript-eslint/types" "5.32.0"
17811781
eslint-visitor-keys "^3.3.0"
17821782

17831783
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)