Resolve pnpm-lock.yaml merge conflict in PR #36655 #36675
Draft
+4,453
−3,460
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.
Packages impacted by this PR
None - lockfile regeneration only
Issues associated with this PR
Resolves merge conflict in #36655
Describe the problem that is addressed by this PR
PR #36655 has a merge conflict in
pnpm-lock.yamldue to divergent changes between the PR branch (jeremymeng:test-custom-agents) andmain. The binary lockfile cannot be merged automatically.What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?
The standard approach for lockfile conflicts is to regenerate it:
maininto PR branchpnpm install --no-frozen-lockfileto regenerate lockfile based onpackage.jsonfiles from both branchesThis ensures dependency resolution reflects both the PR changes and latest main.
Are there test cases added in this PR? (If not, why?)
No - this is a lockfile regeneration with no code changes.
Provide a list of related PRs (if any)
Command used to generate this PR:**(Applicable only to SDK release request PRs)
N/A
Checklists
Note: Unable to push directly to
jeremymeng:test-custom-agents. Changes available incopilot/resolve-merge-conflict-pnpm-lock-againbranch for comparison: jeremymeng:test-custom-agents...copilot/resolve-merge-conflict-pnpm-lock-againThe resolved
pnpm-lock.yamlcan be cherry-picked from commit481b3327d6.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.