Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 6d9f1bf

Browse files
authored
Update @typescript-eslint/eslint-plugin: 4.13.0 → 4.14.0 (minor) (#252)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 6a910a4 commit 6d9f1bf

File tree

2 files changed

+49
-14
lines changed

2 files changed

+49
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/node": "^14.14.21",
3131
"@types/supertest": "^2.0.10",
3232
"@types/tape": "^4.13.0",
33-
"@typescript-eslint/eslint-plugin": "^4.13.0",
33+
"@typescript-eslint/eslint-plugin": "^4.14.0",
3434
"@typescript-eslint/parser": "^4.13.0",
3535
"eslint": "^7.18.0",
3636
"eslint-config-prettier": "^7.2.0",

yarn.lock

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -159,29 +159,29 @@
159159
dependencies:
160160
"@types/node" "*"
161161

162-
"@typescript-eslint/eslint-plugin@^4.13.0":
163-
version "4.13.0"
164-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
165-
integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
162+
"@typescript-eslint/eslint-plugin@^4.14.0":
163+
version "4.14.0"
164+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.0.tgz#92db8e7c357ed7d69632d6843ca70b71be3a721d"
165+
integrity sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww==
166166
dependencies:
167-
"@typescript-eslint/experimental-utils" "4.13.0"
168-
"@typescript-eslint/scope-manager" "4.13.0"
167+
"@typescript-eslint/experimental-utils" "4.14.0"
168+
"@typescript-eslint/scope-manager" "4.14.0"
169169
debug "^4.1.1"
170170
functional-red-black-tree "^1.0.1"
171171
lodash "^4.17.15"
172172
regexpp "^3.0.0"
173173
semver "^7.3.2"
174174
tsutils "^3.17.1"
175175

176-
"@typescript-eslint/experimental-utils@4.13.0":
177-
version "4.13.0"
178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz#9dc9ab375d65603b43d938a0786190a0c72be44e"
179-
integrity sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==
176+
"@typescript-eslint/experimental-utils@4.14.0":
177+
version "4.14.0"
178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.0.tgz#5aa7b006736634f588a69ee343ca959cd09988df"
179+
integrity sha512-6i6eAoiPlXMKRbXzvoQD5Yn9L7k9ezzGRvzC/x1V3650rUk3c3AOjQyGYyF9BDxQQDK2ElmKOZRD0CbtdkMzQQ==
180180
dependencies:
181181
"@types/json-schema" "^7.0.3"
182-
"@typescript-eslint/scope-manager" "4.13.0"
183-
"@typescript-eslint/types" "4.13.0"
184-
"@typescript-eslint/typescript-estree" "4.13.0"
182+
"@typescript-eslint/scope-manager" "4.14.0"
183+
"@typescript-eslint/types" "4.14.0"
184+
"@typescript-eslint/typescript-estree" "4.14.0"
185185
eslint-scope "^5.0.0"
186186
eslint-utils "^2.0.0"
187187

@@ -203,11 +203,24 @@
203203
"@typescript-eslint/types" "4.13.0"
204204
"@typescript-eslint/visitor-keys" "4.13.0"
205205

206+
"@typescript-eslint/[email protected]":
207+
version "4.14.0"
208+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
209+
integrity sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==
210+
dependencies:
211+
"@typescript-eslint/types" "4.14.0"
212+
"@typescript-eslint/visitor-keys" "4.14.0"
213+
206214
"@typescript-eslint/[email protected]":
207215
version "4.13.0"
208216
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
209217
integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
210218

219+
"@typescript-eslint/[email protected]":
220+
version "4.14.0"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
222+
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
223+
211224
"@typescript-eslint/[email protected]":
212225
version "4.13.0"
213226
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
@@ -222,6 +235,20 @@
222235
semver "^7.3.2"
223236
tsutils "^3.17.1"
224237

238+
"@typescript-eslint/[email protected]":
239+
version "4.14.0"
240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
241+
integrity sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==
242+
dependencies:
243+
"@typescript-eslint/types" "4.14.0"
244+
"@typescript-eslint/visitor-keys" "4.14.0"
245+
debug "^4.1.1"
246+
globby "^11.0.1"
247+
is-glob "^4.0.1"
248+
lodash "^4.17.15"
249+
semver "^7.3.2"
250+
tsutils "^3.17.1"
251+
225252
"@typescript-eslint/[email protected]":
226253
version "4.13.0"
227254
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
@@ -230,6 +257,14 @@
230257
"@typescript-eslint/types" "4.13.0"
231258
eslint-visitor-keys "^2.0.0"
232259

260+
"@typescript-eslint/[email protected]":
261+
version "4.14.0"
262+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
263+
integrity sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
264+
dependencies:
265+
"@typescript-eslint/types" "4.14.0"
266+
eslint-visitor-keys "^2.0.0"
267+
233268
accepts@~1.3.7:
234269
version "1.3.7"
235270
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"

0 commit comments

Comments
 (0)