Update JS deps (#35978)

Update JS deps, regenerate SVGs, fixed lint issues and did cursory
testing of UI.
This commit is contained in:
silverwind
2025-11-20 22:53:44 +01:00
committed by GitHub
parent afc25c5145
commit 1baca49870
33 changed files with 926 additions and 1101 deletions

View File

@@ -935,7 +935,6 @@ export default defineConfig([
},
{
files: ['**/*.test.ts', 'web_src/js/test/setup.ts'],
// @ts-expect-error - https://github.com/vitest-dev/eslint-plugin-vitest/issues/737
plugins: {vitest},
languageOptions: {globals: globals.vitest},
rules: {