Draft
Conversation
827cead to
8e394cd
Compare
Display a short hash (#xxxx) next to packages that have peer dependency resolutions, but only when the same name@version appears with multiple distinct peer variants in the output. Co-Authored-By: Claude Opus 4.6 <[email protected]>
8e394cd to
e38b935
Compare
Extract DEDUPED_LABEL to peerVariants.ts and simplify deduped rendering in pnpm list to match the why output style (no child count node). Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
…ation Sort edges in the data layer (getTree, buildWhyTree) so that the alphabetically-first occurrence of a package is always fully expanded while later duplicates get [deduped]. Replace localeCompare with lexCompare from @pnpm/util.lex-comparator for consistency. Remove redundant ramda-based sorting from renderTree. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
The readManifest callback passed to finder functions in `pnpm why` now reads the actual package.json from the content-addressable store using the integrity hash from the lockfile. This works correctly for all configurations including enableGlobalVirtualStore. Also preserves finder string messages in the why output (searchMessage field on WhyPackageResult) and removes the now-unused virtualStoreDirMaxLength parameter from buildWhyTrees/whyForPackages. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.