scaffolder: remove unused modules
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -1,27 +1,2 @@
|
||||
# Knip report
|
||||
|
||||
## Unused dependencies (14)
|
||||
|
||||
| Name | Location | Severity |
|
||||
| :--------------------------------------------------------------- | :----------- | :------- |
|
||||
| @backstage/plugin-catalog-backend-module-scaffolder-entity-model | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-bitbucket-server | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-bitbucket-cloud | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-bitbucket | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-gerrit | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-github | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-gitlab | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-azure | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-scaffolder-backend-module-gitea | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-bitbucket-cloud-common | plugins/scaffolder-backend/package.json | error |
|
||||
| @backstage/plugin-auth-node | plugins/scaffolder-backend/package.json | error |
|
||||
| concat-stream | plugins/scaffolder-backend/package.json | error |
|
||||
| p-limit | plugins/scaffolder-backend/package.json | error |
|
||||
| tar | plugins/scaffolder-backend/package.json | error |
|
||||
|
||||
## Unused devDependencies (1)
|
||||
|
||||
| Name | Location | Severity |
|
||||
| :------------------------- | :----------- | :------- |
|
||||
| @backstage/backend-app-api | plugins/scaffolder-backend/package.json | error |
|
||||
|
||||
|
||||
@@ -71,27 +71,15 @@
|
||||
"@backstage/config": "workspace:^",
|
||||
"@backstage/errors": "workspace:^",
|
||||
"@backstage/integration": "workspace:^",
|
||||
"@backstage/plugin-auth-node": "workspace:^",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "workspace:^",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "workspace:^",
|
||||
"@backstage/plugin-catalog-node": "workspace:^",
|
||||
"@backstage/plugin-events-node": "workspace:^",
|
||||
"@backstage/plugin-permission-common": "workspace:^",
|
||||
"@backstage/plugin-permission-node": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitea": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-common": "workspace:^",
|
||||
"@backstage/plugin-scaffolder-node": "workspace:^",
|
||||
"@backstage/types": "workspace:^",
|
||||
"@opentelemetry/api": "^1.9.0",
|
||||
"@types/luxon": "^3.0.0",
|
||||
"concat-stream": "^2.0.0",
|
||||
"express": "^4.22.0",
|
||||
"fs-extra": "^11.2.0",
|
||||
"globby": "^11.0.0",
|
||||
@@ -103,7 +91,6 @@
|
||||
"logform": "^2.3.2",
|
||||
"luxon": "^3.0.0",
|
||||
"nunjucks": "^3.2.3",
|
||||
"p-limit": "^3.1.0",
|
||||
"p-queue": "^6.6.2",
|
||||
"prom-client": "^15.0.0",
|
||||
"triple-beam": "^1.4.1",
|
||||
@@ -116,7 +103,6 @@
|
||||
"zod-to-json-schema": "^3.25.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-app-api": "workspace:^",
|
||||
"@backstage/backend-defaults": "workspace:^",
|
||||
"@backstage/backend-test-utils": "workspace:^",
|
||||
"@backstage/cli": "workspace:^",
|
||||
|
||||
@@ -20,12 +20,6 @@ import express from 'express';
|
||||
import request from 'supertest';
|
||||
import ObservableImpl from 'zen-observable';
|
||||
|
||||
/**
|
||||
* TODO: The following should import directly from the router file.
|
||||
* Due to a circular dependency between this plugin and the
|
||||
* plugin-scaffolder-backend-module-cookiecutter plugin, it results in an error:
|
||||
* TypeError: _pluginscaffolderbackend.createTemplateAction is not a function
|
||||
*/
|
||||
import {
|
||||
parseEntityRef,
|
||||
stringifyEntityRef,
|
||||
|
||||
Reference in New Issue
Block a user