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

Commit b8e84e0

Browse files
authored
⬆️ Update @typescript-eslint/eslint-plugin to version 4.6.1 (#199)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 7170005 commit b8e84e0

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.6",
3131
"@types/supertest": "^2.0.10",
3232
"@types/tape": "^4.13.0",
33-
"@typescript-eslint/eslint-plugin": "^4.6.0",
33+
"@typescript-eslint/eslint-plugin": "^4.6.1",
3434
"@typescript-eslint/parser": "^4.6.0",
3535
"eslint": "^7.12.1",
3636
"eslint-config-prettier": "^6.15.0",

yarn.lock

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

162-
"@typescript-eslint/eslint-plugin@^4.6.0":
163-
version "4.6.0"
164-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.0.tgz#210cd538bb703f883aff81d3996961f5dba31fdb"
165-
integrity sha512-1+419X+Ynijytr1iWI+/IcX/kJryc78YNpdaXR1aRO1sU3bC0vZrIAF1tIX7rudVI84W7o7M4zo5p1aVt70fAg==
162+
"@typescript-eslint/eslint-plugin@^4.6.1":
163+
version "4.6.1"
164+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.1.tgz#99d77eb7a016fd5a5e749d2c44a7e4c317eb7da3"
165+
integrity sha512-SNZyflefTMK2JyrPfFFzzoy2asLmZvZJ6+/L5cIqg4HfKGiW2Gr1Go1OyEVqne/U4QwmoasuMwppoBHWBWF2nA==
166166
dependencies:
167-
"@typescript-eslint/experimental-utils" "4.6.0"
168-
"@typescript-eslint/scope-manager" "4.6.0"
167+
"@typescript-eslint/experimental-utils" "4.6.1"
168+
"@typescript-eslint/scope-manager" "4.6.1"
169169
debug "^4.1.1"
170170
functional-red-black-tree "^1.0.1"
171171
regexpp "^3.0.0"
172172
semver "^7.3.2"
173173
tsutils "^3.17.1"
174174

175-
"@typescript-eslint/[email protected].0":
176-
version "4.6.0"
177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.0.tgz#f750aef4dd8e5970b5c36084f0a5ca2f0db309a4"
178-
integrity sha512-pnh6Beh2/4xjJVNL+keP49DFHk3orDHHFylSp3WEjtgW3y1U+6l+jNnJrGlbs6qhAz5z96aFmmbUyKhunXKvKw==
175+
"@typescript-eslint/[email protected].1":
176+
version "4.6.1"
177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa"
178+
integrity sha512-qyPqCFWlHZXkEBoV56UxHSoXW2qnTr4JrWVXOh3soBP3q0o7p4pUEMfInDwIa0dB/ypdtm7gLOS0hg0a73ijfg==
179179
dependencies:
180180
"@types/json-schema" "^7.0.3"
181-
"@typescript-eslint/scope-manager" "4.6.0"
182-
"@typescript-eslint/types" "4.6.0"
183-
"@typescript-eslint/typescript-estree" "4.6.0"
181+
"@typescript-eslint/scope-manager" "4.6.1"
182+
"@typescript-eslint/types" "4.6.1"
183+
"@typescript-eslint/typescript-estree" "4.6.1"
184184
eslint-scope "^5.0.0"
185185
eslint-utils "^2.0.0"
186186

@@ -202,11 +202,24 @@
202202
"@typescript-eslint/types" "4.6.0"
203203
"@typescript-eslint/visitor-keys" "4.6.0"
204204

205+
"@typescript-eslint/[email protected]":
206+
version "4.6.1"
207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.1.tgz#21872b91cbf7adfc7083f17b8041149148baf992"
208+
integrity sha512-f95+80r6VdINYscJY1KDUEDcxZ3prAWHulL4qRDfNVD0I5QAVSGqFkwHERDoLYJJWmEAkUMdQVvx7/c2Hp+Bjg==
209+
dependencies:
210+
"@typescript-eslint/types" "4.6.1"
211+
"@typescript-eslint/visitor-keys" "4.6.1"
212+
205213
"@typescript-eslint/[email protected]":
206214
version "4.6.0"
207215
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f"
208216
integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA==
209217

218+
"@typescript-eslint/[email protected]":
219+
version "4.6.1"
220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
221+
integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w==
222+
210223
"@typescript-eslint/[email protected]":
211224
version "4.6.0"
212225
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.0.tgz#85bd98dcc8280511cfc5b2ce7b03a9ffa1732b08"
@@ -221,6 +234,20 @@
221234
semver "^7.3.2"
222235
tsutils "^3.17.1"
223236

237+
"@typescript-eslint/[email protected]":
238+
version "4.6.1"
239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
240+
integrity sha512-/J/kxiyjQQKqEr5kuKLNQ1Finpfb8gf/NpbwqFFYEBjxOsZ621r9AqwS9UDRA1Rrr/eneX/YsbPAIhU2rFLjXQ==
241+
dependencies:
242+
"@typescript-eslint/types" "4.6.1"
243+
"@typescript-eslint/visitor-keys" "4.6.1"
244+
debug "^4.1.1"
245+
globby "^11.0.1"
246+
is-glob "^4.0.1"
247+
lodash "^4.17.15"
248+
semver "^7.3.2"
249+
tsutils "^3.17.1"
250+
224251
"@typescript-eslint/[email protected]":
225252
version "4.6.0"
226253
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.0.tgz#fb05d6393891b0a089b243fc8f9fb8039383d5da"
@@ -229,6 +256,14 @@
229256
"@typescript-eslint/types" "4.6.0"
230257
eslint-visitor-keys "^2.0.0"
231258

259+
"@typescript-eslint/[email protected]":
260+
version "4.6.1"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"
262+
integrity sha512-owABze4toX7QXwOLT3/D5a8NecZEjEWU1srqxENTfqsY3bwVnl3YYbOh6s1rp2wQKO9RTHFGjKes08FgE7SVMw==
263+
dependencies:
264+
"@typescript-eslint/types" "4.6.1"
265+
eslint-visitor-keys "^2.0.0"
266+
232267
accepts@~1.3.7:
233268
version "1.3.7"
234269
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"

0 commit comments

Comments
 (0)