catalog-model: replace yup with ajv, for validation of catalog entities

This commit is contained in:
Fredrik Adelöw
2021-01-27 21:32:39 +01:00
parent d822077dd6
commit 025e122c3e
28 changed files with 187 additions and 208 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Replace `yup` with `ajv`, for validation of catalog entities.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/config-loader': patch
---
Bump config-loader to ajv 7, to enable v7 feature use elsewhere
Bump `config-loader` to `ajv` 7, to enable v7 feature use elsewhere
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/catalog-model': patch
---
Introduce jsonschema variants of the yup vlidation schemas
Introduce json schema variants of the `yup` validation schemas