repo-tools/type-deps: detect ambient jest usage in types

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-09 20:58:08 +01:00
parent a7d4a3109c
commit df59ee6a82
2 changed files with 20 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
The `type-deps` command now detects ambient global types from the `jest` namespace in declaration files, rather than only looking for explicit imports and reference directives.