-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Command: vue upgrade #1507
Comments
What about |
Hey there! |
@TheMushrr00m Nobody is working on it, feel free to go ahead! Thanks! |
Hey @TheMushrr00m are you planning on tackling this? If so awesome 👍 If not I'll hop on it ! |
@beardedpayton Can help you if you need any. But we definitely need to think about how other plugins like to handle upgrading. What happens when a plugin which has been added want to change something in the project when it's upgraded? Does it need to reply on |
It would definitely be awesome if plugins can handle upgrade scenarios, I hope that is kept in mind! So far with each RC of Vue CLI I've Imagine if your Vue apps can ride along framework upgrades as smoothly as being generated... |
What is the current workflow for upgrading one's vue-cli packages? Is it safe to do a plain Should I do an upgrade only on |
Command that should be run inside an existing project with
@vue/cli-service
present.vue upgrade [patch|minor|major]
: defaults to minor@vue/cli-service
plus all packages inpackage.json
that starts with@vue/cli-plugin-
, and bump them to the target upgrade versioninstallDeps
- infer package manager from lockfile, if no lockfile, infer from.vuerc
, otherwise infer usinghasYarn()
The text was updated successfully, but these errors were encountered: