Merge pull request #33629 from jonkoops/auditor-zod-v4-refactor

refactor(backend-defaults): migrate internal Zod usage from v3 to v4
This commit is contained in:
Fredrik Adelöw
2026-03-31 15:52:18 +02:00
committed by GitHub
4 changed files with 39 additions and 57 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Refactored auditor severity log level mappings to use `zod/v4` with schema-driven defaults and type inference.