ci: introduce knip for checking unused packages

fixes #21948

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2023-12-21 09:00:59 +02:00
parent 216fce4b2c
commit 60a68f10e9
270 changed files with 5226 additions and 34 deletions
+27
View File
@@ -0,0 +1,27 @@
# Knip report
## Unused dependencies (6)
| Name | Location |
|:--------------------------|:-------------|
| zod | package.json |
| immer | package.json |
| zen-observable | package.json |
| @backstage/theme | package.json |
| zod-to-json-schema | package.json |
| @backstage/catalog-client | package.json |
## Unused devDependencies (9)
| Name | Location |
|:---------------------------------|:-------------|
| @backstage/cli | package.json |
| @testing-library/dom | package.json |
| @backstage/test-utils | package.json |
| @testing-library/react | package.json |
| @backstage/core-app-api | package.json |
| @testing-library/jest-dom | package.json |
| @backstage/plugin-catalog | package.json |
| @testing-library/user-event | package.json |
| @backstage/plugin-catalog-common | package.json |