From 61476f010314951d1d464e7c66df80d28f919a6c Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 16 May 2026 09:53:33 +0300 Subject: [PATCH] chore: migrate to pnpm v11 (#317) --- .npmrc | 1 - package.json | 2 +- pnpm-workspace.yaml | 7 +++---- 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index f3b5690..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -shell-emulator=true \ No newline at end of file diff --git a/package.json b/package.json index b3198b9..4c2d989 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beasties-root", "private": true, - "packageManager": "pnpm@10.33.0", + "packageManager": "pnpm@11.1.2", "description": "Inline critical CSS and lazy-load the rest.", "author": "The Chromium Authors", "contributors": [ diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 786a9a9..2bc06b6 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,8 +6,7 @@ packages: overrides: beasties: 'workspace:*' vite-plugin-beasties: 'link:.' -ignoredBuiltDependencies: - - esbuild -onlyBuiltDependencies: - - simple-git-hooks +allowBuilds: + esbuild: false + simple-git-hooks: true -- 2.51.2