diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/.lintstagedrc.json b/workspaces/bulk-import/plugins/bulk-import-backend/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-backend/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/.versionhistory.md b/workspaces/bulk-import/plugins/bulk-import-backend/.versionhistory.md deleted file mode 100644 index 2e864bc06..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-backend/.versionhistory.md +++ /dev/null @@ -1 +0,0 @@ -- Bumped to 1.6.0 in main branch for next release 1.3.0 diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/tsconfig.json b/workspaces/bulk-import/plugins/bulk-import-backend/tsconfig.json deleted file mode 100644 index 7f3f93171..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-backend/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src", "dev", "migrations"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/bulk-import-backend", - "rootDir": "." - } -} diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/turbo.json b/workspaces/bulk-import/plugins/bulk-import-backend/turbo.json deleted file mode 100644 index 34c7e3691..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-backend/turbo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "start": { - "dependsOn": ["openapi"] - }, - "tsc": { - "outputs": ["../../dist-types/plugins/bulk-import-backend/**"], - "dependsOn": ["^tsc", "openapi"] - }, - "openapi": { - "outputs": [ - "src/generated/openapi.d.ts", - "src/generated/openapidocument.ts", - "api-docs/**" - ] - }, - "test": { - "dependsOn": ["openapi"] - } - } -} diff --git a/workspaces/bulk-import/plugins/bulk-import-common/.lintstagedrc.json b/workspaces/bulk-import/plugins/bulk-import-common/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-common/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/bulk-import/plugins/bulk-import-common/.versionhistory.md b/workspaces/bulk-import/plugins/bulk-import-common/.versionhistory.md deleted file mode 100644 index b17e69831..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-common/.versionhistory.md +++ /dev/null @@ -1 +0,0 @@ -- Bumped to 1.1.0 in main branch for next release 1.3.0 diff --git a/workspaces/bulk-import/plugins/bulk-import-common/tsconfig.json b/workspaces/bulk-import/plugins/bulk-import-common/tsconfig.json deleted file mode 100644 index 8ca0750f9..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-common/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/bulk-import-common", - "rootDir": "." - } -} diff --git a/workspaces/bulk-import/plugins/bulk-import-common/turbo.json b/workspaces/bulk-import/plugins/bulk-import-common/turbo.json deleted file mode 100644 index 4cb9b5aa9..000000000 --- a/workspaces/bulk-import/plugins/bulk-import-common/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/bulk-import-common/**"] - } - } -} diff --git a/workspaces/bulk-import/plugins/bulk-import/.lintstagedrc.json b/workspaces/bulk-import/plugins/bulk-import/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/bulk-import/plugins/bulk-import/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/bulk-import/plugins/bulk-import/.versionhistory.md b/workspaces/bulk-import/plugins/bulk-import/.versionhistory.md deleted file mode 100644 index 40f0aa1c9..000000000 --- a/workspaces/bulk-import/plugins/bulk-import/.versionhistory.md +++ /dev/null @@ -1 +0,0 @@ -- Bumped to 1.5.0 in main branch for next release 1.3.0 diff --git a/workspaces/bulk-import/plugins/bulk-import/tsconfig.json b/workspaces/bulk-import/plugins/bulk-import/tsconfig.json deleted file mode 100644 index 729238475..000000000 --- a/workspaces/bulk-import/plugins/bulk-import/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src", "dev", "migrations"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/bulk-import", - "rootDir": "." - } -} diff --git a/workspaces/bulk-import/plugins/bulk-import/turbo.json b/workspaces/bulk-import/plugins/bulk-import/turbo.json deleted file mode 100644 index 62ec9034c..000000000 --- a/workspaces/bulk-import/plugins/bulk-import/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/bulk-import/**"] - } - } -} diff --git a/workspaces/lightspeed/plugins/lightspeed-backend/.lintstagedrc.json b/workspaces/lightspeed/plugins/lightspeed-backend/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/lightspeed/plugins/lightspeed-backend/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/lightspeed/plugins/lightspeed-backend/tsconfig.json b/workspaces/lightspeed/plugins/lightspeed-backend/tsconfig.json deleted file mode 100644 index 5b53ff6ff..000000000 --- a/workspaces/lightspeed/plugins/lightspeed-backend/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src", "dev", "migrations"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/lightspeed-backend", - "rootDir": "." - } -} diff --git a/workspaces/lightspeed/plugins/lightspeed-backend/turbo.json b/workspaces/lightspeed/plugins/lightspeed-backend/turbo.json deleted file mode 100644 index bcc47a185..000000000 --- a/workspaces/lightspeed/plugins/lightspeed-backend/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/lightspeed/**"] - } - } -} diff --git a/workspaces/lightspeed/plugins/lightspeed/.lintstagedrc.json b/workspaces/lightspeed/plugins/lightspeed/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/lightspeed/plugins/lightspeed/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/lightspeed/plugins/lightspeed/tsconfig.json b/workspaces/lightspeed/plugins/lightspeed/tsconfig.json deleted file mode 100644 index fc57735d8..000000000 --- a/workspaces/lightspeed/plugins/lightspeed/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src", "dev"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/lightspeed", - "rootDir": "." - } -} diff --git a/workspaces/lightspeed/plugins/lightspeed/turbo.json b/workspaces/lightspeed/plugins/lightspeed/turbo.json deleted file mode 100644 index bcc47a185..000000000 --- a/workspaces/lightspeed/plugins/lightspeed/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/lightspeed/**"] - } - } -} diff --git a/workspaces/openshift-image-registry/plugins/openshift-image-registry/.lintstagedrc.json b/workspaces/openshift-image-registry/plugins/openshift-image-registry/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/openshift-image-registry/plugins/openshift-image-registry/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/openshift-image-registry/plugins/openshift-image-registry/.versionhistory.md b/workspaces/openshift-image-registry/plugins/openshift-image-registry/.versionhistory.md deleted file mode 100644 index 89bdf9ea3..000000000 --- a/workspaces/openshift-image-registry/plugins/openshift-image-registry/.versionhistory.md +++ /dev/null @@ -1,2 +0,0 @@ -- Bumped to 1.4.0 in main branch for next release 1.2.0 -- Bumped to 1.9.0 in main branch for next release 1.3.0 diff --git a/workspaces/openshift-image-registry/plugins/openshift-image-registry/tsconfig.json b/workspaces/openshift-image-registry/plugins/openshift-image-registry/tsconfig.json deleted file mode 100644 index 25242c704..000000000 --- a/workspaces/openshift-image-registry/plugins/openshift-image-registry/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src", "dev", "migrations"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/openshift-image-registry", - "rootDir": "." - } -} diff --git a/workspaces/openshift-image-registry/plugins/openshift-image-registry/turbo.json b/workspaces/openshift-image-registry/plugins/openshift-image-registry/turbo.json deleted file mode 100644 index eb48d0d0e..000000000 --- a/workspaces/openshift-image-registry/plugins/openshift-image-registry/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/openshift-image-registry/**"] - } - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/.lintstagedrc.json b/workspaces/orchestrator/plugins/orchestrator-backend/.lintstagedrc.json deleted file mode 100644 index d73476f05..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-backend/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --no-warn-ignored --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/tsconfig.json b/workspaces/orchestrator/plugins/orchestrator-backend/tsconfig.json deleted file mode 100644 index f75e57714..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-backend/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src", "dev"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/orchestrator-backend", - "rootDir": "." - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/turbo.json b/workspaces/orchestrator/plugins/orchestrator-backend/turbo.json deleted file mode 100644 index 4ecb3baaa..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-backend/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/orchestrator-backend/**"] - } - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-common/.lintstagedrc.json b/workspaces/orchestrator/plugins/orchestrator-common/.lintstagedrc.json deleted file mode 100644 index d73476f05..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-common/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --no-warn-ignored --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/orchestrator/plugins/orchestrator-common/tsconfig.json b/workspaces/orchestrator/plugins/orchestrator-common/tsconfig.json deleted file mode 100644 index a86c4d53d..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-common/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/orchestrator-common", - "rootDir": "." - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-common/turbo.json b/workspaces/orchestrator/plugins/orchestrator-common/turbo.json deleted file mode 100644 index 31c08650e..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-common/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/orchestrator-common/**"] - } - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/.lintstagedrc.json b/workspaces/orchestrator/plugins/orchestrator-form-api/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/.versionhistory.md b/workspaces/orchestrator/plugins/orchestrator-form-api/.versionhistory.md deleted file mode 100644 index b17e69831..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/.versionhistory.md +++ /dev/null @@ -1 +0,0 @@ -- Bumped to 1.1.0 in main branch for next release 1.3.0 diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/tsconfig.json b/workspaces/orchestrator/plugins/orchestrator-form-api/tsconfig.json deleted file mode 100644 index e036e04dc..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/orchestrator-form-api", - "rootDir": "." - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/turbo.json b/workspaces/orchestrator/plugins/orchestrator-form-api/turbo.json deleted file mode 100644 index b68f313a1..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/orchestrator-form-react/**"] - } - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/.lintstagedrc.json b/workspaces/orchestrator/plugins/orchestrator-form-react/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/.versionhistory.md b/workspaces/orchestrator/plugins/orchestrator-form-react/.versionhistory.md deleted file mode 100644 index b17e69831..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/.versionhistory.md +++ /dev/null @@ -1 +0,0 @@ -- Bumped to 1.1.0 in main branch for next release 1.3.0 diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/tsconfig.json b/workspaces/orchestrator/plugins/orchestrator-form-react/tsconfig.json deleted file mode 100644 index d94e805db..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/orchestrator-form-react", - "rootDir": "." - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/turbo.json b/workspaces/orchestrator/plugins/orchestrator-form-react/turbo.json deleted file mode 100644 index b68f313a1..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/orchestrator-form-react/**"] - } - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator-swf-editor-envelope/.lintstagedrc.json b/workspaces/orchestrator/plugins/orchestrator-swf-editor-envelope/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-swf-editor-envelope/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/orchestrator/plugins/orchestrator-swf-editor-envelope/tsconfig.json b/workspaces/orchestrator/plugins/orchestrator-swf-editor-envelope/tsconfig.json deleted file mode 100644 index 378948f91..000000000 --- a/workspaces/orchestrator/plugins/orchestrator-swf-editor-envelope/tsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "./dist", - "rootDir": ".", - "declaration": false, - "emitDeclarationOnly": false - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator/.lintstagedrc.json b/workspaces/orchestrator/plugins/orchestrator/.lintstagedrc.json deleted file mode 100644 index 14b2263de..000000000 --- a/workspaces/orchestrator/plugins/orchestrator/.lintstagedrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "*": "prettier --ignore-unknown --write", - "*.{js,jsx,ts,tsx,mjs,cjs}": "backstage-cli package lint --fix" -} diff --git a/workspaces/orchestrator/plugins/orchestrator/tsconfig.json b/workspaces/orchestrator/plugins/orchestrator/tsconfig.json deleted file mode 100644 index 097f70eb5..000000000 --- a/workspaces/orchestrator/plugins/orchestrator/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": ["src", "dev"], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "../../dist-types/plugins/orchestrator", - "rootDir": "." - } -} diff --git a/workspaces/orchestrator/plugins/orchestrator/turbo.json b/workspaces/orchestrator/plugins/orchestrator/turbo.json deleted file mode 100644 index 4d57431a8..000000000 --- a/workspaces/orchestrator/plugins/orchestrator/turbo.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "tsc": { - "outputs": ["../../dist-types/plugins/orchestrator/**"] - } - } -}