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.
This commit is contained in:
Chinesezjc
2026-08-31 14:56:11 +08:00
committed by Tianyi Cui
parent 6e8cc96351
commit 5b90f4e2ac
-16
View File
@@ -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