Merge pull request #33663 from backstage/freben/catalog-model-extensions

Add catalog model layer system with JSON Schema based kind declarations
This commit is contained in:
Fredrik Adelöw
2026-04-14 16:29:01 +02:00
committed by GitHub
131 changed files with 10896 additions and 44 deletions
+6
View File
@@ -2818,8 +2818,10 @@ __metadata:
"@types/json-schema": "npm:^7.0.5"
"@types/lodash": "npm:^4.14.151"
ajv: "npm:^8.10.0"
ajv-errors: "npm:^3.0.0"
lodash: "npm:^4.17.21"
yaml: "npm:^2.0.0"
zod: "npm:^3.25.76"
languageName: unknown
linkType: soft
@@ -5179,11 +5181,13 @@ __metadata:
"@backstage/errors": "workspace:^"
"@backstage/filter-predicates": "workspace:^"
"@backstage/integration": "workspace:^"
"@backstage/plugin-catalog-backend-module-logs": "workspace:^"
"@backstage/plugin-catalog-common": "workspace:^"
"@backstage/plugin-catalog-node": "workspace:^"
"@backstage/plugin-events-node": "workspace:^"
"@backstage/plugin-permission-common": "workspace:^"
"@backstage/plugin-permission-node": "workspace:^"
"@backstage/plugin-scaffolder-common": "workspace:^"
"@backstage/repo-tools": "workspace:^"
"@backstage/types": "workspace:^"
"@opentelemetry/api": "npm:^1.9.0"
@@ -5192,6 +5196,8 @@ __metadata:
"@types/git-url-parse": "npm:^9.0.0"
"@types/lodash": "npm:^4.14.151"
"@types/supertest": "npm:^2.0.8"
ajv: "npm:^8.10.0"
ajv-errors: "npm:^3.0.0"
better-sqlite3: "npm:^12.0.0"
codeowners-utils: "npm:^1.0.2"
core-js: "npm:^3.6.5"