Skip to content

fix: two small issues in skipped manifest dependencies section#849

Merged
sonukapoor merged 1 commit into
mainfrom
bugfix/issue-842-skipped-deps-followup
Jul 19, 2026
Merged

fix: two small issues in skipped manifest dependencies section#849
sonukapoor merged 1 commit into
mainfrom
bugfix/issue-842-skipped-deps-followup

Conversation

@sonukapoor

Copy link
Copy Markdown
Collaborator

Two small follow-up fixes to the skipped manifest dependencies feature from #841, both in src/output/html-reporter.ts:

  • Remove a dead !skipped || null guard on renderSkippedDependenciesSection. The parameter is typed string[] (non-optional), so the check could never be true and misled anyone reading it alongside the type signature.
  • Change the new "Skipped manifest dependencies" section icon from to . The existing "Skipped findings" card already uses , so a report containing both sections showed two identical icons for two different concepts.

Closes #842

…s icon

skipped is typed string[] (non-optional), so the !skipped check could
never be true. The new "Skipped manifest dependencies" section also
reused the existing "Skipped findings" card's icon; switched to a
distinct symbol so both sections are visually distinguishable.

Closes #842
@sonukapoor
sonukapoor merged commit 54c8f9b into main Jul 19, 2026
6 checks passed
@sonukapoor
sonukapoor deleted the bugfix/issue-842-skipped-deps-followup branch July 19, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: two small issues in skipped manifest dependencies section (#841 follow-up)

1 participant