Remix.run Logo
Sammi 7 hours ago

Pretty easy to do using npm-check-update:

https://www.npmjs.com/package/npm-check-updates#cooldown

In one command:

  npx npm-check-updates -c 7
tragiclos 5 hours ago | parent [-]

The docs list this caveat:

> Note that previous stable versions will not be suggested. The package will be completely ignored if its latest published version is within the cooldown period.

Seems like a big drawback to this approach.

nfriedly 3 hours ago | parent [-]

I could see it being a good feature. If there have been two versions published within the last week or two, then there are reasonable odds that the previous one had a bug.

hokkos 2 hours ago | parent [-]

some lib literally publish a new package at every PR merged, so multiple times a day.