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.
PR Checklist:
npm test
locally and all tests are passing.PR Description
~6.10.3
to using a fixed version6.10.4
according to one option in the recommendation fromqs@6.10.5
:qs
to6.10.4
.Notes
The PR does not change the version of
qs
chosen when installing@cypress/request
with npm or pnpm.The PR forces the choice of
qs
version made by Yarn so that it corresponds to the version choice made by npm and pnpm, which already resolve~6.10.3
to the selection6.10.4
. This avoids that Yarn chooses the deprecated6.10.5
version.npm-pick-manifest mentions the algorithm whereby npm "Prefers non-deprecated versions to deprecated versions".