Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 4137624

Browse files
npm(deps-dev): bump @typescript-eslint/parser from 4.29.3 to 4.30.0 (#53)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.3 to 4.30.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.30.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0dc4dbd commit 4137624

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -763,13 +763,13 @@
763763
eslint-utils "^3.0.0"
764764

765765
"@typescript-eslint/parser@^4.13.0":
766-
version "4.29.3"
767-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
768-
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
766+
version "4.30.0"
767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
768+
integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
769769
dependencies:
770-
"@typescript-eslint/scope-manager" "4.29.3"
771-
"@typescript-eslint/types" "4.29.3"
772-
"@typescript-eslint/typescript-estree" "4.29.3"
770+
"@typescript-eslint/scope-manager" "4.30.0"
771+
"@typescript-eslint/types" "4.30.0"
772+
"@typescript-eslint/typescript-estree" "4.30.0"
773773
debug "^4.3.1"
774774

775775
"@typescript-eslint/[email protected]":
@@ -780,23 +780,23 @@
780780
"@typescript-eslint/types" "4.29.2"
781781
"@typescript-eslint/visitor-keys" "4.29.2"
782782

783-
"@typescript-eslint/scope-manager@4.29.3":
784-
version "4.29.3"
785-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
786-
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
783+
"@typescript-eslint/scope-manager@4.30.0":
784+
version "4.30.0"
785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
786+
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
787787
dependencies:
788-
"@typescript-eslint/types" "4.29.3"
789-
"@typescript-eslint/visitor-keys" "4.29.3"
788+
"@typescript-eslint/types" "4.30.0"
789+
"@typescript-eslint/visitor-keys" "4.30.0"
790790

791791
"@typescript-eslint/[email protected]":
792792
version "4.29.2"
793793
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
794794
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
795795

796-
"@typescript-eslint/types@4.29.3":
797-
version "4.29.3"
798-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
799-
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
796+
"@typescript-eslint/types@4.30.0":
797+
version "4.30.0"
798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
799+
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
800800

801801
"@typescript-eslint/[email protected]":
802802
version "4.29.2"
@@ -811,13 +811,13 @@
811811
semver "^7.3.5"
812812
tsutils "^3.21.0"
813813

814-
"@typescript-eslint/typescript-estree@4.29.3":
815-
version "4.29.3"
816-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
817-
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
814+
"@typescript-eslint/typescript-estree@4.30.0":
815+
version "4.30.0"
816+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
817+
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
818818
dependencies:
819-
"@typescript-eslint/types" "4.29.3"
820-
"@typescript-eslint/visitor-keys" "4.29.3"
819+
"@typescript-eslint/types" "4.30.0"
820+
"@typescript-eslint/visitor-keys" "4.30.0"
821821
debug "^4.3.1"
822822
globby "^11.0.3"
823823
is-glob "^4.0.1"
@@ -832,12 +832,12 @@
832832
"@typescript-eslint/types" "4.29.2"
833833
eslint-visitor-keys "^2.0.0"
834834

835-
"@typescript-eslint/visitor-keys@4.29.3":
836-
version "4.29.3"
837-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
838-
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
835+
"@typescript-eslint/visitor-keys@4.30.0":
836+
version "4.30.0"
837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
838+
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
839839
dependencies:
840-
"@typescript-eslint/types" "4.29.3"
840+
"@typescript-eslint/types" "4.30.0"
841841
eslint-visitor-keys "^2.0.0"
842842

843843
"@verdaccio/[email protected]":

0 commit comments

Comments
 (0)