npm-check-updates
npm-check-updates copied to clipboard
Find newer versions of package dependencies than what your package.json allows
- [ x ] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [ x ] I am using the latest version of `npm-check-updates` - [ x ] I am using `node...
- [X] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [X] I am using the latest version of `npm-check-updates` - [X] I am using `node >= 14` --- ## Current Behavior...
- [X] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [X] I am using the latest version of `npm-check-updates` - [X] I am using `node >= 14` --- ## Current Behavior...
Following https://github.com/raineorshine/npm-check-updates/pull/1052#issuecomment-1054125274: > One last thing - should we somehow add the two filter + target as a new param/cli option? As in `semver = true` sets both - so...
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 14` --- I am developing...
- [x] I have read the list of [known issues](https://github.com/tjunnone/npm-check-updates#known-issues) before filing this issue. - [x] I have searched for [similiar issues](https://github.com/tjunnone/npm-check-updates/issues) before filing this issue. * node version: v12.10.0...
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 14` --- ## Steps to...
Looks like ncu is currently not compatible with Node v4.1.0. I can run ncu, but nothing happens - cursor just goes to new line.
### Feature Request - Support Workspaces -w / --workspace=(PATH|PROJECT_NAME) Upgrade all workspaces `ncu -u --workspace=modules/*` `ncu -u -w=*` Upgrade just one workspace, `ncu -u --workspace=@metawrap/metawrap-core` `ncu -u --workspace=modules//metawrap-core` `ncu -u...