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

Commit 8908a1b

Browse files
authored
Update @typescript-eslint/parser: 4.11.1 → 4.12.0 (minor) (#241)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 1eb0f52 commit 8908a1b

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.11.1",
34-
"@typescript-eslint/parser": "^4.11.1",
34+
"@typescript-eslint/parser": "^4.12.0",
3535
"eslint": "^7.17.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.11.1":
188-
version "4.11.1"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
190-
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
191-
dependencies:
192-
"@typescript-eslint/scope-manager" "4.11.1"
193-
"@typescript-eslint/types" "4.11.1"
194-
"@typescript-eslint/typescript-estree" "4.11.1"
187+
"@typescript-eslint/parser@^4.12.0":
188+
version "4.12.0"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.12.0.tgz#e1cf30436e4f916c31fcc962158917bd9e9d460a"
190+
integrity sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ==
191+
dependencies:
192+
"@typescript-eslint/scope-manager" "4.12.0"
193+
"@typescript-eslint/types" "4.12.0"
194+
"@typescript-eslint/typescript-estree" "4.12.0"
195195
debug "^4.1.1"
196196

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

205+
"@typescript-eslint/[email protected]":
206+
version "4.12.0"
207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279"
208+
integrity sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg==
209+
dependencies:
210+
"@typescript-eslint/types" "4.12.0"
211+
"@typescript-eslint/visitor-keys" "4.12.0"
212+
205213
"@typescript-eslint/[email protected]":
206214
version "4.11.1"
207215
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
208216
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
209217

218+
"@typescript-eslint/[email protected]":
219+
version "4.12.0"
220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5"
221+
integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g==
222+
210223
"@typescript-eslint/[email protected]":
211224
version "4.11.1"
212225
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
@@ -221,6 +234,20 @@
221234
semver "^7.3.2"
222235
tsutils "^3.17.1"
223236

237+
"@typescript-eslint/[email protected]":
238+
version "4.12.0"
239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e"
240+
integrity sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w==
241+
dependencies:
242+
"@typescript-eslint/types" "4.12.0"
243+
"@typescript-eslint/visitor-keys" "4.12.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.11.1"
226253
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
@@ -229,6 +256,14 @@
229256
"@typescript-eslint/types" "4.11.1"
230257
eslint-visitor-keys "^2.0.0"
231258

259+
"@typescript-eslint/[email protected]":
260+
version "4.12.0"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a"
262+
integrity sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw==
263+
dependencies:
264+
"@typescript-eslint/types" "4.12.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)