Skip to content

Commit 1224b93

Browse files
committed
Update dependency eslint to v6
1 parent 7a2403a commit 1224b93

File tree

12 files changed

+56
-37
lines changed

12 files changed

+56
-37
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.1",
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.39.1",
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.39.1",
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.39.1",
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.4.1",
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.39.1",
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.39.1",
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.39.1",
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.39.1",
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: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ ajv@^6.1.0:
23982398
json-schema-traverse "^0.3.0"
23992399
uri-js "^3.0.2"
24002400

2401-
ajv@^6.10.2:
2401+
ajv@^6.10.0, ajv@^6.10.2:
24022402
version "6.10.2"
24032403
resolved "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
24042404
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
@@ -5854,6 +5854,14 @@ eslint-scope@^4.0.3:
58545854
esrecurse "^4.1.0"
58555855
estraverse "^4.1.1"
58565856

5857+
eslint-scope@^5.0.0:
5858+
version "5.0.0"
5859+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
5860+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
5861+
dependencies:
5862+
esrecurse "^4.1.0"
5863+
estraverse "^4.1.1"
5864+
58575865
eslint-utils@^1.3.1:
58585866
version "1.3.1"
58595867
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
@@ -5864,52 +5872,53 @@ eslint-visitor-keys@^1.0.0:
58645872
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
58655873
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
58665874

5867-
eslint@5.16.0:
5868-
version "5.16.0"
5869-
resolved "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
5870-
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
5875+
eslint@6.1.0:
5876+
version "6.1.0"
5877+
resolved "https://registry.npmjs.org/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
5878+
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
58715879
dependencies:
58725880
"@babel/code-frame" "^7.0.0"
5873-
ajv "^6.9.1"
5881+
ajv "^6.10.0"
58745882
chalk "^2.1.0"
58755883
cross-spawn "^6.0.5"
58765884
debug "^4.0.1"
58775885
doctrine "^3.0.0"
5878-
eslint-scope "^4.0.3"
5886+
eslint-scope "^5.0.0"
58795887
eslint-utils "^1.3.1"
58805888
eslint-visitor-keys "^1.0.0"
5881-
espree "^5.0.1"
5889+
espree "^6.0.0"
58825890
esquery "^1.0.1"
58835891
esutils "^2.0.2"
58845892
file-entry-cache "^5.0.1"
58855893
functional-red-black-tree "^1.0.1"
5886-
glob "^7.1.2"
5894+
glob-parent "^5.0.0"
58875895
globals "^11.7.0"
58885896
ignore "^4.0.6"
58895897
import-fresh "^3.0.0"
58905898
imurmurhash "^0.1.4"
5891-
inquirer "^6.2.2"
5892-
js-yaml "^3.13.0"
5899+
inquirer "^6.4.1"
5900+
is-glob "^4.0.0"
5901+
js-yaml "^3.13.1"
58935902
json-stable-stringify-without-jsonify "^1.0.1"
58945903
levn "^0.3.0"
5895-
lodash "^4.17.11"
5904+
lodash "^4.17.14"
58965905
minimatch "^3.0.4"
58975906
mkdirp "^0.5.1"
58985907
natural-compare "^1.4.0"
58995908
optionator "^0.8.2"
5900-
path-is-inside "^1.0.2"
59015909
progress "^2.0.0"
59025910
regexpp "^2.0.1"
5903-
semver "^5.5.1"
5904-
strip-ansi "^4.0.0"
5905-
strip-json-comments "^2.0.1"
5911+
semver "^6.1.2"
5912+
strip-ansi "^5.2.0"
5913+
strip-json-comments "^3.0.1"
59065914
table "^5.2.3"
59075915
text-table "^0.2.0"
5916+
v8-compile-cache "^2.0.3"
59085917

5909-
espree@^5.0.1:
5910-
version "5.0.1"
5911-
resolved "https://registry.npmjs.org/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
5912-
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
5918+
espree@^6.0.0:
5919+
version "6.0.0"
5920+
resolved "https://registry.npmjs.org/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
5921+
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
59135922
dependencies:
59145923
acorn "^6.0.7"
59155924
acorn-jsx "^5.0.0"
@@ -8010,7 +8019,7 @@ inline-source-map@~0.6.0:
80108019
dependencies:
80118020
source-map "~0.5.3"
80128021

8013-
8022+
[email protected], inquirer@^6.4.1:
80148023
version "6.5.0"
80158024
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
80168025
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
@@ -8048,7 +8057,7 @@ inquirer@^6.2.0:
80488057
strip-ansi "^5.0.0"
80498058
through "^2.3.6"
80508059

8051-
inquirer@^6.2.2, inquirer@~6.3.1:
8060+
inquirer@~6.3.1:
80528061
version "6.3.1"
80538062
resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7"
80548063
integrity sha512-MmL624rfkFt4TG9y/Jvmt8vdmOo836U7Y0Hxr2aFk3RelZEGX4Igk0KabWrcaaZaTv9uzglOqWh1Vly+FAWAXA==
@@ -8792,7 +8801,7 @@ js-tokens@^3.0.2:
87928801
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
87938802
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
87948803

8795-
[email protected], js-yaml@^3.13.0, js-yaml@^3.13.1:
8804+
[email protected], js-yaml@^3.13.1:
87968805
version "3.13.1"
87978806
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
87988807
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -11461,7 +11470,7 @@ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1146111470
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1146211471
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
1146311472

11464-
path-is-inside@^1.0.1, path-is-inside@^1.0.2:
11473+
path-is-inside@^1.0.1:
1146511474
version "1.0.2"
1146611475
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
1146711476
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
@@ -12904,7 +12913,7 @@ [email protected]:
1290412913
resolved "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
1290512914
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
1290612915

12907-
12916+
[email protected], semver@^6.1.2:
1290812917
version "6.3.0"
1290912918
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1291012919
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -13697,11 +13706,16 @@ strip-indent@^2.0.0:
1369713706
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
1369813707
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
1369913708

13700-
[email protected], strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
13709+
[email protected], strip-json-comments@~2.0.1:
1370113710
version "2.0.1"
1370213711
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1370313712
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1370413713

13714+
strip-json-comments@^3.0.1:
13715+
version "3.0.1"
13716+
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
13717+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
13718+
1370513719
strong-log-transformer@^2.0.0:
1370613720
version "2.1.0"
1370713721
resolved "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10"
@@ -14813,6 +14827,11 @@ [email protected]:
1481314827
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
1481414828
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==
1481514829

14830+
v8-compile-cache@^2.0.3:
14831+
version "2.1.0"
14832+
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
14833+
integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
14834+
1481614835
v8flags@^3.0.1:
1481714836
version "3.1.2"
1481814837
resolved "https://registry.npmjs.org/v8flags/-/v8flags-3.1.2.tgz#fc5cd0c227428181e6c29b2992e4f8f1da5e0c9f"

0 commit comments

Comments
 (0)