Skip to content

Commit bd27290

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.54.1 to 5.55.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.54.1 to 5.55.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.55.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8f30d6 commit bd27290

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

Diff for: yarn.lock

+40-6
Original file line numberDiff line numberDiff line change
@@ -918,13 +918,13 @@
918918
tsutils "^3.21.0"
919919

920920
"@typescript-eslint/parser@^5.10.2":
921-
version "5.54.1"
922-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c"
923-
integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==
921+
version "5.55.0"
922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
923+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
924924
dependencies:
925-
"@typescript-eslint/scope-manager" "5.54.1"
926-
"@typescript-eslint/types" "5.54.1"
927-
"@typescript-eslint/typescript-estree" "5.54.1"
925+
"@typescript-eslint/scope-manager" "5.55.0"
926+
"@typescript-eslint/types" "5.55.0"
927+
"@typescript-eslint/typescript-estree" "5.55.0"
928928
debug "^4.3.4"
929929

930930
"@typescript-eslint/[email protected]":
@@ -935,6 +935,14 @@
935935
"@typescript-eslint/types" "5.54.1"
936936
"@typescript-eslint/visitor-keys" "5.54.1"
937937

938+
"@typescript-eslint/[email protected]":
939+
version "5.55.0"
940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
941+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
942+
dependencies:
943+
"@typescript-eslint/types" "5.55.0"
944+
"@typescript-eslint/visitor-keys" "5.55.0"
945+
938946
"@typescript-eslint/[email protected]":
939947
version "5.54.1"
940948
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
@@ -950,6 +958,11 @@
950958
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
951959
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
952960

961+
"@typescript-eslint/[email protected]":
962+
version "5.55.0"
963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
964+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
965+
953966
"@typescript-eslint/[email protected]":
954967
version "5.54.1"
955968
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
@@ -963,6 +976,19 @@
963976
semver "^7.3.7"
964977
tsutils "^3.21.0"
965978

979+
"@typescript-eslint/[email protected]":
980+
version "5.55.0"
981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
982+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
983+
dependencies:
984+
"@typescript-eslint/types" "5.55.0"
985+
"@typescript-eslint/visitor-keys" "5.55.0"
986+
debug "^4.3.4"
987+
globby "^11.1.0"
988+
is-glob "^4.0.3"
989+
semver "^7.3.7"
990+
tsutils "^3.21.0"
991+
966992
"@typescript-eslint/[email protected]":
967993
version "5.54.1"
968994
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
@@ -985,6 +1011,14 @@
9851011
"@typescript-eslint/types" "5.54.1"
9861012
eslint-visitor-keys "^3.3.0"
9871013

1014+
"@typescript-eslint/[email protected]":
1015+
version "5.55.0"
1016+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
1017+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
1018+
dependencies:
1019+
"@typescript-eslint/types" "5.55.0"
1020+
eslint-visitor-keys "^3.3.0"
1021+
9881022
acorn-jsx@^5.3.2:
9891023
version "5.3.2"
9901024
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)