Automatically check latest nuxt release and inform in CLI
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.
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.
EDIT: Bun does have bun pm view pkg with at least 1.2.14, but its missing some infos