From 5b90f4e2ac0fd0491c8c68ec7738d237b4e0205a Mon Sep 17 00:00:00 2001 From: Chinesezjc Date: Wed, 26 Aug 2026 00:46:11 +0800 Subject: [PATCH] chore: adopt master's lockfile and third-party notices after the merge The merge conflict on pnpm-lock.yaml had kept the branch's older dependency resolutions; the coverage gate's notices check then failed because CI's frozen install resolved the master lockfile's versions while the committed notices still named the branch's older ones. The branch adds no dependencies, so it adopts master's lockfile and notices verbatim. --- pnpm-lock.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce92c1498d..326595dfff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3954,26 +3954,13 @@ importers: version: link:../../runtime-diagnostics/invariants packages/code-runtime/code-runtime-python: - dependencies: - '@deepseek-ai/schemastery': - specifier: link:../../../vendor/schemastery - version: link:../../../vendor/schemastery devDependencies: '@deepseek-ai/cordis': specifier: workspace:^ version: link:../../../vendor/cordis - '@deepseek-ai/dsh-code-runtime': - specifier: workspace:^ - version: link:../code-runtime '@deepseek-ai/dsh-invariants': specifier: workspace:^ version: link:../../runtime-diagnostics/invariants - '@deepseek-ai/dsh-session': - specifier: workspace:^ - version: link:../../core/session - '@deepseek-ai/dsh-timeout': - specifier: workspace:^ - version: link:../../util/timeout packages/code-runtime/code-runtime-worker-thread: dependencies: @@ -10344,9 +10331,6 @@ importers: '@deepseek-ai/dsh-code-runtime': specifier: workspace:^ version: link:../../packages/code-runtime/code-runtime - '@deepseek-ai/dsh-code-runtime-python': - specifier: workspace:^ - version: link:../../packages/code-runtime/code-runtime-python '@deepseek-ai/dsh-code-runtime-worker-thread': specifier: workspace:^ version: link:../../packages/code-runtime/code-runtime-worker-thread