@backstage/plugin-catalog-backend 3.2.0-next.1 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2d229b2: Enable YAML merge keys in yamlPlaceholderResolver
8
+ - 9d3ec06: Make YAML merge (<<:) support configurable in the Backstage Catalog instead of always being enabled
9
+ - 8c26af4: Enable YAML merge keys in yamlPlaceholderResolver
10
+
11
+ ### Patch Changes
12
+
13
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
14
+ - Updated dependencies
15
+ - @backstage/plugin-catalog-node@1.20.0
16
+ - @backstage/integration@1.18.2
17
+ - @backstage/backend-plugin-api@1.5.0
18
+ - @backstage/plugin-permission-common@0.9.3
19
+ - @backstage/plugin-events-node@0.4.17
20
+ - @backstage/config@1.3.6
21
+ - @backstage/catalog-model@1.7.6
22
+ - @backstage/backend-openapi-utils@0.6.3
23
+ - @backstage/catalog-client@1.12.1
24
+ - @backstage/plugin-catalog-common@1.1.7
25
+ - @backstage/plugin-permission-node@0.10.6
26
+
3
27
  ## 3.2.0-next.1
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "3.2.0-next.1",
3
+ "version": "3.2.0",
4
4
  "description": "The Backstage backend plugin that provides the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -73,19 +73,19 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/backend-openapi-utils": "0.6.3-next.1",
77
- "@backstage/backend-plugin-api": "1.5.0-next.1",
78
- "@backstage/catalog-client": "1.12.1-next.0",
79
- "@backstage/catalog-model": "1.7.6-next.0",
80
- "@backstage/config": "1.3.6-next.0",
81
- "@backstage/errors": "1.2.7",
82
- "@backstage/integration": "1.18.2-next.0",
83
- "@backstage/plugin-catalog-common": "1.1.7-next.0",
84
- "@backstage/plugin-catalog-node": "1.20.0-next.1",
85
- "@backstage/plugin-events-node": "0.4.17-next.1",
86
- "@backstage/plugin-permission-common": "0.9.3-next.1",
87
- "@backstage/plugin-permission-node": "0.10.6-next.1",
88
- "@backstage/types": "1.2.2",
76
+ "@backstage/backend-openapi-utils": "^0.6.3",
77
+ "@backstage/backend-plugin-api": "^1.5.0",
78
+ "@backstage/catalog-client": "^1.12.1",
79
+ "@backstage/catalog-model": "^1.7.6",
80
+ "@backstage/config": "^1.3.6",
81
+ "@backstage/errors": "^1.2.7",
82
+ "@backstage/integration": "^1.18.2",
83
+ "@backstage/plugin-catalog-common": "^1.1.7",
84
+ "@backstage/plugin-catalog-node": "^1.20.0",
85
+ "@backstage/plugin-events-node": "^0.4.17",
86
+ "@backstage/plugin-permission-common": "^0.9.3",
87
+ "@backstage/plugin-permission-node": "^0.10.6",
88
+ "@backstage/types": "^1.2.2",
89
89
  "@opentelemetry/api": "^1.9.0",
90
90
  "codeowners-utils": "^1.0.2",
91
91
  "core-js": "^3.6.5",
@@ -106,11 +106,11 @@
106
106
  "zod": "^3.22.4"
107
107
  },
108
108
  "devDependencies": {
109
- "@backstage/backend-defaults": "0.13.1-next.1",
110
- "@backstage/backend-test-utils": "1.10.0-next.1",
111
- "@backstage/cli": "0.34.5-next.1",
112
- "@backstage/plugin-permission-common": "0.9.3-next.1",
113
- "@backstage/repo-tools": "0.15.4-next.1",
109
+ "@backstage/backend-defaults": "^0.13.1",
110
+ "@backstage/backend-test-utils": "^1.10.0",
111
+ "@backstage/cli": "^0.34.5",
112
+ "@backstage/plugin-permission-common": "^0.9.3",
113
+ "@backstage/repo-tools": "^0.16.0",
114
114
  "@types/core-js": "^2.5.4",
115
115
  "@types/express": "^4.17.6",
116
116
  "@types/git-url-parse": "^9.0.0",