Skip to content

Commit 840c7dc

Browse files
backstage-servicegithub-actions[bot]awanlin
authored
azure-devops - version:bump to v1.45.1 (#6136)
* v1.45.1 version bump * Updated API Report Signed-off-by: Andre Wanlin <[email protected]> --------- Signed-off-by: Andre Wanlin <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <[email protected]>
1 parent 2d8cd5b commit 840c7dc

File tree

5 files changed

+2950
-978
lines changed

5 files changed

+2950
-978
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@backstage-community/plugin-azure-devops': minor
3+
'@backstage-community/plugin-azure-devops-backend': minor
4+
'@backstage-community/plugin-azure-devops-common': minor
5+
'@backstage-community/plugin-catalog-backend-module-azure-devops-annotator-processor': minor
6+
'@backstage-community/plugin-scaffolder-backend-module-azure-devops': minor
7+
'@backstage-community/plugin-scaffolder-backend-module-dotnet': minor
8+
---
9+
10+
Backstage version bump to v1.45.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins:
22
- checksum: a7960e90b20fe64de29d899d907dd9d539f4111357d84ce89eab20c01ea2941d4d4ee2a569d220be2f92f93d63cee18b85a6273cbb74980564fb80f7ee7c64d2
33
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
4-
spec: 'https://versions.backstage.io/v1/releases/1.44.0/yarn-plugin'
4+
spec: 'https://versions.backstage.io/v1/releases/1.45.1/yarn-plugin'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.44.0"
2+
"version": "1.45.1"
33
}

workspaces/azure-devops/plugins/azure-devops/report-alpha.api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { EntityCardType } from '@backstage/plugin-catalog-react/alpha';
1313
import { EntityPredicate } from '@backstage/plugin-catalog-react/alpha';
1414
import { ExtensionBlueprintParams } from '@backstage/frontend-plugin-api';
1515
import { ExtensionDataRef } from '@backstage/frontend-plugin-api';
16-
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
1716
import { JSX as JSX_2 } from 'react';
17+
import { OverridableExtensionDefinition } from '@backstage/frontend-plugin-api';
1818
import { OverridableFrontendPlugin } from '@backstage/frontend-plugin-api';
1919
import { RouteRef } from '@backstage/frontend-plugin-api';
2020

@@ -23,7 +23,7 @@ const _default: OverridableFrontendPlugin<
2323
{},
2424
{},
2525
{
26-
'api:azure-devops': ExtensionDefinition<{
26+
'api:azure-devops': OverridableExtensionDefinition<{
2727
kind: 'api';
2828
name: undefined;
2929
config: {};
@@ -40,7 +40,7 @@ const _default: OverridableFrontendPlugin<
4040
params: ApiFactory<TApi, TImpl, TDeps>,
4141
) => ExtensionBlueprintParams<AnyApiFactory>;
4242
}>;
43-
'entity-card:azure-devops/readme': ExtensionDefinition<{
43+
'entity-card:azure-devops/readme': OverridableExtensionDefinition<{
4444
kind: 'entity-card';
4545
name: 'readme';
4646
config: {
@@ -81,7 +81,7 @@ const _default: OverridableFrontendPlugin<
8181
type?: EntityCardType | undefined;
8282
};
8383
}>;
84-
'entity-content:azure-devops/git-tags': ExtensionDefinition<{
84+
'entity-content:azure-devops/git-tags': OverridableExtensionDefinition<{
8585
kind: 'entity-content';
8686
name: 'git-tags';
8787
config: {
@@ -149,7 +149,7 @@ const _default: OverridableFrontendPlugin<
149149
filter?: EntityPredicate | ((entity: Entity) => boolean) | undefined;
150150
};
151151
}>;
152-
'entity-content:azure-devops/pipelines': ExtensionDefinition<{
152+
'entity-content:azure-devops/pipelines': OverridableExtensionDefinition<{
153153
kind: 'entity-content';
154154
name: 'pipelines';
155155
config: {
@@ -217,7 +217,7 @@ const _default: OverridableFrontendPlugin<
217217
filter?: EntityPredicate | ((entity: Entity) => boolean) | undefined;
218218
};
219219
}>;
220-
'entity-content:azure-devops/pull-requests': ExtensionDefinition<{
220+
'entity-content:azure-devops/pull-requests': OverridableExtensionDefinition<{
221221
kind: 'entity-content';
222222
name: 'pull-requests';
223223
config: {
@@ -285,7 +285,7 @@ const _default: OverridableFrontendPlugin<
285285
filter?: EntityPredicate | ((entity: Entity) => boolean) | undefined;
286286
};
287287
}>;
288-
'page:azure-devops': ExtensionDefinition<{
288+
'page:azure-devops': OverridableExtensionDefinition<{
289289
kind: 'page';
290290
name: undefined;
291291
config: {

0 commit comments

Comments
 (0)