Skip to content

Commit 47a0515

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.53.0 to 5.54.0. - [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.54.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d5295d commit 47a0515

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
@@ -890,13 +890,13 @@
890890
"@types/yargs-parser" "*"
891891

892892
"@typescript-eslint/eslint-plugin@^5.10.2":
893-
version "5.53.0"
894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
895-
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
893+
version "5.54.0"
894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
895+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
896896
dependencies:
897-
"@typescript-eslint/scope-manager" "5.53.0"
898-
"@typescript-eslint/type-utils" "5.53.0"
899-
"@typescript-eslint/utils" "5.53.0"
897+
"@typescript-eslint/scope-manager" "5.54.0"
898+
"@typescript-eslint/type-utils" "5.54.0"
899+
"@typescript-eslint/utils" "5.54.0"
900900
debug "^4.3.4"
901901
grapheme-splitter "^1.0.4"
902902
ignore "^5.2.0"
@@ -915,14 +915,6 @@
915915
"@typescript-eslint/typescript-estree" "5.54.0"
916916
debug "^4.3.4"
917917

918-
"@typescript-eslint/[email protected]":
919-
version "5.53.0"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
921-
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
922-
dependencies:
923-
"@typescript-eslint/types" "5.53.0"
924-
"@typescript-eslint/visitor-keys" "5.53.0"
925-
926918
"@typescript-eslint/[email protected]":
927919
version "5.54.0"
928920
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
@@ -931,39 +923,21 @@
931923
"@typescript-eslint/types" "5.54.0"
932924
"@typescript-eslint/visitor-keys" "5.54.0"
933925

934-
"@typescript-eslint/type-utils@5.53.0":
935-
version "5.53.0"
936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
937-
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
926+
"@typescript-eslint/type-utils@5.54.0":
927+
version "5.54.0"
928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
929+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
938930
dependencies:
939-
"@typescript-eslint/typescript-estree" "5.53.0"
940-
"@typescript-eslint/utils" "5.53.0"
931+
"@typescript-eslint/typescript-estree" "5.54.0"
932+
"@typescript-eslint/utils" "5.54.0"
941933
debug "^4.3.4"
942934
tsutils "^3.21.0"
943935

944-
"@typescript-eslint/[email protected]":
945-
version "5.53.0"
946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
947-
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
948-
949936
"@typescript-eslint/[email protected]":
950937
version "5.54.0"
951938
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
952939
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
953940

954-
"@typescript-eslint/[email protected]":
955-
version "5.53.0"
956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
957-
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
958-
dependencies:
959-
"@typescript-eslint/types" "5.53.0"
960-
"@typescript-eslint/visitor-keys" "5.53.0"
961-
debug "^4.3.4"
962-
globby "^11.1.0"
963-
is-glob "^4.0.3"
964-
semver "^7.3.7"
965-
tsutils "^3.21.0"
966-
967941
"@typescript-eslint/[email protected]":
968942
version "5.54.0"
969943
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
@@ -977,28 +951,20 @@
977951
semver "^7.3.7"
978952
tsutils "^3.21.0"
979953

980-
"@typescript-eslint/utils@5.53.0":
981-
version "5.53.0"
982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
983-
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
954+
"@typescript-eslint/utils@5.54.0":
955+
version "5.54.0"
956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
957+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
984958
dependencies:
985959
"@types/json-schema" "^7.0.9"
986960
"@types/semver" "^7.3.12"
987-
"@typescript-eslint/scope-manager" "5.53.0"
988-
"@typescript-eslint/types" "5.53.0"
989-
"@typescript-eslint/typescript-estree" "5.53.0"
961+
"@typescript-eslint/scope-manager" "5.54.0"
962+
"@typescript-eslint/types" "5.54.0"
963+
"@typescript-eslint/typescript-estree" "5.54.0"
990964
eslint-scope "^5.1.1"
991965
eslint-utils "^3.0.0"
992966
semver "^7.3.7"
993967

994-
"@typescript-eslint/[email protected]":
995-
version "5.53.0"
996-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
997-
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
998-
dependencies:
999-
"@typescript-eslint/types" "5.53.0"
1000-
eslint-visitor-keys "^3.3.0"
1001-
1002968
"@typescript-eslint/[email protected]":
1003969
version "5.54.0"
1004970
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"

0 commit comments

Comments
 (0)