From 99dcd55be4b314b866be24dd5c1ab5d09ffc10be Mon Sep 17 00:00:00 2001 From: ztcools <3614644417@qq.com> Date: Wed, 24 Jun 2026 17:00:27 +0800 Subject: [PATCH] fix: replace ignoredBuiltDependencies with allowBuilds for pnpm 11 --- pnpm-workspace.yaml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 75930e8b..06cc4778 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,5 +2,21 @@ packages: - packages/* - examples/* -ignoredBuiltDependencies: - - faiss-node +allowBuilds: + '@vscode/vsce-sign': true + esbuild: true + faiss-node: true + keytar: true + protobufjs: true + tree-sitter: true + tree-sitter-c-sharp: true + tree-sitter-cli: true + tree-sitter-cpp: true + tree-sitter-go: true + tree-sitter-java: true + tree-sitter-javascript: true + tree-sitter-python: true + tree-sitter-rust: true + tree-sitter-scala: true + tree-sitter-typescript: true + unrs-resolver: true