Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI command to switch between nightly and stable nuxt channels #55

Open
pi0 opened this issue Aug 29, 2022 · 3 comments · May be fixed by #465
Open

CLI command to switch between nightly and stable nuxt channels #55

pi0 opened this issue Aug 29, 2022 · 3 comments · May be fixed by #465
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pi0
Copy link
Member

pi0 commented Aug 29, 2022

We introduced an edge channel since Nuxt 2, mainly for internally testing changes before public releases. This allows opting-in to beta test features ahead of time for the community too.

Manual migration is currently documented here: https://v3.nuxtjs.org/guide/going-further/edge-channel.

The idea is to make it easy to opt-in and opt-out from edge release channel and also be able to keep it updated. @atinux previously shared the idea of nuxi edge on|off an @AndreyYolkin in nuxt/framework#6998 using nuxi upgrade --channel edge. I like both actually because they complete each other and can be combined:

  • nuxi upgrade edge: Change dependency to npm:nuxt3 and upgrade to the latest edge
  • nuxi upgrade stable: Change dependency to nuxt with the latest RC tag
@AndreyYolkin
Copy link
Contributor

AndreyYolkin commented Aug 29, 2022

I want to add 1 more question to resolve: should we upgrade not only nuxt but other enviroment packages, too?
I have at least @nuxt/kit (because it's recommended to be explicitly installed) and also @nuxt/bridge.

IMO, we should update them with upgrading Nuxt, too.

@pi0
Copy link
Member Author

pi0 commented Aug 29, 2022

That makes sense! If you use caret ^ for nuxt/kit dependency, nuxi upgrade should already handle the update via lockfile but it could be also explicitly bumped from package.json too. Do you mind to open a new issue not forget about it?

@AndreyYolkin
Copy link
Contributor

Yes, I'll create create the issue👌

@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/nuxt Jul 6, 2023
@pi0 pi0 changed the title Switching between edge and stable using CLI CLI command to switch between nightly and stable nuxt channels Nov 3, 2023
@manniL manniL added the good first issue Good for newcomers label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants