Skip to content

Commit 3f8915f

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.55.0 to 5.56.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.56.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 06335b2 commit 3f8915f

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
@@ -904,13 +904,13 @@
904904
tsutils "^3.21.0"
905905

906906
"@typescript-eslint/parser@^5.10.2":
907-
version "5.55.0"
908-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
909-
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
907+
version "5.56.0"
908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
909+
integrity sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==
910910
dependencies:
911-
"@typescript-eslint/scope-manager" "5.55.0"
912-
"@typescript-eslint/types" "5.55.0"
913-
"@typescript-eslint/typescript-estree" "5.55.0"
911+
"@typescript-eslint/scope-manager" "5.56.0"
912+
"@typescript-eslint/types" "5.56.0"
913+
"@typescript-eslint/typescript-estree" "5.56.0"
914914
debug "^4.3.4"
915915

916916
"@typescript-eslint/[email protected]":
@@ -921,6 +921,14 @@
921921
"@typescript-eslint/types" "5.55.0"
922922
"@typescript-eslint/visitor-keys" "5.55.0"
923923

924+
"@typescript-eslint/[email protected]":
925+
version "5.56.0"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
927+
integrity sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==
928+
dependencies:
929+
"@typescript-eslint/types" "5.56.0"
930+
"@typescript-eslint/visitor-keys" "5.56.0"
931+
924932
"@typescript-eslint/[email protected]":
925933
version "5.55.0"
926934
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
@@ -936,6 +944,11 @@
936944
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
937945
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
938946

947+
"@typescript-eslint/[email protected]":
948+
version "5.56.0"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
950+
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
951+
939952
"@typescript-eslint/[email protected]":
940953
version "5.55.0"
941954
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
@@ -949,6 +962,19 @@
949962
semver "^7.3.7"
950963
tsutils "^3.21.0"
951964

965+
"@typescript-eslint/[email protected]":
966+
version "5.56.0"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
968+
integrity sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==
969+
dependencies:
970+
"@typescript-eslint/types" "5.56.0"
971+
"@typescript-eslint/visitor-keys" "5.56.0"
972+
debug "^4.3.4"
973+
globby "^11.1.0"
974+
is-glob "^4.0.3"
975+
semver "^7.3.7"
976+
tsutils "^3.21.0"
977+
952978
"@typescript-eslint/[email protected]":
953979
version "5.55.0"
954980
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
@@ -971,6 +997,14 @@
971997
"@typescript-eslint/types" "5.55.0"
972998
eslint-visitor-keys "^3.3.0"
973999

1000+
"@typescript-eslint/[email protected]":
1001+
version "5.56.0"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
1003+
integrity sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==
1004+
dependencies:
1005+
"@typescript-eslint/types" "5.56.0"
1006+
eslint-visitor-keys "^3.3.0"
1007+
9741008
acorn-jsx@^5.3.2:
9751009
version "5.3.2"
9761010
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)