Skip to content

Commit 54323c8

Browse files
fix(deps): update typescript-eslint monorepo to v4.8.0 (#231)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0abe4b4 commit 54323c8

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.7.0",
8-
"@typescript-eslint/parser": "4.7.0",
7+
"@typescript-eslint/eslint-plugin": "4.8.0",
8+
"@typescript-eslint/parser": "4.8.0",
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.13.0",
1111
"eslint-config-airbnb": "18.2.1",

yarn.lock

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

359-
"@typescript-eslint/eslint-plugin@4.7.0":
360-
version "4.7.0"
361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
362-
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
359+
"@typescript-eslint/eslint-plugin@4.8.0":
360+
version "4.8.0"
361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.0.tgz#ad12cba28e426b24295291ad4c43b1cdc8b9dbb1"
362+
integrity sha512-nm80Yy5D7Ot00bomzBYodnGmGhNdePHS3iaxJ3Th0wxRWEI/6KCgbmL8PR78fF7MtT1VDcYNtY5y+YYyGlRhBg==
363363
dependencies:
364-
"@typescript-eslint/experimental-utils" "4.7.0"
365-
"@typescript-eslint/scope-manager" "4.7.0"
364+
"@typescript-eslint/experimental-utils" "4.8.0"
365+
"@typescript-eslint/scope-manager" "4.8.0"
366366
debug "^4.1.1"
367367
functional-red-black-tree "^1.0.1"
368368
regexpp "^3.0.0"
369369
semver "^7.3.2"
370370
tsutils "^3.17.1"
371371

372-
"@typescript-eslint/experimental-utils@4.7.0":
373-
version "4.7.0"
374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
375-
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
372+
"@typescript-eslint/experimental-utils@4.8.0":
373+
version "4.8.0"
374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.0.tgz#ff035f917aec0698c156a6039166ecf9d7a24f57"
375+
integrity sha512-1yOvI++HMdA9lpaAkXXQlVUwJjruNz7Z9K3lgpcU+JU/Szvsv42H6G6DECalAuz2Dd0KFU/MeUrPC0jXnuAvlA==
376376
dependencies:
377377
"@types/json-schema" "^7.0.3"
378-
"@typescript-eslint/scope-manager" "4.7.0"
379-
"@typescript-eslint/types" "4.7.0"
380-
"@typescript-eslint/typescript-estree" "4.7.0"
378+
"@typescript-eslint/scope-manager" "4.8.0"
379+
"@typescript-eslint/types" "4.8.0"
380+
"@typescript-eslint/typescript-estree" "4.8.0"
381381
eslint-scope "^5.0.0"
382382
eslint-utils "^2.0.0"
383383

384-
"@typescript-eslint/parser@4.7.0":
385-
version "4.7.0"
386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
387-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
384+
"@typescript-eslint/parser@4.8.0":
385+
version "4.8.0"
386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.0.tgz#ff98c0435a3797d17083a63389078b8aa49dc81e"
387+
integrity sha512-15sp9BIoZalx4wRgkebfau8KizVe6w0eTjPMnuST9kbIeOaloDy1xKkg7eJfFvE/MdCtKlEWZFLoJB8C0SEOaw==
388388
dependencies:
389-
"@typescript-eslint/scope-manager" "4.7.0"
390-
"@typescript-eslint/types" "4.7.0"
391-
"@typescript-eslint/typescript-estree" "4.7.0"
389+
"@typescript-eslint/scope-manager" "4.8.0"
390+
"@typescript-eslint/types" "4.8.0"
391+
"@typescript-eslint/typescript-estree" "4.8.0"
392392
debug "^4.1.1"
393393

394-
"@typescript-eslint/scope-manager@4.7.0":
395-
version "4.7.0"
396-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
397-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
394+
"@typescript-eslint/scope-manager@4.8.0":
395+
version "4.8.0"
396+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.0.tgz#f960b6c5df1a5b230b8488e71c5c04e58dd494e0"
397+
integrity sha512-eJ+SV6w5WcyFusQ/Ru4A/c7E65HMGzWWGPJAqSuM/1EKEE6wOw9LUQTqAvLa6v2oIcaDo9F+/EyOPZgoD/BcLA==
398398
dependencies:
399-
"@typescript-eslint/types" "4.7.0"
400-
"@typescript-eslint/visitor-keys" "4.7.0"
399+
"@typescript-eslint/types" "4.8.0"
400+
"@typescript-eslint/visitor-keys" "4.8.0"
401401

402-
"@typescript-eslint/types@4.7.0":
403-
version "4.7.0"
404-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
405-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
402+
"@typescript-eslint/types@4.8.0":
403+
version "4.8.0"
404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.0.tgz#87e73883637f662d9a638b0e9b01ed77edc44fb7"
405+
integrity sha512-2/mGmXxr3sTxCvCT1mhR2b9rbfpMEBK41tiu0lMnMtZEbpphcUyrmgt2ogDFWNvsvyyeUxO1159eDrgFb7zV4Q==
406406

407-
"@typescript-eslint/typescript-estree@4.7.0":
408-
version "4.7.0"
409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
410-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
407+
"@typescript-eslint/typescript-estree@4.8.0":
408+
version "4.8.0"
409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.0.tgz#b5160588495f18b739003b6078309b76fece0c55"
410+
integrity sha512-jEdeERN8DIs7S8PlTdI7Sdy63Caxg2VtR21/RV7Z1Dtixiq/QEFSPrDXggMXKNOPPlrtMS+eCz7d7NV0HWLFVg==
411411
dependencies:
412-
"@typescript-eslint/types" "4.7.0"
413-
"@typescript-eslint/visitor-keys" "4.7.0"
412+
"@typescript-eslint/types" "4.8.0"
413+
"@typescript-eslint/visitor-keys" "4.8.0"
414414
debug "^4.1.1"
415415
globby "^11.0.1"
416416
is-glob "^4.0.1"
417417
lodash "^4.17.15"
418418
semver "^7.3.2"
419419
tsutils "^3.17.1"
420420

421-
"@typescript-eslint/visitor-keys@4.7.0":
422-
version "4.7.0"
423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
424-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
421+
"@typescript-eslint/visitor-keys@4.8.0":
422+
version "4.8.0"
423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.0.tgz#7786b92bbaf25c6aa9fb860eb8dbb1f7d3b7d0ad"
424+
integrity sha512-JluNZLvnkRUr0h3L6MnQVLuy2rw9DpD0OyMC21FVbgcezr0LQkbBjDp9kyKZhuZrLrtq4mwPiIkpfRb8IRqneA==
425425
dependencies:
426-
"@typescript-eslint/types" "4.7.0"
426+
"@typescript-eslint/types" "4.8.0"
427427
eslint-visitor-keys "^2.0.0"
428428

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

0 commit comments

Comments
 (0)