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 (12)
| Name | Location |
|:--------------------------------------------------|:-------------|
| pg | package.json |
| luxon | package.json |
| mysql2 | package.json |
| example-app | package.json |
| @octokit/rest | package.json |
| better-sqlite3 | package.json |
| @gitbeaker/node | package.json |
| pg-connection-string | package.json |
| azure-devops-node-api | package.json |
| @backstage/plugin-tech-insights-node | package.json |
| @backstage/plugin-azure-sites-backend | package.json |
| @backstage/plugin-scaffolder-backend-module-rails | package.json |
## Unused devDependencies (3)
| Name | Location |
|:---------------------------------|:-------------|
| @types/luxon | package.json |
| @backstage/cli | package.json |
| @types/express-serve-static-core | package.json |