Skip to content

Commit e905871

Browse files
Bump @typescript-eslint/parser from 3.3.0 to 3.4.0 (#56)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.3.0 to 3.4.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.4.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 50bd671 commit e905871

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/node": "^14.0.13",
3131
"@types/sinon": "^9.0.4",
3232
"@typescript-eslint/eslint-plugin": "^3.4.0",
33-
"@typescript-eslint/parser": "^3.3.0",
33+
"@typescript-eslint/parser": "^3.4.0",
3434
"eslint": "^7.3.1",
3535
"eslint-import-resolver-typescript": "^2.0.0",
3636
"eslint-plugin-import": "^2.21.2",

yarn.lock

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -694,16 +694,6 @@
694694
semver "^7.3.2"
695695
tsutils "^3.17.1"
696696

697-
"@typescript-eslint/[email protected]":
698-
version "3.3.0"
699-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.3.0.tgz#d72a946e056a83d4edf97f3411cceb639b0b8c87"
700-
integrity sha512-d4pGIAbu/tYsrPrdHCQ5xfadJGvlkUxbeBB56nO/VGmEDi/sKmfa5fGty5t5veL1OyJBrUmSiRn1R1qfVDydrg==
701-
dependencies:
702-
"@types/json-schema" "^7.0.3"
703-
"@typescript-eslint/typescript-estree" "3.3.0"
704-
eslint-scope "^5.0.0"
705-
eslint-utils "^2.0.0"
706-
707697
"@typescript-eslint/[email protected]":
708698
version "3.4.0"
709699
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.4.0.tgz#8a44dfc6fb7f1d071937b390fe27608ebda122b8"
@@ -714,28 +704,15 @@
714704
eslint-scope "^5.0.0"
715705
eslint-utils "^2.0.0"
716706

717-
"@typescript-eslint/parser@^3.3.0":
718-
version "3.3.0"
719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.3.0.tgz#fcae40012ded822aa8b2739a1a03a4e3c5bbb7bb"
720-
integrity sha512-a7S0Sqn/+RpOOWTcaLw6RD4obsharzxmgMfdK24l364VxuBODXjuJM7ImCkSXEN7oz52aiZbXSbc76+2EsE91w==
707+
"@typescript-eslint/parser@^3.4.0":
708+
version "3.4.0"
709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.4.0.tgz#fe52b68c5cb3bba3f5d875bd17adb70420d49d8d"
710+
integrity sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA==
721711
dependencies:
722712
"@types/eslint-visitor-keys" "^1.0.0"
723-
"@typescript-eslint/experimental-utils" "3.3.0"
724-
"@typescript-eslint/typescript-estree" "3.3.0"
725-
eslint-visitor-keys "^1.1.0"
726-
727-
"@typescript-eslint/[email protected]":
728-
version "3.3.0"
729-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.3.0.tgz#841ffed25c29b0049ebffb4c2071268a34558a2a"
730-
integrity sha512-3SqxylENltEvJsjjMSDCUx/edZNSC7wAqifUU1Ywp//0OWEZwMZJfecJud9XxJ/40rAKEbJMKBOQzeOjrLJFzQ==
731-
dependencies:
732-
debug "^4.1.1"
713+
"@typescript-eslint/experimental-utils" "3.4.0"
714+
"@typescript-eslint/typescript-estree" "3.4.0"
733715
eslint-visitor-keys "^1.1.0"
734-
glob "^7.1.6"
735-
is-glob "^4.0.1"
736-
lodash "^4.17.15"
737-
semver "^7.3.2"
738-
tsutils "^3.17.1"
739716

740717
"@typescript-eslint/[email protected]":
741718
version "3.4.0"

0 commit comments

Comments
 (0)