breaking: remove @vue/cli-service
from Cypress Component Testing
#30585
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Additional details
Vue CLI service is no longer maintained. Because of this, we are removing Vue CLI support from Cypress Component Testing. Users who are using
vue-cli
as a framework option will need to move to using a bundler such as vite or webpack. This is covered in the migration guide in cypress-io/cypress-documentation#5989. When starting Cypress 14, users usingvue-cli
will experience an error like this:Once a user migrates to either webpack or vite and changes their config from
to looking something like this:
the project will run successfully once again.
Steps to test
Vue CLI tests have been removed, but vue/webpack tests have been added to help fill in the gap of vue + webpack testing
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?