node-red / node-red-dev-cli

Command-line tool for Node-RED Node authors
Apache License 2.0
7 stars 5 forks source link

D03: Output lists package versions but not package names #5

Closed knolleary closed 2 years ago

knolleary commented 2 years ago

The output of D03 - checking for outdated dependencies - includes an array of package versions, but no information on which packages they relate to. That makes it hard to know what to do next.

node_1   | {
node_1   |   test: false,
node_1   |   packages: [
node_1   |     '^0.6.4', '~4.3.2',
node_1   |     '~2.3.0', '^3.5.17',
node_1   |     '^1.4.0', '^4.1.1',
node_1   |     '~1.4.3', '^3.13.1'
node_1   |   ]
node_1   | }
sammachin commented 2 years ago

fixed in https://github.com/node-red/node-red-dev-cli/commit/6066c840609d1a90c873c5ce472117fa0b1df226

sammachin commented 2 years ago

@knolleary can you close this one, I can't.