-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(outdated): add dependent location in long output #8110
fix(outdated): add dependent location in long output #8110
Conversation
1a9409c
to
d0260b2
Compare
I think "Dependent location" may not be the best phrasing, but don't know off the top of my head what we'd use instead. Dependent is usually the package that is required by another package, which is the opposite of what we want. "Depended by" is how we define it in the output already. |
We will also need to update https://docs.npmjs.com/cli/v11/commands/npm-outdated |
Yeah... I completely missed that documentation part.. I am also rethinking whether in cli output it adds any value since we use package id format for DependedBy field which is much cleaner. Change might only makes sense in |
d0260b2
to
f759f47
Compare
3ae774b
to
580566d
Compare
580566d
to
9dbc2b3
Compare
Add dependent location details when using
--long
version of the output to identify who is the dependent of the outdated dependencies.Fixes: #7736
Test output
