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

Chore: Update various dependencies #821

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Chore: Update various dependencies #821

wants to merge 3 commits into from

Conversation

mariushoch
Copy link
Member

npm install husky@9.1.7 lint-staged@15.2.11 prettier@3.4.2 sass@1.83.0 start-server-and-test@2.0.9 vite@6.0.3 @types/jest@29.5.14 axe-core@4.10.2 cypress@13.17.0 @types/lodash@4.17.13

Merge after #820.

Bug: T382330

npm install @vitejs/plugin-vue@5.2.1 @vue/compiler-dom@3.5.13

Bug: T382330
npm install @namics/stylelint-bem@10.1.0 stylelint@16.12.0 \
stylelint-config-standard-scss@14.0.0

Bug: T382330
npm install husky@9.1.7 lint-staged@15.2.11 prettier@3.4.2 \
sass@1.83.0 start-server-and-test@2.0.9 vite@6.0.3 @types/jest@29.5.14 \
axe-core@4.10.2 cypress@13.17.0 @types/lodash@4.17.13

Bug: T382330
Copy link
Member

@lucaswerkmeister lucaswerkmeister left a comment

Choose a reason for hiding this comment

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

Two issues I noticed:

  1. Sass prints a lot of deprecation warnings:

    Deprecation Warning: Sass @​import rules are deprecated and will be removed in Dart Sass 3.0.0.

    More info and automated migrator: https://sass-lang.com/d/import

      ╷
    3 │ @import '@wikimedia/codex-design-tokens/theme-wikimedia-ui';
      │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      ╵
        src/components/SearchExisting.vue 3:9  root stylesheet
    
  2. Vite 6 changes the name of the CSS file in dist/, so the WikibaseLexeme package.json needs to be updated to avoid:

    cp: cannot stat 'resources/special/new-lexeme/dist/style.css': No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants