Skip to content

Commit 9f37cf6

Browse files
committed
Update typescript-eslint monorepo to v3
1 parent 0966416 commit 9f37cf6

File tree

2 files changed

+46
-58
lines changed

2 files changed

+46
-58
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"@types/tmp": "0.2.0",
8080
"@types/yargs": "15.0.5",
8181
"@types/listr": "0.14.2",
82-
"@typescript-eslint/eslint-plugin": "2.34.0",
83-
"@typescript-eslint/eslint-plugin-tslint": "2.34.0",
84-
"@typescript-eslint/parser": "2.34.0",
82+
"@typescript-eslint/eslint-plugin": "3.8.0",
83+
"@typescript-eslint/eslint-plugin-tslint": "3.8.0",
84+
"@typescript-eslint/parser": "3.8.0",
8585
"babel-loader": "8.1.0",
8686
"chai": "4.2.0",
8787
"chai-as-promised": "7.1.1",

yarn.lock

Lines changed: 43 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,35 +1068,6 @@
10681068
unique-filename "^1.1.1"
10691069
which "^1.3.1"
10701070

1071-
"@firebase/[email protected]":
1072-
version "0.1.16"
1073-
resolved "https://registry.npmjs.org/@firebase/component/-/component-0.1.16.tgz#7a0dbdfff1485d45b8485db87a982f053e68761a"
1074-
integrity sha512-FvffvFN0LWgv1H/FIyruTECOL69Dhy+JfwoTq+mV39V8Mz9lNpo41etonL5AOr7KmXxYJVbNwkx0L9Ei88i7JA==
1075-
dependencies:
1076-
"@firebase/util" "0.2.50"
1077-
tslib "^1.11.1"
1078-
1079-
"@firebase/[email protected]":
1080-
version "1.16.1"
1081-
resolved "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.16.1.tgz#ddf4e357b4d847abe6a57a89d3e2d5b950339176"
1082-
integrity sha512-TGtvNIGHMEFFEuOSsRswou576GPZY39vXIsenn0B1Dqz9ACpyDtvAT9YdbG38srlPq7ZKwsP5x04LB43zZ6eAg==
1083-
dependencies:
1084-
"@firebase/component" "0.1.16"
1085-
"@firebase/firestore-types" "1.12.0"
1086-
"@firebase/logger" "0.2.6"
1087-
"@firebase/util" "0.2.50"
1088-
"@firebase/webchannel-wrapper" "0.2.41"
1089-
"@grpc/grpc-js" "^1.0.0"
1090-
"@grpc/proto-loader" "^0.5.0"
1091-
tslib "^1.11.1"
1092-
1093-
"@firebase/[email protected]":
1094-
version "0.2.50"
1095-
resolved "https://registry.npmjs.org/@firebase/util/-/util-0.2.50.tgz#77666b845dcb49bc217650aa296a7a8986c06b44"
1096-
integrity sha512-vFE6+Jfc25u0ViSpFxxq0q5s+XmuJ/y7CL3ud79RQe+WLFFg+j0eH1t23k0yNSG9vZNM7h3uHRIXbV97sYLAyw==
1097-
dependencies:
1098-
tslib "^1.11.1"
1099-
11001071
"@google-cloud/paginator@^2.0.0":
11011072
version "2.0.3"
11021073
resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-2.0.3.tgz#c7987ad05d1c3ebcef554381be80e9e8da4e4882"
@@ -2549,57 +2520,74 @@
25492520
dependencies:
25502521
"@types/node" "*"
25512522

2552-
"@typescript-eslint/eslint-plugin-tslint@2.34.0":
2553-
version "2.34.0"
2554-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-2.34.0.tgz#0a2cea8e9a0726ae5a42cecd94095b41b749a8e7"
2555-
integrity sha512-sCPCbFm1qRTzloeMUlHEKfgQH/2u9bUcW7tX5wjzRw1LWzsr+iNXS8I+2or9ep8mlqqE0Vy6hsMm4vVF82M2jw==
2523+
"@typescript-eslint/eslint-plugin-tslint@3.8.0":
2524+
version "3.8.0"
2525+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-3.8.0.tgz#9b0f1d0f26408c2ab170f878eb51d1a096d9b82c"
2526+
integrity sha512-21JffyPyqES8g5dG4ae+gLQDdujsf0CsGzQTIsttToJLE/Q3i682N2weg0re3Y4L44DBvuyxw4EpVE31vFFuAg==
25562527
dependencies:
2557-
"@typescript-eslint/experimental-utils" "2.34.0"
2528+
"@typescript-eslint/experimental-utils" "3.8.0"
25582529
lodash "^4.17.15"
25592530

2560-
"@typescript-eslint/eslint-plugin@2.34.0":
2561-
version "2.34.0"
2562-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
2563-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
2531+
"@typescript-eslint/eslint-plugin@3.8.0":
2532+
version "3.8.0"
2533+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.8.0.tgz#f82947bcdd9a4e42be7ad80dfd61f1dc411dd1df"
2534+
integrity sha512-lFb4VCDleFSR+eo4Ew+HvrJ37ZH1Y9ZyE+qyP7EiwBpcCVxwmUc5PAqhShCQ8N8U5vqYydm74nss+a0wrrCErw==
25642535
dependencies:
2565-
"@typescript-eslint/experimental-utils" "2.34.0"
2536+
"@typescript-eslint/experimental-utils" "3.8.0"
2537+
debug "^4.1.1"
25662538
functional-red-black-tree "^1.0.1"
25672539
regexpp "^3.0.0"
2540+
semver "^7.3.2"
25682541
tsutils "^3.17.1"
25692542

2570-
"@typescript-eslint/experimental-utils@2.34.0":
2571-
version "2.34.0"
2572-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
2573-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
2543+
"@typescript-eslint/experimental-utils@3.8.0":
2544+
version "3.8.0"
2545+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.8.0.tgz#ac1f7c88322dcfb7635ece6f0441516dd951099a"
2546+
integrity sha512-o8T1blo1lAJE0QDsW7nSyvZHbiDzQDjINJKyB44Z3sSL39qBy5L10ScI/XwDtaiunoyKGLiY9bzRk4YjsUZl8w==
25742547
dependencies:
25752548
"@types/json-schema" "^7.0.3"
2576-
"@typescript-eslint/typescript-estree" "2.34.0"
2549+
"@typescript-eslint/types" "3.8.0"
2550+
"@typescript-eslint/typescript-estree" "3.8.0"
25772551
eslint-scope "^5.0.0"
25782552
eslint-utils "^2.0.0"
25792553

2580-
"@typescript-eslint/parser@2.34.0":
2581-
version "2.34.0"
2582-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
2583-
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
2554+
"@typescript-eslint/parser@3.8.0":
2555+
version "3.8.0"
2556+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.8.0.tgz#8e1dcd404299bf79492409c81c415fa95a7c622b"
2557+
integrity sha512-u5vjOBaCsnMVQOvkKCXAmmOhyyMmFFf5dbkM3TIbg3MZ2pyv5peE4gj81UAbTHwTOXEwf7eCQTUMKrDl/+qGnA==
25842558
dependencies:
25852559
"@types/eslint-visitor-keys" "^1.0.0"
2586-
"@typescript-eslint/experimental-utils" "2.34.0"
2587-
"@typescript-eslint/typescript-estree" "2.34.0"
2560+
"@typescript-eslint/experimental-utils" "3.8.0"
2561+
"@typescript-eslint/types" "3.8.0"
2562+
"@typescript-eslint/typescript-estree" "3.8.0"
25882563
eslint-visitor-keys "^1.1.0"
25892564

2590-
"@typescript-eslint/[email protected]":
2591-
version "2.34.0"
2592-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
2593-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
2565+
"@typescript-eslint/[email protected]":
2566+
version "3.8.0"
2567+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.8.0.tgz#58581dd863f86e0cd23353d94362bb90b4bea796"
2568+
integrity sha512-8kROmEQkv6ss9kdQ44vCN1dTrgu4Qxrd2kXr10kz2NP5T8/7JnEfYNxCpPkArbLIhhkGLZV3aVMplH1RXQRF7Q==
2569+
2570+
"@typescript-eslint/[email protected]":
2571+
version "3.8.0"
2572+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.8.0.tgz#0606d19f629f813dbdd5a34c7a1e895d6191cac6"
2573+
integrity sha512-MTv9nPDhlKfclwnplRNDL44mP2SY96YmPGxmMbMy6x12I+pERcxpIUht7DXZaj4mOKKtet53wYYXU0ABaiXrLw==
25942574
dependencies:
2575+
"@typescript-eslint/types" "3.8.0"
2576+
"@typescript-eslint/visitor-keys" "3.8.0"
25952577
debug "^4.1.1"
2596-
eslint-visitor-keys "^1.1.0"
25972578
glob "^7.1.6"
25982579
is-glob "^4.0.1"
25992580
lodash "^4.17.15"
26002581
semver "^7.3.2"
26012582
tsutils "^3.17.1"
26022583

2584+
"@typescript-eslint/[email protected]":
2585+
version "3.8.0"
2586+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.8.0.tgz#ad35110249fb3fc30a36bfcbfeea93e710cfaab1"
2587+
integrity sha512-gfqQWyVPpT9NpLREXNR820AYwgz+Kr1GuF3nf1wxpHD6hdxI62tq03ToomFnDxY0m3pUB39IF7sil7D5TQexLA==
2588+
dependencies:
2589+
eslint-visitor-keys "^1.1.0"
2590+
26032591
"@webassemblyjs/[email protected]":
26042592
version "1.9.0"
26052593
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)