chore: recognize authored help contexts and sync packages
Dependency Audit / dependency-audit (push) Successful in 1m44s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Failing after 11m33s

This commit is contained in:
2026-08-21 17:36:24 +02:00
parent 6517b6ac27
commit 6a74e53a1c
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -37,11 +37,11 @@ full = [
"govoplan-cases==0.1.19", "govoplan-cases==0.1.19",
"govoplan-certificates==0.1.18", "govoplan-certificates==0.1.18",
"govoplan-committee==0.1.18", "govoplan-committee==0.1.18",
"govoplan-connectors==0.1.18", "govoplan-connectors==0.1.19",
"govoplan-consultation==0.1.18", "govoplan-consultation==0.1.18",
"govoplan-contracts==0.1.18", "govoplan-contracts==0.1.18",
"govoplan-dataflow==0.1.18", "govoplan-dataflow==0.1.19",
"govoplan-datasources==0.1.18", "govoplan-datasources==0.1.19",
"govoplan-decisions==0.1.18", "govoplan-decisions==0.1.18",
"govoplan-dist-lists==0.1.18", "govoplan-dist-lists==0.1.18",
"govoplan-encryption==0.1.18", "govoplan-encryption==0.1.18",
@@ -56,8 +56,10 @@ const labelAttributes = new Set([
"title" "title"
]); ]);
const helpAttributes = new Set([ const helpAttributes = new Set([
"data-help-context-id",
"description", "description",
"help", "help",
"helpContextId",
"helperText", "helperText",
"helpText" "helpText"
]); ]);