Skip to content

fix(mtmharness): align DSH dependencies with alpha4 - #61

Merged
codeh007 merged 1 commit into
mainfrom
issue-816-mtmharness-alpha4
Sep 2, 2026
Merged

fix(mtmharness): align DSH dependencies with alpha4#61
codeh007 merged 1 commit into
mainfrom
issue-816-mtmharness-alpha4

Conversation

@codeh007

@codeh007 codeh007 commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • align mtmharness DSH peer and development dependencies with 0.1.2-alpha.4
  • regenerate the workspace lockfile and release-age exemptions so profile installs cannot retain the stale alpha3/rc2 graph
  • bump mtmharness to 0.9.2 for the corrected package metadata

Root cause

mtmharness@0.9.1 still advertised the DSH alpha.3 dependency graph. A profile using the newer DSH alpha.4 release could therefore load an incompatible/stale dsh-client-connection implementation, producing the reported options.authority failure during ctx.connection.rpc.handle. The type-only import in src/index.ts is erased and is not the runtime cause.

Verification

  • pnpm install --frozen-lockfile
  • pnpm --filter mtmharness run check (17 Vitest files, 92 tests; 24 Node tests)
  • pnpm --filter mtmharness pack
  • pnpm dlx publint run .tmp-pack/mtmharness-0.9.2.tgz --strict
  • official @deepseek-ai/dsh@0.1.2-alpha.4 isolated web profile booted successfully with mtmharness@0.9.2

Related: codeh007/gomtm#816

@codeh007 codeh007 added the bug Something isn't working label Sep 2, 2026
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 41946f92-5cca-435a-a08d-441eae3c23b2


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codeh007
codeh007 merged commit 50da2be into main Sep 2, 2026
2 checks passed
@codeh007
codeh007 deleted the issue-816-mtmharness-alpha4 branch September 2, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants