@backstage-community/plugin-azure-devops 0.6.0 → 0.6.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,13 @@
1
1
  # @backstage-community/plugin-azure-devops
2
2
 
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dab2f81: Backstage version bump to v1.32.2
8
+ - Updated dependencies [dab2f81]
9
+ - @backstage-community/plugin-azure-devops-common@0.4.9
10
+
3
11
  ## 0.6.0
4
12
 
5
13
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-azure-devops__alpha",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -7,16 +7,17 @@ import React__default from 'react';
7
7
  declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
8
8
  "api:azure-devops": _backstage_frontend_plugin_api.ExtensionDefinition<{
9
9
  kind: "api";
10
- namespace: undefined;
11
10
  name: undefined;
12
11
  config: {};
13
12
  configInput: {};
14
13
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
15
14
  inputs: {};
15
+ params: {
16
+ factory: _backstage_core_plugin_api.AnyApiFactory;
17
+ };
16
18
  }>;
17
19
  "page:azure-devops": _backstage_frontend_plugin_api.ExtensionDefinition<{
18
20
  kind: "page";
19
- namespace: undefined;
20
21
  name: undefined;
21
22
  config: {
22
23
  path: string | undefined;
@@ -28,10 +29,14 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
28
29
  optional: true;
29
30
  }>;
30
31
  inputs: {};
32
+ params: {
33
+ defaultPath: string;
34
+ loader: () => Promise<JSX.Element>;
35
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
36
+ };
31
37
  }>;
32
38
  "entity-content:azure-devops/pipelines": _backstage_frontend_plugin_api.ExtensionDefinition<{
33
39
  kind: "entity-content";
34
- namespace: undefined;
35
40
  name: "pipelines";
36
41
  config: {
37
42
  path: string | undefined;
@@ -51,10 +56,16 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
51
56
  optional: true;
52
57
  }>;
53
58
  inputs: {};
59
+ params: {
60
+ loader: () => Promise<JSX.Element>;
61
+ defaultPath: string;
62
+ defaultTitle: string;
63
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
64
+ filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
65
+ };
54
66
  }>;
55
67
  "entity-content:azure-devops/git-tags": _backstage_frontend_plugin_api.ExtensionDefinition<{
56
68
  kind: "entity-content";
57
- namespace: undefined;
58
69
  name: "git-tags";
59
70
  config: {
60
71
  path: string | undefined;
@@ -74,10 +85,16 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
74
85
  optional: true;
75
86
  }>;
76
87
  inputs: {};
88
+ params: {
89
+ loader: () => Promise<JSX.Element>;
90
+ defaultPath: string;
91
+ defaultTitle: string;
92
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
93
+ filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
94
+ };
77
95
  }>;
78
96
  "entity-content:azure-devops/pull-requests": _backstage_frontend_plugin_api.ExtensionDefinition<{
79
97
  kind: "entity-content";
80
- namespace: undefined;
81
98
  name: "pull-requests";
82
99
  config: {
83
100
  path: string | undefined;
@@ -97,10 +114,16 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
97
114
  optional: true;
98
115
  }>;
99
116
  inputs: {};
117
+ params: {
118
+ loader: () => Promise<JSX.Element>;
119
+ defaultPath: string;
120
+ defaultTitle: string;
121
+ routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
122
+ filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
123
+ };
100
124
  }>;
101
125
  "entity-card:azure-devops/readme": _backstage_frontend_plugin_api.ExtensionDefinition<{
102
126
  kind: "entity-card";
103
- namespace: undefined;
104
127
  name: "readme";
105
128
  config: {
106
129
  filter: string | undefined;
@@ -114,6 +137,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
114
137
  optional: true;
115
138
  }>;
116
139
  inputs: {};
140
+ params: {
141
+ loader: () => Promise<JSX.Element>;
142
+ filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
143
+ };
117
144
  }>;
118
145
  }>;
119
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-azure-devops",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "azure-devops",
@@ -28,6 +28,7 @@
28
28
  "default": "./dist/index.esm.js"
29
29
  },
30
30
  "./alpha": {
31
+ "backstage": "@backstage/FrontendPlugin",
31
32
  "import": "./dist/alpha.esm.js",
32
33
  "types": "./dist/alpha.d.ts",
33
34
  "default": "./dist/alpha.esm.js"
@@ -50,15 +51,15 @@
50
51
  "test": "backstage-cli package test"
51
52
  },
52
53
  "dependencies": {
53
- "@backstage-community/plugin-azure-devops-common": "^0.4.8",
54
+ "@backstage-community/plugin-azure-devops-common": "^0.4.9",
54
55
  "@backstage/catalog-model": "^1.7.0",
55
- "@backstage/core-compat-api": "^0.3.0",
56
- "@backstage/core-components": "^0.15.0",
57
- "@backstage/core-plugin-api": "^1.9.4",
56
+ "@backstage/core-compat-api": "^0.3.1",
57
+ "@backstage/core-components": "^0.15.1",
58
+ "@backstage/core-plugin-api": "^1.10.0",
58
59
  "@backstage/errors": "^1.2.4",
59
- "@backstage/frontend-plugin-api": "^0.8.0",
60
- "@backstage/plugin-catalog-react": "^1.13.0",
61
- "@backstage/plugin-permission-react": "^0.4.26",
60
+ "@backstage/frontend-plugin-api": "^0.9.0",
61
+ "@backstage/plugin-catalog-react": "^1.14.0",
62
+ "@backstage/plugin-permission-react": "^0.4.27",
62
63
  "@material-ui/core": "^4.12.2",
63
64
  "@material-ui/icons": "^4.9.1",
64
65
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -67,9 +68,9 @@
67
68
  "react-use": "^17.2.4"
68
69
  },
69
70
  "devDependencies": {
70
- "@backstage/cli": "^0.27.1",
71
- "@backstage/dev-utils": "^1.1.0",
72
- "@backstage/test-utils": "^1.6.0",
71
+ "@backstage/cli": "^0.28.0",
72
+ "@backstage/dev-utils": "^1.1.2",
73
+ "@backstage/test-utils": "^1.7.0",
73
74
  "@testing-library/dom": "^10.0.0",
74
75
  "@testing-library/jest-dom": "^6.0.0",
75
76
  "@testing-library/react": "^15.0.0",