Skip to content

Commit 64c3c97

Browse files
committed
Update typescript-eslint monorepo to v5.57.0
1 parent da73fe4 commit 64c3c97

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@graphql-codegen/typescript": "^2.8.7",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.0",
54-
"@typescript-eslint/eslint-plugin": "5.56.0",
55-
"@typescript-eslint/parser": "5.56.0",
54+
"@typescript-eslint/eslint-plugin": "5.57.0",
55+
"@typescript-eslint/parser": "5.57.0",
5656
"eslint": "8.36.0",
5757
"jest": "29.5.0",
5858
"myzod": "1.10.0",

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,88 +2076,88 @@
20762076
dependencies:
20772077
"@types/yargs-parser" "*"
20782078

2079-
"@typescript-eslint/eslint-plugin@5.56.0":
2080-
version "5.56.0"
2081-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz#e4fbb4d6dd8dab3e733485c1a44a02189ae75364"
2082-
integrity sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==
2079+
"@typescript-eslint/eslint-plugin@5.57.0":
2080+
version "5.57.0"
2081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
2082+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
20832083
dependencies:
20842084
"@eslint-community/regexpp" "^4.4.0"
2085-
"@typescript-eslint/scope-manager" "5.56.0"
2086-
"@typescript-eslint/type-utils" "5.56.0"
2087-
"@typescript-eslint/utils" "5.56.0"
2085+
"@typescript-eslint/scope-manager" "5.57.0"
2086+
"@typescript-eslint/type-utils" "5.57.0"
2087+
"@typescript-eslint/utils" "5.57.0"
20882088
debug "^4.3.4"
20892089
grapheme-splitter "^1.0.4"
20902090
ignore "^5.2.0"
20912091
natural-compare-lite "^1.4.0"
20922092
semver "^7.3.7"
20932093
tsutils "^3.21.0"
20942094

2095-
"@typescript-eslint/parser@5.56.0":
2096-
version "5.56.0"
2097-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
2098-
integrity sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==
2095+
"@typescript-eslint/parser@5.57.0":
2096+
version "5.57.0"
2097+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
2098+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
20992099
dependencies:
2100-
"@typescript-eslint/scope-manager" "5.56.0"
2101-
"@typescript-eslint/types" "5.56.0"
2102-
"@typescript-eslint/typescript-estree" "5.56.0"
2100+
"@typescript-eslint/scope-manager" "5.57.0"
2101+
"@typescript-eslint/types" "5.57.0"
2102+
"@typescript-eslint/typescript-estree" "5.57.0"
21032103
debug "^4.3.4"
21042104

2105-
"@typescript-eslint/scope-manager@5.56.0":
2106-
version "5.56.0"
2107-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
2108-
integrity sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==
2105+
"@typescript-eslint/scope-manager@5.57.0":
2106+
version "5.57.0"
2107+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
2108+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
21092109
dependencies:
2110-
"@typescript-eslint/types" "5.56.0"
2111-
"@typescript-eslint/visitor-keys" "5.56.0"
2110+
"@typescript-eslint/types" "5.57.0"
2111+
"@typescript-eslint/visitor-keys" "5.57.0"
21122112

2113-
"@typescript-eslint/type-utils@5.56.0":
2114-
version "5.56.0"
2115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
2116-
integrity sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==
2113+
"@typescript-eslint/type-utils@5.57.0":
2114+
version "5.57.0"
2115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
2116+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
21172117
dependencies:
2118-
"@typescript-eslint/typescript-estree" "5.56.0"
2119-
"@typescript-eslint/utils" "5.56.0"
2118+
"@typescript-eslint/typescript-estree" "5.57.0"
2119+
"@typescript-eslint/utils" "5.57.0"
21202120
debug "^4.3.4"
21212121
tsutils "^3.21.0"
21222122

2123-
"@typescript-eslint/types@5.56.0":
2124-
version "5.56.0"
2125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
2126-
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
2123+
"@typescript-eslint/types@5.57.0":
2124+
version "5.57.0"
2125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
2126+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
21272127

2128-
"@typescript-eslint/typescript-estree@5.56.0":
2129-
version "5.56.0"
2130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
2131-
integrity sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==
2128+
"@typescript-eslint/typescript-estree@5.57.0":
2129+
version "5.57.0"
2130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
2131+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
21322132
dependencies:
2133-
"@typescript-eslint/types" "5.56.0"
2134-
"@typescript-eslint/visitor-keys" "5.56.0"
2133+
"@typescript-eslint/types" "5.57.0"
2134+
"@typescript-eslint/visitor-keys" "5.57.0"
21352135
debug "^4.3.4"
21362136
globby "^11.1.0"
21372137
is-glob "^4.0.3"
21382138
semver "^7.3.7"
21392139
tsutils "^3.21.0"
21402140

2141-
"@typescript-eslint/utils@5.56.0":
2142-
version "5.56.0"
2143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
2144-
integrity sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==
2141+
"@typescript-eslint/utils@5.57.0":
2142+
version "5.57.0"
2143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
2144+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
21452145
dependencies:
21462146
"@eslint-community/eslint-utils" "^4.2.0"
21472147
"@types/json-schema" "^7.0.9"
21482148
"@types/semver" "^7.3.12"
2149-
"@typescript-eslint/scope-manager" "5.56.0"
2150-
"@typescript-eslint/types" "5.56.0"
2151-
"@typescript-eslint/typescript-estree" "5.56.0"
2149+
"@typescript-eslint/scope-manager" "5.57.0"
2150+
"@typescript-eslint/types" "5.57.0"
2151+
"@typescript-eslint/typescript-estree" "5.57.0"
21522152
eslint-scope "^5.1.1"
21532153
semver "^7.3.7"
21542154

2155-
"@typescript-eslint/visitor-keys@5.56.0":
2156-
version "5.56.0"
2157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
2158-
integrity sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==
2155+
"@typescript-eslint/visitor-keys@5.57.0":
2156+
version "5.57.0"
2157+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
2158+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
21592159
dependencies:
2160-
"@typescript-eslint/types" "5.56.0"
2160+
"@typescript-eslint/types" "5.57.0"
21612161
eslint-visitor-keys "^3.3.0"
21622162

21632163
"@whatwg-node/events@^0.0.2":
@@ -5182,10 +5182,10 @@ prelude-ls@^1.2.1:
51825182
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
51835183
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
51845184

5185-
5186-
version "2.8.6"
5187-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.6.tgz#5c174b29befd507f14b83e3c19f83fdc0e974b71"
5188-
integrity sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==
5185+
5186+
version "2.8.7"
5187+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
5188+
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
51895189

51905190
pretty-format@^29.0.0, pretty-format@^29.0.1:
51915191
version "29.0.1"

0 commit comments

Comments
 (0)