From 9537c7657c141fcea60c97d25eabc3117c130560 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 15 Jun 2026 12:29:20 +0200 Subject: [PATCH] Switch to pnpm 11.6.0 --- package.json | 14 +------------- pnpm-workspace.yaml | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 01f77d0ff..2deb7ee4b 100644 --- a/package.json +++ b/package.json @@ -147,17 +147,5 @@ "vitest": "^4.1.5", "vitest-axe": "^1.0.0-pre.3" }, - "pnpm": { - "overrides": { - "@livekit/components-core>rxjs": "^7.8.1", - "@livekit/track-processors>@mediapipe/tasks-vision": "^0.10.18", - "minimatch": "^10.2.3", - "tar": "^7.5.11", - "glob": "^10.5.0", - "qs": "^6.14.1", - "js-yaml": "^4.1.1", - "esbuild": "^0.28.0" - } - }, - "packageManager": "pnpm@10.33.0" + "packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3fbe34a8a..1ac90cf2f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,17 @@ -# dependencies where we use branches and hashes in the package.json. But that also use a pre/post install script. -onlyBuiltDependencies: - - "matrix-js-sdk" +allowBuilds: + "@parcel/watcher": true + "@sentry/cli": true + "@swc/core": true + "core-js": true + "esbuild": true + "matrix-js-sdk@https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/8c95727b6278fe7942c20d0b9485f984dd0694b7": true + "protobufjs": true +overrides: + "@livekit/components-core>rxjs": "^7.8.1" + "@livekit/track-processors>@mediapipe/tasks-vision": "^0.10.18" + "minimatch": "^10.2.3" + "tar": "^7.5.11" + "glob": "^10.5.0" + "qs": "^6.14.1" + "js-yaml": "^4.1.1" + "esbuild": "^0.28.0"