Skip to content

Commit 3e27736

Browse files
committed
chore(deps): update dependency eslint to v6
1 parent f03eb7c commit 3e27736

File tree

12 files changed

+78
-47
lines changed

12 files changed

+78
-47
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.3",
64-
"eslint": "5.16.0",
64+
"eslint": "6.2.2",
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.3",
8383
"yargs": "14.0.0",
84-
"eslint": "5.16.0",
84+
"eslint": "6.2.2",
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.3",
5757
"yargs": "14.0.0",
58-
"eslint": "5.16.0",
58+
"eslint": "6.2.2",
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.19.0",
4242
"typescript": "3.5.3",
43-
"eslint": "5.16.0",
43+
"eslint": "6.2.2",
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.3",
47-
"eslint": "5.16.0",
47+
"eslint": "6.2.2",
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.19.0",
5353
"typescript": "3.5.3",
54-
"eslint": "5.16.0",
54+
"eslint": "6.2.2",
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.2",
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.19.0",
7171
"webpack": "4.39.3",
7272
"yargs": "14.0.0",
73-
"eslint": "5.16.0",
73+
"eslint": "6.2.2",
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.3",
53-
"eslint": "5.16.0",
53+
"eslint": "6.2.2",
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.3",
55-
"eslint": "5.16.0",
55+
"eslint": "6.2.2",
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.3",
50-
"eslint": "5.16.0",
50+
"eslint": "6.2.2",
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 & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,10 +2277,10 @@ acorn-dynamic-import@^4.0.0:
22772277
resolved "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948"
22782278
integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
22792279

2280-
acorn-jsx@^5.0.0:
2281-
version "5.0.1"
2282-
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
2283-
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
2280+
acorn-jsx@^5.0.2:
2281+
version "5.0.2"
2282+
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
2283+
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
22842284

22852285
acorn-node@^1.2.0, acorn-node@^1.3.0:
22862286
version "1.3.0"
@@ -2315,7 +2315,7 @@ acorn@^5.4.1:
23152315
resolved "https://registry.npmjs.org/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
23162316
integrity sha512-jd5MkIUlbbmb07nXH0DT3y7rDVtkzDi4XZOUVWAer8ajmF/DTSSbl5oNFyDOl/OXA33Bl79+ypHhl2pN20VeOQ==
23172317

2318-
acorn@^6.0.2, acorn@^6.0.7:
2318+
acorn@^6.0.2:
23192319
version "6.1.1"
23202320
resolved "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
23212321
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
@@ -2419,7 +2419,7 @@ ajv@^6.1.0:
24192419
json-schema-traverse "^0.3.0"
24202420
uri-js "^3.0.2"
24212421

2422-
ajv@^6.10.2:
2422+
ajv@^6.10.0, ajv@^6.10.2:
24232423
version "6.10.2"
24242424
resolved "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
24252425
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
@@ -5893,66 +5893,87 @@ eslint-scope@^4.0.3:
58935893
esrecurse "^4.1.0"
58945894
estraverse "^4.1.1"
58955895

5896+
eslint-scope@^5.0.0:
5897+
version "5.0.0"
5898+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
5899+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
5900+
dependencies:
5901+
esrecurse "^4.1.0"
5902+
estraverse "^4.1.1"
5903+
58965904
eslint-utils@^1.3.1:
58975905
version "1.3.1"
58985906
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
58995907
integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==
59005908

5909+
eslint-utils@^1.4.2:
5910+
version "1.4.2"
5911+
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
5912+
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
5913+
dependencies:
5914+
eslint-visitor-keys "^1.0.0"
5915+
59015916
eslint-visitor-keys@^1.0.0:
59025917
version "1.0.0"
59035918
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
59045919
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
59055920

5906-
5907-
version "5.16.0"
5908-
resolved "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
5909-
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
5921+
eslint-visitor-keys@^1.1.0:
5922+
version "1.1.0"
5923+
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
5924+
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
5925+
5926+
5927+
version "6.2.2"
5928+
resolved "https://registry.npmjs.org/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
5929+
integrity sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==
59105930
dependencies:
59115931
"@babel/code-frame" "^7.0.0"
5912-
ajv "^6.9.1"
5932+
ajv "^6.10.0"
59135933
chalk "^2.1.0"
59145934
cross-spawn "^6.0.5"
59155935
debug "^4.0.1"
59165936
doctrine "^3.0.0"
5917-
eslint-scope "^4.0.3"
5918-
eslint-utils "^1.3.1"
5919-
eslint-visitor-keys "^1.0.0"
5920-
espree "^5.0.1"
5937+
eslint-scope "^5.0.0"
5938+
eslint-utils "^1.4.2"
5939+
eslint-visitor-keys "^1.1.0"
5940+
espree "^6.1.1"
59215941
esquery "^1.0.1"
59225942
esutils "^2.0.2"
59235943
file-entry-cache "^5.0.1"
59245944
functional-red-black-tree "^1.0.1"
5925-
glob "^7.1.2"
5945+
glob-parent "^5.0.0"
59265946
globals "^11.7.0"
59275947
ignore "^4.0.6"
59285948
import-fresh "^3.0.0"
59295949
imurmurhash "^0.1.4"
5930-
inquirer "^6.2.2"
5931-
js-yaml "^3.13.0"
5950+
inquirer "^6.4.1"
5951+
is-glob "^4.0.0"
5952+
js-yaml "^3.13.1"
59325953
json-stable-stringify-without-jsonify "^1.0.1"
59335954
levn "^0.3.0"
5934-
lodash "^4.17.11"
5955+
lodash "^4.17.14"
59355956
minimatch "^3.0.4"
59365957
mkdirp "^0.5.1"
59375958
natural-compare "^1.4.0"
59385959
optionator "^0.8.2"
5939-
path-is-inside "^1.0.2"
59405960
progress "^2.0.0"
59415961
regexpp "^2.0.1"
5942-
semver "^5.5.1"
5943-
strip-ansi "^4.0.0"
5944-
strip-json-comments "^2.0.1"
5962+
semver "^6.1.2"
5963+
strip-ansi "^5.2.0"
5964+
strip-json-comments "^3.0.1"
59455965
table "^5.2.3"
59465966
text-table "^0.2.0"
5967+
v8-compile-cache "^2.0.3"
59475968

5948-
espree@^5.0.1:
5949-
version "5.0.1"
5950-
resolved "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
5951-
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
5969+
espree@^6.1.1:
5970+
version "6.1.1"
5971+
resolved "https://registry.npmjs.org/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
5972+
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
59525973
dependencies:
5953-
acorn "^6.0.7"
5954-
acorn-jsx "^5.0.0"
5955-
eslint-visitor-keys "^1.0.0"
5974+
acorn "^7.0.0"
5975+
acorn-jsx "^5.0.2"
5976+
eslint-visitor-keys "^1.1.0"
59565977

59575978
[email protected], esprima@^2.7.1:
59585979
version "2.7.3"
@@ -8056,7 +8077,7 @@ inline-source-map@~0.6.0:
80568077
dependencies:
80578078
source-map "~0.5.3"
80588079

8059-
8080+
[email protected], inquirer@^6.4.1:
80608081
version "6.5.2"
80618082
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
80628083
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
@@ -8094,7 +8115,7 @@ inquirer@^6.2.0:
80948115
strip-ansi "^5.0.0"
80958116
through "^2.3.6"
80968117

8097-
inquirer@^6.2.2, inquirer@~6.3.1:
8118+
inquirer@~6.3.1:
80988119
version "6.3.1"
80998120
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7"
81008121
integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA==
@@ -8853,7 +8874,7 @@ js-tokens@^3.0.2:
88538874
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
88548875
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
88558876

8856-
[email protected], js-yaml@^3.13.0, js-yaml@^3.13.1:
8877+
[email protected], js-yaml@^3.13.1:
88578878
version "3.13.1"
88588879
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
88598880
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -11514,7 +11535,7 @@ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1151411535
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1151511536
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
1151611537

11517-
path-is-inside@^1.0.1, path-is-inside@^1.0.2:
11538+
path-is-inside@^1.0.1:
1151811539
version "1.0.2"
1151911540
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
1152011541
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
@@ -12983,7 +13004,7 @@ [email protected]:
1298313004
resolved "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
1298413005
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
1298513006

12986-
13007+
[email protected], semver@^6.1.2:
1298713008
version "6.3.0"
1298813009
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1298913010
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -13776,11 +13797,16 @@ strip-indent@^2.0.0:
1377613797
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
1377713798
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
1377813799

13779-
[email protected], strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
13800+
[email protected], strip-json-comments@~2.0.1:
1378013801
version "2.0.1"
1378113802
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1378213803
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1378313804

13805+
strip-json-comments@^3.0.1:
13806+
version "3.0.1"
13807+
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
13808+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
13809+
1378413810
strong-log-transformer@^2.0.0:
1378513811
version "2.1.0"
1378613812
resolved "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10"
@@ -14892,6 +14918,11 @@ [email protected]:
1489214918
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
1489314919
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==
1489414920

14921+
v8-compile-cache@^2.0.3:
14922+
version "2.1.0"
14923+
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
14924+
integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
14925+
1489514926
v8flags@^3.0.1:
1489614927
version "3.1.2"
1489714928
resolved "https://registry.npmjs.org/v8flags/-/v8flags-3.1.2.tgz#fc5cd0c227428181e6c29b2992e4f8f1da5e0c9f"

0 commit comments

Comments
 (0)