From 651fe4651934b33283f655b2fce3511a592f765e Mon Sep 17 00:00:00 2001 From: ChrisScott9456 Date: Mon, 15 Jun 2026 10:26:14 -0400 Subject: [PATCH] exclude taglib-wasm@1.3.0 from pnpm age check --- pnpm-workspace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 49a9fb088..80d75dcc5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,6 +4,8 @@ allowBuilds: electron-winstaller: true esbuild: true minimumReleaseAge: 1440 +minimumReleaseAgeExclude: + - 'taglib-wasm@1.3.0' overrides: 'xml2js': '0.5.0' 'react-router': '7.14.0'