Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@red-hat-developer-hub/backstage-plugin-orchestrator': patch
'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch
'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch
'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch
'@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator': patch
---

Remove unused dependencies and declare imports that were previously unlisted.
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
# Knip report

## Unused dependencies (3)

| Name | Location | Severity |
| :--------------------- | :---------------- | :------- |
| express-promise-router | package.json:85:6 | error |
| cloudevents | package.json:83:6 | error |
| yn | package.json:90:6 | error |

## Unused devDependencies (2)

| Name | Location | Severity |
| :---------------------------- | :----------------- | :------- |
| @types/json-schema | package.json:100:6 | error |
| @backstage/backend-test-utils | package.json:94:6 | error |

## Unlisted dependencies (13)

| Name | Location | Severity |
| :------------------------- | :------------------------------------ | :------- |
| @backstage/types | src/service/DataInputSchemaService.ts | error |
| @backstage/config | src/service/ScaffolderService.ts | error |
| @backstage/types | src/service/ScaffolderService.ts | error |
| @backstage/config | src/service/DevModeService.ts | error |
| @backstage/config | src/routerWrapper/index.ts | error |
| @backstage/config | src/service/GitService.ts | error |
| express-serve-static-core | src/types/pagination.ts | error |
| @backstage/core-plugin-api | src/service/router.ts | error |
| express-serve-static-core | src/service/router.ts | error |
| @backstage/config | src/service/router.ts | error |
| @backstage/config | src/service/Helper.ts | error |
| @backstage/types | src/service/router.ts | error |
| @spotify/prettier-config | .prettierrc.js | error |
Original file line number Diff line number Diff line change
Expand Up @@ -67,31 +67,27 @@
"dependencies": {
"@backstage/backend-defaults": "^0.17.8",
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-client": "^1.16.1",
"@backstage/core-plugin-api": "^1.12.9",
"@backstage/config": "^1.3.8",
"@backstage/errors": "^1.3.1",
"@backstage/integration": "^2.1.1",
"@backstage/plugin-catalog-node": "^2.2.4",
"@backstage/plugin-permission-common": "^0.9.10",
"@backstage/plugin-permission-node": "^0.11.3",
"@backstage/plugin-scaffolder-backend": "^4.1.0",
"@backstage/plugin-scaffolder-node": "^0.13.6",
"@backstage/types": "^1.2.2",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-node": "workspace:^",
"@types/express-serve-static-core": "^4.17.5",
"@urql/core": "^6.0.1",
"ajv": "^8.17.1",
"ajv-formats": "^2.1.1",
"cloudevents": "^10.0.0",
"express": "^4.21.2",
"express-promise-router": "^4.1.1",
"fs-extra": "^10.1.0",
"isomorphic-git": "^1.23.0",
"js-yaml": "^4.1.0",
"kafkajs": "^2.2.4",
"lodash": "^4.18.1",
"luxon": "^3.7.2",
"openapi-backend": "^5.10.5",
"yn": "^5.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
Expand All @@ -100,9 +96,9 @@
"@backstage/cli": "^0.36.5",
"@backstage/plugin-mcp-actions-backend": "^0.2.1",
"@modelcontextprotocol/sdk": "^1.25.2",
"@spotify/prettier-config": "^15.0.0",
"@types/express": "4.17.25",
"@types/fs-extra": "11.0.4",
"@types/json-schema": "7.0.15",
"@types/luxon": "^3.7.1",
"@types/supertest": "^7.2.0",
"prettier": "3.9.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@

| Name | Location | Severity |
| :---------------------------------- | :---------------- | :------- |
| @openapitools/openapi-generator-cli | package.json:68:6 | error |
| js-yaml-cli | package.json:70:6 | error |

## Unlisted dependencies (1)

| Name | Location | Severity |
| :----------------------- | :------------- | :------- |
| @spotify/prettier-config | .prettierrc.js | error |
| @openapitools/openapi-generator-cli | package.json:67:6 | error |
| js-yaml-cli | package.json:71:6 | error |
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,17 @@
"openapi:check": "./scripts/openapi.sh check"
},
"dependencies": {
"@backstage/core-plugin-api": "^1.12.9",
"@backstage/plugin-permission-common": "^0.9.10",
"@backstage/types": "^1.2.2",
"@serverlessworkflow/sdk-typescript": "^0.8.4",
"axios": "^1.15.0",
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"json-schema": "^0.4.0"
},
"devDependencies": {
"@backstage/cli": "^0.36.5",
"@openapitools/openapi-generator-cli": "2.30.2",
"@spotify/prettier-config": "^15.0.0",
"@types/js-yaml": "^4.0.0",
"@types/json-schema": "7.0.15",
"js-yaml-cli": "^0.6.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# Knip report

## Unlisted dependencies (1)

| Name | Location | Severity |
| :----------------------- | :------------- | :------- |
| @spotify/prettier-config | .prettierrc.js | error |
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@
},
"devDependencies": {
"@backstage/cli": "^0.36.5",
"@spotify/prettier-config": "^15.0.0",
"@types/json-schema": "7.0.15",
"@types/react": "^18.2.58",
"prettier": "3.9.6",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.3.0"
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# Knip report

## Unlisted dependencies (1)

| Name | Location | Severity |
| :----------------------- | :------------- | :------- |
| @spotify/prettier-config | .prettierrc.js | error |
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"dependencies": {
"@backstage/core-components": "^0.18.13",
"@backstage/core-plugin-api": "^1.12.9",
"@backstage/types": "^1.2.2",
"@mui/material": "^5.17.1",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
Expand All @@ -52,6 +51,7 @@
},
"devDependencies": {
"@backstage/cli": "^0.36.5",
"@spotify/prettier-config": "^15.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/json-schema": "7.0.15",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Knip report

## Unused dependencies (1)

| Name | Location | Severity |
| :-------------------------------------------------------------- | :---------------- | :------- |
| @red-hat-developer-hub/backstage-plugin-orchestrator-form-react | package.json:70:6 | error |
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,10 @@
"@backstage/core-components": "^0.18.13",
"@backstage/core-plugin-api": "^1.12.9",
"@backstage/frontend-plugin-api": "^0.18.0",
"@backstage/theme": "^0.7.3",
"@backstage/types": "^1.2.2",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
"@mui/styles": "5.18.0",
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-api": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-react": "workspace:^",
"@rjsf/material-ui": "^5.21.2",
"@rjsf/utils": "^5.21.2",
"clsx": "^2.1.1",
"json-schema": "^0.4.0",
Expand All @@ -94,14 +89,8 @@
},
"devDependencies": {
"@backstage/cli": "^0.36.5",
"@backstage/core-app-api": "^1.20.4",
"@backstage/dev-utils": "^1.1.26",
"@backstage/test-utils": "^1.7.21",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"express": "^5.1.0",
"msw": "^1.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0"
Expand Down
22 changes: 0 additions & 22 deletions workspaces/orchestrator/plugins/orchestrator/knip-report.md
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
# Knip report

## Unused dependencies (2)

| Name | Location | Severity |
| :------------------------------------------------------------ | :---------------- | :------- |
| @red-hat-developer-hub/backstage-plugin-orchestrator-form-api | package.json:72:6 | error |
| react-json-view | package.json:77:6 | error |

## Unused devDependencies (4)

| Name | Location | Severity |
| :------------------------ | :---------------- | :------- |
| @testing-library/jest-dom | package.json:96:6 | error |
| @backstage/test-utils | package.json:87:6 | error |
| @testing-library/dom | package.json:95:6 | error |
| @types/json-schema | package.json:98:6 | error |

## Unlisted dependencies (1)

| Name | Location | Severity |
| :----------------------- | :------------- | :------- |
| @spotify/prettier-config | .prettierrc.js | error |
8 changes: 3 additions & 5 deletions workspaces/orchestrator/plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.9.0",
"@backstage/core-components": "^0.18.13",
"@backstage/core-plugin-api": "^1.12.9",
"@backstage/errors": "^1.3.1",
Expand Down Expand Up @@ -106,12 +107,10 @@
"reactflow": "^11.11.4",
"swr": "^2.0.0",
"tss-react": "^4.9.18",
"uuid": "^14.0.0",
"vscode-languageserver-types": "3.17.5"
"uuid": "^14.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.36.5",
"@backstage/core-compat-api": "^0.5.14",
"@backstage/dev-utils": "^1.1.26",
"@backstage/frontend-defaults": "^0.5.5",
"@backstage/plugin-search": "^1.7.7",
Expand All @@ -120,15 +119,14 @@
"@backstage/ui": "^0.17.1",
"@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets": "workspace:^",
"@red-hat-developer-hub/backstage-plugin-theme": "^0.14.11",
"@testing-library/dom": "^10.0.0",
"@spotify/prettier-config": "^15.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/json-schema": "7.0.15",
"@types/luxon": "^3.7.1",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.0",
"prettier": "3.9.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# Knip report

## Unused devDependencies (1)

| Name | Location | Severity |
| :------------------------------------------- | :---------------- | :------- |
| @backstage/plugin-scaffolder-node-test-utils | package.json:71:6 | error |

## Unlisted dependencies (3)

| Name | Location | Severity |
| :---------------------------------- | :------------------------------- | :------- |
| @backstage/plugin-permission-common | src/actions/getWorkflowParams.ts | error |
| @backstage/plugin-permission-common | src/actions/runWorkflow.ts | error |
| @backstage/plugin-permission-common | src/actions/utils.ts | error |
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.10.0",
"@backstage/catalog-model": "^1.10.0",
"@backstage/plugin-permission-common": "^0.9.10",
"@backstage/plugin-scaffolder-node": "^0.13.6",
"@backstage/types": "^1.2.2",
Expand Down
Loading
Loading