From 07887260968bc50535ff6f5317664feceb016350 Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 21 Apr 2026 05:25:44 -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 | 1 - 1 file changed, 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index cc6ac7c0..8a9fa3ab 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,3 @@ -resolutionMode: highest loglevel: error trustPolicy: no-downgrade