Skip to content

Commit effc700

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 2.20.0 to 2… (#837)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.20.0 to 2.21.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.21.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8cef8b1 commit effc700

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.20.0",
72-
"@typescript-eslint/parser": "^2.20.0",
72+
"@typescript-eslint/parser": "^2.21.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.20.0"
363363
eslint-scope "^5.0.0"
364364

365-
"@typescript-eslint/parser@^2.20.0":
366-
version "2.20.0"
367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.20.0.tgz#608e5bb06ba98a415b64ace994c79ab20f9772a9"
368-
integrity sha512-o8qsKaosLh2qhMZiHNtaHKTHyCHc3Triq6aMnwnWj7budm3xAY9owSZzV1uon5T9cWmJRJGzTFa90aex4m77Lw==
365+
"@typescript-eslint/experimental-utils@2.21.0":
366+
version "2.21.0"
367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.21.0.tgz#71de390a3ec00b280b69138d80733406e6e86bfa"
368+
integrity sha512-olKw9JP/XUkav4lq0I7S1mhGgONJF9rHNhKFn9wJlpfRVjNo3PPjSvybxEldvCXnvD+WAshSzqH5cEjPp9CsBA==
369+
dependencies:
370+
"@types/json-schema" "^7.0.3"
371+
"@typescript-eslint/typescript-estree" "2.21.0"
372+
eslint-scope "^5.0.0"
373+
374+
"@typescript-eslint/parser@^2.21.0":
375+
version "2.21.0"
376+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.21.0.tgz#4f200995517c3d5fc5ef51b17527bc948992e438"
377+
integrity sha512-VrmbdrrrvvI6cPPOG7uOgGUFXNYTiSbnRq8ZMyuGa4+qmXJXVLEEz78hKuqupvkpwJQNk1Ucz1TenrRP90gmBg==
369378
dependencies:
370379
"@types/eslint-visitor-keys" "^1.0.0"
371-
"@typescript-eslint/experimental-utils" "2.20.0"
372-
"@typescript-eslint/typescript-estree" "2.20.0"
380+
"@typescript-eslint/experimental-utils" "2.21.0"
381+
"@typescript-eslint/typescript-estree" "2.21.0"
373382
eslint-visitor-keys "^1.1.0"
374383

375384
"@typescript-eslint/typescript-estree@2.20.0":
@@ -385,6 +394,19 @@
385394
semver "^6.3.0"
386395
tsutils "^3.17.1"
387396

397+
"@typescript-eslint/typescript-estree@2.21.0":
398+
version "2.21.0"
399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.21.0.tgz#7e4be29f2e338195a2e8c818949ed0ff727cc943"
400+
integrity sha512-NC/nogZNb9IK2MEFQqyDBAciOT8Lp8O3KgAfvHx2Skx6WBo+KmDqlU3R9KxHONaijfTIKtojRe3SZQyMjr3wBw==
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)