Ignore internal non-published packages

Using just the naming convention for now.

Signed-off-by: Axel Hecht <axel@pike.org>
This commit is contained in:
Axel Hecht
2025-01-16 11:12:40 +01:00
parent f4d0a92143
commit 2815a4bb06
7 changed files with 1 additions and 45 deletions
-7
View File
@@ -8,10 +8,3 @@
| @backstage/types | package.json | error |
| zod | package.json | error |
## Unlisted dependencies (2)
| Name | Location | Severity |
| :----------------- | :------------------------------- | :------- |
| @internal/frontend | src/collectLegacyRoutes.test.tsx | error |
| @internal/frontend | src/convertLegacyPlugin.test.tsx | error |
-8
View File
@@ -8,11 +8,3 @@
| @backstage/errors | package.json | error |
| zod | package.json | error |
## Unlisted dependencies (3)
| Name | Location | Severity |
| :----------------- | :---------------------------------- | :------- |
| @internal/frontend | src/wiring/createSpecializedApp.tsx | error |
| @internal/frontend | src/tree/resolveAppNodeSpecs.ts | error |
| @internal/frontend | src/routing/collectRouteIds.ts | error |
@@ -14,13 +14,3 @@
| :-------------------------- | :----------- | :------- |
| @backstage/frontend-app-api | package.json | error |
## Unlisted dependencies (5)
| Name | Location | Severity |
| :----------------- | :------------------------------------------- | :------- |
| @internal/frontend | src/wiring/createExtensionBlueprint.test.tsx | error |
| @internal/frontend | src/wiring/resolveExtensionDefinition.ts | error |
| @internal/frontend | src/wiring/createFrontendModule.ts | error |
| @internal/frontend | src/wiring/createFrontendPlugin.ts | error |
| @internal/frontend | src/wiring/createExtension.ts | error |
@@ -7,9 +7,3 @@
| @backstage/version-bridge | package.json | error |
| zod | package.json | error |
## Unlisted dependencies (1)
| Name | Location | Severity |
| :----------------- | :-------------------------------- | :------- |
| @internal/frontend | src/app/createExtensionTester.tsx | error |
@@ -81,6 +81,7 @@ async function generateKnipConfig({ knipConfigPath }: KnipConfigOptions) {
// TBD: investigate what triggers these
'@types/react',
'@types/jest',
'@internal/.*', // internal packages are not published and inlined
'@backstage/cli', // everything depends on this for its package.json commands
'@backstage/theme', // this uses `declare module` in .d.ts so is implicitly used whenever extensions are needed
],
-8
View File
@@ -12,11 +12,3 @@
| :------------------------------- | :----------- | :------- |
| @backstage/plugin-catalog-common | package.json | error |
## Unlisted dependencies (3)
| Name | Location | Severity |
| :------------------- | :--------------------------------------------------- | :------- |
| @internal/scaffolder | src/next/extensions/createScaffolderFormDecorator.ts | error |
| @internal/scaffolder | src/next/blueprints/FormFieldBlueprint.tsx | error |
| @internal/scaffolder | src/next/api/FormFieldsApi.ts | error |
-6
View File
@@ -8,9 +8,3 @@
| @rjsf/material-ui | package.json | error |
| git-url-parse | package.json | error |
## Unlisted dependencies (1)
| Name | Location | Severity |
| :------------------- | :----------------------------------- | :------- |
| @internal/scaffolder | src/alpha/hooks/useFormDecorators.ts | error |