Skip to content

Commit fcf95c3

Browse files
committed
Update typescript-eslint monorepo to v5.50.0
1 parent 97efd33 commit fcf95c3

File tree

2 files changed

+52
-51
lines changed

2 files changed

+52
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@types/jest": "28.1.8",
2020
"@types/node": "18.11.18",
21-
"@typescript-eslint/eslint-plugin": "5.49.0",
22-
"@typescript-eslint/parser": "5.49.0",
21+
"@typescript-eslint/eslint-plugin": "5.50.0",
22+
"@typescript-eslint/parser": "5.50.0",
2323
"eslint": "8.33.0",
2424
"eslint-config-prettier": "8.6.0",
2525
"eslint-plugin-jest": "27.2.1",

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -788,29 +788,30 @@
788788
dependencies:
789789
"@types/yargs-parser" "*"
790790

791-
"@typescript-eslint/eslint-plugin@5.49.0":
792-
version "5.49.0"
793-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.49.0.tgz#d0b4556f0792194bf0c2fb297897efa321492389"
794-
integrity sha512-IhxabIpcf++TBaBa1h7jtOWyon80SXPRLDq0dVz5SLFC/eW6tofkw/O7Ar3lkx5z5U6wzbKDrl2larprp5kk5Q==
795-
dependencies:
796-
"@typescript-eslint/scope-manager" "5.49.0"
797-
"@typescript-eslint/type-utils" "5.49.0"
798-
"@typescript-eslint/utils" "5.49.0"
791+
"@typescript-eslint/eslint-plugin@5.50.0":
792+
version "5.50.0"
793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
794+
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
795+
dependencies:
796+
"@typescript-eslint/scope-manager" "5.50.0"
797+
"@typescript-eslint/type-utils" "5.50.0"
798+
"@typescript-eslint/utils" "5.50.0"
799799
debug "^4.3.4"
800+
grapheme-splitter "^1.0.4"
800801
ignore "^5.2.0"
801802
natural-compare-lite "^1.4.0"
802803
regexpp "^3.2.0"
803804
semver "^7.3.7"
804805
tsutils "^3.21.0"
805806

806-
"@typescript-eslint/parser@5.49.0":
807-
version "5.49.0"
808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.49.0.tgz#d699734b2f20e16351e117417d34a2bc9d7c4b90"
809-
integrity sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg==
807+
"@typescript-eslint/parser@5.50.0":
808+
version "5.50.0"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
810+
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
810811
dependencies:
811-
"@typescript-eslint/scope-manager" "5.49.0"
812-
"@typescript-eslint/types" "5.49.0"
813-
"@typescript-eslint/typescript-estree" "5.49.0"
812+
"@typescript-eslint/scope-manager" "5.50.0"
813+
"@typescript-eslint/types" "5.50.0"
814+
"@typescript-eslint/typescript-estree" "5.50.0"
814815
debug "^4.3.4"
815816

816817
"@typescript-eslint/scope-manager@5.23.0":
@@ -821,21 +822,21 @@
821822
"@typescript-eslint/types" "5.23.0"
822823
"@typescript-eslint/visitor-keys" "5.23.0"
823824

824-
"@typescript-eslint/scope-manager@5.49.0":
825-
version "5.49.0"
826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.49.0.tgz#81b5d899cdae446c26ddf18bd47a2f5484a8af3e"
827-
integrity sha512-clpROBOiMIzpbWNxCe1xDK14uPZh35u4QaZO1GddilEzoCLAEz4szb51rBpdgurs5k2YzPtJeTEN3qVbG+LRUQ==
825+
"@typescript-eslint/scope-manager@5.50.0":
826+
version "5.50.0"
827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
828+
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
828829
dependencies:
829-
"@typescript-eslint/types" "5.49.0"
830-
"@typescript-eslint/visitor-keys" "5.49.0"
830+
"@typescript-eslint/types" "5.50.0"
831+
"@typescript-eslint/visitor-keys" "5.50.0"
831832

832-
"@typescript-eslint/type-utils@5.49.0":
833-
version "5.49.0"
834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.49.0.tgz#8d5dcc8d422881e2ccf4ebdc6b1d4cc61aa64125"
835-
integrity sha512-eUgLTYq0tR0FGU5g1YHm4rt5H/+V2IPVkP0cBmbhRyEmyGe4XvJ2YJ6sYTmONfjmdMqyMLad7SB8GvblbeESZA==
833+
"@typescript-eslint/type-utils@5.50.0":
834+
version "5.50.0"
835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
836+
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
836837
dependencies:
837-
"@typescript-eslint/typescript-estree" "5.49.0"
838-
"@typescript-eslint/utils" "5.49.0"
838+
"@typescript-eslint/typescript-estree" "5.50.0"
839+
"@typescript-eslint/utils" "5.50.0"
839840
debug "^4.3.4"
840841
tsutils "^3.21.0"
841842

@@ -844,10 +845,10 @@
844845
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
845846
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
846847

847-
"@typescript-eslint/types@5.49.0":
848-
version "5.49.0"
849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
850-
integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
848+
"@typescript-eslint/types@5.50.0":
849+
version "5.50.0"
850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
851+
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
851852

852853
"@typescript-eslint/typescript-estree@5.23.0":
853854
version "5.23.0"
@@ -862,29 +863,29 @@
862863
semver "^7.3.5"
863864
tsutils "^3.21.0"
864865

865-
"@typescript-eslint/typescript-estree@5.49.0":
866-
version "5.49.0"
867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
868-
integrity sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==
866+
"@typescript-eslint/typescript-estree@5.50.0":
867+
version "5.50.0"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
869+
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
869870
dependencies:
870-
"@typescript-eslint/types" "5.49.0"
871-
"@typescript-eslint/visitor-keys" "5.49.0"
871+
"@typescript-eslint/types" "5.50.0"
872+
"@typescript-eslint/visitor-keys" "5.50.0"
872873
debug "^4.3.4"
873874
globby "^11.1.0"
874875
is-glob "^4.0.3"
875876
semver "^7.3.7"
876877
tsutils "^3.21.0"
877878

878-
"@typescript-eslint/utils@5.49.0":
879-
version "5.49.0"
880-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.49.0.tgz#1c07923bc55ff7834dfcde487fff8d8624a87b32"
881-
integrity sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==
879+
"@typescript-eslint/utils@5.50.0":
880+
version "5.50.0"
881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
882+
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
882883
dependencies:
883884
"@types/json-schema" "^7.0.9"
884885
"@types/semver" "^7.3.12"
885-
"@typescript-eslint/scope-manager" "5.49.0"
886-
"@typescript-eslint/types" "5.49.0"
887-
"@typescript-eslint/typescript-estree" "5.49.0"
886+
"@typescript-eslint/scope-manager" "5.50.0"
887+
"@typescript-eslint/types" "5.50.0"
888+
"@typescript-eslint/typescript-estree" "5.50.0"
888889
eslint-scope "^5.1.1"
889890
eslint-utils "^3.0.0"
890891
semver "^7.3.7"
@@ -909,12 +910,12 @@
909910
"@typescript-eslint/types" "5.23.0"
910911
eslint-visitor-keys "^3.0.0"
911912

912-
"@typescript-eslint/visitor-keys@5.49.0":
913-
version "5.49.0"
914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.49.0.tgz#2561c4da3f235f5c852759bf6c5faec7524f90fe"
915-
integrity sha512-v9jBMjpNWyn8B6k/Mjt6VbUS4J1GvUlR4x3Y+ibnP1z7y7V4n0WRz+50DY6+Myj0UaXVSuUlHohO+eZ8IJEnkg==
913+
"@typescript-eslint/visitor-keys@5.50.0":
914+
version "5.50.0"
915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
916+
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
916917
dependencies:
917-
"@typescript-eslint/types" "5.49.0"
918+
"@typescript-eslint/types" "5.50.0"
918919
eslint-visitor-keys "^3.3.0"
919920

920921
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)