npm-check-updates
Advanced tools
Changelog
[11.0.0] - 2021-01-20
--packageFile
- Now interprets its argument as a glob pattern. It is possible that a previously supplied argument may be interepreted differently now (though I'm not aware of specific instances). Due to our conservative release policy we are releasing as a major version upgrade and allowing developers to assess for themselves.--deep
- Run recursively in current working directory. Alias of --packageFile '**/package.json'
.See: #785
https://github.com/raineorshine/npm-check-updates/compare/v10.3.1...v11.0.0