Skip to content

Commit 7f572b9

Browse files
chore(deps): update typescript-eslint monorepo to v5.6.0 (#823)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 56130d6 commit 7f572b9

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/dedent": "0.7.0",
3131
"@types/jest": "27.0.3",
3232
"@types/node": "16.11.11",
33-
"@typescript-eslint/eslint-plugin": "5.5.0",
34-
"@typescript-eslint/parser": "5.5.0",
33+
"@typescript-eslint/eslint-plugin": "5.6.0",
34+
"@typescript-eslint/parser": "5.6.0",
3535
"bob-the-bundler": "1.5.1",
3636
"dedent": "0.7.0",
3737
"eslint": "8.4.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,74 +2182,74 @@
21822182
dependencies:
21832183
"@types/yargs-parser" "*"
21842184

2185-
"@typescript-eslint/eslint-plugin@5.5.0":
2186-
version "5.5.0"
2187-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.5.0.tgz#12d5f47f127af089b985f3a205c0e34a812f8fce"
2188-
integrity sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==
2185+
"@typescript-eslint/eslint-plugin@5.6.0":
2186+
version "5.6.0"
2187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz#efd8668b3d6627c46ce722c2afe813928fe120a0"
2188+
integrity sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==
21892189
dependencies:
2190-
"@typescript-eslint/experimental-utils" "5.5.0"
2191-
"@typescript-eslint/scope-manager" "5.5.0"
2190+
"@typescript-eslint/experimental-utils" "5.6.0"
2191+
"@typescript-eslint/scope-manager" "5.6.0"
21922192
debug "^4.3.2"
21932193
functional-red-black-tree "^1.0.1"
21942194
ignore "^5.1.8"
21952195
regexpp "^3.2.0"
21962196
semver "^7.3.5"
21972197
tsutils "^3.21.0"
21982198

2199-
"@typescript-eslint/experimental-utils@5.5.0":
2200-
version "5.5.0"
2201-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.5.0.tgz#3fe2514dc2f3cd95562206e4058435ea51df609e"
2202-
integrity sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==
2199+
"@typescript-eslint/experimental-utils@5.6.0":
2200+
version "5.6.0"
2201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.6.0.tgz#f3a5960f2004abdcac7bb81412bafc1560841c23"
2202+
integrity sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==
22032203
dependencies:
22042204
"@types/json-schema" "^7.0.9"
2205-
"@typescript-eslint/scope-manager" "5.5.0"
2206-
"@typescript-eslint/types" "5.5.0"
2207-
"@typescript-eslint/typescript-estree" "5.5.0"
2205+
"@typescript-eslint/scope-manager" "5.6.0"
2206+
"@typescript-eslint/types" "5.6.0"
2207+
"@typescript-eslint/typescript-estree" "5.6.0"
22082208
eslint-scope "^5.1.1"
22092209
eslint-utils "^3.0.0"
22102210

2211-
"@typescript-eslint/parser@5.5.0":
2212-
version "5.5.0"
2213-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.5.0.tgz#a38070e225330b771074daa659118238793f7fcd"
2214-
integrity sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==
2211+
"@typescript-eslint/parser@5.6.0":
2212+
version "5.6.0"
2213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.6.0.tgz#11677324659641400d653253c03dcfbed468d199"
2214+
integrity sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==
22152215
dependencies:
2216-
"@typescript-eslint/scope-manager" "5.5.0"
2217-
"@typescript-eslint/types" "5.5.0"
2218-
"@typescript-eslint/typescript-estree" "5.5.0"
2216+
"@typescript-eslint/scope-manager" "5.6.0"
2217+
"@typescript-eslint/types" "5.6.0"
2218+
"@typescript-eslint/typescript-estree" "5.6.0"
22192219
debug "^4.3.2"
22202220

2221-
"@typescript-eslint/scope-manager@5.5.0":
2222-
version "5.5.0"
2223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.5.0.tgz#2b9f3672fa6cddcb4160e7e8b49ef1fd00f83c09"
2224-
integrity sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==
2221+
"@typescript-eslint/scope-manager@5.6.0":
2222+
version "5.6.0"
2223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz#9dd7f007dc8f3a34cdff6f79f5eaab27ae05157e"
2224+
integrity sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==
22252225
dependencies:
2226-
"@typescript-eslint/types" "5.5.0"
2227-
"@typescript-eslint/visitor-keys" "5.5.0"
2226+
"@typescript-eslint/types" "5.6.0"
2227+
"@typescript-eslint/visitor-keys" "5.6.0"
22282228

2229-
"@typescript-eslint/types@5.5.0":
2230-
version "5.5.0"
2231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.5.0.tgz#fee61ae510e84ed950a53937a2b443e078107003"
2232-
integrity sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==
2229+
"@typescript-eslint/types@5.6.0":
2230+
version "5.6.0"
2231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
2232+
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
22332233

2234-
"@typescript-eslint/typescript-estree@5.5.0":
2235-
version "5.5.0"
2236-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.5.0.tgz#12f422698c1636bd0206086bbec9844c54625ebc"
2237-
integrity sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==
2234+
"@typescript-eslint/typescript-estree@5.6.0":
2235+
version "5.6.0"
2236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz#dfbb19c9307fdd81bd9c650c67e8397821d7faf0"
2237+
integrity sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==
22382238
dependencies:
2239-
"@typescript-eslint/types" "5.5.0"
2240-
"@typescript-eslint/visitor-keys" "5.5.0"
2239+
"@typescript-eslint/types" "5.6.0"
2240+
"@typescript-eslint/visitor-keys" "5.6.0"
22412241
debug "^4.3.2"
22422242
globby "^11.0.4"
22432243
is-glob "^4.0.3"
22442244
semver "^7.3.5"
22452245
tsutils "^3.21.0"
22462246

2247-
"@typescript-eslint/visitor-keys@5.5.0":
2248-
version "5.5.0"
2249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.5.0.tgz#4787586897b61f26068a3db5c50b3f5d254f9083"
2250-
integrity sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==
2247+
"@typescript-eslint/visitor-keys@5.6.0":
2248+
version "5.6.0"
2249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz#3e36509e103fe9713d8f035ac977235fd63cb6e6"
2250+
integrity sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==
22512251
dependencies:
2252-
"@typescript-eslint/types" "5.5.0"
2252+
"@typescript-eslint/types" "5.6.0"
22532253
eslint-visitor-keys "^3.0.0"
22542254

22552255

0 commit comments

Comments
 (0)