Skip to content

Commit 15e7261

Browse files
authored
chore(konflux): bump Backstage from 1.45.2 to 1.49.4 (#2848)
* chore(konflux): bump Backstage from 1.45.2 to 1.49.4 - bump all @backstage/* dependencies via backstage-cli versions:bump --release 1.49.4 - bump TypeScript from 5.3 to 5.7 (required for DOM.AsyncIterable) - bump react-router and react-router-dom to 6.30.2 - bump node.js engine from 18/20/22 to 22/24 - add @backstage/cli-defaults to suppress CLI warning - simplify EntityPage.tsx to Konflux-only components - fix TS2742 in useKonfluxResource.ts (explicit ApiRef type error) * fixup! chore(konflux): bump Backstage from 1.45.2 to 1.49.4
1 parent 0502c77 commit 15e7261

10 files changed

Lines changed: 4528 additions & 7542 deletions

File tree

workspaces/konflux/backstage.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{ "version": "1.45.2" }
1+
{
2+
"version": "1.49.4"
3+
}

workspaces/konflux/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"engines": {
6-
"node": "18 || 20 || 22"
6+
"node": "22 || 24"
77
},
88
"scripts": {
99
"dev": "yarn start",
@@ -38,17 +38,18 @@
3838
"directory": "workspaces/konflux"
3939
},
4040
"devDependencies": {
41-
"@backstage/cli": "^0.34.5",
42-
"@backstage/e2e-test-utils": "^0.1.1",
43-
"@backstage/repo-tools": "^0.16.0",
41+
"@backstage/cli": "^0.36.0",
42+
"@backstage/cli-defaults": "^0.1.0",
43+
"@backstage/e2e-test-utils": "^0.1.2",
44+
"@backstage/repo-tools": "^0.17.0",
4445
"@changesets/cli": "^2.27.1",
4546
"@types/cookie-parser": "^1.4.3",
4647
"@types/js-yaml": "^4.0.1",
4748
"@types/lodash": "^4.14.175",
4849
"knip": "^5.27.4",
4950
"node-gyp": "^10.0.0",
5051
"prettier": "^2.3.2",
51-
"typescript": "~5.3.0"
52+
"typescript": "~5.7.0"
5253
},
5354
"resolutions": {
5455
"@types/react": "^18",

workspaces/konflux/packages/app/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,40 @@
1919
"lint": "backstage-cli package lint"
2020
},
2121
"dependencies": {
22-
"@backstage/app-defaults": "^1.7.2",
23-
"@backstage/catalog-model": "^1.7.6",
24-
"@backstage/cli": "^0.34.5",
25-
"@backstage/core-app-api": "^1.19.2",
26-
"@backstage/core-components": "^0.18.3",
27-
"@backstage/core-plugin-api": "^1.12.0",
28-
"@backstage/integration-react": "^1.2.12",
29-
"@backstage/plugin-api-docs": "^0.13.1",
30-
"@backstage/plugin-catalog": "^1.32.0",
31-
"@backstage/plugin-catalog-common": "^1.1.7",
32-
"@backstage/plugin-catalog-graph": "^0.5.3",
33-
"@backstage/plugin-catalog-import": "^0.13.7",
34-
"@backstage/plugin-catalog-react": "^1.21.3",
35-
"@backstage/plugin-kubernetes": "^0.12.13",
36-
"@backstage/plugin-org": "^0.6.46",
37-
"@backstage/plugin-permission-react": "^0.4.38",
38-
"@backstage/plugin-scaffolder": "^1.34.3",
39-
"@backstage/plugin-search": "^1.5.0",
40-
"@backstage/plugin-search-react": "^1.10.0",
41-
"@backstage/plugin-techdocs": "^1.16.0",
42-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.30",
43-
"@backstage/plugin-techdocs-react": "^1.3.5",
44-
"@backstage/plugin-user-settings": "^0.8.29",
45-
"@backstage/theme": "^0.7.0",
22+
"@backstage/app-defaults": "^1.7.6",
23+
"@backstage/catalog-model": "^1.7.7",
24+
"@backstage/cli": "^0.36.0",
25+
"@backstage/core-app-api": "^1.19.6",
26+
"@backstage/core-components": "^0.18.8",
27+
"@backstage/core-plugin-api": "^1.12.4",
28+
"@backstage/integration-react": "^1.2.16",
29+
"@backstage/plugin-api-docs": "^0.13.5",
30+
"@backstage/plugin-catalog": "^2.0.1",
31+
"@backstage/plugin-catalog-common": "^1.1.8",
32+
"@backstage/plugin-catalog-graph": "^0.6.0",
33+
"@backstage/plugin-catalog-import": "^0.13.11",
34+
"@backstage/plugin-catalog-react": "^2.1.1",
35+
"@backstage/plugin-kubernetes": "^0.12.17",
36+
"@backstage/plugin-org": "^0.7.0",
37+
"@backstage/plugin-permission-react": "^0.4.41",
38+
"@backstage/plugin-scaffolder": "^1.36.1",
39+
"@backstage/plugin-search": "^1.7.0",
40+
"@backstage/plugin-search-react": "^1.11.0",
41+
"@backstage/plugin-techdocs": "^1.17.2",
42+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.34",
43+
"@backstage/plugin-techdocs-react": "^1.3.9",
44+
"@backstage/plugin-user-settings": "^0.9.1",
45+
"@backstage/theme": "^0.7.2",
4646
"@material-ui/core": "^4.12.2",
4747
"@material-ui/icons": "^4.9.1",
4848
"@red-hat-developer-hub/backstage-plugin-konflux": "workspace:^",
4949
"react": "^18",
5050
"react-dom": "^18",
51-
"react-router": "^6.3.0",
52-
"react-router-dom": "^6.3.0"
51+
"react-router": "^6.30.2",
52+
"react-router-dom": "^6.30.2"
5353
},
5454
"devDependencies": {
55-
"@backstage/test-utils": "^1.7.13",
55+
"@backstage/test-utils": "^1.7.16",
5656
"@playwright/test": "^1.57.0",
5757
"@testing-library/dom": "^9.0.0",
5858
"@testing-library/jest-dom": "^6.0.0",

0 commit comments

Comments
 (0)