@backstage-community/plugin-cicd-statistics 0.12.1 → 0.13.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,11 @@
1
1
  # @backstage-community/plugin-cicd-statistics
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 060f3b1: Backstage version bump to v1.45.1
8
+
3
9
  ## 0.12.1
4
10
 
5
11
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -10,7 +10,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
10
10
  declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
11
11
  entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>;
12
12
  }, {}, {
13
- "entity-content:cicd-statistics/entity": _backstage_frontend_plugin_api.ExtensionDefinition<{
13
+ "entity-content:cicd-statistics/entity": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
14
14
  kind: "entity-content";
15
15
  name: "entity";
16
16
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-cicd-statistics",
3
- "version": "0.12.1",
3
+ "version": "0.13.0",
4
4
  "description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -65,11 +65,11 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/catalog-model": "^1.7.5",
69
- "@backstage/core-compat-api": "^0.5.3",
70
- "@backstage/core-plugin-api": "^1.11.1",
71
- "@backstage/frontend-plugin-api": "^0.12.1",
72
- "@backstage/plugin-catalog-react": "^1.21.2",
68
+ "@backstage/catalog-model": "^1.7.6",
69
+ "@backstage/core-compat-api": "^0.5.4",
70
+ "@backstage/core-plugin-api": "^1.12.0",
71
+ "@backstage/frontend-plugin-api": "^0.13.1",
72
+ "@backstage/plugin-catalog-react": "^1.21.3",
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.34.4",
87
- "@backstage/dev-utils": "^1.1.15",
88
- "@backstage/plugin-catalog": "^1.31.4",
86
+ "@backstage/cli": "^0.34.5",
87
+ "@backstage/dev-utils": "^1.1.17",
88
+ "@backstage/plugin-catalog": "^1.32.0",
89
89
  "@testing-library/dom": "^10.0.0",
90
90
  "@testing-library/jest-dom": "^6.0.0",
91
91
  "@testing-library/react": "^15.0.0",