From f90ccecc612911aee643d654bcc4c6694f866002 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:20:17 +0000 Subject: [PATCH 1/2] chore: disable pnpm update-notifier Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 6faa8adb1a7..f84cc5ce269 100644 --- a/.npmrc +++ b/.npmrc @@ -2,3 +2,4 @@ auto-install-peers=true package-manager-strict=false manage-package-manager-versions=true engine-strict=true +update-notifier=false From ad1b72dd77c7f7ad07c4a5a9964dd552a3adb1be Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:29:19 +0000 Subject: [PATCH 2/2] chore: clean up redundant .npmrc options Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> --- .npmrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.npmrc b/.npmrc index f84cc5ce269..e0f904d9771 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,3 @@ -auto-install-peers=true -package-manager-strict=false manage-package-manager-versions=true engine-strict=true update-notifier=false