Skip to content

Commit 45666cc

Browse files
github-actions[bot]stephentoubCopilot
authored
Update @github/copilot to 1.0.42 (#1211)
* Update @github/copilot to 1.0.42 - Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code * fix: increase ui_elicitation e2e test timeouts from 20s to 60s The test 'session created with onElicitationRequest reports elicitation capability' was flaky on Windows CI runners, timing out at 20s. The explicit 20s timeout was lower than the global vitest default of 30s. Increase all timeouts in this file to 60s to account for slower Windows CI runners. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stephen Toub <stoub@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 19b4ad5 commit 45666cc

11 files changed

Lines changed: 327 additions & 64 deletions

File tree

dotnet/src/Generated/SessionEvents.cs

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/generated_session_events.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"author": "GitHub",
5757
"license": "MIT",
5858
"dependencies": {
59-
"@github/copilot": "^1.0.41-1",
59+
"@github/copilot": "^1.0.42",
6060
"vscode-jsonrpc": "^8.2.1",
6161
"zod": "^4.3.6"
6262
},

nodejs/samples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/src/generated/session-events.ts

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)