@backstage/plugin-catalog-backend 3.2.0-next.1 → 3.2.1-next.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 +43 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 3.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.5.1-next.0
9
+ - @backstage/integration@1.18.3-next.0
10
+ - @backstage/plugin-permission-node@0.10.7-next.0
11
+ - @backstage/backend-openapi-utils@0.6.4-next.0
12
+ - @backstage/plugin-catalog-node@1.20.1-next.0
13
+ - @backstage/plugin-events-node@0.4.18-next.0
14
+ - @backstage/config@1.3.6
15
+ - @backstage/catalog-client@1.12.1
16
+ - @backstage/catalog-model@1.7.6
17
+ - @backstage/errors@1.2.7
18
+ - @backstage/types@1.2.2
19
+ - @backstage/plugin-catalog-common@1.1.7
20
+ - @backstage/plugin-permission-common@0.9.3
21
+
22
+ ## 3.2.0
23
+
24
+ ### Minor Changes
25
+
26
+ - 2d229b2: Enable YAML merge keys in yamlPlaceholderResolver
27
+ - 9d3ec06: Make YAML merge (<<:) support configurable in the Backstage Catalog instead of always being enabled
28
+ - 8c26af4: Enable YAML merge keys in yamlPlaceholderResolver
29
+
30
+ ### Patch Changes
31
+
32
+ - 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.
33
+ - Updated dependencies
34
+ - @backstage/plugin-catalog-node@1.20.0
35
+ - @backstage/integration@1.18.2
36
+ - @backstage/backend-plugin-api@1.5.0
37
+ - @backstage/plugin-permission-common@0.9.3
38
+ - @backstage/plugin-events-node@0.4.17
39
+ - @backstage/config@1.3.6
40
+ - @backstage/catalog-model@1.7.6
41
+ - @backstage/backend-openapi-utils@0.6.3
42
+ - @backstage/catalog-client@1.12.1
43
+ - @backstage/plugin-catalog-common@1.1.7
44
+ - @backstage/plugin-permission-node@0.10.6
45
+
3
46
  ## 3.2.0-next.1
4
47
 
5
48
  ### 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.1-next.0",
4
4
  "description": "The Backstage backend plugin that provides the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -73,18 +73,18 @@
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",
76
+ "@backstage/backend-openapi-utils": "0.6.4-next.0",
77
+ "@backstage/backend-plugin-api": "1.5.1-next.0",
78
+ "@backstage/catalog-client": "1.12.1",
79
+ "@backstage/catalog-model": "1.7.6",
80
+ "@backstage/config": "1.3.6",
81
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",
82
+ "@backstage/integration": "1.18.3-next.0",
83
+ "@backstage/plugin-catalog-common": "1.1.7",
84
+ "@backstage/plugin-catalog-node": "1.20.1-next.0",
85
+ "@backstage/plugin-events-node": "0.4.18-next.0",
86
+ "@backstage/plugin-permission-common": "0.9.3",
87
+ "@backstage/plugin-permission-node": "0.10.7-next.0",
88
88
  "@backstage/types": "1.2.2",
89
89
  "@opentelemetry/api": "^1.9.0",
90
90
  "codeowners-utils": "^1.0.2",
@@ -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.14.0-next.0",
110
+ "@backstage/backend-test-utils": "1.10.1-next.0",
111
+ "@backstage/cli": "0.34.6-next.0",
112
+ "@backstage/plugin-permission-common": "0.9.3",
113
+ "@backstage/repo-tools": "0.16.1-next.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",