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

Fix Vue version #777

Merged
merged 3 commits into from
Oct 17, 2024
Merged

Fix Vue version #777

merged 3 commits into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Restore @vue/compiler-dom to 3.4.27

    This effectively reverts #774 (commit 0656354) and part of #778
    (commit 4d91a4e) – we want to stay on the same Vue version as
    MediaWiki core (see README).
    lucaswerkmeister committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6891480 View commit details
    Browse the repository at this point in the history
  2. Remove Vue updates from Dependabot

    Per the README, we want to keep using the same Vue version as MediaWiki
    core, so let’s disable Dependabot updates for these packages.
    lucaswerkmeister committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6db8d29 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Pin Vue versions in package.json

    Since we want these versions to be exact, let’s not use the caret
    operator.
    lucaswerkmeister committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5274cb1 View commit details
    Browse the repository at this point in the history