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

Commit 161fd15

Browse files
authored
⬆️ Update @typescript-eslint/parser to version 4.10.0 (#227)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 9945d68 commit 161fd15

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
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.9.1",
34+
"@typescript-eslint/parser": "^4.10.0",
3535
"eslint": "^7.15.0",
3636
"eslint-config-prettier": "^7.0.0",
3737
"express": "^4.17.1",

yarn.lock

Lines changed: 8 additions & 43 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.9.1":
188-
version "4.9.1"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
190-
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
191-
dependencies:
192-
"@typescript-eslint/scope-manager" "4.9.1"
193-
"@typescript-eslint/types" "4.9.1"
194-
"@typescript-eslint/typescript-estree" "4.9.1"
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"
195195
debug "^4.1.1"
196196

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

205-
"@typescript-eslint/[email protected]":
206-
version "4.9.1"
207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
208-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
209-
dependencies:
210-
"@typescript-eslint/types" "4.9.1"
211-
"@typescript-eslint/visitor-keys" "4.9.1"
212-
213205
"@typescript-eslint/[email protected]":
214206
version "4.10.0"
215207
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
216208
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
217209

218-
"@typescript-eslint/[email protected]":
219-
version "4.9.1"
220-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
221-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
222-
223210
"@typescript-eslint/[email protected]":
224211
version "4.10.0"
225212
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
@@ -234,20 +221,6 @@
234221
semver "^7.3.2"
235222
tsutils "^3.17.1"
236223

237-
"@typescript-eslint/[email protected]":
238-
version "4.9.1"
239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
240-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
241-
dependencies:
242-
"@typescript-eslint/types" "4.9.1"
243-
"@typescript-eslint/visitor-keys" "4.9.1"
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-
251224
"@typescript-eslint/[email protected]":
252225
version "4.10.0"
253226
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
@@ -256,14 +229,6 @@
256229
"@typescript-eslint/types" "4.10.0"
257230
eslint-visitor-keys "^2.0.0"
258231

259-
"@typescript-eslint/[email protected]":
260-
version "4.9.1"
261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
262-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
263-
dependencies:
264-
"@typescript-eslint/types" "4.9.1"
265-
eslint-visitor-keys "^2.0.0"
266-
267232
accepts@~1.3.7:
268233
version "1.3.7"
269234
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"

0 commit comments

Comments
 (0)