Remove type-fest dependency from catalog-backend-module-github

Replace the imported PartialDeep type from type-fest with a local
equivalent helper type used only in tests, eliminating the external
dev dependency.

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-03-20 11:03:22 +01:00
parent 884b8691b0
commit edf465f2a6
4 changed files with 15 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Removed the `type-fest` dev dependency, replacing its `PartialDeep` import with a local helper type in tests.