Skip to content

Commit 62cef56

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.49.0 to 5.50.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.49.0 to 5.50.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.50.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 75a3707 commit 62cef56

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
@@ -893,13 +893,13 @@
893893
tsutils "^3.21.0"
894894

895895
"@typescript-eslint/parser@^5.10.2":
896-
version "5.49.0"
897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.49.0.tgz#d699734b2f20e16351e117417d34a2bc9d7c4b90"
898-
integrity sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg==
896+
version "5.50.0"
897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
898+
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
899899
dependencies:
900-
"@typescript-eslint/scope-manager" "5.49.0"
901-
"@typescript-eslint/types" "5.49.0"
902-
"@typescript-eslint/typescript-estree" "5.49.0"
900+
"@typescript-eslint/scope-manager" "5.50.0"
901+
"@typescript-eslint/types" "5.50.0"
902+
"@typescript-eslint/typescript-estree" "5.50.0"
903903
debug "^4.3.4"
904904

905905
"@typescript-eslint/[email protected]":
@@ -910,6 +910,14 @@
910910
"@typescript-eslint/types" "5.49.0"
911911
"@typescript-eslint/visitor-keys" "5.49.0"
912912

913+
"@typescript-eslint/[email protected]":
914+
version "5.50.0"
915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
916+
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
917+
dependencies:
918+
"@typescript-eslint/types" "5.50.0"
919+
"@typescript-eslint/visitor-keys" "5.50.0"
920+
913921
"@typescript-eslint/[email protected]":
914922
version "5.49.0"
915923
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.49.0.tgz#8d5dcc8d422881e2ccf4ebdc6b1d4cc61aa64125"
@@ -925,6 +933,11 @@
925933
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
926934
integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
927935

936+
"@typescript-eslint/[email protected]":
937+
version "5.50.0"
938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
939+
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
940+
928941
"@typescript-eslint/[email protected]":
929942
version "5.49.0"
930943
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
@@ -938,6 +951,19 @@
938951
semver "^7.3.7"
939952
tsutils "^3.21.0"
940953

954+
"@typescript-eslint/[email protected]":
955+
version "5.50.0"
956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
957+
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
958+
dependencies:
959+
"@typescript-eslint/types" "5.50.0"
960+
"@typescript-eslint/visitor-keys" "5.50.0"
961+
debug "^4.3.4"
962+
globby "^11.1.0"
963+
is-glob "^4.0.3"
964+
semver "^7.3.7"
965+
tsutils "^3.21.0"
966+
941967
"@typescript-eslint/[email protected]":
942968
version "5.49.0"
943969
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.49.0.tgz#1c07923bc55ff7834dfcde487fff8d8624a87b32"
@@ -960,6 +986,14 @@
960986
"@typescript-eslint/types" "5.49.0"
961987
eslint-visitor-keys "^3.3.0"
962988

989+
"@typescript-eslint/[email protected]":
990+
version "5.50.0"
991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
992+
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
993+
dependencies:
994+
"@typescript-eslint/types" "5.50.0"
995+
eslint-visitor-keys "^3.3.0"
996+
963997
acorn-jsx@^5.3.2:
964998
version "5.3.2"
965999
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)