Currently, when running nub outdated, we get:
Package Current Wanted Latest
@biomejs/biome 2.5.7 2.5.8 2.5.8
However, seeing the same output again right after running nub update is confusing when minimumReleaseAge is configured.
I think it would be better to either:
- Follow pnpm's approach: Hide updates that do not meet the
minimumReleaseAge requirement.
- Display the age explicitly.
For example:
Package Current Wanted Latest Age
@biomejs/biome 2.5.7 2.5.8 2.5.8 8h
nub v0.7.5
Currently, when running
nub outdated, we get:However, seeing the same output again right after running
nub updateis confusing whenminimumReleaseAgeis configured.I think it would be better to either:
minimumReleaseAgerequirement.For example:
nub v0.7.5