Ensures that your dependencies are up to date, otherwise the process is terminated with status code 1.
When running: `npx check-outdated --ignore-pre-releases --ignore-packages a,b,c --columns package,current,wanted,latest,changes` I get the following ouput: ``` 11 outdated dependencies found: /home/.npm/_npx/1ffde889918d975b/node_modules/check-outdated/helper/list.js:21 return entries.map(([key, value]) => (typeof value === 'string' ? value : JSON.stringify(value, null, ' ')).replace(/^/gmu, `$&${key} `)).join('\n'); ^ TypeError: Cannot read properties of undefined (reading 'replace') at /home/.npm/_npx/1ffde889918d975b/node_modules/check-outdated/helper/list.js:21:111 at Array.map (<anonymous>) at generateKeyValueList (/home/.npm/_npx/1ffde889918d975b/node_modules/check-outdated/helper/list.js:21:17) at checkOutdated (/home/.npm/_npx/1ffde889918d975b/node_modules/check-outdated/check-outdated.js:404:16) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async /home/.npm/_npx/1ffde889918d975b/node_modules/check-outdated/check-outdated.js:339:22 Node.js v18.18.2 ``` It used to work and broke only recently.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by rivatove and has received 3 comments.