From 2eb66e1cd403d884ba384a69a9da9e9e27548fbd Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:52:19 -0700 Subject: [PATCH] chore: convert to newer pnpm syntax --- package.json | 12 ------------ pnpm-workspace.yaml | 9 +++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 879aa8cdc449..bd4fcc738920 100644 --- a/package.json +++ b/package.json @@ -35,17 +35,5 @@ "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", "engines": { "pnpm": ">=9.0.0" - }, - "pnpm": { - "onlyBuiltDependencies": [ - "@parcel/watcher", - "esbuild", - "protobufjs", - "rolldown", - "sharp", - "svelte-preprocess", - "unix-dgram", - "workerd" - ] } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 51270e236caa..73beac9d2258 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,6 +11,15 @@ packages: - packages/kit/test/build-errors/apps/* - '!.test-tmp/**' - playgrounds/* +allow-builds: + '@parcel/watcher': true + esbuild: true + protobufjs: true + rolldown: true + sharp: true + svelte-preprocess: true + unix-dgram: true + workerd: true # pnpm catalogs are currently only suitable for dependencies that # wouldn't require publishing a new package version # see https://github.com/changesets/changesets/issues/1707