Skip to content

Commit 1cd31a8

Browse files
backstage-servicegithub-actions[bot]awanlin
authored
github-deployments - version:bump to v1.39.0 (#4084)
* v1.39.0 version bump * Updated API Report Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Andre Wanlin <awanlin@spotify.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <awanlin@spotify.com>
1 parent f1e2943 commit 1cd31a8

File tree

6 files changed

+292
-238
lines changed

6 files changed

+292
-238
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-github-deployments': minor
3+
---
4+
5+
Backstage version bump to v1.39.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.38.1"
2+
"version": "1.39.0"
33
}

workspaces/github-deployments/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"directory": "workspaces/github-deployments"
3535
},
3636
"devDependencies": {
37-
"@backstage/cli": "^0.32.0",
37+
"@backstage/cli": "^0.32.1",
3838
"@backstage/e2e-test-utils": "^0.1.1",
39-
"@backstage/repo-tools": "^0.13.2",
39+
"@backstage/repo-tools": "^0.13.3",
4040
"@changesets/cli": "^2.27.1",
4141
"knip": "^5.27.4",
4242
"node-gyp": "^10.0.0",

workspaces/github-deployments/plugins/github-deployments/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"test": "backstage-cli package test"
5151
},
5252
"dependencies": {
53-
"@backstage/catalog-model": "^1.7.3",
54-
"@backstage/core-compat-api": "^0.4.1",
55-
"@backstage/core-components": "^0.17.1",
56-
"@backstage/core-plugin-api": "^1.10.6",
53+
"@backstage/catalog-model": "^1.7.4",
54+
"@backstage/core-compat-api": "^0.4.2",
55+
"@backstage/core-components": "^0.17.2",
56+
"@backstage/core-plugin-api": "^1.10.7",
5757
"@backstage/errors": "^1.2.7",
58-
"@backstage/frontend-plugin-api": "^0.10.1",
59-
"@backstage/integration": "^1.16.3",
60-
"@backstage/integration-react": "^1.2.6",
61-
"@backstage/plugin-catalog-react": "^1.17.0",
58+
"@backstage/frontend-plugin-api": "^0.10.2",
59+
"@backstage/integration": "^1.17.0",
60+
"@backstage/integration-react": "^1.2.7",
61+
"@backstage/plugin-catalog-react": "^1.18.0",
6262
"@material-ui/core": "^4.12.2",
6363
"@material-ui/icons": "^4.9.1",
6464
"@octokit/graphql": "^5.0.0",
@@ -67,11 +67,11 @@
6767
"react-use": "^17.2.4"
6868
},
6969
"devDependencies": {
70-
"@backstage/cli": "^0.32.0",
71-
"@backstage/core-app-api": "^1.16.1",
72-
"@backstage/dev-utils": "^1.1.9",
73-
"@backstage/frontend-test-utils": "^0.3.1",
74-
"@backstage/test-utils": "^1.7.7",
70+
"@backstage/cli": "^0.32.1",
71+
"@backstage/core-app-api": "^1.17.0",
72+
"@backstage/dev-utils": "^1.1.10",
73+
"@backstage/frontend-test-utils": "^0.3.2",
74+
"@backstage/test-utils": "^1.7.8",
7575
"@testing-library/dom": "^10.0.0",
7676
"@testing-library/jest-dom": "^6.0.0",
7777
"@testing-library/react": "^15.0.0",

workspaces/github-deployments/plugins/github-deployments/report-alpha.api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import { AnyApiFactory } from '@backstage/core-plugin-api';
99
import { ConfigurableExtensionDataRef } from '@backstage/frontend-plugin-api';
10-
import { Entity } from '@backstage/catalog-model/index';
10+
import { Entity } from '@backstage/catalog-model';
1111
import { EntityCardType } from '@backstage/plugin-catalog-react/alpha';
1212
import { EntityPredicate } from '@backstage/plugin-catalog-react/alpha';
1313
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
@@ -22,7 +22,7 @@ const _default: FrontendPlugin<
2222
},
2323
{},
2424
{
25-
'api:github-deployments': ExtensionDefinition<{
25+
[x: `api:${string}`]: ExtensionDefinition<{
2626
kind: 'api';
2727
name: undefined;
2828
config: {};
@@ -37,7 +37,7 @@ const _default: FrontendPlugin<
3737
factory: AnyApiFactory;
3838
};
3939
}>;
40-
'entity-card:github-deployments/overview': ExtensionDefinition<{
40+
[x: `entity-card:${string}/overview`]: ExtensionDefinition<{
4141
kind: 'entity-card';
4242
name: 'overview';
4343
config: {

0 commit comments

Comments
 (0)