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

Commit 978e94f

Browse files
authored
⬆️ Update @typescript-eslint/parser to version 4.8.1 (#206)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 8110fba commit 978e94f

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.8.1",
34-
"@typescript-eslint/parser": "^4.7.0",
34+
"@typescript-eslint/parser": "^4.8.1",
3535
"eslint": "^7.13.0",
3636
"eslint-config-prettier": "^6.15.0",
3737
"express": "^4.17.1",

yarn.lock

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

187-
"@typescript-eslint/parser@^4.7.0":
188-
version "4.7.0"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
190-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
191-
dependencies:
192-
"@typescript-eslint/scope-manager" "4.7.0"
193-
"@typescript-eslint/types" "4.7.0"
194-
"@typescript-eslint/typescript-estree" "4.7.0"
195-
debug "^4.1.1"
196-
197-
"@typescript-eslint/[email protected]":
198-
version "4.7.0"
199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
200-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
187+
"@typescript-eslint/parser@^4.8.1":
188+
version "4.8.1"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
190+
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
201191
dependencies:
202-
"@typescript-eslint/types" "4.7.0"
203-
"@typescript-eslint/visitor-keys" "4.7.0"
192+
"@typescript-eslint/scope-manager" "4.8.1"
193+
"@typescript-eslint/types" "4.8.1"
194+
"@typescript-eslint/typescript-estree" "4.8.1"
195+
debug "^4.1.1"
204196

205197
"@typescript-eslint/[email protected]":
206198
version "4.8.1"
@@ -210,30 +202,11 @@
210202
"@typescript-eslint/types" "4.8.1"
211203
"@typescript-eslint/visitor-keys" "4.8.1"
212204

213-
"@typescript-eslint/[email protected]":
214-
version "4.7.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
216-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
217-
218205
"@typescript-eslint/[email protected]":
219206
version "4.8.1"
220207
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
221208
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
222209

223-
"@typescript-eslint/[email protected]":
224-
version "4.7.0"
225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
226-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
227-
dependencies:
228-
"@typescript-eslint/types" "4.7.0"
229-
"@typescript-eslint/visitor-keys" "4.7.0"
230-
debug "^4.1.1"
231-
globby "^11.0.1"
232-
is-glob "^4.0.1"
233-
lodash "^4.17.15"
234-
semver "^7.3.2"
235-
tsutils "^3.17.1"
236-
237210
"@typescript-eslint/[email protected]":
238211
version "4.8.1"
239212
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
@@ -248,14 +221,6 @@
248221
semver "^7.3.2"
249222
tsutils "^3.17.1"
250223

251-
"@typescript-eslint/[email protected]":
252-
version "4.7.0"
253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
254-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
255-
dependencies:
256-
"@typescript-eslint/types" "4.7.0"
257-
eslint-visitor-keys "^2.0.0"
258-
259224
"@typescript-eslint/[email protected]":
260225
version "4.8.1"
261226
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"

0 commit comments

Comments
 (0)