Open JonShort opened 1 year ago
Windows:
{
"@jonshort/cenv": {
"current": "0.0.6",
"wanted": "0.0.6",
"latest": "0.1.0",
"dependent": "npm_dir",
"location": "D:\\Users\\USERNAME\\Documents\\Git\\npm-bumpall\\npm_dir\\node_modules\\@jonshort\\cenv"
},
"debug": {
"current": "4.3.2",
"wanted": "4.3.4",
"latest": "4.3.4",
"dependent": "npm_dir",
"location": "D:\\Users\\USERNAME\\Documents\\Git\\npm-bumpall\\npm_dir\\node_modules\\debug"
},
"left-pad": {
"current": "1.2.0",
"wanted": "1.3.0",
"latest": "1.3.0",
"dependent": "npm_dir",
"location": "D:\\Users\\USERNAME\\Documents\\Git\\npm-bumpall\\npm_dir\\node_modules\\left-pad"
},
"polished": {
"current": "3.6.5",
"wanted": "3.7.2",
"latest": "4.2.2",
"dependent": "npm_dir",
"location": "D:\\Users\\USERNAME\\Documents\\Git\\npm-bumpall\\npm_dir\\node_modules\\polished"
}
}
Currently we use the
--parseable
output ofnpm outdated
which requires a bit of work from bumpall to collect all the different data points from the provided string - see Package::new()The
--json
output would remove most of the parsing (we can offload this to serde), leaving just the logicExample outputs
Parseable
JSON