Add pnpm-within-range regression fixture (#528)#557
Open
Ayush7614 wants to merge 1 commit into
Open
Conversation
pnpm equivalent of wrong-parent: transitive qs@6.15.1 via body-parser where ~6.15.1 already permits 6.15.2+, so CVE Lite should suggest pnpm update --no-save qs instead of a parent bump.
Contributor
Author
|
cc: @sonukapoor |
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.
Summary
examples/pnpm-within-range/— pnpm equivalent ofexamples/wrong-parent/for Discussion Help wanted: edge case lockfile fixtures for regression testing #528 fixture 4body-parser@1.20.5pulls transitiveqs@6.15.1(pinned via pnpm override); parent declares~6.15.1which already permits6.15.2+pnpm update --no-save qs(lockfile refresh), not a parent bumpwrong-parentinexamples/readme.mdVerified scan output
pnpm-lock.yamlqs@6.15.1(transitive)pnpm update --no-save qsTest plan
node dist/index.js examples/pnpm-within-range --verbose→pnpm update --no-save qsCloses Discussion #528 item fixture 4 (regression fixture).