Skip to content

Commit 6614544

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 3.0.2 to 3.1.0 (#955)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.0.2 to 3.1.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/v3.1.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 4f6613c commit 6614544

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.44.0",
6969
"@types/xml2js": "^0.4.4",
7070
"@typescript-eslint/eslint-plugin": "^3.0.2",
71-
"@typescript-eslint/parser": "^3.0.2",
71+
"@typescript-eslint/parser": "^3.1.0",
7272
"decache": "^4.6.0",
7373
"eslint": "^7.1.0",
7474
"eslint-config-prettier": "^6.11.0",

yarn.lock

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

359-
"@typescript-eslint/parser@^3.0.2":
360-
version "3.0.2"
361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.2.tgz#a92ef339added9bf7fb92605ac99c93ef243e834"
362-
integrity sha512-80Z7s83e8QXHNUspqVlWwb4t5gdz/1bBBmafElbK1wwAwiD/yvJsFyHRxlEpNrt4rdK6eB3p+2WEFkEDHAKk9w==
359+
"@typescript-eslint/experimental-utils@3.1.0":
360+
version "3.1.0"
361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.1.0.tgz#2d5dba7c2ac2a3da3bfa3f461ff64de38587a872"
362+
integrity sha512-Zf8JVC2K1svqPIk1CB/ehCiWPaERJBBokbMfNTNRczCbQSlQXaXtO/7OfYz9wZaecNvdSvVADt6/XQuIxhC79w==
363+
dependencies:
364+
"@types/json-schema" "^7.0.3"
365+
"@typescript-eslint/typescript-estree" "3.1.0"
366+
eslint-scope "^5.0.0"
367+
eslint-utils "^2.0.0"
368+
369+
"@typescript-eslint/parser@^3.1.0":
370+
version "3.1.0"
371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.1.0.tgz#9c02ba5d88ad2355672f39e6cd4176f172dd47f8"
372+
integrity sha512-NcDSJK8qTA2tPfyGiPes9HtVKLbksmuYjlgGAUs7Ld2K0swdWibnCq9IJx9kJN8JJdgUJSorFiGaPHBgH81F/Q==
363373
dependencies:
364374
"@types/eslint-visitor-keys" "^1.0.0"
365-
"@typescript-eslint/experimental-utils" "3.0.2"
366-
"@typescript-eslint/typescript-estree" "3.0.2"
375+
"@typescript-eslint/experimental-utils" "3.1.0"
376+
"@typescript-eslint/typescript-estree" "3.1.0"
367377
eslint-visitor-keys "^1.1.0"
368378

369379
"@typescript-eslint/typescript-estree@3.0.2":
@@ -379,6 +389,19 @@
379389
semver "^7.3.2"
380390
tsutils "^3.17.1"
381391

392+
"@typescript-eslint/typescript-estree@3.1.0":
393+
version "3.1.0"
394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.1.0.tgz#eaff52d31e615e05b894f8b9d2c3d8af152a5dd2"
395+
integrity sha512-+4nfYauqeQvK55PgFrmBWFVYb6IskLyOosYEmhH3mSVhfBp9AIJnjExdgDmKWoOBHRcPM8Ihfm2BFpZf0euUZQ==
396+
dependencies:
397+
debug "^4.1.1"
398+
eslint-visitor-keys "^1.1.0"
399+
glob "^7.1.6"
400+
is-glob "^4.0.1"
401+
lodash "^4.17.15"
402+
semver "^7.3.2"
403+
tsutils "^3.17.1"
404+
382405
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
383406
version "1.3.5"
384407
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)