Skip to content

Commit 2bf1ba5

Browse files
chore(#3615): bump boost workspace to Backstage 1.52.0 (#3621)
* chore(#3615): bump boost workspace to Backstage 1.52.0 Update all @backstage/* dependencies in the boost workspace to align with the Backstage 1.52 release. This includes bumping backstage.json from 1.45.0 to 1.52.0 and updating dependency versions across all 9 plugin packages (boost-backend, boost-backend-module-kagenti, boost-backend-module-llamastack, boost-common, boost-node, boost-responses-api-toolkit, boost-toolscope, kagenti-entity-provider, and llamastack-entity-provider). Key version changes: - @backstage/cli: ^0.34.5 -> ^0.36.3 - @backstage/backend-plugin-api: ^1.9.1 -> ^1.9.2 - @backstage/plugin-permission-common: ^0.9.7 -> ^0.9.9 - @backstage/plugin-permission-node: ^0.10.11 -> ^0.11.1 - @backstage/catalog-model: ^1.7.7 -> ^1.9.0 - @backstage/plugin-catalog-node: ^2.1.0 -> ^2.2.2 - @backstage/errors: ^1.2.7 -> ^1.3.1 - @backstage/repo-tools: ^0.16.0 -> ^0.17.3 - @backstage/backend-test-utils: ^1.11.1 -> ^1.11.4 All tests pass and linting is clean. Closes #3615 * fix: add Backstage version reference to boost README Add Compatibility section to workspaces/boost/README.md noting the Backstage 1.52.0 alignment, as required by issue #3615. Addresses review feedback on #3621 --------- Co-authored-by: fullsend-code <278716306+fullsend-ai-coder[bot]@users.noreply.github.com>
1 parent 54dcf0a commit 2bf1ba5

14 files changed

Lines changed: 241 additions & 2429 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-boost-backend': patch
3+
'@red-hat-developer-hub/backstage-plugin-boost-backend-module-kagenti': patch
4+
'@red-hat-developer-hub/backstage-plugin-boost-backend-module-llamastack': patch
5+
'@red-hat-developer-hub/backstage-plugin-boost-common': patch
6+
'@red-hat-developer-hub/backstage-plugin-boost-node': patch
7+
'@red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit': patch
8+
'@red-hat-developer-hub/backstage-plugin-boost-toolscope': patch
9+
'@red-hat-developer-hub/backstage-plugin-kagenti-entity-provider': patch
10+
'@red-hat-developer-hub/backstage-plugin-llamastack-entity-provider': patch
11+
---
12+
13+
bump workspace to Backstage 1.52.0

workspaces/boost/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ All specs are currently in **draft** status (pre-implementation). They will be m
4343
| ------------- | ----------- |
4444
| _coming soon_ | |
4545

46+
## Compatibility
47+
48+
This workspace is aligned with **Backstage 1.52.0** (see [`backstage.json`](backstage.json)).
49+
4650
## Development
4751

4852
```bash

workspaces/boost/backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "version": "1.45.0" }
1+
{ "version": "1.52.0" }

workspaces/boost/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"directory": "workspaces/boost"
4040
},
4141
"devDependencies": {
42-
"@backstage/cli": "^0.34.5",
43-
"@backstage/e2e-test-utils": "^0.1.1",
44-
"@backstage/repo-tools": "^0.16.0",
42+
"@backstage/cli": "^0.36.3",
43+
"@backstage/e2e-test-utils": "^0.1.2",
44+
"@backstage/repo-tools": "^0.17.3",
4545
"@changesets/cli": "^2.27.1",
4646
"@fission-ai/openspec": "^1.4.1",
4747
"knip": "^5.27.4",

workspaces/boost/plugins/boost-backend-module-kagenti/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
}
3232
},
3333
"dependencies": {
34-
"@backstage/backend-plugin-api": "^1.9.1",
34+
"@backstage/backend-plugin-api": "^1.9.2",
3535
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^",
3636
"@red-hat-developer-hub/backstage-plugin-boost-node": "workspace:^"
3737
},
3838
"devDependencies": {
39-
"@backstage/cli": "^0.34.5",
39+
"@backstage/cli": "^0.36.3",
4040
"@red-hat-developer-hub/cli": "^1.11.1"
4141
},
4242
"sideEffects": false,

workspaces/boost/plugins/boost-backend-module-llamastack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
}
3232
},
3333
"dependencies": {
34-
"@backstage/backend-plugin-api": "^1.9.1",
34+
"@backstage/backend-plugin-api": "^1.9.2",
3535
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^",
3636
"@red-hat-developer-hub/backstage-plugin-boost-node": "workspace:^",
3737
"@red-hat-developer-hub/backstage-plugin-boost-responses-api-toolkit": "workspace:^"
3838
},
3939
"devDependencies": {
40-
"@backstage/cli": "^0.34.5",
40+
"@backstage/cli": "^0.36.3",
4141
"@red-hat-developer-hub/cli": "^1.11.1"
4242
},
4343
"sideEffects": false,

workspaces/boost/plugins/boost-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
}
3333
},
3434
"dependencies": {
35-
"@backstage/backend-plugin-api": "^1.9.1",
36-
"@backstage/errors": "^1.2.7",
37-
"@backstage/plugin-permission-common": "^0.9.7",
38-
"@backstage/plugin-permission-node": "^0.10.11",
35+
"@backstage/backend-plugin-api": "^1.9.2",
36+
"@backstage/errors": "^1.3.1",
37+
"@backstage/plugin-permission-common": "^0.9.9",
38+
"@backstage/plugin-permission-node": "^0.11.1",
3939
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^",
4040
"@red-hat-developer-hub/backstage-plugin-boost-node": "workspace:^",
4141
"express": "^4.21.1",
4242
"knex": "^3.1.0",
4343
"zod": "^3.23.8"
4444
},
4545
"devDependencies": {
46-
"@backstage/cli": "^0.34.5",
46+
"@backstage/cli": "^0.36.3",
4747
"@red-hat-developer-hub/cli": "^1.11.1",
4848
"@types/express": "4.17.25"
4949
},

workspaces/boost/plugins/boost-common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@backstage/plugin-permission-common": "^0.9.7"
27+
"@backstage/plugin-permission-common": "^0.9.9"
2828
},
2929
"peerDependencies": {
30-
"@backstage/plugin-permission-common": "^0.9.7"
30+
"@backstage/plugin-permission-common": "^0.9.9"
3131
},
3232
"sideEffects": false,
3333
"scripts": {
@@ -39,7 +39,7 @@
3939
"postpack": "backstage-cli package postpack"
4040
},
4141
"devDependencies": {
42-
"@backstage/cli": "^0.34.5"
42+
"@backstage/cli": "^0.36.3"
4343
},
4444
"files": [
4545
"dist"

workspaces/boost/plugins/boost-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@backstage/backend-plugin-api": "^1.9.1",
27+
"@backstage/backend-plugin-api": "^1.9.2",
2828
"@red-hat-developer-hub/backstage-plugin-boost-common": "workspace:^"
2929
},
3030
"devDependencies": {
31-
"@backstage/cli": "^0.34.5"
31+
"@backstage/cli": "^0.36.3"
3232
},
3333
"sideEffects": false,
3434
"scripts": {

workspaces/boost/plugins/boost-responses-api-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"postpack": "backstage-cli package postpack"
3737
},
3838
"devDependencies": {
39-
"@backstage/cli": "^0.34.5"
39+
"@backstage/cli": "^0.36.3"
4040
},
4141
"files": [
4242
"dist"

0 commit comments

Comments
 (0)