From 24710bac52ffaab6c751e48891793ec761776583 Mon Sep 17 00:00:00 2001 From: Andrea Leardini Date: Thu, 7 May 2026 08:31:20 +0200 Subject: [PATCH 1/2] build: suppress sass deprecation warnings --- ui/vue.config.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ui/vue.config.js b/ui/vue.config.js index 2b81b13..681f95c 100644 --- a/ui/vue.config.js +++ b/ui/vue.config.js @@ -19,4 +19,19 @@ module.exports = { return options; }); }, + css: { + loaderOptions: { + sass: { + sassOptions: { + silenceDeprecations: [ + "import", + "global-builtin", + "color-functions", + "if-function", + "legacy-js-api", + ], + }, + }, + }, + }, }; From 101fd8dbf1ecedfb4cad2a318c8594c44c651d92 Mon Sep 17 00:00:00 2001 From: Andrea Leardini Date: Thu, 7 May 2026 08:33:35 +0200 Subject: [PATCH 2/2] chore: update caniuse browserslist --- ui/package.json | 2 +- ui/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index fb57d14..d3edecf 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,13 +28,13 @@ "vuex": "^3.4.0" }, "devDependencies": { + "@babel/eslint-parser": "^7.11.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-prettier": "^6.0.0", - "@babel/eslint-parser": "^7.11.0", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^6.2.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 4daac3a..2d0a148 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2528,9 +2528,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: - version "1.0.30001639" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001639.tgz" - integrity sha512-eFHflNTBIlFwP2AIKaYuBQN/apnUoKNhBdza8ZnW/h2di4LCZ4xFqYlxUxo+LQ76KFI1PGcC1QDxMbxTZpSCAg== + version "1.0.30001792" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz" + integrity sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw== carbon-components@10.58.5: version "10.58.5"