@backstage/plugin-catalog 2.0.4 → 2.0.5-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 +27 -21
- package/dist/package.json.esm.js +1 -2
- package/dist/package.json.esm.js.map +1 -1
- package/package.json +26 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
-
## 2.0.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
- @backstage/
|
|
21
|
-
- @backstage/
|
|
22
|
-
- @backstage/plugin-
|
|
23
|
-
- @backstage/plugin-
|
|
3
|
+
## 2.0.5-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0c5e41f: Removed unused dependencies that had no imports in source code.
|
|
8
|
+
- cad156e: Replaced old config schema values from existing extensions and blueprints.
|
|
9
|
+
- 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/core-components@0.18.10-next.0
|
|
12
|
+
- @backstage/ui@0.15.0-next.0
|
|
13
|
+
- @backstage/errors@1.3.1-next.0
|
|
14
|
+
- @backstage/core-compat-api@0.5.11-next.0
|
|
15
|
+
- @backstage/plugin-catalog-react@2.1.5-next.0
|
|
16
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
17
|
+
- @backstage/plugin-techdocs-react@1.3.11-next.0
|
|
18
|
+
- @backstage/plugin-search-react@1.11.4-next.0
|
|
19
|
+
- @backstage/integration-react@1.2.18-next.0
|
|
20
|
+
- @backstage/catalog-client@1.15.1-next.0
|
|
21
|
+
- @backstage/catalog-model@1.8.1-next.0
|
|
22
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
23
|
+
- @backstage/plugin-scaffolder-common@2.1.1-next.0
|
|
24
|
+
- @backstage/types@1.2.2
|
|
25
|
+
- @backstage/version-bridge@1.0.12
|
|
26
|
+
- @backstage/plugin-catalog-common@1.1.10-next.0
|
|
27
|
+
- @backstage/plugin-permission-react@0.5.1-next.0
|
|
28
|
+
- @backstage/plugin-search-common@1.2.24-next.0
|
|
29
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
24
30
|
|
|
25
31
|
## 2.0.2
|
|
26
32
|
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-catalog";
|
|
2
|
-
var version = "2.0.
|
|
2
|
+
var version = "2.0.5-next.0";
|
|
3
3
|
var description = "The Backstage plugin for browsing the Backstage catalog";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -82,7 +82,6 @@ var dependencies = {
|
|
|
82
82
|
"@mui/utils": "^5.14.15",
|
|
83
83
|
classnames: "^2.3.1",
|
|
84
84
|
dataloader: "^2.0.0",
|
|
85
|
-
history: "^5.0.0",
|
|
86
85
|
lodash: "^4.17.21",
|
|
87
86
|
pluralize: "^8.0.0",
|
|
88
87
|
"react-helmet": "6.1.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5-next.0",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,32 +70,31 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-client": "
|
|
74
|
-
"@backstage/catalog-model": "
|
|
75
|
-
"@backstage/core-compat-api": "
|
|
76
|
-
"@backstage/core-components": "
|
|
77
|
-
"@backstage/core-plugin-api": "
|
|
78
|
-
"@backstage/errors": "
|
|
79
|
-
"@backstage/frontend-plugin-api": "
|
|
80
|
-
"@backstage/integration-react": "
|
|
81
|
-
"@backstage/plugin-catalog-common": "
|
|
82
|
-
"@backstage/plugin-catalog-react": "
|
|
83
|
-
"@backstage/plugin-permission-react": "
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "
|
|
85
|
-
"@backstage/plugin-search-common": "
|
|
86
|
-
"@backstage/plugin-search-react": "
|
|
87
|
-
"@backstage/plugin-techdocs-common": "
|
|
88
|
-
"@backstage/plugin-techdocs-react": "
|
|
89
|
-
"@backstage/types": "
|
|
90
|
-
"@backstage/ui": "
|
|
91
|
-
"@backstage/version-bridge": "
|
|
73
|
+
"@backstage/catalog-client": "1.15.1-next.0",
|
|
74
|
+
"@backstage/catalog-model": "1.8.1-next.0",
|
|
75
|
+
"@backstage/core-compat-api": "0.5.11-next.0",
|
|
76
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
77
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
78
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
80
|
+
"@backstage/integration-react": "1.2.18-next.0",
|
|
81
|
+
"@backstage/plugin-catalog-common": "1.1.10-next.0",
|
|
82
|
+
"@backstage/plugin-catalog-react": "2.1.5-next.0",
|
|
83
|
+
"@backstage/plugin-permission-react": "0.5.1-next.0",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "2.1.1-next.0",
|
|
85
|
+
"@backstage/plugin-search-common": "1.2.24-next.0",
|
|
86
|
+
"@backstage/plugin-search-react": "1.11.4-next.0",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "1.3.11-next.0",
|
|
89
|
+
"@backstage/types": "1.2.2",
|
|
90
|
+
"@backstage/ui": "0.15.0-next.0",
|
|
91
|
+
"@backstage/version-bridge": "1.0.12",
|
|
92
92
|
"@material-ui/core": "^4.12.2",
|
|
93
93
|
"@material-ui/icons": "^4.9.1",
|
|
94
94
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
95
95
|
"@mui/utils": "^5.14.15",
|
|
96
96
|
"classnames": "^2.3.1",
|
|
97
97
|
"dataloader": "^2.0.0",
|
|
98
|
-
"history": "^5.0.0",
|
|
99
98
|
"lodash": "^4.17.21",
|
|
100
99
|
"pluralize": "^8.0.0",
|
|
101
100
|
"react-helmet": "6.1.0",
|
|
@@ -104,12 +103,12 @@
|
|
|
104
103
|
"zod": "^4.0.0"
|
|
105
104
|
},
|
|
106
105
|
"devDependencies": {
|
|
107
|
-
"@backstage/cli": "
|
|
108
|
-
"@backstage/core-app-api": "
|
|
109
|
-
"@backstage/dev-utils": "
|
|
110
|
-
"@backstage/frontend-test-utils": "
|
|
111
|
-
"@backstage/plugin-permission-common": "
|
|
112
|
-
"@backstage/test-utils": "
|
|
106
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
107
|
+
"@backstage/core-app-api": "1.20.1-next.0",
|
|
108
|
+
"@backstage/dev-utils": "1.1.23-next.0",
|
|
109
|
+
"@backstage/frontend-test-utils": "0.5.3-next.0",
|
|
110
|
+
"@backstage/plugin-permission-common": "0.9.9-next.0",
|
|
111
|
+
"@backstage/test-utils": "1.7.18-next.0",
|
|
113
112
|
"@testing-library/dom": "^10.0.0",
|
|
114
113
|
"@testing-library/jest-dom": "^6.0.0",
|
|
115
114
|
"@testing-library/react": "^16.0.0",
|