Conversation
Collaborator
friggeri
commented
Feb 4, 2026
- nodejs: zod 4.3.5→4.3.6, glob 11.0.0→13.0.1, prettier 3.4.0→3.8.1
- dotnet: xunit 2.7.0→2.9.3, xunit.runner.visualstudio 2.5.7→3.1.5
- workflows: update actions/checkout, setup-node, setup-python, setup-go, setup-dotnet, astral-sh/setup-uv to latest versions
- nodejs: zod 4.3.5→4.3.6, glob 11.0.0→13.0.1, prettier 3.4.0→3.8.1 - dotnet: xunit 2.7.0→2.9.3, xunit.runner.visualstudio 2.5.7→3.1.5 - workflows: update actions/checkout, setup-node, setup-python, setup-go, setup-dotnet, astral-sh/setup-uv to latest versions
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates routine dependency and CI workflow updates across the Node.js SDK, .NET tests, and documentation validation workflows to keep the toolchain and test stack current and secure.
Changes:
- Bump Node.js SDK dependencies (
zod) and devDependencies (glob,prettier) to newer minor/patch releases. - Update the .NET test project to newer
xunitandxunit.runner.visualstudioversions. - Modernize the
docs-validationGitHub Actions workflow by upgradingactions/*andastral-sh/setup-uvto newer major versions.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
nodejs/package.json |
Updates runtime (zod) and tooling (glob, prettier) versions to keep the Node.js SDK’s dependency stack up to date. |
nodejs/package-lock.json |
Regenerates the lockfile to reflect the updated zod, glob, and prettier versions and their transitive dependencies. |
dotnet/test/GitHub.Copilot.SDK.Test.csproj |
Refreshes test-only .NET dependencies (xunit, xunit.runner.visualstudio) to newer versions for improved test tooling and compatibility. |
.github/workflows/docs-validation.yml |
Upgrades checkout, language setup, and uv GitHub Actions to newer major versions for documentation validation jobs across TypeScript, Python, Go, and C#. |
Files not reviewed (1)
- nodejs/package-lock.json: Language not supported
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.