Skip to content

Commit c85e9c6

Browse files
Merge pull request #823 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.60.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0
2 parents 8427cce + af6bf45 commit c85e9c6

File tree

1 file changed

+53
-19
lines changed

1 file changed

+53
-19
lines changed

Diff for: yarn.lock

+53-19
Original file line numberDiff line numberDiff line change
@@ -908,14 +908,14 @@
908908
"@types/yargs-parser" "*"
909909

910910
"@typescript-eslint/eslint-plugin@^5.10.2":
911-
version "5.59.11"
912-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz#8d466aa21abea4c3f37129997b198d141f09e76f"
913-
integrity sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==
911+
version "5.60.0"
912+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz#2f4bea6a3718bed2ba52905358d0f45cd3620d31"
913+
integrity sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==
914914
dependencies:
915915
"@eslint-community/regexpp" "^4.4.0"
916-
"@typescript-eslint/scope-manager" "5.59.11"
917-
"@typescript-eslint/type-utils" "5.59.11"
918-
"@typescript-eslint/utils" "5.59.11"
916+
"@typescript-eslint/scope-manager" "5.60.0"
917+
"@typescript-eslint/type-utils" "5.60.0"
918+
"@typescript-eslint/utils" "5.60.0"
919919
debug "^4.3.4"
920920
grapheme-splitter "^1.0.4"
921921
ignore "^5.2.0"
@@ -941,13 +941,21 @@
941941
"@typescript-eslint/types" "5.59.11"
942942
"@typescript-eslint/visitor-keys" "5.59.11"
943943

944-
"@typescript-eslint/type-utils@5.59.11":
945-
version "5.59.11"
946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
947-
integrity sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==
944+
"@typescript-eslint/scope-manager@5.60.0":
945+
version "5.60.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
947+
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
948948
dependencies:
949-
"@typescript-eslint/typescript-estree" "5.59.11"
950-
"@typescript-eslint/utils" "5.59.11"
949+
"@typescript-eslint/types" "5.60.0"
950+
"@typescript-eslint/visitor-keys" "5.60.0"
951+
952+
"@typescript-eslint/[email protected]":
953+
version "5.60.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz#69b09087eb12d7513d5b07747e7d47f5533aa228"
955+
integrity sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==
956+
dependencies:
957+
"@typescript-eslint/typescript-estree" "5.60.0"
958+
"@typescript-eslint/utils" "5.60.0"
951959
debug "^4.3.4"
952960
tsutils "^3.21.0"
953961

@@ -956,6 +964,11 @@
956964
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
957965
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
958966

967+
"@typescript-eslint/[email protected]":
968+
version "5.60.0"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
970+
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
971+
959972
"@typescript-eslint/[email protected]":
960973
version "5.59.11"
961974
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz#b2caaa31725e17c33970c1197bcd54e3c5f42b9f"
@@ -969,17 +982,30 @@
969982
semver "^7.3.7"
970983
tsutils "^3.21.0"
971984

972-
"@typescript-eslint/[email protected]":
973-
version "5.59.11"
974-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
975-
integrity sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==
985+
"@typescript-eslint/[email protected]":
986+
version "5.60.0"
987+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
988+
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
989+
dependencies:
990+
"@typescript-eslint/types" "5.60.0"
991+
"@typescript-eslint/visitor-keys" "5.60.0"
992+
debug "^4.3.4"
993+
globby "^11.1.0"
994+
is-glob "^4.0.3"
995+
semver "^7.3.7"
996+
tsutils "^3.21.0"
997+
998+
"@typescript-eslint/[email protected]":
999+
version "5.60.0"
1000+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.0.tgz#4667c5aece82f9d4f24a667602f0f300864b554c"
1001+
integrity sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==
9761002
dependencies:
9771003
"@eslint-community/eslint-utils" "^4.2.0"
9781004
"@types/json-schema" "^7.0.9"
9791005
"@types/semver" "^7.3.12"
980-
"@typescript-eslint/scope-manager" "5.59.11"
981-
"@typescript-eslint/types" "5.59.11"
982-
"@typescript-eslint/typescript-estree" "5.59.11"
1006+
"@typescript-eslint/scope-manager" "5.60.0"
1007+
"@typescript-eslint/types" "5.60.0"
1008+
"@typescript-eslint/typescript-estree" "5.60.0"
9831009
eslint-scope "^5.1.1"
9841010
semver "^7.3.7"
9851011

@@ -991,6 +1017,14 @@
9911017
"@typescript-eslint/types" "5.59.11"
9921018
eslint-visitor-keys "^3.3.0"
9931019

1020+
"@typescript-eslint/[email protected]":
1021+
version "5.60.0"
1022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
1023+
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
1024+
dependencies:
1025+
"@typescript-eslint/types" "5.60.0"
1026+
eslint-visitor-keys "^3.3.0"
1027+
9941028
acorn-jsx@^5.3.2:
9951029
version "5.3.2"
9961030
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)