@backstage-community/plugin-azure-devops 0.21.0 → 0.22.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 +11 -0
- package/dist/alpha.d.ts +6 -6
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage-community/plugin-azure-devops
|
|
2
2
|
|
|
3
|
+
## 0.22.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 840c7dc: Backstage version bump to v1.45.1
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [840c7dc]
|
|
12
|
+
- @backstage-community/plugin-azure-devops-common@0.17.0
|
|
13
|
+
|
|
3
14
|
## 0.21.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
|
7
7
|
|
|
8
8
|
/** @alpha */
|
|
9
9
|
declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {}, {
|
|
10
|
-
"api:azure-devops": _backstage_frontend_plugin_api.
|
|
10
|
+
"api:azure-devops": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
11
11
|
kind: "api";
|
|
12
12
|
name: undefined;
|
|
13
13
|
config: {};
|
|
@@ -18,7 +18,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
18
18
|
[x: string]: unknown;
|
|
19
19
|
}>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
|
|
20
20
|
}>;
|
|
21
|
-
"entity-card:azure-devops/readme": _backstage_frontend_plugin_api.
|
|
21
|
+
"entity-card:azure-devops/readme": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
22
22
|
kind: "entity-card";
|
|
23
23
|
name: "readme";
|
|
24
24
|
config: {
|
|
@@ -43,7 +43,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
43
43
|
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
44
44
|
};
|
|
45
45
|
}>;
|
|
46
|
-
"entity-content:azure-devops/git-tags": _backstage_frontend_plugin_api.
|
|
46
|
+
"entity-content:azure-devops/git-tags": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
47
47
|
kind: "entity-content";
|
|
48
48
|
name: "git-tags";
|
|
49
49
|
config: {
|
|
@@ -80,7 +80,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
80
80
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
81
81
|
};
|
|
82
82
|
}>;
|
|
83
|
-
"entity-content:azure-devops/pipelines": _backstage_frontend_plugin_api.
|
|
83
|
+
"entity-content:azure-devops/pipelines": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
84
84
|
kind: "entity-content";
|
|
85
85
|
name: "pipelines";
|
|
86
86
|
config: {
|
|
@@ -117,7 +117,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
117
117
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
118
118
|
};
|
|
119
119
|
}>;
|
|
120
|
-
"entity-content:azure-devops/pull-requests": _backstage_frontend_plugin_api.
|
|
120
|
+
"entity-content:azure-devops/pull-requests": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
121
121
|
kind: "entity-content";
|
|
122
122
|
name: "pull-requests";
|
|
123
123
|
config: {
|
|
@@ -154,7 +154,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
154
154
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
155
155
|
};
|
|
156
156
|
}>;
|
|
157
|
-
"page:azure-devops": _backstage_frontend_plugin_api.
|
|
157
|
+
"page:azure-devops": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
158
158
|
kind: "page";
|
|
159
159
|
name: undefined;
|
|
160
160
|
config: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-azure-devops",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "azure-devops",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage-community/plugin-azure-devops-common": "^0.
|
|
67
|
-
"@backstage/catalog-model": "^1.7.
|
|
68
|
-
"@backstage/core-compat-api": "^0.5.
|
|
69
|
-
"@backstage/core-components": "^0.18.
|
|
70
|
-
"@backstage/core-plugin-api": "^1.
|
|
66
|
+
"@backstage-community/plugin-azure-devops-common": "^0.17.0",
|
|
67
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
68
|
+
"@backstage/core-compat-api": "^0.5.4",
|
|
69
|
+
"@backstage/core-components": "^0.18.3",
|
|
70
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
71
71
|
"@backstage/errors": "^1.2.7",
|
|
72
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
73
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
74
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
72
|
+
"@backstage/frontend-plugin-api": "^0.13.1",
|
|
73
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
74
|
+
"@backstage/plugin-permission-react": "^0.4.38",
|
|
75
75
|
"@material-ui/core": "^4.12.2",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
77
77
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"react-use": "^17.2.4"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/cli": "^0.34.
|
|
84
|
-
"@backstage/dev-utils": "^1.1.
|
|
85
|
-
"@backstage/test-utils": "^1.7.
|
|
83
|
+
"@backstage/cli": "^0.34.5",
|
|
84
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
85
|
+
"@backstage/test-utils": "^1.7.13",
|
|
86
86
|
"@testing-library/dom": "^10.0.0",
|
|
87
87
|
"@testing-library/jest-dom": "^6.0.0",
|
|
88
88
|
"@testing-library/react": "^15.0.0",
|