Skip to content

Commit 2659c96

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 166056e commit 2659c96

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
@@ -885,13 +885,13 @@
885885
"@types/yargs-parser" "*"
886886

887887
"@typescript-eslint/eslint-plugin@^5.10.2":
888-
version "5.53.0"
889-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
890-
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
888+
version "5.54.0"
889+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
890+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
891891
dependencies:
892-
"@typescript-eslint/scope-manager" "5.53.0"
893-
"@typescript-eslint/type-utils" "5.53.0"
894-
"@typescript-eslint/utils" "5.53.0"
892+
"@typescript-eslint/scope-manager" "5.54.0"
893+
"@typescript-eslint/type-utils" "5.54.0"
894+
"@typescript-eslint/utils" "5.54.0"
895895
debug "^4.3.4"
896896
grapheme-splitter "^1.0.4"
897897
ignore "^5.2.0"
@@ -918,13 +918,21 @@
918918
"@typescript-eslint/types" "5.53.0"
919919
"@typescript-eslint/visitor-keys" "5.53.0"
920920

921-
"@typescript-eslint/type-utils@5.53.0":
922-
version "5.53.0"
923-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
924-
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
921+
"@typescript-eslint/scope-manager@5.54.0":
922+
version "5.54.0"
923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
924+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
925925
dependencies:
926-
"@typescript-eslint/typescript-estree" "5.53.0"
927-
"@typescript-eslint/utils" "5.53.0"
926+
"@typescript-eslint/types" "5.54.0"
927+
"@typescript-eslint/visitor-keys" "5.54.0"
928+
929+
"@typescript-eslint/[email protected]":
930+
version "5.54.0"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
932+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
933+
dependencies:
934+
"@typescript-eslint/typescript-estree" "5.54.0"
935+
"@typescript-eslint/utils" "5.54.0"
928936
debug "^4.3.4"
929937
tsutils "^3.21.0"
930938

@@ -933,6 +941,11 @@
933941
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
934942
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
935943

944+
"@typescript-eslint/[email protected]":
945+
version "5.54.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
947+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
948+
936949
"@typescript-eslint/[email protected]":
937950
version "5.53.0"
938951
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
@@ -946,16 +959,29 @@
946959
semver "^7.3.7"
947960
tsutils "^3.21.0"
948961

949-
"@typescript-eslint/[email protected]":
950-
version "5.53.0"
951-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
952-
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
962+
"@typescript-eslint/[email protected]":
963+
version "5.54.0"
964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
965+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
966+
dependencies:
967+
"@typescript-eslint/types" "5.54.0"
968+
"@typescript-eslint/visitor-keys" "5.54.0"
969+
debug "^4.3.4"
970+
globby "^11.1.0"
971+
is-glob "^4.0.3"
972+
semver "^7.3.7"
973+
tsutils "^3.21.0"
974+
975+
"@typescript-eslint/[email protected]":
976+
version "5.54.0"
977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
978+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
953979
dependencies:
954980
"@types/json-schema" "^7.0.9"
955981
"@types/semver" "^7.3.12"
956-
"@typescript-eslint/scope-manager" "5.53.0"
957-
"@typescript-eslint/types" "5.53.0"
958-
"@typescript-eslint/typescript-estree" "5.53.0"
982+
"@typescript-eslint/scope-manager" "5.54.0"
983+
"@typescript-eslint/types" "5.54.0"
984+
"@typescript-eslint/typescript-estree" "5.54.0"
959985
eslint-scope "^5.1.1"
960986
eslint-utils "^3.0.0"
961987
semver "^7.3.7"
@@ -968,6 +994,14 @@
968994
"@typescript-eslint/types" "5.53.0"
969995
eslint-visitor-keys "^3.3.0"
970996

997+
"@typescript-eslint/[email protected]":
998+
version "5.54.0"
999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
1000+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
1001+
dependencies:
1002+
"@typescript-eslint/types" "5.54.0"
1003+
eslint-visitor-keys "^3.3.0"
1004+
9711005
acorn-jsx@^5.3.2:
9721006
version "5.3.2"
9731007
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)