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

Update to Vue 3 #34

Merged
merged 9 commits into from
Feb 26, 2021
Merged

Update to Vue 3 #34

merged 9 commits into from
Feb 26, 2021

Conversation

peripateticus
Copy link
Member

@peripateticus peripateticus commented Jan 11, 2021

This PR makes all necessary updates to bring vunit to Vue 3:

  • Update VTU (vue-test-utils) from ^1 to ^2.
  • Swap out vue-template-compiler with @vue/compiler-sfc
  • Update vue from ^2 to ^3.
  • Update vue-loader from ^15 to ^16.
  • Add --reporter option
  • Add a simple logger
  • Update unit tests

@peripateticus
Copy link
Member Author

peripateticus commented Jan 13, 2021

There is an open bug in vue-next that has been fixed and ready to merge. Opened issue in @vue/test-utils-utils-next. Once [email protected] released, we can update and this should be good to go.

@peripateticus peripateticus changed the title Pr/vue3 Update to Vue 3 Jan 13, 2021
@peripateticus peripateticus added enhancement New feature or request blocked labels Jan 13, 2021
Alex Perkins added 2 commits January 19, 2021 09:57
- Adding ability to pass in reporter
- Add a simple logger
- Disable logging runtime errors during tests
- Add/refactor tests
- Formatting
@peripateticus peripateticus self-assigned this Jan 19, 2021
@@ -1,7 +1,7 @@
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're ready to bump dependencies to ^3.0.6.

@peripateticus peripateticus merged commit 65afa8d into master Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants