From c30f3efaab70a1829e55f0bcd51ace5f2ffebd00 Mon Sep 17 00:00:00 2001 From: Hrushikesh Yadav Date: Mon, 8 Jun 2026 18:43:49 +0530 Subject: [PATCH] fix: align @npmcli/agent patch version with resolved lockfile - patch was pinned to @4.0.0 but bun.lock resolves @4.0.2 - proxy.url .toString() fix was silently skipped, breaking plugin installs behind HTTP_PROXY/HTTPS_PROXY --- package.json | 2 +- ...{@npmcli%2Fagent@4.0.0.patch => @npmcli%2Fagent@4.0.2.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename patches/{@npmcli%2Fagent@4.0.0.patch => @npmcli%2Fagent@4.0.2.patch} (100%) diff --git a/package.json b/package.json index 62381c427ea7..21954e599efe 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "@types/node": "catalog:" }, "patchedDependencies": { - "@npmcli/agent@4.0.0": "patches/@npmcli%2Fagent@4.0.0.patch", + "@npmcli/agent@4.0.2": "patches/@npmcli%2Fagent@4.0.2.patch", "@silvia-odwyer/photon-node@0.3.4": "patches/@silvia-odwyer%2Fphoton-node@0.3.4.patch", "@standard-community/standard-openapi@0.2.9": "patches/@standard-community%2Fstandard-openapi@0.2.9.patch", "solid-js@1.9.10": "patches/solid-js@1.9.10.patch", diff --git a/patches/@npmcli%2Fagent@4.0.0.patch b/patches/@npmcli%2Fagent@4.0.2.patch similarity index 100% rename from patches/@npmcli%2Fagent@4.0.0.patch rename to patches/@npmcli%2Fagent@4.0.2.patch