Merged
Conversation
Co-authored-by: Copilot <copilot@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Copilot dependencies used by the VS Code “remote” package and the root workspace, and removes an obsolete postinstall patch that previously modified @github/copilot-sdk’s built output.
Changes:
- Bump
@github/copilotto^1.0.11and@github/copilot-sdkto^0.2.0in both root andremote/. - Update both lockfiles to the new resolved artifacts/versions.
- Remove the postinstall-time patching of
@github/copilot-sdk/dist/session.js(no longer needed with the bumped SDK).
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps Copilot + Copilot SDK dependency ranges at the repo root. |
| package-lock.json | Updates resolved Copilot/Copilot SDK packages to match the new dependency ranges. |
| remote/package.json | Mirrors the dependency bumps for the remote (REH) package. |
| remote/package-lock.json | Updates resolved remote dependency graph to match the new ranges. |
| build/npm/postinstall.ts | Removes an SDK patch step that is no longer required after the dependency update. |
Files not reviewed (1)
- remote/package-lock.json: Language not supported
lszomoru
approved these changes
Mar 23, 2026
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.
Co-authored-by: Copilot copilot@github.com