Skip to content

Commit f5d0e2d

Browse files
committed
Update typescript-eslint monorepo to v5.35.1
1 parent 2f7f958 commit f5d0e2d

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.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.8",
51-
"@typescript-eslint/eslint-plugin": "5.34.0",
52-
"@typescript-eslint/parser": "5.34.0",
51+
"@typescript-eslint/eslint-plugin": "5.35.1",
52+
"@typescript-eslint/parser": "5.35.1",
5353
"eslint": "8.22.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
@@ -1779,84 +1779,84 @@
17791779
dependencies:
17801780
"@types/yargs-parser" "*"
17811781

1782-
"@typescript-eslint/eslint-plugin@5.34.0":
1783-
version "5.34.0"
1784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35"
1785-
integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==
1786-
dependencies:
1787-
"@typescript-eslint/scope-manager" "5.34.0"
1788-
"@typescript-eslint/type-utils" "5.34.0"
1789-
"@typescript-eslint/utils" "5.34.0"
1782+
"@typescript-eslint/eslint-plugin@5.35.1":
1783+
version "5.35.1"
1784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93"
1785+
integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==
1786+
dependencies:
1787+
"@typescript-eslint/scope-manager" "5.35.1"
1788+
"@typescript-eslint/type-utils" "5.35.1"
1789+
"@typescript-eslint/utils" "5.35.1"
17901790
debug "^4.3.4"
17911791
functional-red-black-tree "^1.0.1"
17921792
ignore "^5.2.0"
17931793
regexpp "^3.2.0"
17941794
semver "^7.3.7"
17951795
tsutils "^3.21.0"
17961796

1797-
"@typescript-eslint/parser@5.34.0":
1798-
version "5.34.0"
1799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07"
1800-
integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==
1797+
"@typescript-eslint/parser@5.35.1":
1798+
version "5.35.1"
1799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f"
1800+
integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==
18011801
dependencies:
1802-
"@typescript-eslint/scope-manager" "5.34.0"
1803-
"@typescript-eslint/types" "5.34.0"
1804-
"@typescript-eslint/typescript-estree" "5.34.0"
1802+
"@typescript-eslint/scope-manager" "5.35.1"
1803+
"@typescript-eslint/types" "5.35.1"
1804+
"@typescript-eslint/typescript-estree" "5.35.1"
18051805
debug "^4.3.4"
18061806

1807-
"@typescript-eslint/scope-manager@5.34.0":
1808-
version "5.34.0"
1809-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527"
1810-
integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==
1807+
"@typescript-eslint/scope-manager@5.35.1":
1808+
version "5.35.1"
1809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e"
1810+
integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==
18111811
dependencies:
1812-
"@typescript-eslint/types" "5.34.0"
1813-
"@typescript-eslint/visitor-keys" "5.34.0"
1812+
"@typescript-eslint/types" "5.35.1"
1813+
"@typescript-eslint/visitor-keys" "5.35.1"
18141814

1815-
"@typescript-eslint/type-utils@5.34.0":
1816-
version "5.34.0"
1817-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d"
1818-
integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==
1815+
"@typescript-eslint/type-utils@5.35.1":
1816+
version "5.35.1"
1817+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a"
1818+
integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==
18191819
dependencies:
1820-
"@typescript-eslint/utils" "5.34.0"
1820+
"@typescript-eslint/utils" "5.35.1"
18211821
debug "^4.3.4"
18221822
tsutils "^3.21.0"
18231823

1824-
"@typescript-eslint/types@5.34.0":
1825-
version "5.34.0"
1826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78"
1827-
integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==
1824+
"@typescript-eslint/types@5.35.1":
1825+
version "5.35.1"
1826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61"
1827+
integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==
18281828

1829-
"@typescript-eslint/typescript-estree@5.34.0":
1830-
version "5.34.0"
1831-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a"
1832-
integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==
1829+
"@typescript-eslint/typescript-estree@5.35.1":
1830+
version "5.35.1"
1831+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211"
1832+
integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==
18331833
dependencies:
1834-
"@typescript-eslint/types" "5.34.0"
1835-
"@typescript-eslint/visitor-keys" "5.34.0"
1834+
"@typescript-eslint/types" "5.35.1"
1835+
"@typescript-eslint/visitor-keys" "5.35.1"
18361836
debug "^4.3.4"
18371837
globby "^11.1.0"
18381838
is-glob "^4.0.3"
18391839
semver "^7.3.7"
18401840
tsutils "^3.21.0"
18411841

1842-
"@typescript-eslint/utils@5.34.0":
1843-
version "5.34.0"
1844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743"
1845-
integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==
1842+
"@typescript-eslint/utils@5.35.1":
1843+
version "5.35.1"
1844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb"
1845+
integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==
18461846
dependencies:
18471847
"@types/json-schema" "^7.0.9"
1848-
"@typescript-eslint/scope-manager" "5.34.0"
1849-
"@typescript-eslint/types" "5.34.0"
1850-
"@typescript-eslint/typescript-estree" "5.34.0"
1848+
"@typescript-eslint/scope-manager" "5.35.1"
1849+
"@typescript-eslint/types" "5.35.1"
1850+
"@typescript-eslint/typescript-estree" "5.35.1"
18511851
eslint-scope "^5.1.1"
18521852
eslint-utils "^3.0.0"
18531853

1854-
"@typescript-eslint/visitor-keys@5.34.0":
1855-
version "5.34.0"
1856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40"
1857-
integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==
1854+
"@typescript-eslint/visitor-keys@5.35.1":
1855+
version "5.35.1"
1856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6"
1857+
integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==
18581858
dependencies:
1859-
"@typescript-eslint/types" "5.34.0"
1859+
"@typescript-eslint/types" "5.35.1"
18601860
eslint-visitor-keys "^3.3.0"
18611861

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

0 commit comments

Comments
 (0)