Skip to content

Commit c251856

Browse files
Bump @typescript-eslint/parser from 4.22.1 to 4.23.0 (#710)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.1 to 4.23.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/v4.23.0/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c2a931 commit c251856

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "26.0.23",
4343
"@types/node": "15.0.2",
4444
"@typescript-eslint/eslint-plugin": "4.23.0",
45-
"@typescript-eslint/parser": "4.22.1",
45+
"@typescript-eslint/parser": "4.23.0",
4646
"eslint": "7.26.0",
4747
"eslint-config-prettier": "8.3.0",
4848
"eslint-plugin-jest": "24.3.6",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -777,23 +777,15 @@
777777
eslint-scope "^5.0.0"
778778
eslint-utils "^2.0.0"
779779

780-
"@typescript-eslint/[email protected]":
781-
version "4.22.1"
782-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.1.tgz#a95bda0fd01d994a15fc3e99dc984294f25c19cc"
783-
integrity sha512-l+sUJFInWhuMxA6rtirzjooh8cM/AATAe3amvIkqKFeMzkn85V+eLzb1RyuXkHak4dLfYzOmF6DXPyflJvjQnw==
784-
dependencies:
785-
"@typescript-eslint/scope-manager" "4.22.1"
786-
"@typescript-eslint/types" "4.22.1"
787-
"@typescript-eslint/typescript-estree" "4.22.1"
788-
debug "^4.1.1"
789-
790-
"@typescript-eslint/[email protected]":
791-
version "4.22.1"
792-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.1.tgz#5bb357f94f9cd8b94e6be43dd637eb73b8f355b4"
793-
integrity sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g==
780+
"@typescript-eslint/[email protected]":
781+
version "4.23.0"
782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c"
783+
integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug==
794784
dependencies:
795-
"@typescript-eslint/types" "4.22.1"
796-
"@typescript-eslint/visitor-keys" "4.22.1"
785+
"@typescript-eslint/scope-manager" "4.23.0"
786+
"@typescript-eslint/types" "4.23.0"
787+
"@typescript-eslint/typescript-estree" "4.23.0"
788+
debug "^4.1.1"
797789

798790
"@typescript-eslint/[email protected]":
799791
version "4.23.0"
@@ -803,29 +795,11 @@
803795
"@typescript-eslint/types" "4.23.0"
804796
"@typescript-eslint/visitor-keys" "4.23.0"
805797

806-
"@typescript-eslint/[email protected]":
807-
version "4.22.1"
808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a"
809-
integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==
810-
811798
"@typescript-eslint/[email protected]":
812799
version "4.23.0"
813800
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
814801
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
815802

816-
"@typescript-eslint/[email protected]":
817-
version "4.22.1"
818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.1.tgz#dca379eead8cdfd4edc04805e83af6d148c164f9"
819-
integrity sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A==
820-
dependencies:
821-
"@typescript-eslint/types" "4.22.1"
822-
"@typescript-eslint/visitor-keys" "4.22.1"
823-
debug "^4.1.1"
824-
globby "^11.0.1"
825-
is-glob "^4.0.1"
826-
semver "^7.3.2"
827-
tsutils "^3.17.1"
828-
829803
"@typescript-eslint/[email protected]":
830804
version "4.23.0"
831805
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
@@ -839,14 +813,6 @@
839813
semver "^7.3.2"
840814
tsutils "^3.17.1"
841815

842-
"@typescript-eslint/[email protected]":
843-
version "4.22.1"
844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.1.tgz#6045ae25a11662c671f90b3a403d682dfca0b7a6"
845-
integrity sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ==
846-
dependencies:
847-
"@typescript-eslint/types" "4.22.1"
848-
eslint-visitor-keys "^2.0.0"
849-
850816
"@typescript-eslint/[email protected]":
851817
version "4.23.0"
852818
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"

0 commit comments

Comments
 (0)