Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pnpm for openSUSE:Factory checked in at 2026-06-08 14:17:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pnpm (Old) and /work/SRC/openSUSE:Factory/.pnpm.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pnpm" Mon Jun 8 14:17:03 2026 rev:57 rq:1357616 version:11.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pnpm/pnpm.changes 2026-05-08 16:46:16.079418241 +0200 +++ /work/SRC/openSUSE:Factory/.pnpm.new.2375/pnpm.changes 2026-06-08 14:23:46.973232547 +0200 @@ -1,0 +2,21 @@ +Fri Jun 5 19:31:21 UTC 2026 - Avindra Goolcharan <[email protected]> + +- Update to 11.5.2: + * Find the full changelog and breaking changes at: + https://github.com/pnpm/pnpm/blob/v11.5.2/pnpm/CHANGELOG.md + +------------------------------------------------------------------- +Fri May 22 07:25:46 UTC 2026 - Elisei Roca <[email protected]> + +- update to 11.2.2: + * Find the full changelog and breaking changes at: + https://github.com/pnpm/pnpm/blob/v11.2.2/pnpm/CHANGELOG.md + * Automated migration steps: + https://pnpm.io/migration + - cd /path/to/your/project + - pnpx codemod run pnpm-v10-to-v11 + * Non-automated steps you might have to do: + https://pnpm.io/migration#manual-follow-ups + * Requires at least Node.js v22.13 + +------------------------------------------------------------------- Old: ---- pnpm-10.33.4.tgz New: ---- pnpm-11.5.2.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pnpm.spec ++++++ --- /var/tmp/diff_new_pack.vwmSJL/_old 2026-06-08 14:23:48.509296243 +0200 +++ /var/tmp/diff_new_pack.vwmSJL/_new 2026-06-08 14:23:48.509296243 +0200 @@ -23,24 +23,24 @@ %global __nodejs_provides %{nil} %global __nodejs_requires %{nil} Name: pnpm -Version: 10.33.4 +Version: 11.5.2 Release: 0 -Summary: Fast, disk space efficient package manager +Summary: Package manager for node.js License: MIT Group: Development/Languages/Other URL: https://pnpm.io/ Source: https://registry.npmjs.org/%{name}/-/%{name}-%{version}.tgz BuildRequires: fdupes -BuildRequires: nodejs-devel >= 18 +BuildRequires: nodejs >= 22.13 BuildRequires: nodejs-packaging Requires: bash -Requires: nodejs(abi) >= 18 +Requires: nodejs >= 22.13 Recommends: python3 Provides: npm(%{name}) = %{version} BuildArch: noarch %description -pnpm is a package manager for node.js +Fast, disk space efficient package manager for node.js %package bash-completion Summary: Bash completion for %{name} @@ -83,18 +83,14 @@ fix_executable() { chmod 775 "$1"; sed -i '1 s|^\(#!.*/\)env |\1|' "$1"; } export -f fix_executable -# Patch hashbang in pnpm -sed -i -e 's|#!%{_bindir}/env node|#!%{_bindir}/node|' %{buildroot}%{nodejs_sitelib}/pnpm/bin/* - +# Patch shebangs and make scripts executable sed -i '1 s|^\(#!.*/\)env |\1|' %{buildroot}%{nodejs_sitelib}/pnpm/dist/node-gyp-bin/node-gyp - -# Non-executable scripts -find %{buildroot}%{nodejs_sitelib}/pnpm/dist/node_modules -type f -path '*/bin/*' \ - -exec sh -c 'fix_executable {}' \; -fix_executable %{buildroot}%{nodejs_sitelib}/pnpm/dist/node_modules/glob/dist/esm/bin.mjs +find %{buildroot}%{nodejs_sitelib}/pnpm/bin \ + %{buildroot}%{nodejs_sitelib}/pnpm/dist/node_modules \ + -type f -path '*/bin/*' \ + -exec sh -c 'fix_executable "$1"' _ {} \; # Remove unnecessary shebangs -sed -i '1!b;\|#!/|d' %{buildroot}%{nodejs_sitelib}/pnpm/dist/node_modules/glob/dist/esm/bin.d.mts find %{buildroot}%{nodejs_sitelib}/pnpm/dist/node_modules/node-gyp/gyp -type f \ -exec sed -i '1!b;\|#!/|d' {} \; @@ -129,7 +125,7 @@ %files %license LICENSE %doc README.md -%{_bindir}/pnp{m,x} +%{_bindir}/pn{,x,pm,px} %{nodejs_sitelib} %files bash-completion ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.vwmSJL/_old 2026-06-08 14:23:48.717304869 +0200 +++ /var/tmp/diff_new_pack.vwmSJL/_new 2026-06-08 14:23:48.753306362 +0200 @@ -1,6 +1,6 @@ -mtime: 1778094215 -commit: 3e0a9bff6fb3326c9f985926155849c1f27d3fa22abff5dd16ed8edbd140ef01 +mtime: 1780688011 +commit: 689963951c1f094406a113d08252730ed06b417d18cbb31dd5f832fb3867e10b url: https://src.opensuse.org/nodejs/pnpm -revision: 3e0a9bff6fb3326c9f985926155849c1f27d3fa22abff5dd16ed8edbd140ef01 +revision: 689963951c1f094406a113d08252730ed06b417d18cbb31dd5f832fb3867e10b projectscmsync: https://src.opensuse.org/nodejs/_ObsPrj.git ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-05 21:33:31.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ pnpm-10.33.4.tgz -> pnpm-11.5.2.tgz ++++++ ++++ 592349 lines of diff (skipped)
