@backstage/plugin-catalog-backend 1.32.1-next.1 → 1.32.2-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 +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.32.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.16.4-next.0
9
+ - @backstage/catalog-client@1.10.0-next.0
10
+ - @backstage/plugin-catalog-node@1.17.0-next.0
11
+ - @backstage/backend-plugin-api@1.3.1-next.0
12
+ - @backstage/plugin-events-node@0.4.11-next.0
13
+ - @backstage/plugin-permission-node@0.9.2-next.0
14
+ - @backstage/plugin-search-backend-module-catalog@0.3.4-next.0
15
+ - @backstage/backend-openapi-utils@0.5.3-next.0
16
+ - @backstage/catalog-model@1.7.3
17
+ - @backstage/config@1.3.2
18
+ - @backstage/errors@1.2.7
19
+ - @backstage/types@1.2.1
20
+ - @backstage/plugin-catalog-common@1.1.3
21
+ - @backstage/plugin-permission-common@0.8.4
22
+ - @backstage/plugin-search-common@1.2.17
23
+
24
+ ## 1.32.1
25
+
26
+ ### Patch Changes
27
+
28
+ - 7cc4995: Fix for duplicate results in `queryEntities` when providing an `orderField` parameter
29
+ - Updated dependencies
30
+ - @backstage/plugin-catalog-node@1.16.3
31
+ - @backstage/backend-plugin-api@1.3.0
32
+ - @backstage/integration@1.16.3
33
+ - @backstage/plugin-permission-node@0.9.1
34
+ - @backstage/plugin-search-backend-module-catalog@0.3.3
35
+ - @backstage/backend-openapi-utils@0.5.2
36
+ - @backstage/catalog-client@1.9.1
37
+ - @backstage/catalog-model@1.7.3
38
+ - @backstage/config@1.3.2
39
+ - @backstage/errors@1.2.7
40
+ - @backstage/types@1.2.1
41
+ - @backstage/plugin-catalog-common@1.1.3
42
+ - @backstage/plugin-events-node@0.4.10
43
+ - @backstage/plugin-permission-common@0.8.4
44
+ - @backstage/plugin-search-common@1.2.17
45
+
3
46
  ## 1.32.1-next.1
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.32.1-next.1",
3
+ "version": "1.32.2-next.0",
4
4
  "description": "The Backstage backend plugin that provides the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -76,19 +76,19 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@backstage/backend-common": "^0.25.0",
79
- "@backstage/backend-openapi-utils": "0.5.1",
80
- "@backstage/backend-plugin-api": "1.2.1",
81
- "@backstage/catalog-client": "1.9.1",
79
+ "@backstage/backend-openapi-utils": "0.5.3-next.0",
80
+ "@backstage/backend-plugin-api": "1.3.1-next.0",
81
+ "@backstage/catalog-client": "1.10.0-next.0",
82
82
  "@backstage/catalog-model": "1.7.3",
83
83
  "@backstage/config": "1.3.2",
84
84
  "@backstage/errors": "1.2.7",
85
- "@backstage/integration": "1.16.3-next.0",
85
+ "@backstage/integration": "1.16.4-next.0",
86
86
  "@backstage/plugin-catalog-common": "1.1.3",
87
- "@backstage/plugin-catalog-node": "1.16.3-next.0",
88
- "@backstage/plugin-events-node": "0.4.9",
87
+ "@backstage/plugin-catalog-node": "1.17.0-next.0",
88
+ "@backstage/plugin-events-node": "0.4.11-next.0",
89
89
  "@backstage/plugin-permission-common": "0.8.4",
90
- "@backstage/plugin-permission-node": "0.9.0",
91
- "@backstage/plugin-search-backend-module-catalog": "0.3.3-next.0",
90
+ "@backstage/plugin-permission-node": "0.9.2-next.0",
91
+ "@backstage/plugin-search-backend-module-catalog": "0.3.4-next.0",
92
92
  "@backstage/plugin-search-common": "1.2.17",
93
93
  "@backstage/types": "1.2.1",
94
94
  "@opentelemetry/api": "^1.9.0",
@@ -112,12 +112,12 @@
112
112
  "zod": "^3.22.4"
113
113
  },
114
114
  "devDependencies": {
115
- "@backstage/backend-defaults": "0.9.0-next.2",
116
- "@backstage/backend-test-utils": "1.3.2-next.2",
117
- "@backstage/cli": "0.32.0-next.2",
115
+ "@backstage/backend-defaults": "0.9.1-next.0",
116
+ "@backstage/backend-test-utils": "1.5.0-next.0",
117
+ "@backstage/cli": "0.32.1-next.0",
118
118
  "@backstage/plugin-permission-common": "0.8.4",
119
- "@backstage/repo-tools": "0.13.1",
120
- "@backstage/test-utils": "1.7.7-next.0",
119
+ "@backstage/repo-tools": "0.13.3-next.0",
120
+ "@backstage/test-utils": "1.7.7",
121
121
  "@types/core-js": "^2.5.4",
122
122
  "@types/git-url-parse": "^9.0.0",
123
123
  "@types/glob": "^8.0.0",