pnpm_10_29_2: init

10.29.3 made a breaking change: https://github.com/pnpm/pnpm/issues/10601.
Pnpm packages that depend on electron builder must be upgraded to 26.8.2 or newer
otherwise a runtime error will occur when launching the application.
This commit is contained in:
Gutyina Gergő
2026-03-07 23:26:24 +01:00
parent a53c52408b
commit 0950ea169d
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -14,6 +14,13 @@ let
version = "9.15.9";
hash = "sha256-z4anrXZEBjldQoam0J1zBxFyCsxtk+nc6ax6xNxKKKc=";
};
# 10.29.3 made a breaking change: https://github.com/pnpm/pnpm/issues/10601.
# Pnpm packages that depend on electron builder must be upgraded to 26.8.2 or newer
# otherwise a runtime error will occur when launching the application.
"10_29_2" = {
version = "10.29.2";
hash = "sha256-hAL2daH0zJ1PJ7v6s1wtSi4dfrATHfA9rQlhnoZnTQw=";
};
"10" = {
version = "10.29.2";
hash = "sha256-hAL2daH0zJ1PJ7v6s1wtSi4dfrATHfA9rQlhnoZnTQw=";
+1
View File
@@ -3249,6 +3249,7 @@ with pkgs;
inherit (callPackage ../development/tools/pnpm { })
pnpm_8
pnpm_9
pnpm_10_29_2
pnpm_10
;
pnpm = pnpm_10;