Skip to content

Commit a61ce6f

Browse files
chore: Bump @typescript-eslint/eslint-plugin (#161)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.34.0 to 3.10.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.10.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gertjan Maas <[email protected]>
1 parent 7df1c34 commit a61ce6f

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/jest": "^26.0.9",
1818
"@types/node": "^14.6.0",
1919
"@types/request": "^2.48.4",
20-
"@typescript-eslint/eslint-plugin": "^3.9.1",
20+
"@typescript-eslint/eslint-plugin": "^3.10.0",
2121
"@typescript-eslint/parser": "^3.9.0",
2222
"@zeit/ncc": "^0.22.1",
2323
"aws-sdk": "^2.729.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -731,18 +731,29 @@
731731
dependencies:
732732
"@types/yargs-parser" "*"
733733

734-
"@typescript-eslint/eslint-plugin@^3.9.1":
735-
version "3.9.1"
736-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
737-
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
734+
"@typescript-eslint/eslint-plugin@^3.10.0":
735+
version "3.10.0"
736+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.0.tgz#40fd53e81639c0d1a515b44e5fdf4c03dfd3cd39"
737+
integrity sha512-Bbeg9JAnSzZ85Y0gpInZscSpifA6SbEgRryaKdP5ZlUjhTKsvZS4GUIE6xAZCjhNTrf4zXXsySo83ZdHL7it0w==
738738
dependencies:
739-
"@typescript-eslint/experimental-utils" "3.9.1"
739+
"@typescript-eslint/experimental-utils" "3.10.0"
740740
debug "^4.1.1"
741741
functional-red-black-tree "^1.0.1"
742742
regexpp "^3.0.0"
743743
semver "^7.3.2"
744744
tsutils "^3.17.1"
745745

746+
"@typescript-eslint/[email protected]":
747+
version "3.10.0"
748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.0.tgz#f97a669a84a78319ab324cd51169d0c52853a360"
749+
integrity sha512-e5ZLSTuXgqC/Gq3QzK2orjlhTZVXzwxDujQmTBOM1NIVBZgW3wiIZjaXuVutk9R4UltFlwC9UD2+bdxsA7yyNg==
750+
dependencies:
751+
"@types/json-schema" "^7.0.3"
752+
"@typescript-eslint/types" "3.10.0"
753+
"@typescript-eslint/typescript-estree" "3.10.0"
754+
eslint-scope "^5.0.0"
755+
eslint-utils "^2.0.0"
756+
746757
"@typescript-eslint/[email protected]":
747758
version "3.9.0"
748759
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.0.tgz#3171d8ddba0bf02a8c2034188593630914fcf5ee"
@@ -754,17 +765,6 @@
754765
eslint-scope "^5.0.0"
755766
eslint-utils "^2.0.0"
756767

757-
"@typescript-eslint/[email protected]":
758-
version "3.9.1"
759-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
760-
integrity sha512-lkiZ8iBBaYoyEKhCkkw4SAeatXyBq9Ece5bZXdLe1LWBUwTszGbmbiqmQbwWA8cSYDnjWXp9eDbXpf9Sn0hLAg==
761-
dependencies:
762-
"@types/json-schema" "^7.0.3"
763-
"@typescript-eslint/types" "3.9.1"
764-
"@typescript-eslint/typescript-estree" "3.9.1"
765-
eslint-scope "^5.0.0"
766-
eslint-utils "^2.0.0"
767-
768768
"@typescript-eslint/parser@^3.9.0":
769769
version "3.9.0"
770770
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.0.tgz#344978a265d9a5c7c8f13e62c78172a4374dabea"
@@ -776,15 +776,29 @@
776776
"@typescript-eslint/typescript-estree" "3.9.0"
777777
eslint-visitor-keys "^1.1.0"
778778

779+
"@typescript-eslint/[email protected]":
780+
version "3.10.0"
781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.0.tgz#b81906674eca94a884345ba0bc1aaf6cd4da912a"
782+
integrity sha512-ktUWSa75heQNwH85GRM7qP/UUrXqx9d6yIdw0iLO9/uE1LILW+i+3+B64dUodUS2WFWLzKTlwfi9giqrODibWg==
783+
779784
"@typescript-eslint/[email protected]":
780785
version "3.9.0"
781786
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.0.tgz#be9d0aa451e1bf3ce99f2e6920659e5b2e6bfe18"
782787
integrity sha512-rb6LDr+dk9RVVXO/NJE8dT1pGlso3voNdEIN8ugm4CWM5w5GimbThCMiMl4da1t5u3YwPWEwOnKAULCZgBtBHg==
783788

784-
"@typescript-eslint/[email protected]":
785-
version "3.9.1"
786-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
787-
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
789+
"@typescript-eslint/[email protected]":
790+
version "3.10.0"
791+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.0.tgz#65df13579a5e53c12afb4f1c5309589e3855a5de"
792+
integrity sha512-yjuY6rmVHRhcUKgXaSPNVloRueGWpFNhxR5EQLzxXfiFSl1U/+FBqHhbaGwtPPEgCSt61QNhZgiFjWT27bgAyw==
793+
dependencies:
794+
"@typescript-eslint/types" "3.10.0"
795+
"@typescript-eslint/visitor-keys" "3.10.0"
796+
debug "^4.1.1"
797+
glob "^7.1.6"
798+
is-glob "^4.0.1"
799+
lodash "^4.17.15"
800+
semver "^7.3.2"
801+
tsutils "^3.17.1"
788802

789803
"@typescript-eslint/[email protected]":
790804
version "3.9.0"
@@ -800,19 +814,12 @@
800814
semver "^7.3.2"
801815
tsutils "^3.17.1"
802816

803-
"@typescript-eslint/typescript-estree@3.9.1":
804-
version "3.9.1"
805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
806-
integrity sha512-IqM0gfGxOmIKPhiHW/iyAEXwSVqMmR2wJ9uXHNdFpqVvPaQ3dWg302vW127sBpAiqM9SfHhyS40NKLsoMpN2KA==
817+
"@typescript-eslint/visitor-keys@3.10.0":
818+
version "3.10.0"
819+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.0.tgz#6c0cac867e705a42e2c71b359bf6a10a88a28985"
820+
integrity sha512-g4qftk8lWb/rHZe9uEp8oZSvsJhUvR2cfp7F7qE6DyUD2SsovEs8JDQTRP1xHzsD+pERsEpYNqkDgQXW6+ob5A==
807821
dependencies:
808-
"@typescript-eslint/types" "3.9.1"
809-
"@typescript-eslint/visitor-keys" "3.9.1"
810-
debug "^4.1.1"
811-
glob "^7.1.6"
812-
is-glob "^4.0.1"
813-
lodash "^4.17.15"
814-
semver "^7.3.2"
815-
tsutils "^3.17.1"
822+
eslint-visitor-keys "^1.1.0"
816823

817824
"@typescript-eslint/[email protected]":
818825
version "3.9.0"
@@ -821,13 +828,6 @@
821828
dependencies:
822829
eslint-visitor-keys "^1.1.0"
823830

824-
"@typescript-eslint/[email protected]":
825-
version "3.9.1"
826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
827-
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
828-
dependencies:
829-
eslint-visitor-keys "^1.1.0"
830-
831831
"@zeit/ncc@^0.22.1":
832832
version "0.22.3"
833833
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.3.tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd"

0 commit comments

Comments
 (0)