Skip to content

Commit a45f33c

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 2.26.0 to 2… (#878)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.26.0 to 2.27.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.27.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 6dd0486 commit a45f33c

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/vscode": "1.43.0",
6969
"@types/xml2js": "^0.4.4",
7070
"@typescript-eslint/eslint-plugin": "^2.26.0",
71-
"@typescript-eslint/parser": "^2.26.0",
71+
"@typescript-eslint/parser": "^2.27.0",
7272
"decache": "^4.5.1",
7373
"eslint": "^6.5.1",
7474
"eslint-config-prettier": "^6.10.1",

yarn.lock

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,24 @@
355355
eslint-scope "^5.0.0"
356356
eslint-utils "^2.0.0"
357357

358-
"@typescript-eslint/parser@^2.26.0":
359-
version "2.26.0"
360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
361-
integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ==
358+
"@typescript-eslint/experimental-utils@2.27.0":
359+
version "2.27.0"
360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
361+
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
362+
dependencies:
363+
"@types/json-schema" "^7.0.3"
364+
"@typescript-eslint/typescript-estree" "2.27.0"
365+
eslint-scope "^5.0.0"
366+
eslint-utils "^2.0.0"
367+
368+
"@typescript-eslint/parser@^2.27.0":
369+
version "2.27.0"
370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
371+
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
362372
dependencies:
363373
"@types/eslint-visitor-keys" "^1.0.0"
364-
"@typescript-eslint/experimental-utils" "2.26.0"
365-
"@typescript-eslint/typescript-estree" "2.26.0"
374+
"@typescript-eslint/experimental-utils" "2.27.0"
375+
"@typescript-eslint/typescript-estree" "2.27.0"
366376
eslint-visitor-keys "^1.1.0"
367377

368378
"@typescript-eslint/typescript-estree@2.26.0":
@@ -378,6 +388,19 @@
378388
semver "^6.3.0"
379389
tsutils "^3.17.1"
380390

391+
"@typescript-eslint/typescript-estree@2.27.0":
392+
version "2.27.0"
393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
394+
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
395+
dependencies:
396+
debug "^4.1.1"
397+
eslint-visitor-keys "^1.1.0"
398+
glob "^7.1.6"
399+
is-glob "^4.0.1"
400+
lodash "^4.17.15"
401+
semver "^6.3.0"
402+
tsutils "^3.17.1"
403+
381404
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
382405
version "1.3.5"
383406
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)