Skip to content

Commit

Permalink
feat: update Backstage to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
janus-idp[bot] authored Dec 18, 2024
1 parent 837d5d0 commit 734df00
Show file tree
Hide file tree
Showing 13 changed files with 2,116 additions and 2,314 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.32.5"
"version": "1.34.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/cli": "0.29.4",
"@changesets/cli": "2.27.9",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@janus-idp/cli": "*",
Expand Down
46 changes: 23 additions & 23 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@
"lint:fix": "backstage-cli package lint --fix"
},
"dependencies": {
"@backstage/app-defaults": "^1.5.12",
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/integration-react": "^1.2.0",
"@backstage/plugin-api-docs": "^0.11.11",
"@backstage/plugin-catalog": "^1.24.0",
"@backstage/plugin-catalog-common": "^1.1.0",
"@backstage/plugin-catalog-graph": "^0.4.11",
"@backstage/plugin-catalog-import": "^0.12.5",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/plugin-org": "^0.6.31",
"@backstage/plugin-permission-react": "^0.4.27",
"@backstage/plugin-scaffolder": "^1.26.2",
"@backstage/plugin-search": "^1.4.18",
"@backstage/plugin-search-react": "^1.8.1",
"@backstage/plugin-techdocs": "^1.11.0",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.16",
"@backstage/plugin-techdocs-react": "^1.2.9",
"@backstage/plugin-user-settings": "^0.8.14",
"@backstage/app-defaults": "^1.5.15",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-app-api": "^1.15.3",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/integration-react": "^1.2.2",
"@backstage/plugin-api-docs": "^0.12.2",
"@backstage/plugin-catalog": "^1.26.0",
"@backstage/plugin-catalog-common": "^1.1.2",
"@backstage/plugin-catalog-graph": "^0.4.14",
"@backstage/plugin-catalog-import": "^0.12.8",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/plugin-org": "^0.6.34",
"@backstage/plugin-permission-react": "^0.4.29",
"@backstage/plugin-scaffolder": "^1.27.2",
"@backstage/plugin-search": "^1.4.21",
"@backstage/plugin-search-react": "^1.8.4",
"@backstage/plugin-techdocs": "^1.12.0",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.19",
"@backstage/plugin-techdocs-react": "^1.2.12",
"@backstage/plugin-user-settings": "^0.8.17",
"@emotion/react": "11.11.4",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "5.15.16",
Expand All @@ -60,8 +60,8 @@
"tss-react": "4.9.10"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/test-utils": "1.7.0",
"@backstage/cli": "0.29.4",
"@backstage/test-utils": "1.7.3",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "14.3.1",
Expand Down
40 changes: 20 additions & 20 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-app-api": "^1.0.1",
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-dynamic-feature-service": "^0.4.3",
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/cli-node": "^0.2.9",
"@backstage/config-loader": "^1.9.1",
"@backstage/plugin-app-backend": "^0.3.76",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@backstage/plugin-catalog-backend": "^1.27.1",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.3",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.1",
"@backstage/plugin-proxy-backend": "^0.5.7",
"@backstage/plugin-scaffolder-backend": "^1.26.2",
"@backstage/plugin-search-backend": "^1.6.1",
"@backstage/plugin-search-backend-module-catalog": "^0.2.4",
"@backstage/plugin-search-backend-module-pg": "^0.5.37",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.1",
"@backstage/plugin-techdocs-backend": "^1.11.1",
"@backstage/backend-app-api": "^1.1.0",
"@backstage/backend-defaults": "^0.6.0",
"@backstage/backend-dynamic-feature-service": "^0.5.2",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/cli-node": "^0.2.11",
"@backstage/config-loader": "^1.9.3",
"@backstage/plugin-app-backend": "^0.4.3",
"@backstage/plugin-auth-backend": "^0.24.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.3",
"@backstage/plugin-catalog-backend": "^1.29.0",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.5",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.3",
"@backstage/plugin-proxy-backend": "^0.5.9",
"@backstage/plugin-scaffolder-backend": "^1.28.0",
"@backstage/plugin-search-backend": "^1.8.0",
"@backstage/plugin-search-backend-module-catalog": "^0.2.6",
"@backstage/plugin-search-backend-module-pg": "^0.5.39",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.4",
"@backstage/plugin-techdocs-backend": "^1.11.4",
"@janus-idp/backstage-plugin-rbac-backend": "*",
"@manypkg/get-packages": "1.1.3",
"app": "*",
"winston": "3.11.0",
"winston-daily-rotate-file": "5.0.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/cli": "0.29.4",
"prettier": "3.3.3"
},
"files": [
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"janus-cli": "bin/janus-cli"
},
"dependencies": {
"@backstage/cli-common": "^0.1.14",
"@backstage/cli-node": "^0.2.9",
"@backstage/config": "^1.2.0",
"@backstage/config-loader": "^1.9.1",
"@backstage/errors": "^1.2.4",
"@backstage/cli-common": "^0.1.15",
"@backstage/cli-node": "^0.2.11",
"@backstage/config": "^1.3.1",
"@backstage/config-loader": "^1.9.3",
"@backstage/errors": "^1.2.6",
"@backstage/eslint-plugin": "^0.1.10",
"@backstage/types": "^1.1.1",
"@backstage/types": "^1.2.0",
"@manypkg/get-packages": "^1.1.3",
"@openshift/dynamic-plugin-sdk-webpack": "^3.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -90,8 +90,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/core-plugin-api": "1.10.0",
"@backstage/cli": "0.29.4",
"@backstage/core-plugin-api": "1.10.2",
"@types/fs-extra": "9.0.13",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.34",
Expand Down
12 changes: 6 additions & 6 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"storybook-dark-mode": "^3.0.1"
},
"peerDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/core-app-api": "^1.15.1",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/test-utils": "^1.7.0",
"@backstage/theme": "^0.6.0"
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.3",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/test-utils": "^1.7.3",
"@backstage/theme": "^0.6.3"
}
}
20 changes: 10 additions & 10 deletions plugins/aap-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"backstage": {
"role": "backend-plugin-module",
"supported-versions": "1.32.5",
"supported-versions": "1.34.0",
"pluginId": "catalog",
"pluginPackage": "@backstage/plugin-catalog-backend"
},
Expand Down Expand Up @@ -38,17 +38,17 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/catalog-model": "^1.7.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-catalog-node": "^1.13.1"
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/errors": "^1.2.6",
"@backstage/plugin-catalog-node": "^1.15.0"
},
"devDependencies": {
"@backstage/backend-defaults": "0.5.2",
"@backstage/backend-test-utils": "1.0.2",
"@backstage/cli": "0.28.2",
"@backstage/config": "1.2.0",
"@backstage/plugin-catalog-backend": "1.27.1",
"@backstage/backend-defaults": "0.6.0",
"@backstage/backend-test-utils": "1.2.0",
"@backstage/cli": "0.29.4",
"@backstage/config": "1.3.1",
"@backstage/plugin-catalog-backend": "1.29.0",
"@types/supertest": "2.0.16",
"msw": "1.3.3",
"prettier": "3.3.3",
Expand Down
12 changes: 6 additions & 6 deletions plugins/audit-log-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"backstage": {
"role": "node-library",
"supported-versions": "1.32.5",
"supported-versions": "1.34.0",
"pluginId": "audit-log",
"pluginPackage": "@janus-idp/backstage-plugin-audit-log-node",
"pluginPackages": [
Expand All @@ -33,11 +33,11 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"devDependencies": {
"@backstage/backend-plugin-api": "1.0.1",
"@backstage/backend-test-utils": "1.0.2",
"@backstage/cli": "0.28.2",
"@backstage/errors": "1.2.4",
"@backstage/types": "1.1.1",
"@backstage/backend-plugin-api": "1.1.0",
"@backstage/backend-test-utils": "1.2.0",
"@backstage/cli": "0.29.4",
"@backstage/errors": "1.2.6",
"@backstage/types": "1.2.0",
"@types/lodash": "4.17.5",
"express": "4.21.2",
"jest-express": "1.12.0",
Expand Down
20 changes: 10 additions & 10 deletions plugins/kiali-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"backstage": {
"role": "backend-plugin",
"supported-versions": "1.32.5",
"supported-versions": "1.34.0",
"pluginId": "kiali",
"pluginPackages": [
"@janus-idp/backstage-plugin-kiali",
Expand Down Expand Up @@ -42,21 +42,21 @@
},
"configSchema": "config.d.ts",
"dependencies": {
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/catalog-client": "^1.7.1",
"@backstage/catalog-model": "^1.7.0",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-auth-node": "^0.5.3",
"@backstage/backend-defaults": "^0.6.0",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/catalog-client": "^1.9.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/config": "^1.3.1",
"@backstage/errors": "^1.2.6",
"@backstage/plugin-auth-node": "^0.5.5",
"axios": "^1.7.4",
"express": "^4.18.2",
"moment": "^2.29.4",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "1.0.2",
"@backstage/cli": "0.28.2",
"@backstage/backend-test-utils": "1.2.0",
"@backstage/cli": "0.29.4",
"@types/express": "4.17.21",
"@types/supertest": "2.0.16",
"msw": "1.3.3",
Expand Down
16 changes: 8 additions & 8 deletions plugins/kiali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"backstage": {
"role": "frontend-plugin",
"supported-versions": "1.32.5",
"supported-versions": "1.34.0",
"pluginId": "kiali",
"pluginPackages": [
"@janus-idp/backstage-plugin-kiali",
Expand All @@ -33,10 +33,10 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/plugin-catalog-react": "^1.15.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down Expand Up @@ -75,9 +75,9 @@
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/dev-utils": "1.1.2",
"@backstage/test-utils": "1.7.0",
"@backstage/cli": "0.29.4",
"@backstage/dev-utils": "1.1.5",
"@backstage/test-utils": "1.7.3",
"@playwright/test": "1.45.3",
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
"@testing-library/jest-dom": "6.4.8",
Expand Down
20 changes: 10 additions & 10 deletions plugins/shared-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"backstage": {
"role": "common-library",
"supported-versions": "1.32.5",
"supported-versions": "1.34.0",
"pluginId": "shared-react",
"pluginPackage": "@janus-idp/shared-react",
"pluginPackages": [
Expand All @@ -35,11 +35,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-kubernetes-common": "^0.8.3",
"@backstage/plugin-kubernetes-react": "^0.4.4",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/plugin-kubernetes-common": "^0.9.1",
"@backstage/plugin-kubernetes-react": "^0.5.2",
"@kubernetes/client-node": "^0.22.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "5.15.17",
Expand All @@ -55,10 +55,10 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/core-app-api": "1.15.1",
"@backstage/dev-utils": "1.1.2",
"@backstage/test-utils": "1.7.0",
"@backstage/cli": "0.29.4",
"@backstage/core-app-api": "1.15.3",
"@backstage/dev-utils": "1.1.5",
"@backstage/test-utils": "1.7.3",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
Expand Down
22 changes: 11 additions & 11 deletions plugins/web-terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"backstage": {
"role": "frontend-plugin",
"supported-versions": "1.32.5",
"supported-versions": "1.34.0",
"pluginId": "web-terminal",
"pluginPackage": "@janus-idp/backstage-plugin-web-terminal",
"pluginPackages": [
Expand All @@ -34,12 +34,12 @@
},
"configSchema": "schema.d.ts",
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/config": "^1.2.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/theme": "^0.6.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/config": "^1.3.1",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/theme": "^0.6.3",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -52,10 +52,10 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/core-app-api": "1.15.1",
"@backstage/dev-utils": "1.1.2",
"@backstage/test-utils": "1.7.0",
"@backstage/cli": "0.29.4",
"@backstage/core-app-api": "1.15.3",
"@backstage/dev-utils": "1.1.5",
"@backstage/test-utils": "1.7.3",
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "14.3.1",
Expand Down
Loading

0 comments on commit 734df00

Please sign in to comment.