Skip to content

Commit 0fdaaa9

Browse files
committed
feat: Backstage 1.51
1 parent fc96ae8 commit 0fdaaa9

9 files changed

Lines changed: 1963 additions & 1302 deletions

File tree

.yarn/plugins/@yarnpkg/plugin-backstage.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
nodeLinker: node-modules
22

33
plugins:
4-
- checksum: a6895be0b30a75db6fddafedff143f82ccbd74656bad97775c6a0b9eba6e6ea6b7d66a8e9d0c8505755a981e86b7c6c1c9334ead299a857cf8d6e243957b0bab
4+
- checksum: 0cfdc882d3c1395592aa6d4690958e70ebbc3a8ee1d888d523dc9e3c74796de26f744c37df66a69212280634f422a88074ba625dce0f7886fbdf2a904a0c38a2
55
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
6-
spec: "https://versions.backstage.io/v1/releases/1.50.4/yarn-plugin"
6+
spec: "https://versions.backstage.io/v1/releases/1.51.1/yarn-plugin"
77

88
yarnPath: .yarn/releases/yarn-4.13.0.cjs

app-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ app:
1717
- page:catalog:
1818
config:
1919
path: /
20-
# Disable the nav items that we're manually rendering in packages/app/src/modules/nav/Sidebar.tsx
21-
- nav-item:search: false
22-
- nav-item:user-settings: false
23-
- nav-item:catalog: false
24-
- nav-item:scaffolder: false
2520

2621
organization:
2722
name: Radio Bern RaBe

backstage.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"@backstage/cli": "backstage:^",
4343
"@backstage/cli-defaults": "backstage:^",
4444
"@backstage/e2e-test-utils": "backstage:^",
45-
"@jest/environment-jsdom-abstract": "^30.4.0",
45+
"@jest/environment-jsdom-abstract": "~30.4.0",
4646
"@playwright/test": "^1.60.0",
4747
"@types/jest": "^30.0.0",
4848
"@types/react": "^18",
4949
"@types/react-dom": "^18",
5050
"eslint-plugin-jest": "^29.15.2",
51-
"jest": "^30.4.1",
51+
"jest": "~30.4.1",
5252
"jsdom": "^29.0.2",
5353
"node-gyp": "^12.3.0",
5454
"prettier": "^3.8.2",

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"lint": "backstage-cli package lint"
1616
},
1717
"dependencies": {
18-
"@backstage-community/plugin-github-actions": "^1.0.0",
19-
"@backstage-community/plugin-github-pull-requests-board": "^1.0.0",
18+
"@backstage-community/plugin-github-actions": "^1.1.0",
19+
"@backstage-community/plugin-github-pull-requests-board": "^1.1.0",
2020
"@backstage-community/plugin-todo": "^0.20.0",
2121
"@backstage/cli": "backstage:^",
2222
"@backstage/core-app-api": "backstage:^",

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build-image": "docker build ../.. -f ../../Dockerfile --tag backstage"
1818
},
1919
"dependencies": {
20-
"@backstage-community/plugin-catalog-backend-module-keycloak": "^3.19.2",
20+
"@backstage-community/plugin-catalog-backend-module-keycloak": "^3.19.3",
2121
"@backstage-community/plugin-todo-backend": "^0.21.1",
2222
"@backstage/backend-defaults": "backstage:^",
2323
"@backstage/backend-plugin-api": "backstage:^",
@@ -54,7 +54,7 @@
5454
"@backstage/plugin-techdocs-backend": "backstage:^",
5555
"@internal/backstage-plugin-catalog-backend-module-transformer": "workspace:^",
5656
"@internal/backstage-plugin-permission-backend-module-rabe": "workspace:^",
57-
"@roadiehq/scaffolder-backend-module-http-request": "^5.6.0",
57+
"@roadiehq/scaffolder-backend-module-http-request": "^5.7.0",
5858
"app": "link:../app",
5959
"better-sqlite3": "^12.10.0",
6060
"dockerode": "^5.0.0",

plugins/catalog-backend-module-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"postpack": "backstage-cli package postpack"
2929
},
3030
"dependencies": {
31-
"@backstage-community/plugin-catalog-backend-module-keycloak": "^3.19.2",
31+
"@backstage-community/plugin-catalog-backend-module-keycloak": "^3.19.3",
3232
"@backstage/backend-plugin-api": "backstage:^"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)