From 13fbdd2463e8c4f1aa89e40e77de3efd823b7a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=97=A5=E5=A4=A9?= Date: Sat, 11 Apr 2026 15:12:00 +0800 Subject: [PATCH] fix: sync pnpm-lock.yaml with sdk/package.json dependency changes Adds missing npm-run-all2@catalog lockfile entry that caused ERR_PNPM_OUTDATED_LOCKFILE in CI release workflow. Co-Authored-By: Claude Opus 4.6 --- pnpm-lock.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a4438ba..0b8c6be2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -713,6 +713,9 @@ importers: lightningcss: specifier: 'catalog:' version: 1.32.0 + npm-run-all2: + specifier: 'catalog:' + version: 8.0.4 picocolors: specifier: 'catalog:' version: 1.1.1 @@ -8505,8 +8508,8 @@ snapshots: '@typescript-eslint/project-service@8.56.1(typescript@6.0.2)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.56.1(typescript@6.0.2) - '@typescript-eslint/types': 8.56.1 + '@typescript-eslint/tsconfig-utils': 8.58.1(typescript@6.0.2) + '@typescript-eslint/types': 8.58.1 debug: 4.4.3 typescript: 6.0.2 transitivePeerDependencies: