Added
- Usage-aware dependency analysis phase 1: The CLI now statically analyzes project source code to detect if vulnerable dependencies are actually imported and reachable.
- Added
--usageand--only-usedflags.Usedfindings bubble to the top, and--only-usedaggressively filters out unreachable/unused dependencies to eliminate noise. - CLI tables now feature a dedicated
Usagecolumn indicating import counts orunusedstatus, color-coded red and green. - Migrated the breaking change annotation into its own dedicated
Breaking?column with a⚠symbol in the fix plan tables.
Validation
- npm test
- npm run build