Skip to content

Commit 136a32d

Browse files
authored
Upgrade mozlog and other dependencies (Merge PR #87)
2 parents a732828 + 7cfc592 commit 136a32d

File tree

7 files changed

+3133
-2781
lines changed

7 files changed

+3133
-2781
lines changed

.flowconfig

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[options]
2-
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectError
3-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
42
include_warnings=true
53

64
[ignore]

bin/generate-version-file.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function getGitCommitHash() /*: string */ {
3939
// Because execFileSync can return both a string or a buffer depending on the
4040
// `encoding` option, Flow isn't happy about calling `trim` on it. But _we_
4141
// know that it's a string.
42-
// $FlowExpectError
42+
// $FlowExpectedError
4343
return hash.trim();
4444
}
4545

@@ -54,7 +54,7 @@ function findLocalBranch() /*: string */ {
5454
// Because execFileSync can return both a string or a buffer depending on the
5555
// `encoding` option, Flow isn't happy about calling `trim` on it. But _we_
5656
// know that it's a string.
57-
// $FlowExpectError
57+
// $FlowExpectedError
5858
return branch.trim();
5959
}
6060

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@
3434
"test-all": "run-p flow lint test test-python"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.8.4",
38-
"@babel/core": "^7.9.0",
39-
"@babel/node": "^7.8.7",
40-
"@babel/plugin-proposal-class-properties": "^7.8.3",
41-
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
42-
"@babel/preset-env": "^7.9.0",
43-
"@babel/preset-flow": "^7.9.0",
37+
"@babel/cli": "^7.10.1",
38+
"@babel/core": "^7.10.2",
39+
"@babel/node": "^7.10.1",
40+
"@babel/plugin-proposal-class-properties": "^7.10.1",
41+
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
42+
"@babel/preset-env": "^7.10.2",
43+
"@babel/preset-flow": "^7.10.1",
4444
"babel-eslint": "^10.1.0",
45-
"babel-jest": "^25.2.6",
46-
"eslint": "^6.8.0",
47-
"eslint-config-prettier": "^6.10.1",
45+
"babel-jest": "^26.0.1",
46+
"eslint": "^7.2.0",
47+
"eslint-config-prettier": "^6.11.0",
4848
"eslint-plugin-babel": "^5.3.0",
49-
"eslint-plugin-flowtype": "^4.7.0",
50-
"eslint-plugin-import": "^2.20.2",
51-
"eslint-plugin-prettier": "^3.1.2",
52-
"flow-bin": "^0.122.0",
49+
"eslint-plugin-flowtype": "^5.1.3",
50+
"eslint-plugin-import": "^2.21.2",
51+
"eslint-plugin-prettier": "^3.1.4",
52+
"flow-bin": "^0.127.0",
5353
"flow-typed": "^3.1.0",
54-
"husky": "^4.2.3",
55-
"jest": "^25.2.7",
54+
"husky": "^4.2.5",
55+
"jest": "^26.0.1",
5656
"mkdirp": "^1.0.4",
5757
"nock": "^12.0.3",
58-
"nodemon": "^2.0.2",
58+
"nodemon": "^2.0.4",
5959
"npm-run-all": "^4.1.5",
60-
"prettier": "^2.0.4",
60+
"prettier": "^2.0.5",
6161
"rimraf": "^3.0.2",
6262
"supertest": "^4.0.2"
6363
},
@@ -70,20 +70,20 @@
7070
}
7171
},
7272
"dependencies": {
73-
"@google-cloud/storage": "^4.7.0",
74-
"@koa/cors": "^3.0.0",
75-
"@koa/router": "^8.0.8",
73+
"@google-cloud/storage": "^5.1.0",
74+
"@koa/cors": "^3.1.0",
75+
"@koa/router": "^9.0.1",
7676
"content-type": "^1.0.4",
77-
"convict": "^5.2.0",
77+
"convict": "^6.0.0",
7878
"dotenv": "^8.2.0",
7979
"fast-crc32c": "^2.0.0",
8080
"jsonwebtoken": "^8.5.1",
81-
"koa": "^2.11.0",
81+
"koa": "^2.12.1",
8282
"koa-helmet": "^5.2.0",
8383
"koa-json-body": "^5.3.0",
84-
"koa-jwt": "^3.6.0",
84+
"koa-jwt": "^4.0.0",
8585
"koa-logger": "^3.2.1",
86-
"mozlog": "^2.2.0",
86+
"mozlog": "^3.0.0",
8787
"node-fetch": "^2.6.0"
8888
}
8989
}

0 commit comments

Comments
 (0)