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 Vue to 3.3.4 #831

Merged
merged 4 commits into from
Aug 1, 2023
Merged

Update Vue to 3.3.4 #831

merged 4 commits into from
Aug 1, 2023

Commits on Jul 25, 2023

  1. Update Vue to 3.3.4

    For some reason, running `npm update vue` didn't have much of an effect.
    I suspect that has to do with the @vue/test-utils dependency on
    @vue/server-renderer, which requires an exactly matching version of vue.
    I temporarily uninstalled @vue/test-utils, and afterwards,
    `npm update vue` updated vue successfully. I then reinstalled
    @vue/test-utils and confirmed that it was using the latest versions of
    @vue/server-renderer and vue.
    
    I ran the following commands:
    
    npm uninstall @vue/test-utils
    npm update vue
    npm install -D @vue/test-utils
    npm ls vue
    
    I can see that @vue/compiler-sfc was updated as well.
    matthew-white committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    14cc747 View commit details
    Browse the repository at this point in the history
  2. Add null checks

    matthew-white committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f37e9ac View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    e8ee99c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b48b75c View commit details
    Browse the repository at this point in the history