Skip to content

Commit 4323ebe

Browse files
committed
Update dependency eslint to v6
1 parent 8271edf commit 4323ebe

File tree

12 files changed

+57
-41
lines changed

12 files changed

+57
-41
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.38.0",
64-
"eslint": "5.16.0",
64+
"eslint": "6.1.0",
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.38.0",
8383
"yargs": "13.3.0",
84-
"eslint": "5.16.0",
84+
"eslint": "6.1.0",
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.38.0",
5757
"yargs": "13.3.0",
58-
"eslint": "5.16.0",
58+
"eslint": "6.1.0",
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.1.0",
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.38.0",
47-
"eslint": "5.16.0",
47+
"eslint": "6.1.0",
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.3.2",
5252
"tslint": "5.18.0",
5353
"typescript": "3.5.3",
54-
"eslint": "5.16.0",
54+
"eslint": "6.1.0",
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.1.0",
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.38.0",
7272
"yargs": "13.3.0",
73-
"eslint": "5.16.0",
73+
"eslint": "6.1.0",
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.38.0",
53-
"eslint": "5.16.0",
53+
"eslint": "6.1.0",
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.38.0",
55-
"eslint": "5.16.0",
55+
"eslint": "6.1.0",
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.38.0",
50-
"eslint": "5.16.0",
50+
"eslint": "6.1.0",
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: 46 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,16 @@ ajv@^6.1.0:
24092409
json-schema-traverse "^0.3.0"
24102410
uri-js "^3.0.2"
24112411

2412+
ajv@^6.10.0:
2413+
version "6.10.2"
2414+
resolved "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
2415+
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
2416+
dependencies:
2417+
fast-deep-equal "^2.0.1"
2418+
fast-json-stable-stringify "^2.0.0"
2419+
json-schema-traverse "^0.4.1"
2420+
uri-js "^4.2.2"
2421+
24122422
ajv@^6.5.5:
24132423
version "6.9.2"
24142424
resolved "https://registry.npmjs.org/ajv/-/ajv-6.9.2.tgz#4927adb83e7f48e5a32b45729744c71ec39c9c7b"
@@ -5819,10 +5829,10 @@ eslint-scope@^4.0.0:
58195829
esrecurse "^4.1.0"
58205830
estraverse "^4.1.1"
58215831

5822-
eslint-scope@^4.0.3:
5823-
version "4.0.3"
5824-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
5825-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
5832+
eslint-scope@^5.0.0:
5833+
version "5.0.0"
5834+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
5835+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
58265836
dependencies:
58275837
esrecurse "^4.1.0"
58285838
estraverse "^4.1.1"
@@ -5837,52 +5847,53 @@ eslint-visitor-keys@^1.0.0:
58375847
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
58385848
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
58395849

5840-
eslint@5.16.0:
5841-
version "5.16.0"
5842-
resolved "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
5843-
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
5850+
eslint@6.1.0:
5851+
version "6.1.0"
5852+
resolved "https://registry.npmjs.org/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
5853+
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
58445854
dependencies:
58455855
"@babel/code-frame" "^7.0.0"
5846-
ajv "^6.9.1"
5856+
ajv "^6.10.0"
58475857
chalk "^2.1.0"
58485858
cross-spawn "^6.0.5"
58495859
debug "^4.0.1"
58505860
doctrine "^3.0.0"
5851-
eslint-scope "^4.0.3"
5861+
eslint-scope "^5.0.0"
58525862
eslint-utils "^1.3.1"
58535863
eslint-visitor-keys "^1.0.0"
5854-
espree "^5.0.1"
5864+
espree "^6.0.0"
58555865
esquery "^1.0.1"
58565866
esutils "^2.0.2"
58575867
file-entry-cache "^5.0.1"
58585868
functional-red-black-tree "^1.0.1"
5859-
glob "^7.1.2"
5869+
glob-parent "^5.0.0"
58605870
globals "^11.7.0"
58615871
ignore "^4.0.6"
58625872
import-fresh "^3.0.0"
58635873
imurmurhash "^0.1.4"
5864-
inquirer "^6.2.2"
5865-
js-yaml "^3.13.0"
5874+
inquirer "^6.4.1"
5875+
is-glob "^4.0.0"
5876+
js-yaml "^3.13.1"
58665877
json-stable-stringify-without-jsonify "^1.0.1"
58675878
levn "^0.3.0"
5868-
lodash "^4.17.11"
5879+
lodash "^4.17.14"
58695880
minimatch "^3.0.4"
58705881
mkdirp "^0.5.1"
58715882
natural-compare "^1.4.0"
58725883
optionator "^0.8.2"
5873-
path-is-inside "^1.0.2"
58745884
progress "^2.0.0"
58755885
regexpp "^2.0.1"
5876-
semver "^5.5.1"
5877-
strip-ansi "^4.0.0"
5878-
strip-json-comments "^2.0.1"
5886+
semver "^6.1.2"
5887+
strip-ansi "^5.2.0"
5888+
strip-json-comments "^3.0.1"
58795889
table "^5.2.3"
58805890
text-table "^0.2.0"
5891+
v8-compile-cache "^2.0.3"
58815892

5882-
espree@^5.0.1:
5883-
version "5.0.1"
5884-
resolved "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
5885-
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
5893+
espree@^6.0.0:
5894+
version "6.0.0"
5895+
resolved "https://registry.npmjs.org/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
5896+
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
58865897
dependencies:
58875898
acorn "^6.0.7"
58885899
acorn-jsx "^5.0.0"
@@ -7978,7 +7989,7 @@ inline-source-map@~0.6.0:
79787989
dependencies:
79797990
source-map "~0.5.3"
79807991

7981-
7992+
[email protected], inquirer@^6.4.1:
79827993
version "6.5.0"
79837994
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
79847995
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
@@ -8016,7 +8027,7 @@ inquirer@^6.2.0:
80168027
strip-ansi "^5.0.0"
80178028
through "^2.3.6"
80188029

8019-
inquirer@^6.2.2, inquirer@~6.3.1:
8030+
inquirer@~6.3.1:
80208031
version "6.3.1"
80218032
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7"
80228033
integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA==
@@ -8760,7 +8771,7 @@ js-tokens@^3.0.2:
87608771
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
87618772
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
87628773

8763-
[email protected], js-yaml@^3.13.0, js-yaml@^3.13.1:
8774+
[email protected], js-yaml@^3.13.1:
87648775
version "3.13.1"
87658776
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
87668777
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -11393,7 +11404,7 @@ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1139311404
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1139411405
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
1139511406

11396-
path-is-inside@^1.0.1, path-is-inside@^1.0.2:
11407+
path-is-inside@^1.0.1:
1139711408
version "1.0.2"
1139811409
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
1139911410
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
@@ -12836,7 +12847,7 @@ [email protected]:
1283612847
resolved "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
1283712848
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
1283812849

12839-
12850+
[email protected], semver@^6.1.2:
1284012851
version "6.3.0"
1284112852
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1284212853
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -13629,11 +13640,16 @@ strip-indent@^2.0.0:
1362913640
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
1363013641
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
1363113642

13632-
[email protected], strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
13643+
[email protected], strip-json-comments@~2.0.1:
1363313644
version "2.0.1"
1363413645
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1363513646
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1363613647

13648+
strip-json-comments@^3.0.1:
13649+
version "3.0.1"
13650+
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
13651+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
13652+
1363713653
strong-log-transformer@^2.0.0:
1363813654
version "2.1.0"
1363913655
resolved "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10"
@@ -14711,7 +14727,7 @@ uuid@^2.0.1:
1471114727
resolved "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
1471214728
integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=
1471314729

14714-
14730+
[email protected], v8-compile-cache@^2.0.3:
1471514731
version "2.0.3"
1471614732
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
1471714733
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==

0 commit comments

Comments
 (0)