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
+17
View File
@@ -0,0 +1,17 @@
# Knip report
## Unused dependencies (2)
| Name | Location |
|:------------------------|:-------------|
| jscodeshift | package.json |
| jscodeshift-add-imports | package.json |
## Unused devDependencies (3)
| Name | Location |
|:-------------------|:-------------|
| ts-node | package.json |
| @backstage/cli | package.json |
| @types/jscodeshift | package.json |