Skip to content

Commit 8035eee

Browse files
backstage-servicegithub-actions[bot]awanlin
authored
github-issues - version:bump to v1.39.0 (#4083)
* 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 1cd31a8 commit 8035eee

File tree

6 files changed

+242
-237
lines changed

6 files changed

+242
-237
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-issues': 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-issues/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"directory": "workspaces/github-issues"
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-issues/plugins/github-issues/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"test": "backstage-cli package test"
5050
},
5151
"dependencies": {
52-
"@backstage/catalog-model": "^1.7.3",
53-
"@backstage/core-compat-api": "^0.4.1",
54-
"@backstage/core-components": "^0.17.1",
55-
"@backstage/core-plugin-api": "^1.10.6",
52+
"@backstage/catalog-model": "^1.7.4",
53+
"@backstage/core-compat-api": "^0.4.2",
54+
"@backstage/core-components": "^0.17.2",
55+
"@backstage/core-plugin-api": "^1.10.7",
5656
"@backstage/errors": "^1.2.7",
57-
"@backstage/frontend-plugin-api": "^0.10.1",
58-
"@backstage/integration": "^1.16.3",
59-
"@backstage/integration-react": "^1.2.6",
60-
"@backstage/plugin-catalog-react": "^1.17.0",
57+
"@backstage/frontend-plugin-api": "^0.10.2",
58+
"@backstage/integration": "^1.17.0",
59+
"@backstage/integration-react": "^1.2.7",
60+
"@backstage/plugin-catalog-react": "^1.18.0",
6161
"@material-ui/core": "^4.12.4",
6262
"@material-ui/icons": "^4.9.1",
6363
"@material-ui/lab": "4.0.0-alpha.61",
@@ -67,10 +67,10 @@
6767
"react-use": "^17.4.0"
6868
},
6969
"devDependencies": {
70-
"@backstage/cli": "^0.32.0",
71-
"@backstage/dev-utils": "^1.1.9",
72-
"@backstage/frontend-test-utils": "^0.3.1",
73-
"@backstage/test-utils": "^1.7.7",
70+
"@backstage/cli": "^0.32.1",
71+
"@backstage/dev-utils": "^1.1.10",
72+
"@backstage/frontend-test-utils": "^0.3.2",
73+
"@backstage/test-utils": "^1.7.8",
7474
"@testing-library/dom": "^10.0.0",
7575
"@testing-library/jest-dom": "^6.0.0",
7676
"@testing-library/react": "^15.0.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import { AnyApiFactory } from '@backstage/core-plugin-api';
99
import { AnyRouteRefParams } from '@backstage/frontend-plugin-api';
1010
import { ConfigurableExtensionDataRef } from '@backstage/frontend-plugin-api';
11-
import { Entity } from '@backstage/catalog-model/index';
11+
import { Entity } from '@backstage/catalog-model';
1212
import { EntityCardType } from '@backstage/plugin-catalog-react/alpha';
1313
import { EntityPredicate } from '@backstage/plugin-catalog-react/alpha';
1414
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
@@ -23,7 +23,7 @@ const _default: FrontendPlugin<
2323
},
2424
{},
2525
{
26-
'api:github-issues': ExtensionDefinition<{
26+
[x: `api:${string}`]: ExtensionDefinition<{
2727
kind: 'api';
2828
name: undefined;
2929
config: {};
@@ -38,7 +38,7 @@ const _default: FrontendPlugin<
3838
factory: AnyApiFactory;
3939
};
4040
}>;
41-
'entity-card:github-issues/overview': ExtensionDefinition<{
41+
[x: `entity-card:${string}/overview`]: ExtensionDefinition<{
4242
kind: 'entity-card';
4343
name: 'overview';
4444
config: {
@@ -79,7 +79,7 @@ const _default: FrontendPlugin<
7979
type?: EntityCardType | undefined;
8080
};
8181
}>;
82-
'entity-content:github-issues/entity': ExtensionDefinition<{
82+
[x: `entity-content:${string}/entity`]: ExtensionDefinition<{
8383
kind: 'entity-content';
8484
name: 'entity';
8585
config: {

0 commit comments

Comments
 (0)