Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions workspaces/boost/.changeset/bump-boost-backstage-1.52.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@red-hat-developer-hub/backstage-plugin-boost-backend': patch
'@red-hat-developer-hub/backstage-plugin-boost-backend-module-kagenti': patch
'@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack': patch
'@red-hat-developer-hub/backstage-plugin-boost-common': patch
'@red-hat-developer-hub/backstage-plugin-boost-node': patch
'@red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit': patch
'@red-hat-developer-hub/backstage-plugin-boost-toolscope': patch
'@red-hat-developer-hub/backstage-plugin-kagenti-entity-provider': patch
'@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider': patch
---

bump workspace to Backstage 1.52.0
4 changes: 4 additions & 0 deletions workspaces/boost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ All specs are currently in **draft** status (pre-implementation). They will be m
| ------------- | ----------- |
| _coming soon_ | |

## Compatibility

This workspace is aligned with **Backstage 1.52.0** (see [`backstage.json`](backstage.json)).

## Development

```bash
Expand Down
2 changes: 1 addition & 1 deletion workspaces/boost/backstage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "1.45.0" }
{ "version": "1.52.0" }
6 changes: 3 additions & 3 deletions workspaces/boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"directory": "workspaces/boost"
},
"devDependencies": {
"@backstage/cli": "^0.34.5",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.16.0",
"@backstage/cli": "^0.36.3",
"@backstage/e2e-test-utils": "^0.1.2",
"@backstage/repo-tools": "^0.17.3",
"@changesets/cli": "^2.27.1",
"@fission-ai/openspec": "^1.4.1",
"knip": "^5.27.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
}
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.1",
"@backstage/backend-plugin-api": "^1.9.2",
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-boost-node": "workspace:^"
},
"devDependencies": {
"@backstage/cli": "^0.34.5",
"@backstage/cli": "^0.36.3",
"@red-hat-developer-hub/cli": "^1.11.1"
},
"sideEffects": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
}
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.1",
"@backstage/backend-plugin-api": "^1.9.2",
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-boost-node": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit": "workspace:^"
},
"devDependencies": {
"@backstage/cli": "^0.34.5",
"@backstage/cli": "^0.36.3",
"@red-hat-developer-hub/cli": "^1.11.1"
},
"sideEffects": false,
Expand Down
10 changes: 5 additions & 5 deletions workspaces/boost/plugins/boost-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
}
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.1",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-permission-common": "^0.9.7",
"@backstage/plugin-permission-node": "^0.10.11",
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/errors": "^1.3.1",
"@backstage/plugin-permission-common": "^0.9.9",
"@backstage/plugin-permission-node": "^0.11.1",
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-boost-node": "workspace:^",
"express": "^4.21.1",
"knex": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@backstage/cli": "^0.34.5",
"@backstage/cli": "^0.36.3",
"@red-hat-developer-hub/cli": "^1.11.1",
"@types/express": "4.17.25"
},
Expand Down
6 changes: 3 additions & 3 deletions workspaces/boost/plugins/boost-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
]
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.9.7"
"@backstage/plugin-permission-common": "^0.9.9"
},
"peerDependencies": {
"@backstage/plugin-permission-common": "^0.9.7"
"@backstage/plugin-permission-common": "^0.9.9"
},
"sideEffects": false,
"scripts": {
Expand All @@ -39,7 +39,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.34.5"
"@backstage/cli": "^0.36.3"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/boost/plugins/boost-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
]
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.1",
"@backstage/backend-plugin-api": "^1.9.2",
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^"
},
"devDependencies": {
"@backstage/cli": "^0.34.5"
"@backstage/cli": "^0.36.3"
},
"sideEffects": false,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.34.5"
"@backstage/cli": "^0.36.3"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/boost/plugins/boost-toolscope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.34.5"
"@backstage/cli": "^0.36.3"
},
"files": [
"dist"
Expand Down
10 changes: 5 additions & 5 deletions workspaces/boost/plugins/kagenti-entity-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.1",
"@backstage/catalog-model": "^1.7.7",
"@backstage/plugin-catalog-node": "^2.1.0"
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/catalog-model": "^1.9.0",
"@backstage/plugin-catalog-node": "^2.2.2"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.1",
"@backstage/cli": "^0.34.5"
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/cli": "^0.36.3"
},
"sideEffects": false,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.9.1",
"@backstage/catalog-model": "^1.7.7",
"@backstage/plugin-catalog-node": "^2.1.0"
"@backstage/backend-plugin-api": "^1.9.2",
"@backstage/catalog-model": "^1.9.0",
"@backstage/plugin-catalog-node": "^2.2.2"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.11.1",
"@backstage/cli": "^0.34.5"
"@backstage/backend-test-utils": "^1.11.4",
"@backstage/cli": "^0.36.3"
},
"sideEffects": false,
"scripts": {
Expand Down
Loading
Loading