Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 14ab0e6

Browse files
authored
⬆️ Update @typescript-eslint/parser to version 4.11.0 (#232)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent a63f650 commit 14ab0e6

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/supertest": "^2.0.10",
3232
"@types/tape": "^4.13.0",
3333
"@typescript-eslint/eslint-plugin": "^4.10.0",
34-
"@typescript-eslint/parser": "^4.10.0",
34+
"@typescript-eslint/parser": "^4.11.0",
3535
"eslint": "^7.16.0",
3636
"eslint-config-prettier": "^7.1.0",
3737
"express": "^4.17.1",

yarn.lock

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,14 @@
184184
eslint-scope "^5.0.0"
185185
eslint-utils "^2.0.0"
186186

187-
"@typescript-eslint/parser@^4.10.0":
188-
version "4.10.0"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
190-
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
191-
dependencies:
192-
"@typescript-eslint/scope-manager" "4.10.0"
193-
"@typescript-eslint/types" "4.10.0"
194-
"@typescript-eslint/typescript-estree" "4.10.0"
187+
"@typescript-eslint/parser@^4.11.0":
188+
version "4.11.0"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.0.tgz#1dd3d7e42708c10ce9f3aa64c63c0ab99868b4e2"
190+
integrity sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ==
191+
dependencies:
192+
"@typescript-eslint/scope-manager" "4.11.0"
193+
"@typescript-eslint/types" "4.11.0"
194+
"@typescript-eslint/typescript-estree" "4.11.0"
195195
debug "^4.1.1"
196196

197197
"@typescript-eslint/[email protected]":
@@ -202,11 +202,24 @@
202202
"@typescript-eslint/types" "4.10.0"
203203
"@typescript-eslint/visitor-keys" "4.10.0"
204204

205+
"@typescript-eslint/[email protected]":
206+
version "4.11.0"
207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz#2d906537db8a3a946721699e4fc0833810490254"
208+
integrity sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA==
209+
dependencies:
210+
"@typescript-eslint/types" "4.11.0"
211+
"@typescript-eslint/visitor-keys" "4.11.0"
212+
205213
"@typescript-eslint/[email protected]":
206214
version "4.10.0"
207215
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
208216
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
209217

218+
"@typescript-eslint/[email protected]":
219+
version "4.11.0"
220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.0.tgz#86cf95e7eac4ccfd183f9fcf1480cece7caf4ca4"
221+
integrity sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g==
222+
210223
"@typescript-eslint/[email protected]":
211224
version "4.10.0"
212225
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
@@ -221,6 +234,20 @@
221234
semver "^7.3.2"
222235
tsutils "^3.17.1"
223236

237+
"@typescript-eslint/[email protected]":
238+
version "4.11.0"
239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz#1144d145841e5987d61c4c845442a24b24165a4b"
240+
integrity sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg==
241+
dependencies:
242+
"@typescript-eslint/types" "4.11.0"
243+
"@typescript-eslint/visitor-keys" "4.11.0"
244+
debug "^4.1.1"
245+
globby "^11.0.1"
246+
is-glob "^4.0.1"
247+
lodash "^4.17.15"
248+
semver "^7.3.2"
249+
tsutils "^3.17.1"
250+
224251
"@typescript-eslint/[email protected]":
225252
version "4.10.0"
226253
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
@@ -229,6 +256,14 @@
229256
"@typescript-eslint/types" "4.10.0"
230257
eslint-visitor-keys "^2.0.0"
231258

259+
"@typescript-eslint/[email protected]":
260+
version "4.11.0"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz#906669a50f06aa744378bb84c7d5c4fdbc5b7d51"
262+
integrity sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A==
263+
dependencies:
264+
"@typescript-eslint/types" "4.11.0"
265+
eslint-visitor-keys "^2.0.0"
266+
232267
accepts@~1.3.7:
233268
version "1.3.7"
234269
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"

0 commit comments

Comments
 (0)