This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new b6e6962dae remove mixed decl silence (now obsolete), add silence for
if-function
b6e6962dae is described below
commit b6e6962daeb12ddb2df4672ac7de47c68e8a46a9
Author: Øyvind Gjesdal <[email protected]>
AuthorDate: Tue Dec 30 11:32:38 2025 +0100
remove mixed decl silence (now obsolete), add silence for if-function
---
jena-fuseki2/jena-fuseki-ui/vite.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/vite.config.js
b/jena-fuseki2/jena-fuseki-ui/vite.config.js
index 6ba5307a38..9633b7165b 100644
--- a/jena-fuseki2/jena-fuseki-ui/vite.config.js
+++ b/jena-fuseki2/jena-fuseki-ui/vite.config.js
@@ -27,7 +27,7 @@ export default defineConfig({
preprocessorOptions: {
scss: {
api: "modern-compiler",
- silenceDeprecations: ["import",
"global-builtin","color-functions","mixed-decls"],
+ silenceDeprecations: ["import",
"global-builtin","color-functions","if-function"],
}
},
},