Skip to content
Closed
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/orchestrator/.changeset/version-bump-1-49-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@red-hat-developer-hub/backstage-plugin-orchestrator': minor
'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': minor
'@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki': minor
'@red-hat-developer-hub/backstage-plugin-orchestrator-common': minor
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': minor
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': minor
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': minor
'@red-hat-developer-hub/backstage-plugin-orchestrator-node': minor
'@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator': minor
---

Backstage version bump to v1.49.3
2 changes: 1 addition & 1 deletion workspaces/orchestrator/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.47.3"
"version": "1.49.3"
}
6 changes: 3 additions & 3 deletions workspaces/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"directory": "workspaces/orchestrator"
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.16.3",
"@backstage/cli": "^0.36.0",
"@backstage/e2e-test-utils": "^0.1.2",
"@backstage/repo-tools": "^0.17.0",
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"knip": "^5.40.0",
Expand Down
54 changes: 27 additions & 27 deletions workspaces/orchestrator/packages/app-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@
},
"dependencies": {
"@backstage-community/plugin-rbac": "^1.33.2",
"@backstage/app-defaults": "^1.7.4",
"@backstage/catalog-model": "^1.7.6",
"@backstage/cli": "^0.35.3",
"@backstage/core-app-api": "^1.19.4",
"@backstage/core-components": "^0.18.6",
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/integration-react": "^1.2.14",
"@backstage/plugin-api-docs": "^0.13.3",
"@backstage/plugin-catalog": "^1.32.2",
"@backstage/plugin-catalog-common": "^1.1.7",
"@backstage/plugin-catalog-graph": "^0.5.6",
"@backstage/plugin-catalog-import": "^0.13.9",
"@backstage/plugin-catalog-react": "^1.21.6",
"@backstage/plugin-notifications": "^0.5.13",
"@backstage/plugin-org": "^0.6.48",
"@backstage/plugin-permission-react": "^0.4.39",
"@backstage/plugin-scaffolder": "^1.35.2",
"@backstage/plugin-search": "^1.5.3",
"@backstage/plugin-search-react": "^1.10.2",
"@backstage/plugin-signals": "^0.0.27",
"@backstage/plugin-techdocs": "^1.16.2",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.32",
"@backstage/plugin-techdocs-react": "^1.3.7",
"@backstage/plugin-user-settings": "^0.8.31",
"@backstage/theme": "^0.7.1",
"@backstage/ui": "^0.11.2",
"@backstage/app-defaults": "^1.7.6",
"@backstage/catalog-model": "^1.7.7",
"@backstage/cli": "^0.36.0",
"@backstage/core-app-api": "^1.19.6",
"@backstage/core-components": "^0.18.8",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/integration-react": "^1.2.16",
"@backstage/plugin-api-docs": "^0.13.5",
"@backstage/plugin-catalog": "^2.0.1",
"@backstage/plugin-catalog-common": "^1.1.8",
"@backstage/plugin-catalog-graph": "^0.6.0",
"@backstage/plugin-catalog-import": "^0.13.11",
"@backstage/plugin-catalog-react": "^2.1.1",
"@backstage/plugin-notifications": "^0.5.15",
"@backstage/plugin-org": "^0.7.0",
"@backstage/plugin-permission-react": "^0.4.41",
"@backstage/plugin-scaffolder": "^1.36.1",
"@backstage/plugin-search": "^1.7.0",
"@backstage/plugin-search-react": "^1.11.0",
"@backstage/plugin-signals": "^0.0.29",
"@backstage/plugin-techdocs": "^1.17.2",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.34",
"@backstage/plugin-techdocs-react": "^1.3.9",
"@backstage/plugin-user-settings": "^0.9.1",
"@backstage/theme": "^0.7.2",
"@backstage/ui": "^0.13.2",
"@mui/icons-material": "5.18.0",
"@mui/lab": "5.0.0-alpha.177",
"@mui/material": "5.18.0",
Expand All @@ -62,7 +62,7 @@
"react-use": "^17.4.0"
},
"devDependencies": {
"@backstage/test-utils": "^1.7.14",
"@backstage/test-utils": "^1.7.16",
"@playwright/test": "1.58.2",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
Expand Down
24 changes: 12 additions & 12 deletions workspaces/orchestrator/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"lint": "backstage-cli package lint"
},
"dependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/core-compat-api": "^0.5.8",
"@backstage/core-components": "^0.18.6",
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/frontend-defaults": "^0.3.6",
"@backstage/frontend-plugin-api": "^0.13.4",
"@backstage/integration-react": "^1.2.14",
"@backstage/plugin-app-react": "^0.1.0",
"@backstage/plugin-catalog": "^1.32.2",
"@backstage/plugin-user-settings": "^0.8.31",
"@backstage/ui": "^0.11.2",
"@backstage/cli": "^0.36.0",
"@backstage/core-compat-api": "^0.5.9",
"@backstage/core-components": "^0.18.8",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/frontend-defaults": "^0.5.0",
"@backstage/frontend-plugin-api": "^0.15.1",
"@backstage/integration-react": "^1.2.16",
"@backstage/plugin-app-react": "^0.2.1",
"@backstage/plugin-catalog": "^2.0.1",
"@backstage/plugin-user-settings": "^0.9.1",
"@backstage/ui": "^0.13.2",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.17.1",
"@red-hat-developer-hub/backstage-plugin-orchestrator": "workspace:^",
Expand All @@ -40,7 +40,7 @@
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@backstage/test-utils": "^1.7.14",
"@backstage/test-utils": "^1.7.16",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
Expand Down
56 changes: 28 additions & 28 deletions workspaces/orchestrator/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,34 @@
},
"dependencies": {
"@backstage-community/plugin-rbac-backend": "^7.4.0",
"@backstage/backend-defaults": "^0.15.1",
"@backstage/backend-defaults": "^0.16.0",
"@backstage/config": "^1.3.6",
"@backstage/plugin-app-backend": "^0.5.10",
"@backstage/plugin-auth-backend": "^0.26.0",
"@backstage/plugin-auth-backend-module-github-provider": "^0.4.1",
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.3.11",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.15",
"@backstage/plugin-auth-node": "^0.6.12",
"@backstage/plugin-catalog-backend": "^3.3.2",
"@backstage/plugin-catalog-backend-module-gitlab": "^0.7.7",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.18",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.16",
"@backstage/plugin-notifications-backend": "^0.6.1",
"@backstage/plugin-permission-backend": "^0.7.8",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.15",
"@backstage/plugin-permission-common": "^0.9.5",
"@backstage/plugin-permission-node": "^0.10.9",
"@backstage/plugin-proxy-backend": "^0.6.9",
"@backstage/plugin-scaffolder-backend": "^3.1.2",
"@backstage/plugin-scaffolder-backend-module-github": "^0.9.5",
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.11.2",
"@backstage/plugin-search-backend": "^2.0.11",
"@backstage/plugin-search-backend-module-catalog": "^0.3.11",
"@backstage/plugin-search-backend-module-pg": "^0.5.51",
"@backstage/plugin-search-backend-module-techdocs": "^0.4.10",
"@backstage/plugin-search-backend-node": "^1.4.0",
"@backstage/plugin-signals-backend": "^0.3.11",
"@backstage/plugin-techdocs-backend": "^2.1.4",
"@backstage/plugin-app-backend": "^0.5.12",
"@backstage/plugin-auth-backend": "^0.27.3",
"@backstage/plugin-auth-backend-module-github-provider": "^0.5.1",
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.4.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.17",
"@backstage/plugin-auth-node": "^0.6.14",
"@backstage/plugin-catalog-backend": "^3.5.0",
"@backstage/plugin-catalog-backend-module-gitlab": "^0.8.1",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.20",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.18",
"@backstage/plugin-notifications-backend": "^0.6.3",
"@backstage/plugin-permission-backend": "^0.7.10",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.17",
"@backstage/plugin-permission-common": "^0.9.7",
"@backstage/plugin-permission-node": "^0.10.11",
"@backstage/plugin-proxy-backend": "^0.6.11",
"@backstage/plugin-scaffolder-backend": "^3.2.0",
"@backstage/plugin-scaffolder-backend-module-github": "^0.9.7",
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.11.4",
"@backstage/plugin-search-backend": "^2.1.0",
"@backstage/plugin-search-backend-module-catalog": "^0.3.13",
"@backstage/plugin-search-backend-module-pg": "^0.5.53",
"@backstage/plugin-search-backend-module-techdocs": "^0.4.12",
"@backstage/plugin-search-backend-node": "^1.4.2",
"@backstage/plugin-signals-backend": "^0.3.13",
"@backstage/plugin-techdocs-backend": "^2.1.6",
"@red-hat-developer-hub/backstage-plugin-orchestrator-backend": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator": "workspace:^",
Expand All @@ -61,7 +61,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/cli": "^0.36.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"@types/luxon": "^2.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"export-dynamic:clean": "run export-dynamic --clean"
},
"dependencies": {
"@backstage/backend-defaults": "^0.15.1",
"@backstage/backend-plugin-api": "^1.6.2",
"@backstage/plugin-auth-backend": "^0.26.0",
"@backstage/plugin-auth-backend-module-github-provider": "^0.4.1",
"@backstage/plugin-auth-node": "^0.6.12",
"@backstage/backend-defaults": "^0.16.0",
"@backstage/backend-plugin-api": "^1.8.0",
"@backstage/plugin-auth-backend": "^0.27.3",
"@backstage/plugin-auth-backend-module-github-provider": "^0.5.1",
"@backstage/plugin-auth-node": "^0.6.14",
"express": "^4.17.1"
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/cli": "^0.36.0",
"@backstage/types": "^1.2.2",
"@janus-idp/cli": "3.7.0",
"prettier": "3.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"export-dynamic:clean": "run export-dynamic --clean"
},
"dependencies": {
"@backstage/core-app-api": "^1.19.4",
"@backstage/core-components": "^0.18.6",
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/integration-react": "^1.2.14",
"@backstage/core-app-api": "^1.19.6",
"@backstage/core-components": "^0.18.8",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/integration-react": "^1.2.16",
"@mui/material": "^5.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/cli": "^0.36.0",
"@janus-idp/cli": "3.7.0",
"@types/react": "^18.0.0",
"prettier": "3.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.6.2",
"@backstage/backend-plugin-api": "^1.8.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-node": "workspace:^",
"luxon": "^3.7.2",
"undici": "^7.22.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.10.4",
"@backstage/cli": "^0.35.3",
"@backstage/backend-test-utils": "^1.11.1",
"@backstage/cli": "^0.36.0",
"@backstage/config": "^1.3.6"
},
"files": [
Expand Down
24 changes: 12 additions & 12 deletions workspaces/orchestrator/plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
"export-dynamic": "janus-cli package export-dynamic-plugin"
},
"dependencies": {
"@backstage/backend-defaults": "^0.15.1",
"@backstage/backend-plugin-api": "^1.6.2",
"@backstage/catalog-client": "^1.12.1",
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/backend-defaults": "^0.16.0",
"@backstage/backend-plugin-api": "^1.8.0",
"@backstage/catalog-client": "^1.14.0",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/errors": "^1.2.7",
"@backstage/integration": "^1.19.2",
"@backstage/plugin-catalog-node": "^1.20.1",
"@backstage/plugin-permission-common": "^0.9.5",
"@backstage/plugin-permission-node": "^0.10.9",
"@backstage/plugin-scaffolder-backend": "^3.1.2",
"@backstage/plugin-scaffolder-node": "^0.12.4",
"@backstage/integration": "^2.0.0",
"@backstage/plugin-catalog-node": "^2.1.0",
"@backstage/plugin-permission-common": "^0.9.7",
"@backstage/plugin-permission-node": "^0.10.11",
"@backstage/plugin-scaffolder-backend": "^3.2.0",
"@backstage/plugin-scaffolder-node": "^0.13.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-node": "workspace:^",
"@urql/core": "^4.1.4",
Expand All @@ -90,8 +90,8 @@
},
"devDependencies": {
"@backstage-community/plugin-rbac-common": "^1.12.1",
"@backstage/backend-test-utils": "^1.10.4",
"@backstage/cli": "^0.35.3",
"@backstage/backend-test-utils": "^1.11.1",
"@backstage/cli": "^0.36.0",
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1",
"@janus-idp/cli": "3.7.0",
"@types/express": "4.17.25",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"openapi:check": "./scripts/openapi.sh check"
},
"dependencies": {
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/plugin-permission-common": "^0.9.5",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/plugin-permission-common": "^0.9.7",
"@backstage/types": "^1.2.2",
"@serverlessworkflow/sdk-typescript": "^0.8.4",
"axios": "^1.11.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/cli": "^0.36.0",
"@openapitools/openapi-generator-cli": "2.30.2",
"@types/js-yaml": "^4.0.0",
"@types/json-schema": "7.0.15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/types": "^1.2.2",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
"@rjsf/core": "^5.21.2",
Expand All @@ -37,7 +37,7 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/cli": "^0.36.0",
"@types/json-schema": "7.0.15",
"@types/react": "^18.2.58",
"prettier": "3.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/core-components": "^0.18.6",
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/core-components": "^0.18.8",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/types": "^1.2.2",
"@mui/material": "^5.17.1",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
Expand All @@ -51,7 +51,7 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/cli": "^0.36.0",
"@types/json-schema": "7.0.15",
"@types/lodash": "^4.14.151",
"@types/react": "^18.2.58",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place"
},
"dependencies": {
"@backstage/core-components": "^0.18.6",
"@backstage/core-plugin-api": "^1.12.2",
"@backstage/frontend-plugin-api": "^0.13.4",
"@backstage/theme": "^0.7.1",
"@backstage/core-components": "^0.18.8",
"@backstage/core-plugin-api": "^1.12.4",
"@backstage/frontend-plugin-api": "^0.15.1",
"@backstage/theme": "^0.7.2",
"@backstage/types": "^1.2.2",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
Expand Down Expand Up @@ -92,10 +92,10 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.35.3",
"@backstage/core-app-api": "^1.19.4",
"@backstage/dev-utils": "^1.1.19",
"@backstage/test-utils": "^1.7.14",
"@backstage/cli": "^0.36.0",
"@backstage/core-app-api": "^1.19.6",
"@backstage/dev-utils": "^1.1.21",
"@backstage/test-utils": "^1.7.16",
"@janus-idp/cli": "3.7.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
Expand Down
Loading
Loading