Skip to content

[Feature Request] Take minimumReleaseAge into account for nub outdated #722

Description

@akhansari

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions