Skip to content

Commit 50a353c

Browse files
fix(deps): update typescript-eslint monorepo to v4.2.0 (#196)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6716277 commit 50a353c

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "4.1.1",
8-
"@typescript-eslint/parser": "4.1.1",
7+
"@typescript-eslint/eslint-plugin": "4.2.0",
8+
"@typescript-eslint/parser": "4.2.0",
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.9.0",
1111
"eslint-config-airbnb": "18.2.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -349,74 +349,74 @@
349349
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
350350
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
351351

352-
"@typescript-eslint/eslint-plugin@4.1.1":
353-
version "4.1.1"
354-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.1.tgz#78d5b18e259b13c2f4ec41dd9105af269a161a75"
355-
integrity sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ==
352+
"@typescript-eslint/eslint-plugin@4.2.0":
353+
version "4.2.0"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
355+
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
356356
dependencies:
357-
"@typescript-eslint/experimental-utils" "4.1.1"
358-
"@typescript-eslint/scope-manager" "4.1.1"
357+
"@typescript-eslint/experimental-utils" "4.2.0"
358+
"@typescript-eslint/scope-manager" "4.2.0"
359359
debug "^4.1.1"
360360
functional-red-black-tree "^1.0.1"
361361
regexpp "^3.0.0"
362362
semver "^7.3.2"
363363
tsutils "^3.17.1"
364364

365-
"@typescript-eslint/experimental-utils@4.1.1":
366-
version "4.1.1"
367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.1.tgz#52ff4e37c93113eb96385a4e6d075abece1ea72d"
368-
integrity sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A==
365+
"@typescript-eslint/experimental-utils@4.2.0":
366+
version "4.2.0"
367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
368+
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
369369
dependencies:
370370
"@types/json-schema" "^7.0.3"
371-
"@typescript-eslint/scope-manager" "4.1.1"
372-
"@typescript-eslint/types" "4.1.1"
373-
"@typescript-eslint/typescript-estree" "4.1.1"
371+
"@typescript-eslint/scope-manager" "4.2.0"
372+
"@typescript-eslint/types" "4.2.0"
373+
"@typescript-eslint/typescript-estree" "4.2.0"
374374
eslint-scope "^5.0.0"
375375
eslint-utils "^2.0.0"
376376

377-
"@typescript-eslint/parser@4.1.1":
378-
version "4.1.1"
379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.1.tgz#324b4b35e314075adbc92bd8330cf3ef0c88cf3e"
380-
integrity sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ==
377+
"@typescript-eslint/parser@4.2.0":
378+
version "4.2.0"
379+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
380+
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
381381
dependencies:
382-
"@typescript-eslint/scope-manager" "4.1.1"
383-
"@typescript-eslint/types" "4.1.1"
384-
"@typescript-eslint/typescript-estree" "4.1.1"
382+
"@typescript-eslint/scope-manager" "4.2.0"
383+
"@typescript-eslint/types" "4.2.0"
384+
"@typescript-eslint/typescript-estree" "4.2.0"
385385
debug "^4.1.1"
386386

387-
"@typescript-eslint/scope-manager@4.1.1":
388-
version "4.1.1"
389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.1.tgz#bdb8526e82435f32b4ccd9dd4cec01af97b48850"
390-
integrity sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA==
387+
"@typescript-eslint/scope-manager@4.2.0":
388+
version "4.2.0"
389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
390+
integrity sha512-Tb402cxxObSxWIVT+PnBp5ruT2V/36yj6gG4C9AjkgRlZpxrLAzWDk3neen6ToMBGeGdxtnfFLoJRUecGz9mYQ==
391391
dependencies:
392-
"@typescript-eslint/types" "4.1.1"
393-
"@typescript-eslint/visitor-keys" "4.1.1"
392+
"@typescript-eslint/types" "4.2.0"
393+
"@typescript-eslint/visitor-keys" "4.2.0"
394394

395-
"@typescript-eslint/types@4.1.1":
396-
version "4.1.1"
397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.1.tgz#57500c4a86b28cb47094c1a62f1177ea279a09cb"
398-
integrity sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA==
395+
"@typescript-eslint/types@4.2.0":
396+
version "4.2.0"
397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
398+
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
399399

400-
"@typescript-eslint/typescript-estree@4.1.1":
401-
version "4.1.1"
402-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.1.tgz#2015a84d71303ecdb6f46efd807ac19a51aab490"
403-
integrity sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw==
400+
"@typescript-eslint/typescript-estree@4.2.0":
401+
version "4.2.0"
402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
403+
integrity sha512-iWDLCB7z4MGkLipduF6EOotdHNtgxuNKnYD54nMS/oitFnsk4S3S/TE/UYXQTra550lHtlv9eGmp+dvN9pUDtA==
404404
dependencies:
405-
"@typescript-eslint/types" "4.1.1"
406-
"@typescript-eslint/visitor-keys" "4.1.1"
405+
"@typescript-eslint/types" "4.2.0"
406+
"@typescript-eslint/visitor-keys" "4.2.0"
407407
debug "^4.1.1"
408408
globby "^11.0.1"
409409
is-glob "^4.0.1"
410410
lodash "^4.17.15"
411411
semver "^7.3.2"
412412
tsutils "^3.17.1"
413413

414-
"@typescript-eslint/visitor-keys@4.1.1":
415-
version "4.1.1"
416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.1.tgz#bb05664bf4bea28dc120d1da94f3027d42ab0f6f"
417-
integrity sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw==
414+
"@typescript-eslint/visitor-keys@4.2.0":
415+
version "4.2.0"
416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
417+
integrity sha512-WIf4BNOlFOH2W+YqGWa6YKLcK/EB3gEj2apCrqLw6mme1RzBy0jtJ9ewJgnrZDB640zfnv8L+/gwGH5sYp/rGw==
418418
dependencies:
419-
"@typescript-eslint/types" "4.1.1"
419+
"@typescript-eslint/types" "4.2.0"
420420
eslint-visitor-keys "^2.0.0"
421421

422422
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:

0 commit comments

Comments
 (0)