Update @github/copilot to 1.0.69-2#1914
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
|
@SteveSandersonMS in #1901 how did you pull in 1.0.69-2? I was curious whether running the action would be a nop now, but it's not completely. |
Cross-SDK Consistency Review ✅This PR updates No cross-SDK consistency issues found. This is a dependency version bump with no API surface changes.
|
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pinned Copilot CLI/schema dependency to @github/copilot@1.0.69-2 for the Node-based test harness and Java codegen tooling, refreshing the corresponding lockfiles so CI and local development consume the new CLI artifacts.
Changes:
- Bumped
@github/copilotto^1.0.69-2in the test harness. - Updated npm lockfiles to resolve
@github/copilotand all platform-specific optional packages to1.0.69-2. - Refreshed lockfile metadata for Linux platform packages (notably the absence of
libcqualifiers in the lock entries).
Show a summary per file
| File | Description |
|---|---|
| test/harness/package.json | Bumps harness devDependency on @github/copilot to ^1.0.69-2. |
| test/harness/package-lock.json | Updates resolved @github/copilot tarball/integrity and platform optionalDependencies to 1.0.69-2. |
| nodejs/samples/package-lock.json | Updates sample lockfile dependency resolution to @github/copilot ^1.0.69-2. |
| nodejs/package-lock.json | Updates resolved @github/copilot tarball/integrity and platform optionalDependencies to 1.0.69-2 (lock entry metadata changes included). |
| java/scripts/codegen/package-lock.json | Updates Java codegen lockfile to resolve @github/copilot and platform optionalDependencies to 1.0.69-2. |
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: 1/5 changed files
- Comments generated: 0
- Review effort level: Low
|
@stephentoub I told the agent to do the update. Seems like there are two main things where this has differed:
Looks like we can merge this PR to bring it into sync. |
Automated update of
@github/copilotto version1.0.69-2.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.