Skip to content

Commit e40e77c

Browse files
fix(deps): update backstage core (#1040)
Co-authored-by: secustors-renovate[bot] <273200065+secustors-renovate[bot]@users.noreply.github.com> Co-authored-by: secustor <sebastian@poxhofer.at>
1 parent b0855ea commit e40e77c

8 files changed

Lines changed: 1119 additions & 791 deletions

File tree

.changeset/metal-coats-chew.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@secustor/backstage-plugin-renovate-backend': patch
3+
'@secustor/backstage-plugin-renovate': patch
4+
---
5+
6+
Bump Backstage to 1.50.0

backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.49.4"
2+
"version": "1.50.0"
33
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
]
3636
},
3737
"devDependencies": {
38-
"@backstage/cli": "0.36.0",
39-
"@backstage/cli-defaults": "0.1.0",
38+
"@backstage/cli": "0.36.1",
39+
"@backstage/cli-defaults": "0.1.1",
4040
"@backstage/e2e-test-utils": "0.1.2",
4141
"@changesets/changelog-github": "0.6.0",
4242
"@changesets/cli": "2.30.0",

packages/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@backstage/core-components": "^0.18.4",
2020
"@backstage/core-plugin-api": "^1.12.1",
2121
"@backstage/frontend-defaults": "^0.5.0",
22-
"@backstage/frontend-plugin-api": "^0.15.0",
22+
"@backstage/frontend-plugin-api": "^0.16.0",
2323
"@backstage/integration-react": "^1.2.13",
2424
"@backstage/plugin-app-react": "^0.2.0",
2525
"@backstage/plugin-app-visualizer": "^0.2.0",
@@ -28,9 +28,9 @@
2828
"@backstage/plugin-org": "^0.7.0",
2929
"@backstage/plugin-scaffolder": "^1.35.0",
3030
"@backstage/plugin-search": "^1.5.1",
31-
"@backstage/plugin-signals": "^0.0.29",
31+
"@backstage/plugin-signals": "^0.0.30",
3232
"@backstage/plugin-user-settings": "^0.9.0",
33-
"@backstage/ui": "^0.13.0",
33+
"@backstage/ui": "^0.14.0",
3434
"@material-ui/core": "^4.12.2",
3535
"@material-ui/icons": "^4.9.1",
3636
"@secustor/backstage-plugin-renovate": "workspace:^",
@@ -40,7 +40,7 @@
4040
"react-router-dom": "^6.3.0"
4141
},
4242
"devDependencies": {
43-
"@backstage/frontend-test-utils": "0.5.1",
43+
"@backstage/frontend-test-utils": "0.5.2",
4444
"@playwright/test": "1.59.1",
4545
"@testing-library/dom": "10.4.1",
4646
"@testing-library/jest-dom": "6.9.1",

packages/backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
1717
},
1818
"dependencies": {
19-
"@backstage/backend-defaults": "^0.16.0",
19+
"@backstage/backend-defaults": "^0.17.0",
2020
"@backstage/config": "^1.3.6",
2121
"@backstage/plugin-app-backend": "^0.5.9",
22-
"@backstage/plugin-auth-backend": "^0.27.0",
22+
"@backstage/plugin-auth-backend": "^0.28.0",
2323
"@backstage/plugin-auth-backend-module-github-provider": "^0.5.0",
2424
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.15",
25-
"@backstage/plugin-auth-node": "^0.6.10",
25+
"@backstage/plugin-auth-node": "^0.7.0",
2626
"@backstage/plugin-catalog-backend": "^3.3.0",
2727
"@backstage/plugin-catalog-backend-module-logs": "^0.1.17",
2828
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.15",
@@ -51,7 +51,7 @@
5151
"pg": "^8.11.3"
5252
},
5353
"devDependencies": {
54-
"@backstage/cli": "0.36.0"
54+
"@backstage/cli": "0.36.1"
5555
},
5656
"files": [
5757
"dist"

plugins/renovate-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"postpack": "backstage-cli package postpack"
4949
},
5050
"dependencies": {
51-
"@backstage/backend-defaults": "^0.16.0",
51+
"@backstage/backend-defaults": "^0.17.0",
5252
"@backstage/backend-openapi-utils": "^0.6.4",
5353
"@backstage/backend-plugin-api": "^1.6.0",
5454
"@backstage/catalog-client": "^1.12.1",

plugins/renovate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
"@backstage/core-components": "^0.18.4",
6363
"@backstage/core-plugin-api": "^1.12.1",
6464
"@backstage/errors": "^1.2.7",
65-
"@backstage/frontend-plugin-api": "^0.15.0",
65+
"@backstage/frontend-plugin-api": "^0.16.0",
6666
"@backstage/integration-react": "^1.2.13",
6767
"@backstage/plugin-catalog-react": "^2.0.0",
6868
"@backstage/theme": "^0.7.1",
69-
"@backstage/ui": "^0.13.0",
69+
"@backstage/ui": "^0.14.0",
7070
"@emotion/react": "^11.13.3",
7171
"@emotion/styled": "^11.13.0",
7272
"@mui/icons-material": "^7.0.0",

0 commit comments

Comments
 (0)