Update @github/copilot to 1.0.69-0#1892
Merged
Merged
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
stephentoub
approved these changes
Jul 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s pinned @github/copilot (Copilot CLI) dependency to 1.0.69-0 across the Node SDK, test harness, and Java codegen inputs, aligning all lockfiles and the Java Maven property used by CI workflows.
Changes:
- Bumped
@github/copilotto^1.0.69-0in the Node SDK, test harness, and Java codegenpackage.jsonfiles. - Updated the corresponding
package-lock.jsonfiles to resolve@github/copilot@1.0.69-0and platform-specific optional packages. - Updated the Java
pom.xmlproperty used by CI workflows to track the pinned reference implementation version.
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps harness devDependency on @github/copilot to ^1.0.69-0. |
| test/harness/package-lock.json | Locks harness CLI dependency and optional platform packages to 1.0.69-0. |
| nodejs/samples/package-lock.json | Updates sample lockfile to reflect the updated Node SDK dependency graph. |
| nodejs/package.json | Bumps Node SDK dependency on @github/copilot to ^1.0.69-0. |
| nodejs/package-lock.json | Locks Node SDK CLI dependency and optional platform packages to 1.0.69-0. |
| java/scripts/codegen/package.json | Bumps Java codegen input dependency on @github/copilot to ^1.0.69-0. |
| java/scripts/codegen/package-lock.json | Locks Java codegen CLI dependency and optional platform packages to 1.0.69-0. |
| java/pom.xml | Updates the CI-tracked pinned @github/copilot version property to ^1.0.69-0. |
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: Low
Contributor
Author
SDK Consistency Review ✅This PR updates Cross-SDK consistency status: No issues found.
No further action needed from a cross-SDK consistency perspective.
|
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.69-0.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.