cli icon indicating copy to clipboard operation
cli copied to clipboard

Automatically check latest nuxt release and inform in CLI

Open pi0 opened this issue 3 years ago • 2 comments

Users could often miss the new releases. A globally cached manifest, can keep such information and warn in CLI (nicely!) to suggest upgrading to the latest available release using simple nuxi upgrade

I like to also extend it for important sub-dependencies such as Vue and Nitropackage (via lockfile) too but probably following up in next steps.

For now putting a pending label in this idea since working on CLI infra packages to make it a solid and better tested addition.

pi0 avatar Aug 29 '22 11:08 pi0

If we still want to include this, I think we can use https://github.com/antfu/fast-npm-meta.

I tested whether some CLI commands via nypm could do the job, but there is no equivalent to npm info <pkg> version for bun and deno. Perhaps we could use (p)npm info <pkg> version and fall back to fast-npm-meta for bun and deno. We may even want to include this in nypm.

OrbisK avatar Jun 18 '25 09:06 OrbisK

EDIT: Bun does have bun pm view pkg with at least 1.2.14, but its missing some infos

OrbisK avatar Jun 18 '25 12:06 OrbisK