@backstage-community/plugin-github-actions 0.14.0 → 0.15.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-github-actions
2
2
 
3
+ ## 0.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 310e1d4: Backstage version bump to v1.43.2
8
+
3
9
  ## 0.14.0
4
10
 
5
11
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -106,8 +106,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
106
106
  config: {
107
107
  props: {
108
108
  dense: boolean;
109
- branch?: string | undefined;
110
109
  limit?: number | undefined;
110
+ branch?: string | undefined;
111
111
  };
112
112
  } & {
113
113
  filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
@@ -116,8 +116,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
116
116
  configInput: {
117
117
  props?: {
118
118
  dense?: boolean | undefined;
119
- branch?: string | undefined;
120
119
  limit?: number | undefined;
120
+ branch?: string | undefined;
121
121
  } | undefined;
122
122
  } & {
123
123
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-github-actions",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "A Backstage plugin that integrates towards GitHub Actions",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -68,13 +68,13 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@backstage/catalog-model": "^1.7.5",
71
- "@backstage/core-compat-api": "^0.5.1",
72
- "@backstage/core-components": "^0.17.5",
73
- "@backstage/core-plugin-api": "^1.10.9",
74
- "@backstage/frontend-plugin-api": "^0.11.0",
75
- "@backstage/integration": "^1.17.1",
76
- "@backstage/integration-react": "^1.2.9",
77
- "@backstage/plugin-catalog-react": "^1.20.1",
71
+ "@backstage/core-compat-api": "^0.5.2",
72
+ "@backstage/core-components": "^0.18.1",
73
+ "@backstage/core-plugin-api": "^1.11.0",
74
+ "@backstage/frontend-plugin-api": "^0.12.0",
75
+ "@backstage/integration": "^1.18.0",
76
+ "@backstage/integration-react": "^1.2.10",
77
+ "@backstage/plugin-catalog-react": "^1.21.1",
78
78
  "@material-ui/core": "^4.12.2",
79
79
  "@material-ui/icons": "^4.9.1",
80
80
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -85,10 +85,10 @@
85
85
  "react-use": "^17.2.4"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "^0.34.0",
89
- "@backstage/core-app-api": "^1.18.0",
90
- "@backstage/dev-utils": "^1.1.13",
91
- "@backstage/frontend-test-utils": "^0.3.5",
88
+ "@backstage/cli": "^0.34.3",
89
+ "@backstage/core-app-api": "^1.19.0",
90
+ "@backstage/dev-utils": "^1.1.14",
91
+ "@backstage/frontend-test-utils": "^0.3.6",
92
92
  "@backstage/test-utils": "^1.7.11",
93
93
  "@testing-library/dom": "^10.0.0",
94
94
  "@testing-library/jest-dom": "^6.0.0",