File tree 3 files changed +1228
-1135
lines changed
3 files changed +1228
-1135
lines changed Original file line number Diff line number Diff line change 43
43
],
44
44
"license" : " MIT" ,
45
45
"dependencies" : {
46
- "commander" : " ^5.0 .0" ,
47
- "handlebars" : " ^4.7.3 " ,
48
- "node-fetch" : " ^2.6.0 " ,
46
+ "commander" : " ^7.2 .0" ,
47
+ "handlebars" : " ^4.7.7 " ,
48
+ "node-fetch" : " ^2.6.1 " ,
49
49
"parse-github-url" : " ^1.0.2" ,
50
- "semver" : " ^6 .3.0 "
50
+ "semver" : " ^7 .3.5 "
51
51
},
52
52
"devDependencies" : {
53
- "@babel/core" : " ^7.9.0 " ,
54
- "@babel/register" : " ^7.9.0 " ,
53
+ "@babel/core" : " ^7.14.3 " ,
54
+ "@babel/register" : " ^7.13.16 " ,
55
55
"babel-plugin-istanbul" : " ^6.0.0" ,
56
56
"babel-plugin-rewire" : " ^1.2.0" ,
57
- "chai" : " ^4.2.0 " ,
58
- "codecov" : " ^3.6.5 " ,
59
- "cross-env" : " ^7.0.2 " ,
60
- "markdownlint-cli" : " ^0.22.0 " ,
61
- "mocha" : " ^7.1.1 " ,
62
- "nyc" : " ^15.0 .0" ,
63
- "snazzy" : " ^8 .0.0" ,
64
- "standard" : " ^14.3 .3"
57
+ "chai" : " ^4.3.4 " ,
58
+ "codecov" : " ^3.8.2 " ,
59
+ "cross-env" : " ^7.0.3 " ,
60
+ "markdownlint-cli" : " ^0.27.1 " ,
61
+ "mocha" : " ^8.4.0 " ,
62
+ "nyc" : " ^15.1 .0" ,
63
+ "snazzy" : " ^9 .0.0" ,
64
+ "standard" : " ^16.0 .3"
65
65
},
66
66
"babel" : {
67
67
"env" : {
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ const getOptions = async argv => {
58
58
. option ( '--stdout' , 'output changelog to stdout' )
59
59
. version ( version )
60
60
. parse ( argv )
61
+ . opts ( )
61
62
62
63
const pkg = await readJson ( PACKAGE_FILE )
63
64
const packageOptions = pkg ? pkg [ PACKAGE_OPTIONS_KEY ] : null
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments