From bc695046e0cc592e47d2dc3027161df9fe2bbd04 Mon Sep 17 00:00:00 2001 From: Harry Whorlow Date: Wed, 13 May 2026 13:35:14 +0200 Subject: [PATCH] chore(pnpm): upgrade pnpm to v11 --- package.json | 2 +- pnpm-workspace.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ae31b4ed..6d60f159 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "git+https://github.com/TanStack/virtual.git" }, - "packageManager": "pnpm@10.24.0", + "packageManager": "pnpm@11.1.0", "type": "module", "scripts": { "clean": "pnpm --filter \"./packages/**\" run clean", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 43b7e770..06908ae0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,3 +9,18 @@ packages: - 'examples/svelte/*' - 'examples/vue/*' - 'examples/lit/*' + +allowBuilds: + # root dependency + nx: true + unrs-resolver: false # not directly required for build + esbuild: true + + # @angular/build + '@parcel/watcher': false # optional dep of @angular/build + lmdb: false # optional dep of @angular/build + msgpackr-extract: false # optional dep of @angular/build + + # @tanstack/vue-store + vue-demi: false # only required for vue 2 support +