From d700074122d7cb72c5c95a7b48d81cfebc9890ec Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 17 May 2026 23:09:32 +0800 Subject: [PATCH 1/2] chore: bump pnpm to 11.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab2733dbe..0d85fcb48 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "oxlint": "^1.56.0", "oxlint-tsgolint": "^0.22.0" }, - "packageManager": "pnpm@10.33.2" + "packageManager": "pnpm@11.1.2" } From 911eca3de2d9a3eab3b3106a9816fe81096de8cd Mon Sep 17 00:00:00 2001 From: "anthropic-code-agent[bot]" <242468646+Claude@users.noreply.github.com> Date: Mon, 18 May 2026 03:32:02 +0000 Subject: [PATCH 2/2] chore: configure allowBuilds for pnpm 11 compatibility pnpm 11 introduces a breaking change requiring explicit approval of build scripts via the allowBuilds config in pnpm-workspace.yaml Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/aa560c98-9b58-4da3-9acf-e8ed1342a21c Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com> --- pnpm-workspace.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9b4fe4026..98f75b4fb 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,6 +5,15 @@ packages: - 'napi/angular-compiler/e2e/compare' - 'napi/angular-compiler/benchmarks/*' +allowBuilds: + '@parcel/watcher': true + '@swc/core': true + core-js: true + esbuild: true + lmdb: true + msgpackr-extract: true + protobufjs: true + catalog: '@napi-rs/cli': 3.6.2 '@oxc-node/cli': 0.1.0