fix(repo-tools): resolve knip-reports failure with spaces in workspace paths

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-09-02 15:18:35 -05:00
parent 6de6882316
commit 133ac7ad66
124 changed files with 496 additions and 448 deletions
+14 -7
View File
@@ -1,13 +1,20 @@
# Knip report
## Unused dependencies (6)
## Unused dependencies (7)
| Name | Location | Severity |
| :------------------------------- | :----------- | :------- |
| @types/express-serve-static-core | package.json | error |
| @backstage/plugin-auth-node | package.json | error |
| better-sqlite3 | package.json | error |
| @types/qs | package.json | error |
| mysql2 | package.json | error |
| pg | package.json | error |
| @types/express-serve-static-core | packages/backend-test-utils/package.json | error |
| @backstage/plugin-auth-node | packages/backend-test-utils/package.json | error |
| better-sqlite3 | packages/backend-test-utils/package.json | error |
| @types/qs | packages/backend-test-utils/package.json | error |
| lodash | packages/backend-test-utils/package.json | error |
| mysql2 | packages/backend-test-utils/package.json | error |
| pg | packages/backend-test-utils/package.json | error |
## Unused devDependencies (1)
| Name | Location | Severity |
| :------------ | :----------- | :------- |
| @types/lodash | packages/backend-test-utils/package.json | error |