npm-upgrade
npm-upgrade copied to clipboard
Interactive CLI utility to easily update outdated NPM dependencies
Just want to file the issue as the log asks for - but it was no problem 🙂 Great Tool 👍 ``` ? Update "@nrwl/nx-cloud" in package.json from 14.2.0 to...
Hello, Could you please add support for a timeout option such as `ncu --timeout 100000`
This feature was suggested by Issue #80, I have implemented it on my fork. What has been asked is basically to add a warning if a package was pushed recently,...
Recently the ecosystem is getting quite a lot of packages hijacked. One way I try to prevent using those packages is not updating to any version released less than 72...
Bumps [got](https://github.com/sindresorhus/got) from 11.8.1 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property (#1739) 0e167b8 https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3...
It would be awesome if this library could support [NPM 7 Workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces), allowing its users to easily upgrade dependencies in a monorepo project.
see: PS D:\csharp\git\github\common\astexplorer\website> npm-upgrade Checking for outdated production, optional, development, peer and bundled dependencies for "D:\csharp\git\github\common\astexplorer\website\package.json"... [====================] 160/160 100% TypeError: Invalid Version: undefined at new SemVer (C:\Users\jkuehner\AppData\Roaming\npm\node_modules\npm-upgrade\node_modules\semver\classes\semver.js:38:13) at outside (C:\Users\jkuehner\AppData\Roaming\npm\node_modules\npm-upgrade\node_modules\semver\ranges\outside.js:12:13)...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
The version update for babel cli seems to be correct but "show changelog" links to the wrong branch "master", but the new one is "main". I'm not sure if this...
First of all thanks for this tool, its is a real time saver. Have you considered upgrading packages installed globally with `-g` flag?