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 00175d889a
commit 23a29697aa
153 changed files with 2345 additions and 9 deletions
+8
View File
@@ -1,5 +1,6 @@
# Knip report
<<<<<<< HEAD
## Unused devDependencies (7)
| Name | Location |
@@ -11,4 +12,11 @@
| @backstage/backend-app-api | package.json |
| @backstage/backend-test-utils | package.json |
| @backstage/plugin-kubernetes-backend | package.json |
=======
## Unused devDependencies (1)
| Name | Location |
|:---------------|:-------------|
| @backstage/cli | package.json |
>>>>>>> a99592ad081 (ci: introduce knip for checking unused packages)