Skip to content

Commit 582b5c0

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.57.0 to 5.57.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7930f20 commit 582b5c0

File tree

1 file changed

+19
-53
lines changed

1 file changed

+19
-53
lines changed

Diff for: yarn.lock

+19-53
Original file line numberDiff line numberDiff line change
@@ -888,14 +888,14 @@
888888
"@types/yargs-parser" "*"
889889

890890
"@typescript-eslint/eslint-plugin@^5.10.2":
891-
version "5.57.0"
892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
893-
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
891+
version "5.57.1"
892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.1.tgz#d1ab162a3cd2671b8a1c9ddf6e2db73b14439735"
893+
integrity sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==
894894
dependencies:
895895
"@eslint-community/regexpp" "^4.4.0"
896-
"@typescript-eslint/scope-manager" "5.57.0"
897-
"@typescript-eslint/type-utils" "5.57.0"
898-
"@typescript-eslint/utils" "5.57.0"
896+
"@typescript-eslint/scope-manager" "5.57.1"
897+
"@typescript-eslint/type-utils" "5.57.1"
898+
"@typescript-eslint/utils" "5.57.1"
899899
debug "^4.3.4"
900900
grapheme-splitter "^1.0.4"
901901
ignore "^5.2.0"
@@ -913,14 +913,6 @@
913913
"@typescript-eslint/typescript-estree" "5.57.1"
914914
debug "^4.3.4"
915915

916-
"@typescript-eslint/[email protected]":
917-
version "5.57.0"
918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
919-
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
920-
dependencies:
921-
"@typescript-eslint/types" "5.57.0"
922-
"@typescript-eslint/visitor-keys" "5.57.0"
923-
924916
"@typescript-eslint/[email protected]":
925917
version "5.57.1"
926918
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
@@ -929,39 +921,21 @@
929921
"@typescript-eslint/types" "5.57.1"
930922
"@typescript-eslint/visitor-keys" "5.57.1"
931923

932-
"@typescript-eslint/[email protected].0":
933-
version "5.57.0"
934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
935-
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
924+
"@typescript-eslint/[email protected].1":
925+
version "5.57.1"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.1.tgz#235daba621d3f882b8488040597b33777c74bbe9"
927+
integrity sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==
936928
dependencies:
937-
"@typescript-eslint/typescript-estree" "5.57.0"
938-
"@typescript-eslint/utils" "5.57.0"
929+
"@typescript-eslint/typescript-estree" "5.57.1"
930+
"@typescript-eslint/utils" "5.57.1"
939931
debug "^4.3.4"
940932
tsutils "^3.21.0"
941933

942-
"@typescript-eslint/[email protected]":
943-
version "5.57.0"
944-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
945-
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
946-
947934
"@typescript-eslint/[email protected]":
948935
version "5.57.1"
949936
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
950937
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
951938

952-
"@typescript-eslint/[email protected]":
953-
version "5.57.0"
954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
955-
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
956-
dependencies:
957-
"@typescript-eslint/types" "5.57.0"
958-
"@typescript-eslint/visitor-keys" "5.57.0"
959-
debug "^4.3.4"
960-
globby "^11.1.0"
961-
is-glob "^4.0.3"
962-
semver "^7.3.7"
963-
tsutils "^3.21.0"
964-
965939
"@typescript-eslint/[email protected]":
966940
version "5.57.1"
967941
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
@@ -975,28 +949,20 @@
975949
semver "^7.3.7"
976950
tsutils "^3.21.0"
977951

978-
"@typescript-eslint/[email protected].0":
979-
version "5.57.0"
980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
981-
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
952+
"@typescript-eslint/[email protected].1":
953+
version "5.57.1"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.1.tgz#0f97b0bbd88c2d5e2036869f26466be5f4c69475"
955+
integrity sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==
982956
dependencies:
983957
"@eslint-community/eslint-utils" "^4.2.0"
984958
"@types/json-schema" "^7.0.9"
985959
"@types/semver" "^7.3.12"
986-
"@typescript-eslint/scope-manager" "5.57.0"
987-
"@typescript-eslint/types" "5.57.0"
988-
"@typescript-eslint/typescript-estree" "5.57.0"
960+
"@typescript-eslint/scope-manager" "5.57.1"
961+
"@typescript-eslint/types" "5.57.1"
962+
"@typescript-eslint/typescript-estree" "5.57.1"
989963
eslint-scope "^5.1.1"
990964
semver "^7.3.7"
991965

992-
"@typescript-eslint/[email protected]":
993-
version "5.57.0"
994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
995-
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
996-
dependencies:
997-
"@typescript-eslint/types" "5.57.0"
998-
eslint-visitor-keys "^3.3.0"
999-
1000966
"@typescript-eslint/[email protected]":
1001967
version "5.57.1"
1002968
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"

0 commit comments

Comments
 (0)