Skip to content

Commit ce4c71e

Browse files
committed
Update dependency eslint to v6
1 parent 394ea1b commit ce4c71e

File tree

12 files changed

+78
-42
lines changed

12 files changed

+78
-42
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-node": "8.3.0",
6262
"typescript": "3.5.3",
6363
"webpack": "4.39.2",
64-
"eslint": "5.16.0",
64+
"eslint": "6.2.1",
6565
"@typescript-eslint/parser": "1.13.0",
6666
"@typescript-eslint/eslint-plugin": "1.13.0",
6767
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"typescript": "3.5.3",
8282
"webpack": "4.39.2",
8383
"yargs": "13.3.0",
84-
"eslint": "5.16.0",
84+
"eslint": "6.2.1",
8585
"@typescript-eslint/parser": "1.13.0",
8686
"@typescript-eslint/eslint-plugin": "1.13.0",
8787
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"typescript": "3.5.3",
5656
"webpack": "4.39.2",
5757
"yargs": "13.3.0",
58-
"eslint": "5.16.0",
58+
"eslint": "6.2.1",
5959
"@typescript-eslint/parser": "1.13.0",
6060
"@typescript-eslint/eslint-plugin": "1.13.0",
6161
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/installations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"sinon-chai": "3.3.0",
4141
"tslint": "5.18.0",
4242
"typescript": "3.5.3",
43-
"eslint": "5.16.0",
43+
"eslint": "6.2.1",
4444
"@typescript-eslint/parser": "1.13.0",
4545
"@typescript-eslint/eslint-plugin": "1.13.0",
4646
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ts-node": "8.3.0",
4545
"typescript": "3.5.3",
4646
"webpack": "4.39.2",
47-
"eslint": "5.16.0",
47+
"eslint": "6.2.1",
4848
"@typescript-eslint/parser": "1.13.0",
4949
"@typescript-eslint/eslint-plugin": "1.13.0",
5050
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"sinon": "7.4.1",
5252
"tslint": "5.18.0",
5353
"typescript": "3.5.3",
54-
"eslint": "5.16.0",
54+
"eslint": "6.2.1",
5555
"@typescript-eslint/parser": "1.13.0",
5656
"@typescript-eslint/eslint-plugin": "1.13.0",
5757
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"sinon-chai": "3.3.0",
4949
"chai-as-promised": "7.1.1",
5050
"typescript": "3.5.3",
51-
"eslint": "5.16.0",
51+
"eslint": "6.2.1",
5252
"@typescript-eslint/parser": "1.13.0",
5353
"@typescript-eslint/eslint-plugin": "1.13.0",
5454
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/rxfire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"tslint": "5.18.0",
7171
"webpack": "4.39.2",
7272
"yargs": "13.3.0",
73-
"eslint": "5.16.0",
73+
"eslint": "6.2.1",
7474
"@typescript-eslint/parser": "1.13.0",
7575
"@typescript-eslint/eslint-plugin": "1.13.0",
7676
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ts-loader": "6.0.4",
5151
"typescript": "3.5.3",
5252
"webpack": "4.39.2",
53-
"eslint": "5.16.0",
53+
"eslint": "6.2.1",
5454
"@typescript-eslint/parser": "1.13.0",
5555
"@typescript-eslint/eslint-plugin": "1.13.0",
5656
"@typescript-eslint/eslint-plugin-tslint": "1.13.0"

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ts-node": "8.3.0",
5353
"typescript": "3.5.3",
5454
"webpack": "4.39.2",
55-
"eslint": "5.16.0",
55+
"eslint": "6.2.1",
5656
"@typescript-eslint/parser": "1.13.0",
5757
"@typescript-eslint/eslint-plugin": "1.13.0",
5858
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ts-node": "8.3.0",
4848
"typescript": "3.5.3",
4949
"webpack": "4.39.2",
50-
"eslint": "5.16.0",
50+
"eslint": "6.2.1",
5151
"@typescript-eslint/parser": "1.13.0",
5252
"@typescript-eslint/eslint-plugin": "1.13.0",
5353
"@typescript-eslint/eslint-plugin-tslint": "1.13.0",

yarn.lock

Lines changed: 67 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ acorn@^5.4.1:
23442344
resolved "https://registry.npmjs.org/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
23452345
integrity sha512-jd5MkIUlbbmb07nXH0DT3y7rDVtkzDi4XZOUVWAer8ajmF/DTSSbl5oNFyDOl/OXA33Bl79+ypHhl2pN20VeOQ==
23462346

2347-
acorn@^6.0.2, acorn@^6.0.7:
2347+
acorn@^6.0.2:
23482348
version "6.1.1"
23492349
resolved "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
23502350
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
@@ -2359,6 +2359,11 @@ acorn@^6.2.1:
23592359
resolved "https://registry.npmjs.org/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
23602360
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
23612361

2362+
acorn@^7.0.0:
2363+
version "7.0.0"
2364+
resolved "https://registry.npmjs.org/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
2365+
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
2366+
23622367
23632368
version "0.4.11"
23642369
resolved "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.11.tgz#2aa54c84c4b01a9d0fb89bb11982a51f13e3d62a"
@@ -2435,7 +2440,7 @@ ajv@^6.1.0:
24352440
json-schema-traverse "^0.3.0"
24362441
uri-js "^3.0.2"
24372442

2438-
ajv@^6.10.2:
2443+
ajv@^6.10.0, ajv@^6.10.2:
24392444
version "6.10.2"
24402445
resolved "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
24412446
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
@@ -5915,66 +5920,87 @@ eslint-scope@^4.0.3:
59155920
esrecurse "^4.1.0"
59165921
estraverse "^4.1.1"
59175922

5923+
eslint-scope@^5.0.0:
5924+
version "5.0.0"
5925+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
5926+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
5927+
dependencies:
5928+
esrecurse "^4.1.0"
5929+
estraverse "^4.1.1"
5930+
59185931
eslint-utils@^1.3.1:
59195932
version "1.3.1"
59205933
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
59215934
integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==
59225935

5936+
eslint-utils@^1.4.2:
5937+
version "1.4.2"
5938+
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
5939+
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
5940+
dependencies:
5941+
eslint-visitor-keys "^1.0.0"
5942+
59235943
eslint-visitor-keys@^1.0.0:
59245944
version "1.0.0"
59255945
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
59265946
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
59275947

5928-
5929-
version "5.16.0"
5930-
resolved "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
5931-
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
5948+
eslint-visitor-keys@^1.1.0:
5949+
version "1.1.0"
5950+
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
5951+
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
5952+
5953+
5954+
version "6.2.1"
5955+
resolved "https://registry.npmjs.org/eslint/-/eslint-6.2.1.tgz#66c2e4fe8b6356b9f01e828adc3ad04030122df1"
5956+
integrity sha512-ES7BzEzr0Q6m5TK9i+/iTpKjclXitOdDK4vT07OqbkBT2/VcN/gO9EL1C4HlK3TAOXYv2ItcmbVR9jO1MR0fJg==
59325957
dependencies:
59335958
"@babel/code-frame" "^7.0.0"
5934-
ajv "^6.9.1"
5959+
ajv "^6.10.0"
59355960
chalk "^2.1.0"
59365961
cross-spawn "^6.0.5"
59375962
debug "^4.0.1"
59385963
doctrine "^3.0.0"
5939-
eslint-scope "^4.0.3"
5940-
eslint-utils "^1.3.1"
5941-
eslint-visitor-keys "^1.0.0"
5942-
espree "^5.0.1"
5964+
eslint-scope "^5.0.0"
5965+
eslint-utils "^1.4.2"
5966+
eslint-visitor-keys "^1.1.0"
5967+
espree "^6.1.0"
59435968
esquery "^1.0.1"
59445969
esutils "^2.0.2"
59455970
file-entry-cache "^5.0.1"
59465971
functional-red-black-tree "^1.0.1"
5947-
glob "^7.1.2"
5972+
glob-parent "^5.0.0"
59485973
globals "^11.7.0"
59495974
ignore "^4.0.6"
59505975
import-fresh "^3.0.0"
59515976
imurmurhash "^0.1.4"
5952-
inquirer "^6.2.2"
5953-
js-yaml "^3.13.0"
5977+
inquirer "^6.4.1"
5978+
is-glob "^4.0.0"
5979+
js-yaml "^3.13.1"
59545980
json-stable-stringify-without-jsonify "^1.0.1"
59555981
levn "^0.3.0"
5956-
lodash "^4.17.11"
5982+
lodash "^4.17.14"
59575983
minimatch "^3.0.4"
59585984
mkdirp "^0.5.1"
59595985
natural-compare "^1.4.0"
59605986
optionator "^0.8.2"
5961-
path-is-inside "^1.0.2"
59625987
progress "^2.0.0"
59635988
regexpp "^2.0.1"
5964-
semver "^5.5.1"
5965-
strip-ansi "^4.0.0"
5966-
strip-json-comments "^2.0.1"
5989+
semver "^6.1.2"
5990+
strip-ansi "^5.2.0"
5991+
strip-json-comments "^3.0.1"
59675992
table "^5.2.3"
59685993
text-table "^0.2.0"
5994+
v8-compile-cache "^2.0.3"
59695995

5970-
espree@^5.0.1:
5971-
version "5.0.1"
5972-
resolved "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
5973-
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
5996+
espree@^6.1.0:
5997+
version "6.1.0"
5998+
resolved "https://registry.npmjs.org/espree/-/espree-6.1.0.tgz#a1e8aa65bf29a331d70351ed814a80e7534e0884"
5999+
integrity sha512-boA7CHRLlVWUSg3iL5Kmlt/xT3Q+sXnKoRYYzj1YeM10A76TEJBbotV5pKbnK42hEUIr121zTv+QLRM5LsCPXQ==
59746000
dependencies:
5975-
acorn "^6.0.7"
6001+
acorn "^7.0.0"
59766002
acorn-jsx "^5.0.0"
5977-
eslint-visitor-keys "^1.0.0"
6003+
eslint-visitor-keys "^1.1.0"
59786004

59796005
[email protected], esprima@^2.7.1:
59806006
version "2.7.3"
@@ -8078,7 +8104,7 @@ inline-source-map@~0.6.0:
80788104
dependencies:
80798105
source-map "~0.5.3"
80808106

8081-
8107+
[email protected], inquirer@^6.4.1:
80828108
version "6.5.1"
80838109
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.1.tgz#8bfb7a5ac02dac6ff641ac4c5ff17da112fcdb42"
80848110
integrity sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==
@@ -8116,7 +8142,7 @@ inquirer@^6.2.0:
81168142
strip-ansi "^5.0.0"
81178143
through "^2.3.6"
81188144

8119-
inquirer@^6.2.2, inquirer@~6.3.1:
8145+
inquirer@~6.3.1:
81208146
version "6.3.1"
81218147
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7"
81228148
integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA==
@@ -8870,7 +8896,7 @@ js-tokens@^3.0.2:
88708896
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
88718897
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
88728898

8873-
[email protected], js-yaml@^3.13.0, js-yaml@^3.13.1:
8899+
[email protected], js-yaml@^3.13.1:
88748900
version "3.13.1"
88758901
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
88768902
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -11548,7 +11574,7 @@ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1154811574
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1154911575
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
1155011576

11551-
path-is-inside@^1.0.1, path-is-inside@^1.0.2:
11577+
path-is-inside@^1.0.1:
1155211578
version "1.0.2"
1155311579
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
1155411580
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
@@ -13001,7 +13027,7 @@ [email protected]:
1300113027
resolved "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
1300213028
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
1300313029

13004-
13030+
[email protected], semver@^6.1.2:
1300513031
version "6.3.0"
1300613032
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1300713033
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -13803,11 +13829,16 @@ strip-indent@^2.0.0:
1380313829
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
1380413830
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
1380513831

13806-
[email protected], strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
13832+
[email protected], strip-json-comments@~2.0.1:
1380713833
version "2.0.1"
1380813834
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1380913835
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1381013836

13837+
strip-json-comments@^3.0.1:
13838+
version "3.0.1"
13839+
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
13840+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
13841+
1381113842
strong-log-transformer@^2.0.0:
1381213843
version "2.1.0"
1381313844
resolved "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10"
@@ -14924,6 +14955,11 @@ [email protected]:
1492414955
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
1492514956
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==
1492614957

14958+
v8-compile-cache@^2.0.3:
14959+
version "2.1.0"
14960+
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
14961+
integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
14962+
1492714963
v8flags@^3.0.1:
1492814964
version "3.1.2"
1492914965
resolved "https://registry.npmjs.org/v8flags/-/v8flags-3.1.2.tgz#fc5cd0c227428181e6c29b2992e4f8f1da5e0c9f"

0 commit comments

Comments
 (0)