Skip to content

Commit d7adb94

Browse files
fix(deps): update typescript-eslint monorepo to ^2.26.0 (#63)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ae80125 commit d7adb94

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@sourcegraph/prettierrc": "^3.0.3",
38-
"@typescript-eslint/eslint-plugin": "^2.22.0",
39-
"@typescript-eslint/parser": "^2.22.0",
38+
"@typescript-eslint/eslint-plugin": "^2.26.0",
39+
"@typescript-eslint/parser": "^2.26.0",
4040
"eslint-config-prettier": "^6.10.1",
4141
"eslint-plugin-ban": "^1.4.0",
4242
"eslint-plugin-etc": "^0.0.1-beta.24",

yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -409,40 +409,40 @@
409409
resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
410410
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
411411

412-
"@typescript-eslint/eslint-plugin@^2.22.0":
413-
version "2.22.0"
414-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.22.0.tgz#218ce6d4aa0244c6a40baba39ca1e021b26bb017"
415-
integrity sha512-BvxRLaTDVQ3N+Qq8BivLiE9akQLAOUfxNHIEhedOcg8B2+jY8Rc4/D+iVprvuMX1AdezFYautuGDwr9QxqSxBQ==
412+
"@typescript-eslint/eslint-plugin@^2.26.0":
413+
version "2.26.0"
414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f"
415+
integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw==
416416
dependencies:
417-
"@typescript-eslint/experimental-utils" "2.22.0"
418-
eslint-utils "^1.4.3"
417+
"@typescript-eslint/experimental-utils" "2.26.0"
419418
functional-red-black-tree "^1.0.1"
420419
regexpp "^3.0.0"
421420
tsutils "^3.17.1"
422421

423-
"@typescript-eslint/experimental-utils@2.22.0":
424-
version "2.22.0"
425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.22.0.tgz#4d00c91fbaaa68e56e7869be284999a265707f85"
426-
integrity sha512-sJt1GYBe6yC0dWOQzXlp+tiuGglNhJC9eXZeC8GBVH98Zv9jtatccuhz0OF5kC/DwChqsNfghHx7OlIDQjNYAQ==
422+
"@typescript-eslint/experimental-utils@2.26.0":
423+
version "2.26.0"
424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d"
425+
integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ==
427426
dependencies:
428427
"@types/json-schema" "^7.0.3"
429-
"@typescript-eslint/typescript-estree" "2.22.0"
428+
"@typescript-eslint/typescript-estree" "2.26.0"
430429
eslint-scope "^5.0.0"
430+
eslint-utils "^2.0.0"
431431

432-
"@typescript-eslint/parser@^2.22.0":
433-
version "2.22.0"
434-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.22.0.tgz#8eeb6cb6de873f655e64153397d4790898e149d0"
435-
integrity sha512-FaZKC1X+nvD7qMPqKFUYHz3H0TAioSVFGvG29f796Nc5tBluoqfHgLbSFKsh7mKjRoeTm8J9WX2Wo9EyZWjG7w==
432+
"@typescript-eslint/parser@^2.26.0":
433+
version "2.26.0"
434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
435+
integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ==
436436
dependencies:
437437
"@types/eslint-visitor-keys" "^1.0.0"
438-
"@typescript-eslint/experimental-utils" "2.22.0"
439-
"@typescript-eslint/typescript-estree" "2.22.0"
438+
"@typescript-eslint/experimental-utils" "2.26.0"
439+
"@typescript-eslint/typescript-estree" "2.26.0"
440440
eslint-visitor-keys "^1.1.0"
441441

442-
"@typescript-eslint/typescript-estree@2.22.0":
443-
version "2.22.0"
444-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.22.0.tgz#a16ed45876abf743e1f5857e2f4a1c3199fd219e"
445-
integrity sha512-2HFZW2FQc4MhIBB8WhDm9lVFaBDy6h9jGrJ4V2Uzxe/ON29HCHBTj3GkgcsgMWfsl2U5as+pTOr30Nibaw7qRQ==
442+
"@typescript-eslint/typescript-estree@2.26.0":
443+
version "2.26.0"
444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.26.0.tgz#d8132cf1ee8a72234f996519a47d8a9118b57d56"
445+
integrity sha512-3x4SyZCLB4zsKsjuhxDLeVJN6W29VwBnYpCsZ7vIdPel9ZqLfIZJgJXO47MNUkurGpQuIBALdPQKtsSnWpE1Yg==
446446
dependencies:
447447
debug "^4.1.1"
448448
eslint-visitor-keys "^1.1.0"
@@ -1687,10 +1687,10 @@ eslint-scope@^5.0.0:
16871687
esrecurse "^4.1.0"
16881688
estraverse "^4.1.1"
16891689

1690-
eslint-utils@^1.4.3:
1691-
version "1.4.3"
1692-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
1693-
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
1690+
eslint-utils@^2.0.0:
1691+
version "2.0.0"
1692+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
1693+
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
16941694
dependencies:
16951695
eslint-visitor-keys "^1.1.0"
16961696

0 commit comments

Comments
 (0)