@backstage/plugin-catalog-unprocessed-entities 0.2.29-next.2 → 0.2.30-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 +35 -0
- package/dist/alpha.d.ts +8 -4
- package/dist/package.json.esm.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-unprocessed-entities
|
|
2
2
|
|
|
3
|
+
## 0.2.30-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.18.10-next.0
|
|
9
|
+
- @backstage/ui@0.15.0-next.0
|
|
10
|
+
- @backstage/errors@1.3.1-next.0
|
|
11
|
+
- @backstage/core-compat-api@0.5.11-next.0
|
|
12
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
14
|
+
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.15-next.0
|
|
15
|
+
|
|
16
|
+
## 0.2.29
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 482ceed: Migrated from `assertError` to `toError` for error handling.
|
|
21
|
+
- b6f1fae: The unprocessed entities view is now primarily intended for use as a tab within the DevTools plugin. The standalone page is still available but disabled by default. To re-enable it, add the following to your `app-config.yaml`:
|
|
22
|
+
|
|
23
|
+
```yaml
|
|
24
|
+
app:
|
|
25
|
+
extensions:
|
|
26
|
+
- page:catalog-unprocessed-entities
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/ui@0.14.0
|
|
31
|
+
- @backstage/errors@1.3.0
|
|
32
|
+
- @backstage/frontend-plugin-api@0.16.0
|
|
33
|
+
- @backstage/core-components@0.18.9
|
|
34
|
+
- @backstage/core-compat-api@0.5.10
|
|
35
|
+
- @backstage/core-plugin-api@1.12.5
|
|
36
|
+
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.14
|
|
37
|
+
|
|
3
38
|
## 0.2.29-next.2
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -18,8 +18,12 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
18
18
|
"nav-item:catalog-unprocessed-entities": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
19
19
|
kind: "nav-item";
|
|
20
20
|
name: undefined;
|
|
21
|
-
config: {
|
|
22
|
-
|
|
21
|
+
config: {
|
|
22
|
+
title: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
configInput: {
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
};
|
|
23
27
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<{
|
|
24
28
|
title: string;
|
|
25
29
|
icon: _backstage_frontend_plugin_api.IconComponent;
|
|
@@ -40,8 +44,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
40
44
|
title: string | undefined;
|
|
41
45
|
};
|
|
42
46
|
configInput: {
|
|
43
|
-
title?: string | undefined;
|
|
44
47
|
path?: string | undefined;
|
|
48
|
+
title?: string | undefined;
|
|
45
49
|
};
|
|
46
50
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
47
51
|
optional: true;
|
|
@@ -80,8 +84,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
80
84
|
title: string | undefined;
|
|
81
85
|
};
|
|
82
86
|
configInput: {
|
|
83
|
-
title?: string | undefined;
|
|
84
87
|
path?: string | undefined;
|
|
88
|
+
title?: string | undefined;
|
|
85
89
|
};
|
|
86
90
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
87
91
|
optional: true;
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "catalog-unprocessed-entities",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"test": "backstage-cli package test"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@backstage/core-compat-api": "0.5.
|
|
66
|
-
"@backstage/core-components": "0.18.
|
|
67
|
-
"@backstage/core-plugin-api": "1.12.
|
|
68
|
-
"@backstage/errors": "1.3.
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.
|
|
70
|
-
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.
|
|
71
|
-
"@backstage/ui": "0.
|
|
65
|
+
"@backstage/core-compat-api": "0.5.11-next.0",
|
|
66
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
67
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
68
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
69
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
70
|
+
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.15-next.0",
|
|
71
|
+
"@backstage/ui": "0.15.0-next.0",
|
|
72
72
|
"@material-ui/core": "^4.9.13",
|
|
73
73
|
"@material-ui/icons": "^4.9.1",
|
|
74
74
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"react-use": "^17.2.4"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@backstage/cli": "0.36.
|
|
80
|
-
"@backstage/dev-utils": "1.1.
|
|
79
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
80
|
+
"@backstage/dev-utils": "1.1.23-next.0",
|
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|
|
82
82
|
"@testing-library/react": "^16.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|