Skip to content

feat(align-deps): add --why - #4370

Open
Tommy Nguyen (tido64) wants to merge 1 commit into
mainfrom
tido/align-deps/why
Open

Tommy Nguyen (tido64) wants to merge 1 commit into
mainfrom
tido/align-deps/why

Conversation

@tido64

Copy link
Copy Markdown
Member

Description

Added --why for displaying why a package was included

Resolves #2454

Test plan

% cd packages/align-deps
% yarn bundle
% node lib/index.js --why react-native ../test-app/
└─ @rnx-kit/test-app
   └─ react-native (via 'core-android', 'core-ios', 'core/testing')

@github-actions github-actions Bot added the feature: align-deps This is related to align-deps label Sep 16, 2026
@tido64
Tommy Nguyen (tido64) force-pushed the tido/align-deps/why branch 3 times, most recently from bd0b659 to d5e6e4c Compare September 17, 2026 07:31
Copilot AI added a commit that referenced this pull request Sep 17, 2026
Co-authored-by: tido64 <4123478+tido64@users.noreply.github.com>
@tido64
Tommy Nguyen (tido64) force-pushed the tido/align-deps/why branch 7 times, most recently from 2049810 to 21bc1d9 Compare September 17, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: align-deps This is related to align-deps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

align-deps: add a toggle to show why a dependency got added

1 participant