Skip to content

feat: Support for minimum release age#69

Open
abstractalgo wants to merge 1 commit into
pgsandstrom:masterfrom
abstractalgo:feat-min-release-age
Open

feat: Support for minimum release age#69
abstractalgo wants to merge 1 commit into
pgsandstrom:masterfrom
abstractalgo:feat-min-release-age

Conversation

@abstractalgo
Copy link
Copy Markdown

This adds a support for minimum release age as a config (instead of reading directly from any of the package manager configs).

Adds two configs:

  • "minimumReleaseAge": Mirrors npm's minimumReleaseAge. Hide upgrades to versions published less than this many minutes ago. When the newest version is held back, the decoration shows the highest eligible upgrade and the true latest (e.g. 5.1.0 (latest 5.2.0)).
  • "minimumReleaseAgeExclude": Package names to exclude from the minimumReleaseAge check.

Example of how it looks:

image

@abstractalgo abstractalgo force-pushed the feat-min-release-age branch from 0828005 to afc1c4c Compare April 23, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Support pnpm workspaces minimumReleaseAge

1 participant