From c291dd37bfc8e75b7e7857b5e35f03d4a53fdb97 Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 21 Apr 2026 05:25:08 -0400 Subject: [PATCH] chore(config): drop resolutionMode: highest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was added to dodge pnpm v11 ERR_PNPM_MISSING_TIME (pnpm/pnpm#11238). Fixed upstream in 11.0.0-rc.2 via the new minimumReleaseAgeIgnoreMissingTime setting (default true). This repo pins ≥ rc.2, so v11's default time-based resolution works again. --- pnpm-workspace.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c5b220f2d..7d054cb67 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,3 @@ - packages: - packages/* - '!packages/package-builder/build' @@ -218,7 +217,6 @@ patchedDependencies: execa@2.1.0: patches/execa@2.1.0.patch execa@5.1.1: patches/execa@5.1.1.patch node-gyp@12.2.0: patches/node-gyp@12.2.0.patch -resolutionMode: highest saveExact: true strictPeerDependencies: true trustPolicy: no-downgrade