Skip to content

feat: render parent-upgrade tables in verbose fix output#136

Merged
sonukapoor merged 1 commit intomainfrom
feature/issue-135-parent-upgrade-table-output
Apr 10, 2026
Merged

feat: render parent-upgrade tables in verbose fix output#136
sonukapoor merged 1 commit intomainfrom
feature/issue-135-parent-upgrade-table-output

Conversation

@sonukapoor
Copy link
Copy Markdown
Collaborator

Summary

  • render a table for parent-upgrade/transitive remediation targets in verbose fix sections
  • include columns for package, current, recommended target, and context
  • keep copy-and-run command callouts outside the table
  • preserve direct fix table behavior and alignment

Validation

  • npm test -- output.test.ts
  • npm test
  • npm run build
  • node dist/index.js /Users/sonukapoor/Projects/nest --verbose

Closes #135

@sonukapoor sonukapoor merged commit 0c0fc31 into main Apr 10, 2026
3 checks passed
@sonukapoor sonukapoor deleted the feature/issue-135-parent-upgrade-table-output branch April 10, 2026 14:05
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.

Add transitive parent-upgrade table in verbose fix command output

1 participant