Update @github/copilot to 1.0.80 - #2334
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
Aug 14, 2026
Contributor
Author
SDK Consistency Review ✅This PR updates the
No SDK client code was modified, so there are no cross-language consistency concerns to flag. The changes are scoped to dependency version bumps and are symmetric where applicable (Node.js and Java both updated).
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Copilot CLI/schema dependency from 1.0.79 to 1.0.80 across Node.js, test harness, and Java code generation.
Changes:
- Updated dependency declarations to
^1.0.80. - Refreshed lockfiles and platform-specific packages.
- Synchronized the Java reference implementation version.
Show a summary per file
| File | Description |
|---|---|
test/harness/package.json |
Updates the harness dependency. |
test/harness/package-lock.json |
Locks CLI packages to 1.0.80. |
nodejs/samples/package-lock.json |
Refreshes the sample dependency lock. |
nodejs/package.json |
Updates the Node.js SDK dependency. |
nodejs/package-lock.json |
Locks Node.js CLI packages to 1.0.80. |
java/scripts/codegen/package.json |
Updates the Java codegen dependency. |
java/scripts/codegen/package-lock.json |
Locks codegen CLI packages to 1.0.80. |
java/pom.xml |
Synchronizes the Java reference version. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
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.80.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/sdk/src/main/java/com/github/copilot/sdk/):nullfor optional new fields).CopilotSession.javaif applicable.java/sdk/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.