Skip to content

Commit 38db66e

Browse files
Bump @typescript-eslint/parser from 3.1.0 to 3.2.0 (#45)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.1.0 to 3.2.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.2.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 87b29da commit 38db66e

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
@@ -30,7 +30,7 @@
3030
"@types/node": "^14.0.12",
3131
"@types/sinon": "^9.0.4",
3232
"@typescript-eslint/eslint-plugin": "^3.1.0",
33-
"@typescript-eslint/parser": "^3.1.0",
33+
"@typescript-eslint/parser": "^3.2.0",
3434
"eslint": "^7.2.0",
3535
"eslint-import-resolver-typescript": "^2.0.0",
3636
"eslint-plugin-import": "^2.21.1",

yarn.lock

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -703,14 +703,24 @@
703703
eslint-scope "^5.0.0"
704704
eslint-utils "^2.0.0"
705705

706-
"@typescript-eslint/parser@^3.1.0":
707-
version "3.1.0"
708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.1.0.tgz#9c02ba5d88ad2355672f39e6cd4176f172dd47f8"
709-
integrity sha512-NcDSJK8qTA2tPfyGiPes9HtVKLbksmuYjlgGAUs7Ld2K0swdWibnCq9IJx9kJN8JJdgUJSorFiGaPHBgH81F/Q==
706+
"@typescript-eslint/[email protected]":
707+
version "3.2.0"
708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.2.0.tgz#4dab8fc9f44f059ec073470a81bb4d7d7d51e6c5"
709+
integrity sha512-UbJBsk+xO9dIFKtj16+m42EvUvsjZbbgQ2O5xSTSfVT1Z3yGkL90DVu0Hd3029FZ5/uBgl+F3Vo8FAcEcqc6aQ==
710+
dependencies:
711+
"@types/json-schema" "^7.0.3"
712+
"@typescript-eslint/typescript-estree" "3.2.0"
713+
eslint-scope "^5.0.0"
714+
eslint-utils "^2.0.0"
715+
716+
"@typescript-eslint/parser@^3.2.0":
717+
version "3.2.0"
718+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
719+
integrity sha512-Vhu+wwdevDLVDjK1lIcoD6ZbuOa93fzqszkaO3iCnmrScmKwyW/AGkzc2UvfE5TCoCXqq7Jyt6SOXjsIlpqF4A==
710720
dependencies:
711721
"@types/eslint-visitor-keys" "^1.0.0"
712-
"@typescript-eslint/experimental-utils" "3.1.0"
713-
"@typescript-eslint/typescript-estree" "3.1.0"
722+
"@typescript-eslint/experimental-utils" "3.2.0"
723+
"@typescript-eslint/typescript-estree" "3.2.0"
714724
eslint-visitor-keys "^1.1.0"
715725

716726
"@typescript-eslint/[email protected]":
@@ -726,6 +736,19 @@
726736
semver "^7.3.2"
727737
tsutils "^3.17.1"
728738

739+
"@typescript-eslint/[email protected]":
740+
version "3.2.0"
741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.2.0.tgz#c735f1ca6b4d3cd671f30de8c9bde30843e7ead8"
742+
integrity sha512-uh+Y2QO7dxNrdLw7mVnjUqkwO/InxEqwN0wF+Za6eo3coxls9aH9kQ/5rSvW2GcNanebRTmsT5w1/92lAOb1bA==
743+
dependencies:
744+
debug "^4.1.1"
745+
eslint-visitor-keys "^1.1.0"
746+
glob "^7.1.6"
747+
is-glob "^4.0.1"
748+
lodash "^4.17.15"
749+
semver "^7.3.2"
750+
tsutils "^3.17.1"
751+
729752
abab@^2.0.3:
730753
version "2.0.3"
731754
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"

0 commit comments

Comments
 (0)