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

Upgrade Vue from v3.2.27 to v3.3.9 #579

Merged
merged 2 commits into from
Nov 30, 2023
Merged

Upgrade Vue from v3.2.27 to v3.3.9 #579

merged 2 commits into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. Upgrade Vue from v3.2.27 to v3.3.9

    This follows the upgrade of the Vue version shipped with MediaWiki in
    I0b3b6adf (commit ed6f7b2). The goal is to have those two versions
    always exactly in sync.
    
    Created with:
    `npm install vue@3.3.9 --save-exact`
    
    Bug: T352388
    micgro42 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c60faf6 View commit details
    Browse the repository at this point in the history
  2. Suppress type error in tests

    I tried to fix this by specifying the type of propsOverrides a bit
    better (loosely similar to 710f3fe / #535), but didn’t end up with
    anything that worked. Let’s just suppress the type error to unblock the
    Vue upgrade.
    lucaswerkmeister committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1d273db View commit details
    Browse the repository at this point in the history