Skip to content

Commit aefc2bd

Browse files
chore: update typescript-eslint monorepo to v5.27.0 (#3210)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3fb3dc2 commit aefc2bd

File tree

1 file changed

+19
-65
lines changed

1 file changed

+19
-65
lines changed

yarn.lock

Lines changed: 19 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,13 +2790,13 @@
27902790
"@types/yargs-parser" "*"
27912791

27922792
"@typescript-eslint/eslint-plugin@^5.0.0":
2793-
version "5.26.0"
2794-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz#c1f98ccba9d345e38992975d3ca56ed6260643c2"
2795-
integrity sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==
2793+
version "5.27.0"
2794+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
2795+
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
27962796
dependencies:
2797-
"@typescript-eslint/scope-manager" "5.26.0"
2798-
"@typescript-eslint/type-utils" "5.26.0"
2799-
"@typescript-eslint/utils" "5.26.0"
2797+
"@typescript-eslint/scope-manager" "5.27.0"
2798+
"@typescript-eslint/type-utils" "5.27.0"
2799+
"@typescript-eslint/utils" "5.27.0"
28002800
debug "^4.3.4"
28012801
functional-red-black-tree "^1.0.1"
28022802
ignore "^5.2.0"
@@ -2805,23 +2805,15 @@
28052805
tsutils "^3.21.0"
28062806

28072807
"@typescript-eslint/parser@^5.0.0":
2808-
version "5.26.0"
2809-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
2810-
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
2808+
version "5.27.0"
2809+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
2810+
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
28112811
dependencies:
2812-
"@typescript-eslint/scope-manager" "5.26.0"
2813-
"@typescript-eslint/types" "5.26.0"
2814-
"@typescript-eslint/typescript-estree" "5.26.0"
2812+
"@typescript-eslint/scope-manager" "5.27.0"
2813+
"@typescript-eslint/types" "5.27.0"
2814+
"@typescript-eslint/typescript-estree" "5.27.0"
28152815
debug "^4.3.4"
28162816

2817-
"@typescript-eslint/[email protected]":
2818-
version "5.26.0"
2819-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339"
2820-
integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==
2821-
dependencies:
2822-
"@typescript-eslint/types" "5.26.0"
2823-
"@typescript-eslint/visitor-keys" "5.26.0"
2824-
28252817
"@typescript-eslint/[email protected]":
28262818
version "5.27.0"
28272819
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
@@ -2830,38 +2822,20 @@
28302822
"@typescript-eslint/types" "5.27.0"
28312823
"@typescript-eslint/visitor-keys" "5.27.0"
28322824

2833-
"@typescript-eslint/type-utils@5.26.0":
2834-
version "5.26.0"
2835-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
2836-
integrity sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==
2825+
"@typescript-eslint/type-utils@5.27.0":
2826+
version "5.27.0"
2827+
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
2828+
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
28372829
dependencies:
2838-
"@typescript-eslint/utils" "5.26.0"
2830+
"@typescript-eslint/utils" "5.27.0"
28392831
debug "^4.3.4"
28402832
tsutils "^3.21.0"
28412833

2842-
"@typescript-eslint/[email protected]":
2843-
version "5.26.0"
2844-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
2845-
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
2846-
28472834
"@typescript-eslint/[email protected]":
28482835
version "5.27.0"
28492836
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
28502837
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
28512838

2852-
"@typescript-eslint/[email protected]":
2853-
version "5.26.0"
2854-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
2855-
integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==
2856-
dependencies:
2857-
"@typescript-eslint/types" "5.26.0"
2858-
"@typescript-eslint/visitor-keys" "5.26.0"
2859-
debug "^4.3.4"
2860-
globby "^11.1.0"
2861-
is-glob "^4.0.3"
2862-
semver "^7.3.7"
2863-
tsutils "^3.21.0"
2864-
28652839
"@typescript-eslint/[email protected]":
28662840
version "5.27.0"
28672841
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
@@ -2875,19 +2849,7 @@
28752849
semver "^7.3.7"
28762850
tsutils "^3.21.0"
28772851

2878-
"@typescript-eslint/[email protected]":
2879-
version "5.26.0"
2880-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
2881-
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
2882-
dependencies:
2883-
"@types/json-schema" "^7.0.9"
2884-
"@typescript-eslint/scope-manager" "5.26.0"
2885-
"@typescript-eslint/types" "5.26.0"
2886-
"@typescript-eslint/typescript-estree" "5.26.0"
2887-
eslint-scope "^5.1.1"
2888-
eslint-utils "^3.0.0"
2889-
2890-
"@typescript-eslint/utils@^5.10.0":
2852+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
28912853
version "5.27.0"
28922854
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
28932855
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
@@ -2899,14 +2861,6 @@
28992861
eslint-scope "^5.1.1"
29002862
eslint-utils "^3.0.0"
29012863

2902-
"@typescript-eslint/[email protected]":
2903-
version "5.26.0"
2904-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
2905-
integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==
2906-
dependencies:
2907-
"@typescript-eslint/types" "5.26.0"
2908-
eslint-visitor-keys "^3.3.0"
2909-
29102864
"@typescript-eslint/[email protected]":
29112865
version "5.27.0"
29122866
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
@@ -4988,7 +4942,7 @@ function-bind@^1.1.1:
49884942
functional-red-black-tree@^1.0.1:
49894943
version "1.0.1"
49904944
resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
4991-
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
4945+
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
49924946

49934947
gauge@^4.0.3:
49944948
version "4.0.4"

0 commit comments

Comments
 (0)