Skip to content

Commit dae956b

Browse files
committed
Update typescript-eslint monorepo to v5.32.0
1 parent bfea8cb commit dae956b

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@graphql-codegen/typescript": "2.7.2",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.6",
51-
"@typescript-eslint/eslint-plugin": "5.31.0",
52-
"@typescript-eslint/parser": "5.31.0",
51+
"@typescript-eslint/eslint-plugin": "5.32.0",
52+
"@typescript-eslint/parser": "5.32.0",
5353
"eslint": "8.21.0",
5454
"jest": "28.1.3",
5555
"myzod": "1.8.8",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,84 +1778,84 @@
17781778
dependencies:
17791779
"@types/yargs-parser" "*"
17801780

1781-
"@typescript-eslint/eslint-plugin@5.31.0":
1782-
version "5.31.0"
1783-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
1784-
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
1785-
dependencies:
1786-
"@typescript-eslint/scope-manager" "5.31.0"
1787-
"@typescript-eslint/type-utils" "5.31.0"
1788-
"@typescript-eslint/utils" "5.31.0"
1781+
"@typescript-eslint/eslint-plugin@5.32.0":
1782+
version "5.32.0"
1783+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.32.0.tgz#e27e38cffa4a61226327c874a7be965e9a861624"
1784+
integrity sha512-CHLuz5Uz7bHP2WgVlvoZGhf0BvFakBJKAD/43Ty0emn4wXWv5k01ND0C0fHcl/Im8Td2y/7h44E9pca9qAu2ew==
1785+
dependencies:
1786+
"@typescript-eslint/scope-manager" "5.32.0"
1787+
"@typescript-eslint/type-utils" "5.32.0"
1788+
"@typescript-eslint/utils" "5.32.0"
17891789
debug "^4.3.4"
17901790
functional-red-black-tree "^1.0.1"
17911791
ignore "^5.2.0"
17921792
regexpp "^3.2.0"
17931793
semver "^7.3.7"
17941794
tsutils "^3.21.0"
17951795

1796-
"@typescript-eslint/parser@5.31.0":
1797-
version "5.31.0"
1798-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
1799-
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
1796+
"@typescript-eslint/parser@5.32.0":
1797+
version "5.32.0"
1798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.32.0.tgz#1de243443bc6186fb153b9e395b842e46877ca5d"
1799+
integrity sha512-IxRtsehdGV9GFQ35IGm5oKKR2OGcazUoiNBxhRV160iF9FoyuXxjY+rIqs1gfnd+4eL98OjeGnMpE7RF/NBb3A==
18001800
dependencies:
1801-
"@typescript-eslint/scope-manager" "5.31.0"
1802-
"@typescript-eslint/types" "5.31.0"
1803-
"@typescript-eslint/typescript-estree" "5.31.0"
1801+
"@typescript-eslint/scope-manager" "5.32.0"
1802+
"@typescript-eslint/types" "5.32.0"
1803+
"@typescript-eslint/typescript-estree" "5.32.0"
18041804
debug "^4.3.4"
18051805

1806-
"@typescript-eslint/scope-manager@5.31.0":
1807-
version "5.31.0"
1808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
1809-
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
1806+
"@typescript-eslint/scope-manager@5.32.0":
1807+
version "5.32.0"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.32.0.tgz#763386e963a8def470580cc36cf9228864190b95"
1809+
integrity sha512-KyAE+tUON0D7tNz92p1uetRqVJiiAkeluvwvZOqBmW9z2XApmk5WSMV9FrzOroAcVxJZB3GfUwVKr98Dr/OjOg==
18101810
dependencies:
1811-
"@typescript-eslint/types" "5.31.0"
1812-
"@typescript-eslint/visitor-keys" "5.31.0"
1811+
"@typescript-eslint/types" "5.32.0"
1812+
"@typescript-eslint/visitor-keys" "5.32.0"
18131813

1814-
"@typescript-eslint/type-utils@5.31.0":
1815-
version "5.31.0"
1816-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
1817-
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
1814+
"@typescript-eslint/type-utils@5.32.0":
1815+
version "5.32.0"
1816+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.32.0.tgz#45a14506fe3fb908600b4cef2f70778f7b5cdc79"
1817+
integrity sha512-0gSsIhFDduBz3QcHJIp3qRCvVYbqzHg8D6bHFsDMrm0rURYDj+skBK2zmYebdCp+4nrd9VWd13egvhYFJj/wZg==
18181818
dependencies:
1819-
"@typescript-eslint/utils" "5.31.0"
1819+
"@typescript-eslint/utils" "5.32.0"
18201820
debug "^4.3.4"
18211821
tsutils "^3.21.0"
18221822

1823-
"@typescript-eslint/types@5.31.0":
1824-
version "5.31.0"
1825-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
1826-
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
1823+
"@typescript-eslint/types@5.32.0":
1824+
version "5.32.0"
1825+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.32.0.tgz#484273021eeeae87ddb288f39586ef5efeb6dcd8"
1826+
integrity sha512-EBUKs68DOcT/EjGfzywp+f8wG9Zw6gj6BjWu7KV/IYllqKJFPlZlLSYw/PTvVyiRw50t6wVbgv4p9uE2h6sZrQ==
18271827

1828-
"@typescript-eslint/typescript-estree@5.31.0":
1829-
version "5.31.0"
1830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
1831-
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
1828+
"@typescript-eslint/typescript-estree@5.32.0":
1829+
version "5.32.0"
1830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.32.0.tgz#282943f34babf07a4afa7b0ff347a8e7b6030d12"
1831+
integrity sha512-ZVAUkvPk3ITGtCLU5J4atCw9RTxK+SRc6hXqLtllC2sGSeMFWN+YwbiJR9CFrSFJ3w4SJfcWtDwNb/DmUIHdhg==
18321832
dependencies:
1833-
"@typescript-eslint/types" "5.31.0"
1834-
"@typescript-eslint/visitor-keys" "5.31.0"
1833+
"@typescript-eslint/types" "5.32.0"
1834+
"@typescript-eslint/visitor-keys" "5.32.0"
18351835
debug "^4.3.4"
18361836
globby "^11.1.0"
18371837
is-glob "^4.0.3"
18381838
semver "^7.3.7"
18391839
tsutils "^3.21.0"
18401840

1841-
"@typescript-eslint/utils@5.31.0":
1842-
version "5.31.0"
1843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
1844-
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
1841+
"@typescript-eslint/utils@5.32.0":
1842+
version "5.32.0"
1843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.32.0.tgz#eccb6b672b94516f1afc6508d05173c45924840c"
1844+
integrity sha512-W7lYIAI5Zlc5K082dGR27Fczjb3Q57ECcXefKU/f0ajM5ToM0P+N9NmJWip8GmGu/g6QISNT+K6KYB+iSHjXCQ==
18451845
dependencies:
18461846
"@types/json-schema" "^7.0.9"
1847-
"@typescript-eslint/scope-manager" "5.31.0"
1848-
"@typescript-eslint/types" "5.31.0"
1849-
"@typescript-eslint/typescript-estree" "5.31.0"
1847+
"@typescript-eslint/scope-manager" "5.32.0"
1848+
"@typescript-eslint/types" "5.32.0"
1849+
"@typescript-eslint/typescript-estree" "5.32.0"
18501850
eslint-scope "^5.1.1"
18511851
eslint-utils "^3.0.0"
18521852

1853-
"@typescript-eslint/visitor-keys@5.31.0":
1854-
version "5.31.0"
1855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
1856-
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
1853+
"@typescript-eslint/visitor-keys@5.32.0":
1854+
version "5.32.0"
1855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.32.0.tgz#b9715d0b11fdb5dd10fd0c42ff13987470525394"
1856+
integrity sha512-S54xOHZgfThiZ38/ZGTgB2rqx51CMJ5MCfVT2IplK4Q7hgzGfe0nLzLCcenDnc/cSjP568hdeKfeDcBgqNHD/g==
18571857
dependencies:
1858-
"@typescript-eslint/types" "5.31.0"
1858+
"@typescript-eslint/types" "5.32.0"
18591859
eslint-visitor-keys "^3.3.0"
18601860

18611861
"@whatwg-node/fetch@^0.2.3", "@whatwg-node/fetch@^0.2.4":

0 commit comments

Comments
 (0)