Skip to content

Commit 468c38a

Browse files
fix(deps): update typescript-eslint monorepo to v4.13.0 (#263)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b3f24b5 commit 468c38a

File tree

2 files changed

+44
-43
lines changed

2 files changed

+44
-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.12.0",
8-
"@typescript-eslint/parser": "4.12.0",
7+
"@typescript-eslint/eslint-plugin": "4.13.0",
8+
"@typescript-eslint/parser": "4.13.0",
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.17.0",
1111
"eslint-config-airbnb": "18.2.1",

yarn.lock

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -356,74 +356,75 @@
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.12.0":
360-
version "4.12.0"
361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.12.0.tgz#00d1b23b40b58031e6d7c04a5bc6c1a30a2e834a"
362-
integrity sha512-wHKj6q8s70sO5i39H2g1gtpCXCvjVszzj6FFygneNFyIAxRvNSVz9GML7XpqrB9t7hNutXw+MHnLN/Ih6uyB8Q==
359+
"@typescript-eslint/eslint-plugin@4.13.0":
360+
version "4.13.0"
361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
362+
integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
363363
dependencies:
364-
"@typescript-eslint/experimental-utils" "4.12.0"
365-
"@typescript-eslint/scope-manager" "4.12.0"
364+
"@typescript-eslint/experimental-utils" "4.13.0"
365+
"@typescript-eslint/scope-manager" "4.13.0"
366366
debug "^4.1.1"
367367
functional-red-black-tree "^1.0.1"
368+
lodash "^4.17.15"
368369
regexpp "^3.0.0"
369370
semver "^7.3.2"
370371
tsutils "^3.17.1"
371372

372-
"@typescript-eslint/experimental-utils@4.12.0":
373-
version "4.12.0"
374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.12.0.tgz#372838e76db76c9a56959217b768a19f7129546b"
375-
integrity sha512-MpXZXUAvHt99c9ScXijx7i061o5HEjXltO+sbYfZAAHxv3XankQkPaNi5myy0Yh0Tyea3Hdq1pi7Vsh0GJb0fA==
373+
"@typescript-eslint/experimental-utils@4.13.0":
374+
version "4.13.0"
375+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz#9dc9ab375d65603b43d938a0786190a0c72be44e"
376+
integrity sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==
376377
dependencies:
377378
"@types/json-schema" "^7.0.3"
378-
"@typescript-eslint/scope-manager" "4.12.0"
379-
"@typescript-eslint/types" "4.12.0"
380-
"@typescript-eslint/typescript-estree" "4.12.0"
379+
"@typescript-eslint/scope-manager" "4.13.0"
380+
"@typescript-eslint/types" "4.13.0"
381+
"@typescript-eslint/typescript-estree" "4.13.0"
381382
eslint-scope "^5.0.0"
382383
eslint-utils "^2.0.0"
383384

384-
"@typescript-eslint/parser@4.12.0":
385-
version "4.12.0"
386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.12.0.tgz#e1cf30436e4f916c31fcc962158917bd9e9d460a"
387-
integrity sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ==
385+
"@typescript-eslint/parser@4.13.0":
386+
version "4.13.0"
387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
388+
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
388389
dependencies:
389-
"@typescript-eslint/scope-manager" "4.12.0"
390-
"@typescript-eslint/types" "4.12.0"
391-
"@typescript-eslint/typescript-estree" "4.12.0"
390+
"@typescript-eslint/scope-manager" "4.13.0"
391+
"@typescript-eslint/types" "4.13.0"
392+
"@typescript-eslint/typescript-estree" "4.13.0"
392393
debug "^4.1.1"
393394

394-
"@typescript-eslint/scope-manager@4.12.0":
395-
version "4.12.0"
396-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279"
397-
integrity sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg==
395+
"@typescript-eslint/scope-manager@4.13.0":
396+
version "4.13.0"
397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
398+
integrity sha512-UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ==
398399
dependencies:
399-
"@typescript-eslint/types" "4.12.0"
400-
"@typescript-eslint/visitor-keys" "4.12.0"
400+
"@typescript-eslint/types" "4.13.0"
401+
"@typescript-eslint/visitor-keys" "4.13.0"
401402

402-
"@typescript-eslint/types@4.12.0":
403-
version "4.12.0"
404-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5"
405-
integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g==
403+
"@typescript-eslint/types@4.13.0":
404+
version "4.13.0"
405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
406+
integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
406407

407-
"@typescript-eslint/typescript-estree@4.12.0":
408-
version "4.12.0"
409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e"
410-
integrity sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w==
408+
"@typescript-eslint/typescript-estree@4.13.0":
409+
version "4.13.0"
410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
411+
integrity sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==
411412
dependencies:
412-
"@typescript-eslint/types" "4.12.0"
413-
"@typescript-eslint/visitor-keys" "4.12.0"
413+
"@typescript-eslint/types" "4.13.0"
414+
"@typescript-eslint/visitor-keys" "4.13.0"
414415
debug "^4.1.1"
415416
globby "^11.0.1"
416417
is-glob "^4.0.1"
417418
lodash "^4.17.15"
418419
semver "^7.3.2"
419420
tsutils "^3.17.1"
420421

421-
"@typescript-eslint/visitor-keys@4.12.0":
422-
version "4.12.0"
423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a"
424-
integrity sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw==
422+
"@typescript-eslint/visitor-keys@4.13.0":
423+
version "4.13.0"
424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
425+
integrity sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==
425426
dependencies:
426-
"@typescript-eslint/types" "4.12.0"
427+
"@typescript-eslint/types" "4.13.0"
427428
eslint-visitor-keys "^2.0.0"
428429

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

0 commit comments

Comments
 (0)