@backstage-community/plugin-cicd-statistics 0.14.1 → 0.15.1

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,17 @@
1
1
  # @backstage-community/plugin-cicd-statistics
2
2
 
3
+ ## 0.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a7f3f99: Backstage version bump to v1.48.4
8
+
9
+ ## 0.15.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 1aa4d3e: Backstage version bump to v1.47.2
14
+
3
15
  ## 0.14.1
4
16
 
5
17
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import * as _backstage_catalog_model from '@backstage/catalog-model';
3
3
  import * as react from 'react';
4
- import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
4
+ import * as _backstage_filter_predicates from '@backstage/filter-predicates';
5
5
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
6
6
 
7
7
  /**
@@ -16,14 +16,16 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
16
16
  config: {
17
17
  path: string | undefined;
18
18
  title: string | undefined;
19
- filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
19
+ filter: _backstage_filter_predicates.FilterPredicate | undefined;
20
20
  group: string | false | undefined;
21
+ icon: string | undefined;
21
22
  };
22
23
  configInput: {
23
- filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
24
+ filter?: _backstage_filter_predicates.FilterPredicate | undefined;
24
25
  title?: string | undefined;
25
26
  path?: string | undefined;
26
27
  group?: string | false | undefined;
28
+ icon?: string | undefined;
27
29
  };
28
30
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _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", {
29
31
  optional: true;
@@ -33,6 +35,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
33
35
  optional: true;
34
36
  }> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-content-group", {
35
37
  optional: true;
38
+ }> | _backstage_frontend_plugin_api.ExtensionDataRef<string | react.ReactElement<any, string | react.JSXElementConstructor<any>>, "catalog.entity-content-icon", {
39
+ optional: true;
36
40
  }>;
37
41
  inputs: {};
38
42
  params: {
@@ -42,9 +46,10 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
42
46
  title: string;
43
47
  defaultGroup?: [Error: "Use the 'group' param instead"] | undefined;
44
48
  group?: (string & {}) | "overview" | "documentation" | "development" | "deployment" | "operation" | "observability" | undefined;
49
+ icon?: string | react.ReactElement<any, string | react.JSXElementConstructor<any>> | undefined;
45
50
  loader: () => Promise<JSX.Element>;
46
51
  routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
47
- filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
52
+ filter?: _backstage_filter_predicates.FilterPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
48
53
  };
49
54
  }>;
50
55
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-cicd-statistics",
3
- "version": "0.14.1",
3
+ "version": "0.15.1",
4
4
  "description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -66,10 +66,10 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@backstage/catalog-model": "^1.7.6",
69
- "@backstage/core-compat-api": "^0.5.5",
70
- "@backstage/core-plugin-api": "^1.12.1",
71
- "@backstage/frontend-plugin-api": "^0.13.2",
72
- "@backstage/plugin-catalog-react": "^1.21.4",
69
+ "@backstage/core-compat-api": "^0.5.8",
70
+ "@backstage/core-plugin-api": "^1.12.3",
71
+ "@backstage/frontend-plugin-api": "^0.14.1",
72
+ "@backstage/plugin-catalog-react": "^2.0.0",
73
73
  "@date-io/luxon": "^1.3.13",
74
74
  "@material-ui/core": "^4.12.2",
75
75
  "@material-ui/icons": "^4.9.1",
@@ -83,9 +83,9 @@
83
83
  "recharts": "^2.5.0"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/cli": "^0.35.1",
87
- "@backstage/dev-utils": "^1.1.18",
88
- "@backstage/plugin-catalog": "^1.32.1",
86
+ "@backstage/cli": "^0.35.4",
87
+ "@backstage/dev-utils": "^1.1.20",
88
+ "@backstage/plugin-catalog": "^1.33.1",
89
89
  "@types/humanize-duration": "^3.18.1",
90
90
  "@types/lodash": "^4.14.151",
91
91
  "@types/luxon": "^3.0.0",