Skip to content

Commit 4bcdd1a

Browse files
committed
Update typescript-eslint monorepo to v5.60.0
1 parent e3ffa75 commit 4bcdd1a

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

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.5",
2222
"@types/dotenv": "8.2.0",
2323
"@types/mocha": "9.1.1",
24-
"@typescript-eslint/eslint-plugin": "5.59.11",
25-
"@typescript-eslint/parser": "5.59.11",
24+
"@typescript-eslint/eslint-plugin": "5.60.0",
25+
"@typescript-eslint/parser": "5.60.0",
2626
"chai": "4.3.7",
2727
"dotenv": "16.3.1",
2828
"eslint": "8.43.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -916,88 +916,88 @@
916916
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
917917
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
918918

919-
"@typescript-eslint/eslint-plugin@5.59.11":
920-
version "5.59.11"
921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz#8d466aa21abea4c3f37129997b198d141f09e76f"
922-
integrity sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
919+
"@typescript-eslint/eslint-plugin@5.60.0":
920+
version "5.60.0"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz#2f4bea6a3718bed2ba52905358d0f45cd3620d31"
922+
integrity sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==
923923
dependencies:
924924
"@eslint-community/regexpp" "^4.4.0"
925-
"@typescript-eslint/scope-manager" "5.59.11"
926-
"@typescript-eslint/type-utils" "5.59.11"
927-
"@typescript-eslint/utils" "5.59.11"
925+
"@typescript-eslint/scope-manager" "5.60.0"
926+
"@typescript-eslint/type-utils" "5.60.0"
927+
"@typescript-eslint/utils" "5.60.0"
928928
debug "^4.3.4"
929929
grapheme-splitter "^1.0.4"
930930
ignore "^5.2.0"
931931
natural-compare-lite "^1.4.0"
932932
semver "^7.3.7"
933933
tsutils "^3.21.0"
934934

935-
"@typescript-eslint/parser@5.59.11":
936-
version "5.59.11"
937-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
938-
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
935+
"@typescript-eslint/parser@5.60.0":
936+
version "5.60.0"
937+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
938+
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
939939
dependencies:
940-
"@typescript-eslint/scope-manager" "5.59.11"
941-
"@typescript-eslint/types" "5.59.11"
942-
"@typescript-eslint/typescript-estree" "5.59.11"
940+
"@typescript-eslint/scope-manager" "5.60.0"
941+
"@typescript-eslint/types" "5.60.0"
942+
"@typescript-eslint/typescript-estree" "5.60.0"
943943
debug "^4.3.4"
944944

945-
"@typescript-eslint/scope-manager@5.59.11":
946-
version "5.59.11"
947-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz#5d131a67a19189c42598af9fb2ea1165252001ce"
948-
integrity sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==
945+
"@typescript-eslint/scope-manager@5.60.0":
946+
version "5.60.0"
947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
948+
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
949949
dependencies:
950-
"@typescript-eslint/types" "5.59.11"
951-
"@typescript-eslint/visitor-keys" "5.59.11"
950+
"@typescript-eslint/types" "5.60.0"
951+
"@typescript-eslint/visitor-keys" "5.60.0"
952952

953-
"@typescript-eslint/type-utils@5.59.11":
954-
version "5.59.11"
955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
956-
integrity sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
953+
"@typescript-eslint/type-utils@5.60.0":
954+
version "5.60.0"
955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz#69b09087eb12d7513d5b07747e7d47f5533aa228"
956+
integrity sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==
957957
dependencies:
958-
"@typescript-eslint/typescript-estree" "5.59.11"
959-
"@typescript-eslint/utils" "5.59.11"
958+
"@typescript-eslint/typescript-estree" "5.60.0"
959+
"@typescript-eslint/utils" "5.60.0"
960960
debug "^4.3.4"
961961
tsutils "^3.21.0"
962962

963-
"@typescript-eslint/types@5.59.11":
964-
version "5.59.11"
965-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
966-
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
963+
"@typescript-eslint/types@5.60.0":
964+
version "5.60.0"
965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
966+
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
967967

968-
"@typescript-eslint/typescript-estree@5.59.11":
969-
version "5.59.11"
970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
971-
integrity sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==
968+
"@typescript-eslint/typescript-estree@5.60.0":
969+
version "5.60.0"
970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
971+
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
972972
dependencies:
973-
"@typescript-eslint/types" "5.59.11"
974-
"@typescript-eslint/visitor-keys" "5.59.11"
973+
"@typescript-eslint/types" "5.60.0"
974+
"@typescript-eslint/visitor-keys" "5.60.0"
975975
debug "^4.3.4"
976976
globby "^11.1.0"
977977
is-glob "^4.0.3"
978978
semver "^7.3.7"
979979
tsutils "^3.21.0"
980980

981-
"@typescript-eslint/utils@5.59.11":
982-
version "5.59.11"
983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
984-
integrity sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
981+
"@typescript-eslint/utils@5.60.0":
982+
version "5.60.0"
983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.0.tgz#4667c5aece82f9d4f24a667602f0f300864b554c"
984+
integrity sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==
985985
dependencies:
986986
"@eslint-community/eslint-utils" "^4.2.0"
987987
"@types/json-schema" "^7.0.9"
988988
"@types/semver" "^7.3.12"
989-
"@typescript-eslint/scope-manager" "5.59.11"
990-
"@typescript-eslint/types" "5.59.11"
991-
"@typescript-eslint/typescript-estree" "5.59.11"
989+
"@typescript-eslint/scope-manager" "5.60.0"
990+
"@typescript-eslint/types" "5.60.0"
991+
"@typescript-eslint/typescript-estree" "5.60.0"
992992
eslint-scope "^5.1.1"
993993
semver "^7.3.7"
994994

995-
"@typescript-eslint/visitor-keys@5.59.11":
996-
version "5.59.11"
997-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz#dca561ddad169dc27d62396d64f45b2d2c3ecc56"
998-
integrity sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==
995+
"@typescript-eslint/visitor-keys@5.60.0":
996+
version "5.60.0"
997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
998+
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
999999
dependencies:
1000-
"@typescript-eslint/types" "5.59.11"
1000+
"@typescript-eslint/types" "5.60.0"
10011001
eslint-visitor-keys "^3.3.0"
10021002

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

0 commit comments

Comments
 (0)