pnpm-update-bisect
v0.3.0
Published
It's like the npm-check-updates "doctor" mode made for the pnpm update command, only faster
Downloads
15
Readme
pnpm-update-bisect
An implementation of the npm-check-updates "doctor" mode made for pnpm, using bisection to find failing packages faster.
About
pub
is a small CLI tool which updates all packages to their latest versions (ignoring specified version ranges), runs your tests, and in case of failure finds and rolls back the updates that caused failed tests.
Afterwards it does a second pass to try to update the failed packages again but this time within the compatible version range.
Usage
With installation:
pnpm i -D pnpm-update-bisect
pnpm pub # or pnpm pnpm-update-bisect
Without installation:
pnpm dlx pnpm-update-bisect
Warning
At the moment this is just a prototype that I created for use in my own projects. It has not yet been extensively tested.