updates icon indicating copy to clipboard operation
updates copied to clipboard

Flexible npm and poetry dependency update tool

Results 21 updates issues
Sort by recently updated
recently updated
newest added

Hello, When I use the update into de monorepo, is necessary to exclude all monorepo packages, the update fail because the monorepo dependencies is not found in npmjs.... So, is...

I'm using version 13.0.4. From help message we got: ``` -p, --prerelease [] Consider prerelease versions -P, --patch [] Consider only up to semver-patch ``` But I think these two...

Support this in `peerDependencies` while retaining level of preciseness: `"webpack": ">=4"` -> `"webpack": ">=5"` `"webpack": ">=4.1"` -> `"webpack": ">=5.2"` `"webpack": ">=4.1.0"` -> `"webpack": ">=5.1.0"`

enhancement

After a dependency update, it's usually best to wipe `node_modules` and reinstall. I'm considering adding a command line switch to do just that for `node_modules` and whatever files yarn v2...

enhancement

The module makes a HTTP call to github. Would it be possible to support listening versions for a git dependency by spawning `git` as a child process ```sh git ls-remote...

I did a quick investigation and it seems to require one to pretty much re-implement yarn's internal config resolution, which I'd rather not like to do, so I'm hoping on...

help wanted

Like https://github.com/facebook/create-react-app.

enhancement

For example, I'm forced to maintain some projects with a big number of legacy dependencies that can't be updated. It's not very convenient to maintain lists of such dependencies in...

If `package.json` does not contain any dependencies,`updates` throws `Error: No packages found`. I think it could be good to add an option to avoid this behavior or remove it at...

With the concept of fully locked dependencies, it would be useful to restrict certain dependencies to only update to given semver range. ```js export default { pin: { "typescript": "^5.0.0"...

enhancement