Skip to content

Commit e9d4c07

Browse files
chore: update typescript-eslint monorepo to v4.14.0 (#2415)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 63f2f71 commit e9d4c07

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

yarn.lock

+42-42
Original file line numberDiff line numberDiff line change
@@ -2159,28 +2159,28 @@
21592159
"@types/yargs-parser" "*"
21602160

21612161
"@typescript-eslint/eslint-plugin@^4.1.0":
2162-
version "4.13.0"
2163-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
2164-
integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
2162+
version "4.14.0"
2163+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.0.tgz#92db8e7c357ed7d69632d6843ca70b71be3a721d"
2164+
integrity sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww==
21652165
dependencies:
2166-
"@typescript-eslint/experimental-utils" "4.13.0"
2167-
"@typescript-eslint/scope-manager" "4.13.0"
2166+
"@typescript-eslint/experimental-utils" "4.14.0"
2167+
"@typescript-eslint/scope-manager" "4.14.0"
21682168
debug "^4.1.1"
21692169
functional-red-black-tree "^1.0.1"
21702170
lodash "^4.17.15"
21712171
regexpp "^3.0.0"
21722172
semver "^7.3.2"
21732173
tsutils "^3.17.1"
21742174

2175-
"@typescript-eslint/experimental-utils@4.13.0":
2176-
version "4.13.0"
2177-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz#9dc9ab375d65603b43d938a0786190a0c72be44e"
2178-
integrity sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==
2175+
"@typescript-eslint/experimental-utils@4.14.0":
2176+
version "4.14.0"
2177+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.0.tgz#5aa7b006736634f588a69ee343ca959cd09988df"
2178+
integrity sha512-6i6eAoiPlXMKRbXzvoQD5Yn9L7k9ezzGRvzC/x1V3650rUk3c3AOjQyGYyF9BDxQQDK2ElmKOZRD0CbtdkMzQQ==
21792179
dependencies:
21802180
"@types/json-schema" "^7.0.3"
2181-
"@typescript-eslint/scope-manager" "4.13.0"
2182-
"@typescript-eslint/types" "4.13.0"
2183-
"@typescript-eslint/typescript-estree" "4.13.0"
2181+
"@typescript-eslint/scope-manager" "4.14.0"
2182+
"@typescript-eslint/types" "4.14.0"
2183+
"@typescript-eslint/typescript-estree" "4.14.0"
21842184
eslint-scope "^5.0.0"
21852185
eslint-utils "^2.0.0"
21862186

@@ -2197,22 +2197,22 @@
21972197
eslint-utils "^2.0.0"
21982198

21992199
"@typescript-eslint/parser@^4.1.0":
2200-
version "4.13.0"
2201-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
2202-
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
2200+
version "4.14.0"
2201+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.14.0.tgz#62d4cd2079d5c06683e9bfb200c758f292c4dee7"
2202+
integrity sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==
22032203
dependencies:
2204-
"@typescript-eslint/scope-manager" "4.13.0"
2205-
"@typescript-eslint/types" "4.13.0"
2206-
"@typescript-eslint/typescript-estree" "4.13.0"
2204+
"@typescript-eslint/scope-manager" "4.14.0"
2205+
"@typescript-eslint/types" "4.14.0"
2206+
"@typescript-eslint/typescript-estree" "4.14.0"
22072207
debug "^4.1.1"
22082208

2209-
"@typescript-eslint/scope-manager@4.13.0":
2210-
version "4.13.0"
2211-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
2212-
integrity sha512-UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ==
2209+
"@typescript-eslint/scope-manager@4.14.0":
2210+
version "4.14.0"
2211+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
2212+
integrity sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==
22132213
dependencies:
2214-
"@typescript-eslint/types" "4.13.0"
2215-
"@typescript-eslint/visitor-keys" "4.13.0"
2214+
"@typescript-eslint/types" "4.14.0"
2215+
"@typescript-eslint/visitor-keys" "4.14.0"
22162216

22172217
"@typescript-eslint/[email protected]":
22182218
version "4.7.0"
@@ -2222,23 +2222,23 @@
22222222
"@typescript-eslint/types" "4.7.0"
22232223
"@typescript-eslint/visitor-keys" "4.7.0"
22242224

2225-
"@typescript-eslint/types@4.13.0":
2226-
version "4.13.0"
2227-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
2228-
integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
2225+
"@typescript-eslint/types@4.14.0":
2226+
version "4.14.0"
2227+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
2228+
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
22292229

22302230
"@typescript-eslint/[email protected]":
22312231
version "4.7.0"
22322232
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
22332233
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
22342234

2235-
"@typescript-eslint/typescript-estree@4.13.0":
2236-
version "4.13.0"
2237-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
2238-
integrity sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==
2235+
"@typescript-eslint/typescript-estree@4.14.0":
2236+
version "4.14.0"
2237+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
2238+
integrity sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==
22392239
dependencies:
2240-
"@typescript-eslint/types" "4.13.0"
2241-
"@typescript-eslint/visitor-keys" "4.13.0"
2240+
"@typescript-eslint/types" "4.14.0"
2241+
"@typescript-eslint/visitor-keys" "4.14.0"
22422242
debug "^4.1.1"
22432243
globby "^11.0.1"
22442244
is-glob "^4.0.1"
@@ -2260,12 +2260,12 @@
22602260
semver "^7.3.2"
22612261
tsutils "^3.17.1"
22622262

2263-
"@typescript-eslint/visitor-keys@4.13.0":
2264-
version "4.13.0"
2265-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
2266-
integrity sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==
2263+
"@typescript-eslint/visitor-keys@4.14.0":
2264+
version "4.14.0"
2265+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
2266+
integrity sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
22672267
dependencies:
2268-
"@typescript-eslint/types" "4.13.0"
2268+
"@typescript-eslint/types" "4.14.0"
22692269
eslint-visitor-keys "^2.0.0"
22702270

22712271
"@typescript-eslint/[email protected]":
@@ -4575,9 +4575,9 @@ fast-glob@^2.2.6:
45754575
micromatch "^3.1.10"
45764576

45774577
fast-glob@^3.1.1:
4578-
version "3.2.4"
4579-
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
4580-
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
4578+
version "3.2.5"
4579+
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
4580+
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
45814581
dependencies:
45824582
"@nodelib/fs.stat" "^2.0.2"
45834583
"@nodelib/fs.walk" "^1.2.3"

0 commit comments

Comments
 (0)