Skip to content

Commit 342e3d5

Browse files
committed
Update typescript-eslint monorepo to v5.54.0
1 parent fc19c4d commit 342e3d5

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/chai": "4.3.4",
2222
"@types/dotenv": "8.2.0",
2323
"@types/mocha": "9.1.1",
24-
"@typescript-eslint/eslint-plugin": "5.53.0",
25-
"@typescript-eslint/parser": "5.53.0",
24+
"@typescript-eslint/eslint-plugin": "5.54.0",
25+
"@typescript-eslint/parser": "5.54.0",
2626
"chai": "4.3.7",
2727
"dotenv": "16.0.3",
2828
"eslint": "8.35.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -904,14 +904,14 @@
904904
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
905905
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
906906

907-
"@typescript-eslint/eslint-plugin@5.53.0":
908-
version "5.53.0"
909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
910-
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
911-
dependencies:
912-
"@typescript-eslint/scope-manager" "5.53.0"
913-
"@typescript-eslint/type-utils" "5.53.0"
914-
"@typescript-eslint/utils" "5.53.0"
907+
"@typescript-eslint/eslint-plugin@5.54.0":
908+
version "5.54.0"
909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
910+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
911+
dependencies:
912+
"@typescript-eslint/scope-manager" "5.54.0"
913+
"@typescript-eslint/type-utils" "5.54.0"
914+
"@typescript-eslint/utils" "5.54.0"
915915
debug "^4.3.4"
916916
grapheme-splitter "^1.0.4"
917917
ignore "^5.2.0"
@@ -920,72 +920,72 @@
920920
semver "^7.3.7"
921921
tsutils "^3.21.0"
922922

923-
"@typescript-eslint/parser@5.53.0":
924-
version "5.53.0"
925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
926-
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
923+
"@typescript-eslint/parser@5.54.0":
924+
version "5.54.0"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
926+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
927927
dependencies:
928-
"@typescript-eslint/scope-manager" "5.53.0"
929-
"@typescript-eslint/types" "5.53.0"
930-
"@typescript-eslint/typescript-estree" "5.53.0"
928+
"@typescript-eslint/scope-manager" "5.54.0"
929+
"@typescript-eslint/types" "5.54.0"
930+
"@typescript-eslint/typescript-estree" "5.54.0"
931931
debug "^4.3.4"
932932

933-
"@typescript-eslint/scope-manager@5.53.0":
934-
version "5.53.0"
935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
936-
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
933+
"@typescript-eslint/scope-manager@5.54.0":
934+
version "5.54.0"
935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
936+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
937937
dependencies:
938-
"@typescript-eslint/types" "5.53.0"
939-
"@typescript-eslint/visitor-keys" "5.53.0"
938+
"@typescript-eslint/types" "5.54.0"
939+
"@typescript-eslint/visitor-keys" "5.54.0"
940940

941-
"@typescript-eslint/type-utils@5.53.0":
942-
version "5.53.0"
943-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
944-
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
941+
"@typescript-eslint/type-utils@5.54.0":
942+
version "5.54.0"
943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
944+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
945945
dependencies:
946-
"@typescript-eslint/typescript-estree" "5.53.0"
947-
"@typescript-eslint/utils" "5.53.0"
946+
"@typescript-eslint/typescript-estree" "5.54.0"
947+
"@typescript-eslint/utils" "5.54.0"
948948
debug "^4.3.4"
949949
tsutils "^3.21.0"
950950

951-
"@typescript-eslint/types@5.53.0":
952-
version "5.53.0"
953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
954-
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
951+
"@typescript-eslint/types@5.54.0":
952+
version "5.54.0"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
954+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
955955

956-
"@typescript-eslint/typescript-estree@5.53.0":
957-
version "5.53.0"
958-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
959-
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
956+
"@typescript-eslint/typescript-estree@5.54.0":
957+
version "5.54.0"
958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
959+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
960960
dependencies:
961-
"@typescript-eslint/types" "5.53.0"
962-
"@typescript-eslint/visitor-keys" "5.53.0"
961+
"@typescript-eslint/types" "5.54.0"
962+
"@typescript-eslint/visitor-keys" "5.54.0"
963963
debug "^4.3.4"
964964
globby "^11.1.0"
965965
is-glob "^4.0.3"
966966
semver "^7.3.7"
967967
tsutils "^3.21.0"
968968

969-
"@typescript-eslint/utils@5.53.0":
970-
version "5.53.0"
971-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
972-
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
969+
"@typescript-eslint/utils@5.54.0":
970+
version "5.54.0"
971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
972+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
973973
dependencies:
974974
"@types/json-schema" "^7.0.9"
975975
"@types/semver" "^7.3.12"
976-
"@typescript-eslint/scope-manager" "5.53.0"
977-
"@typescript-eslint/types" "5.53.0"
978-
"@typescript-eslint/typescript-estree" "5.53.0"
976+
"@typescript-eslint/scope-manager" "5.54.0"
977+
"@typescript-eslint/types" "5.54.0"
978+
"@typescript-eslint/typescript-estree" "5.54.0"
979979
eslint-scope "^5.1.1"
980980
eslint-utils "^3.0.0"
981981
semver "^7.3.7"
982982

983-
"@typescript-eslint/visitor-keys@5.53.0":
984-
version "5.53.0"
985-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
986-
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
983+
"@typescript-eslint/visitor-keys@5.54.0":
984+
version "5.54.0"
985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
986+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
987987
dependencies:
988-
"@typescript-eslint/types" "5.53.0"
988+
"@typescript-eslint/types" "5.54.0"
989989
eslint-visitor-keys "^3.3.0"
990990

991991
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)