From 82f5e6fd79c2c6c739ce11aee3bbe65956aed0f7 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 17 May 2026 14:42:21 +0300 Subject: [PATCH] chore: migrate to pnpm v11 --- package.json | 2 +- pnpm-workspace.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e824e14..b6f90c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "errx", "type": "module", "version": "0.1.0", - "packageManager": "pnpm@10.30.3", + "packageManager": "pnpm@11.1.2", "description": "Zero dependency library to capture and parse stack traces in Node, Bun and Deno", "license": "MIT", "repository": "unjs/errx", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a8f401e..efcbc96 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,6 +1,9 @@ packages: - playground +allowBuilds: + esbuild: false + simple-git-hooks: true overrides: errx: "link:."