Skip to content

Commit 1583531

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 2.22.0 to 2… (#854)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.23.0/packages/parser) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 21a1bd2 commit 1583531

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/vscode": "1.42.0",
7070
"@types/xml2js": "^0.4.4",
7171
"@typescript-eslint/eslint-plugin": "^2.22.0",
72-
"@typescript-eslint/parser": "^2.22.0",
72+
"@typescript-eslint/parser": "^2.23.0",
7373
"decache": "^4.5.1",
7474
"eslint": "^6.5.1",
7575
"eslint-config-prettier": "^6.10.0",

yarn.lock

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,14 +362,23 @@
362362
"@typescript-eslint/typescript-estree" "2.22.0"
363363
eslint-scope "^5.0.0"
364364

365-
"@typescript-eslint/parser@^2.22.0":
366-
version "2.22.0"
367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.22.0.tgz#8eeb6cb6de873f655e64153397d4790898e149d0"
368-
integrity sha512-FaZKC1X+nvD7qMPqKFUYHz3H0TAioSVFGvG29f796Nc5tBluoqfHgLbSFKsh7mKjRoeTm8J9WX2Wo9EyZWjG7w==
365+
"@typescript-eslint/[email protected]":
366+
version "2.23.0"
367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
368+
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
369+
dependencies:
370+
"@types/json-schema" "^7.0.3"
371+
"@typescript-eslint/typescript-estree" "2.23.0"
372+
eslint-scope "^5.0.0"
373+
374+
"@typescript-eslint/parser@^2.23.0":
375+
version "2.23.0"
376+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
377+
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
369378
dependencies:
370379
"@types/eslint-visitor-keys" "^1.0.0"
371-
"@typescript-eslint/experimental-utils" "2.22.0"
372-
"@typescript-eslint/typescript-estree" "2.22.0"
380+
"@typescript-eslint/experimental-utils" "2.23.0"
381+
"@typescript-eslint/typescript-estree" "2.23.0"
373382
eslint-visitor-keys "^1.1.0"
374383

375384
"@typescript-eslint/[email protected]":
@@ -385,6 +394,19 @@
385394
semver "^6.3.0"
386395
tsutils "^3.17.1"
387396

397+
"@typescript-eslint/[email protected]":
398+
version "2.23.0"
399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
400+
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
401+
dependencies:
402+
debug "^4.1.1"
403+
eslint-visitor-keys "^1.1.0"
404+
glob "^7.1.6"
405+
is-glob "^4.0.1"
406+
lodash "^4.17.15"
407+
semver "^6.3.0"
408+
tsutils "^3.17.1"
409+
388410
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
389411
version "1.3.5"
390412
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)