Merge pull request #28491 from Pike/knip-workspace-config

Improve knip reports by using a single config with workspaces
This commit is contained in:
Fredrik Adelöw
2025-01-29 16:50:12 +01:00
committed by GitHub
127 changed files with 745 additions and 518 deletions
+2 -5
View File
@@ -1,17 +1,14 @@
# Knip report
## Unused dependencies (3)
## Unused dependencies (1)
| Name | Location | Severity |
| :------------------------ | :----------- | :------- |
| @backstage/catalog-client | package.json | error |
| zod-to-json-schema | package.json | error |
| zod | package.json | error |
## Unused devDependencies (2)
## Unused devDependencies (1)
| Name | Location | Severity |
| :------------------------------- | :----------- | :------- |
| @backstage/plugin-catalog-common | package.json | error |
| @testing-library/dom | package.json | error |