@backstage/plugin-catalog-backend 1.16.0-next.3 → 1.16.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.16.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.20.1-next.0
9
+ - @backstage/catalog-client@1.5.2-next.0
10
+ - @backstage/plugin-search-backend-module-catalog@0.1.13-next.0
11
+ - @backstage/backend-openapi-utils@0.1.2-next.0
12
+ - @backstage/plugin-catalog-node@1.6.1-next.0
13
+ - @backstage/backend-plugin-api@0.6.9-next.0
14
+ - @backstage/backend-tasks@0.5.14-next.0
15
+ - @backstage/catalog-model@1.4.3
16
+ - @backstage/config@1.1.1
17
+ - @backstage/errors@1.2.3
18
+ - @backstage/integration@1.8.0
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-auth-node@0.4.3-next.0
21
+ - @backstage/plugin-catalog-common@1.0.19
22
+ - @backstage/plugin-events-node@0.2.18-next.0
23
+ - @backstage/plugin-permission-common@0.7.11
24
+ - @backstage/plugin-permission-node@0.7.20-next.0
25
+
26
+ ## 1.16.0
27
+
28
+ ### Minor Changes
29
+
30
+ - 7804597: Permission rules can now be added for the Catalog plugin through the `CatalogPermissionExtensionPoint` interface.
31
+
32
+ ### Patch Changes
33
+
34
+ - 3834067: Update the OpenAPI spec to support the use of `openapi-generator`.
35
+ - 50ee804: Wrap single `pipelineLoop` of TaskPipeline in a span for better traces
36
+ - 7123c58: Updated dependency `@types/glob` to `^8.0.0`.
37
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
38
+ - a168507: Deprecated `EntitiesSearchFilter` and `EntityFilter`, which can now be imported from `@backstage/plugin-catalog-node` instead
39
+ - Updated dependencies
40
+ - @backstage/backend-common@0.20.0
41
+ - @backstage/plugin-catalog-node@1.6.0
42
+ - @backstage/catalog-client@1.5.0
43
+ - @backstage/backend-openapi-utils@0.1.1
44
+ - @backstage/backend-tasks@0.5.13
45
+ - @backstage/integration@1.8.0
46
+ - @backstage/plugin-auth-node@0.4.2
47
+ - @backstage/plugin-permission-common@0.7.11
48
+ - @backstage/plugin-permission-node@0.7.19
49
+ - @backstage/plugin-search-backend-module-catalog@0.1.12
50
+ - @backstage/backend-plugin-api@0.6.8
51
+ - @backstage/catalog-model@1.4.3
52
+ - @backstage/config@1.1.1
53
+ - @backstage/errors@1.2.3
54
+ - @backstage/types@1.1.1
55
+ - @backstage/plugin-catalog-common@1.0.19
56
+ - @backstage/plugin-events-node@0.2.17
57
+
3
58
  ## 1.16.0-next.3
4
59
 
5
60
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.16.0-next.3",
3
+ "version": "1.16.1-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
3
  "description": "The Backstage backend plugin that provides the Backstage catalog",
4
- "version": "1.16.0-next.3",
4
+ "version": "1.16.1-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,22 +43,22 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.20.0-next.3",
47
- "@backstage/backend-openapi-utils": "^0.1.1-next.3",
48
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
49
- "@backstage/backend-tasks": "^0.5.13-next.3",
50
- "@backstage/catalog-client": "^1.5.0-next.1",
46
+ "@backstage/backend-common": "^0.20.1-next.0",
47
+ "@backstage/backend-openapi-utils": "^0.1.2-next.0",
48
+ "@backstage/backend-plugin-api": "^0.6.9-next.0",
49
+ "@backstage/backend-tasks": "^0.5.14-next.0",
50
+ "@backstage/catalog-client": "^1.5.2-next.0",
51
51
  "@backstage/catalog-model": "^1.4.3",
52
52
  "@backstage/config": "^1.1.1",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/integration": "^1.8.0-next.1",
55
- "@backstage/plugin-auth-node": "^0.4.2-next.3",
56
- "@backstage/plugin-catalog-common": "^1.0.18",
57
- "@backstage/plugin-catalog-node": "^1.6.0-next.3",
58
- "@backstage/plugin-events-node": "^0.2.17-next.3",
59
- "@backstage/plugin-permission-common": "^0.7.10",
60
- "@backstage/plugin-permission-node": "^0.7.19-next.3",
61
- "@backstage/plugin-search-backend-module-catalog": "^0.1.12-next.3",
54
+ "@backstage/integration": "^1.8.0",
55
+ "@backstage/plugin-auth-node": "^0.4.3-next.0",
56
+ "@backstage/plugin-catalog-common": "^1.0.19",
57
+ "@backstage/plugin-catalog-node": "^1.6.1-next.0",
58
+ "@backstage/plugin-events-node": "^0.2.18-next.0",
59
+ "@backstage/plugin-permission-common": "^0.7.11",
60
+ "@backstage/plugin-permission-node": "^0.7.20-next.0",
61
+ "@backstage/plugin-search-backend-module-catalog": "^0.1.13-next.0",
62
62
  "@backstage/types": "^1.1.1",
63
63
  "@opentelemetry/api": "^1.3.0",
64
64
  "@types/express": "^4.17.6",
@@ -80,12 +80,12 @@
80
80
  "winston": "^3.2.1",
81
81
  "yaml": "^2.0.0",
82
82
  "yn": "^4.0.0",
83
- "zod": "^3.21.4"
83
+ "zod": "^3.22.4"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/backend-test-utils": "^0.2.9-next.3",
87
- "@backstage/cli": "^0.25.0-next.3",
88
- "@backstage/plugin-permission-common": "^0.7.10",
86
+ "@backstage/backend-test-utils": "^0.2.10-next.0",
87
+ "@backstage/cli": "^0.25.1-next.0",
88
+ "@backstage/plugin-permission-common": "^0.7.11",
89
89
  "@types/core-js": "^2.5.4",
90
90
  "@types/git-url-parse": "^9.0.0",
91
91
  "@types/glob": "^8.0.0",