This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryAdded TypeScript/Angular constructor and field dependency injection parsing with new 'injects' edge kind.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds constructor and field dependency injection parsing for TypeScript/Angular classes Adds constructor and field dependency injection parsing for TypeScript/Angular classes Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Adds new 'injects' edge kind to get_dependencies for Angular service dependencies Adds new 'injects' edge kind to get_dependencies for Angular service dependencies Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Creates dependency edge from class to FooService for constructor(private svc: FooService) Creates dependency edge from class to FooService for constructor(private svc: FooService) Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Resolves extends/implements targets through imports instead of assuming local symbols Resolves extends/implements targets through imports instead of assuming local symbols Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Maps external/library types (HttpClient, OnInit) to external:: markers and excludes them Maps external/library types (HttpClient, OnInit) to external:: markers and excludes them Source: llm_adapter@2026-07-14 Confidence: high |
— |
Full changelog
Added
- Constructor and field dependency injection parsing for TypeScript/Angular classes
- New 'injects' edge kind — get_dependencies now shows Angular service dependencies
- constructor(private svc: FooService) now creates an edge from the class to FooService
- extends/implements targets now resolve through imports instead of assuming local symbols
- External/library types (HttpClient, OnInit etc.) resolve to external:: markers and are excluded
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v1.6.1 Health scores from v1.6.1+ are not directly comparable to earlier versions.
Beta — feedback welcome: [email protected]