File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 4
4
- windows
5
5
- linux
6
6
node_js :
7
- - ' 6'
8
7
- ' 8'
9
8
- ' 10'
9
+ - ' 12'
10
10
11
11
notifications :
12
12
email :
Original file line number Diff line number Diff line change 3
3
4
4
strategy :
5
5
matrix :
6
- node_6_x :
7
- node_version : 6.x
8
6
node_8_x :
9
7
node_version : 8.x
10
8
node_10_x :
11
9
node_version : 10.x
12
10
node_11_x :
13
11
node_version : 11.x
12
+ node_12_x :
13
+ node_version : 12.x
14
14
15
15
steps :
16
16
- task : NodeTool@0
Original file line number Diff line number Diff line change 8
8
"benchmark" : " node bench.js" ,
9
9
"test:lint" : " standard" ,
10
10
"test:typescript" : " tsc --project ./test/types/tsconfig.json" ,
11
- "test:unit" : " tap -J test/*.test.js test/**/*.test.js" ,
11
+ "test:unit" : " tap --no-esm --no-cov - J test/*.test.js test/**/*.test.js" ,
12
12
"test" : " npm run test:lint && npm run test:unit && npm run test:typescript" ,
13
13
"test:report" : " npm run test:unit | tee out.tap" ,
14
14
"test:reporter" : " tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml"
33
33
"devDependencies" : {
34
34
"ajv-pack" : " ^0.3.1" ,
35
35
"benchmark" : " ^2.1.4" ,
36
- "is-my-json-valid" : " ^2.19.0" ,
36
+ "compile-json-stringify" : " ^0.1.2" ,
37
+ "is-my-json-valid" : " ^2.20.0" ,
38
+ "json-strify" : " ^0.1.7" ,
37
39
"long" : " ^4.0.0" ,
38
40
"pre-commit" : " ^1.2.2" ,
39
- "proxyquire" : " ^2.1.0 " ,
41
+ "proxyquire" : " ^2.1.1 " ,
40
42
"standard" : " ^13.0.1" ,
41
- "tap" : " ^12.6.5" ,
42
- "tap-mocha-reporter" : " ^3.0.9" ,
43
- "typescript" : " ^3.0.0" ,
44
- "compile-json-stringify" : " ^0.1.2" ,
45
- "json-strify" : " ^0.1.7"
43
+ "tap" : " ^14.5.0" ,
44
+ "tap-mocha-reporter" : " ^4.0.1" ,
45
+ "typescript" : " ^3.5.3"
46
46
},
47
47
"dependencies" : {
48
- "ajv" : " ^6.8.1 " ,
48
+ "ajv" : " ^6.10.2 " ,
49
49
"deepmerge" : " ^4.0.0"
50
50
},
51
51
"standard" : {
52
52
"ignore" : [
53
53
" schema-validator.js"
54
54
]
55
- },
56
- "greenkeeper" : {
57
- "ignore" : [
58
- " tap"
59
- ]
60
55
}
61
56
}
You can’t perform that action at this time.
0 commit comments