Skip to content

Update Dev Tunnels SSH dependency to 3.12.42 - #666

Merged
David Obando (DavidObando) merged 1 commit into
mainfrom
bump/dev-tunnels-ssh-3.12.42
Aug 24, 2026
Merged

Update Dev Tunnels SSH dependency to 3.12.42#666
David Obando (DavidObando) merged 1 commit into
mainfrom
bump/dev-tunnels-ssh-3.12.42

Conversation

@DavidObando

@DavidObando David Obando (DavidObando) commented Aug 24, 2026

Copy link
Copy Markdown
Member

Summary

Updates the Dev Tunnels SSH dependency to 3.12.42 across the C# and TypeScript SDKs.

Changes

File Was Now
cs/build/build.props (DevTunnelsSshPackageVersion) 3.12.40 3.12.42
ts/package.json (dependencies) ^3.12.36 ^3.12.42
ts/src/connections/package.json (peerDependencies) ^3.12.29 ^3.12.42
ts/package-lock.json regenerated

The peerDependencies range in ts/src/connections/package.json had drifted well behind
the root dependency, so consumers of @microsoft/dev-tunnels-connections were free to
resolve a considerably older SSH library than the one we build and test against. Aligning
it keeps consumers on the same minimum.

Validation

  • C#dotnet restore resolves 3.12.42; dotnet build clean (0 warnings, 0 errors);
    dotnet test 136 passed, 0 failed.
  • TypeScriptnpm ci clean against the regenerated lockfile; tsc --build clean;
    npm test 81 passing, 0 failing.

Bumps the SSH library reference across both SDKs:

- cs/build/build.props: 3.12.40 -> 3.12.42
- ts/package.json: ^3.12.36 -> ^3.12.42
- ts/src/connections/package.json (peerDependencies): ^3.12.29 -> ^3.12.42
- ts/package-lock.json: regenerated

The peerDependencies range had drifted behind the root dependency, allowing
consumers of @microsoft/dev-tunnels-connections to resolve an older SSH
library than the one built and tested against.

Validated: C# build clean and 136 tests passing; TypeScript compile clean
and 81 tests passing.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@DavidObando

Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@DavidObando
David Obando (DavidObando) merged commit 60c66cf into main Aug 24, 2026
11 checks passed
@DavidObando
David Obando (DavidObando) deleted the bump/dev-tunnels-ssh-3.12.42 branch August 24, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants