Update @github/copilot to 1.0.79-6 - #2287
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
Aug 7, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Copilot runtime dependency from 1.0.79-5 to 1.0.79-6 across Node.js, test harness, and Java code generation.
Changes:
- Updated dependency manifests and lockfiles.
- Refreshed all platform-specific runtime packages.
- Synchronized the Java runtime-version property.
Show a summary per file
| File | Description |
|---|---|
test/harness/package.json |
Updates the harness dependency. |
test/harness/package-lock.json |
Locks updated runtime packages and integrity hashes. |
nodejs/samples/package-lock.json |
Synchronizes the sample workspace dependency. |
nodejs/package.json |
Updates the Node.js SDK runtime dependency. |
nodejs/package-lock.json |
Locks updated runtime packages and integrity hashes. |
java/scripts/codegen/package.json |
Updates the Java generator dependency. |
java/scripts/codegen/package-lock.json |
Locks the updated generator runtime packages. |
java/pom.xml |
Synchronizes the Java reference-runtime version. |
Review details
Files not reviewed (4)
- java/scripts/codegen/package-lock.json: Generated file
- nodejs/package-lock.json: Generated file
- nodejs/samples/package-lock.json: Generated file
- test/harness/package-lock.json: Generated file
- Files reviewed: 4/8 changed files
- Comments generated: 0
- Review effort level: Balanced
Contributor
Author
SDK Consistency Review ✅This PR is an automated dependency update (
No SDK source code or public API surface was changed. No cross-SDK consistency issues found.
|
edburns
pushed a commit
that referenced
this pull request
Aug 7, 2026
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Automated update of
@github/copilotto version1.0.79-6.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)Java Handwritten Code Adaptation Plan
If
java-sdk-testsCI fails on this PR, follow these steps:mvn clean,mvn verifyfromjava/locally or check thejava-sdk-testsworkflow run logs.java/src/main/java/com/github/copilot/sdk/):nullfor optional new fields).CopilotSession.javaif applicable.java/src/test/java/com/github/copilot/sdk/):cd java && mvn clean test-compile jar:jar && mvn verify -Dskip.test.harness=truecd java && mvn spotless:applyNext steps
When ready, click Ready for review to trigger CI checks.