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
+18
View File
@@ -1,5 +1,6 @@
# Knip report
<<<<<<< HEAD
## Unused dependencies (2)
| Name | Location |
@@ -15,4 +16,21 @@
| @backstage/cli | package.json |
| @types/supertest | package.json |
| @backstage/backend-test-utils | package.json |
=======
## Unused dependencies (3)
| Name | Location |
|:-----------------|:-------------|
| yn | package.json |
| node-fetch | package.json |
| @backstage/types | package.json |
## Unused devDependencies (3)
| Name | Location |
|:-----------------|:-------------|
| supertest | package.json |
| @backstage/cli | package.json |
| @types/supertest | package.json |
>>>>>>> a99592ad081 (ci: introduce knip for checking unused packages)