Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pnpm for openSUSE:Factory checked in 
at 2025-12-16 15:56:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pnpm (Old)
 and      /work/SRC/openSUSE:Factory/.pnpm.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pnpm"

Tue Dec 16 15:56:15 2025 rev:49 rq:1323022 version:10.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pnpm/pnpm.changes        2025-11-26 
17:16:23.560609437 +0100
+++ /work/SRC/openSUSE:Factory/.pnpm.new.1939/pnpm.changes      2025-12-16 
16:02:16.846079942 +0100
@@ -1,0 +2,51 @@
+Sat Dec 13 12:41:20 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- update to 10.25.0:
+  * Minor Changes
+    - Allow loading certificates from cert, ca, and key for
+      specific registry URLs. E.g.,
+      //registry.example.com/:ca=-----BEGIN CERTIFICATE-----....
+      Previously this was only working via certfile, cafile, and
+      keyfile.
+      These properties are supported in .npmrc, but were ignored by
+      pnpm, this will make pnpm read and use them as well.
+      Related PR: #10230.
+    - Added a new flag called --bare to pnpm init for creating a
+      package.json with the bare minimum of required fields #10226.
+  * Patch Changes
+    - Improved reporting of ignored dependency scripts #10276.
+    - pnpm install should build any dependencies that were added to
+      onlyBuiltDependencies and were not built yet #10256.
+    - pnpm publish -r --force should allow to run publish over
+      already existing versions in the registry #10272.
+    - Don't fail with a ERR_PNPM_MISSING_TIME error if a package
+      that is excluded from trust policy checks is missing the time
+      field in the metadata.
+
+-------------------------------------------------------------------
+Sat Dec 13 12:35:54 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- update to 10.24.0:
+  * Minor Changes
+    - Increased network concurrency on machines with many CPU
+      cores. pnpm now automatically selects a network concurrency
+      between 16 and 64, based on the number of pnpm workers
+      (calculated as workers × 3). This improves performance on
+      high-core systems #10068.
+  * Patch Changes
+    - trustPolicy should ignore the trust evidences of prerelease
+      versions, when installing a non-prerelease version.
+    - Handle ENOENT errors thrown by fs.linkSync(), which can occur
+      in containerized environments (OverlayFS) instead of EXDEV.
+      The operation now gracefully falls back to fs.copyFileSync()
+      in these cases #10217.
+    - Reverted: pnpm self-update should download pnpm from the
+      configured npm registry #10205.
+    - Packages that don't have a package.json file (like Node.js)
+      should not be reimported from the store on every install.
+      Another file from the package should be checked in order to
+      verify its presence in node_modules.
+    - Correctly read auth tokens for URLs that contain underscores
+      #17.
+
+-------------------------------------------------------------------

Old:
----
  pnpm-10.23.0.tgz

New:
----
  pnpm-10.25.0.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pnpm.spec ++++++
--- /var/tmp/diff_new_pack.IAN35t/_old  2025-12-16 16:02:19.182178675 +0100
+++ /var/tmp/diff_new_pack.IAN35t/_new  2025-12-16 16:02:19.186178844 +0100
@@ -23,7 +23,7 @@
 %global __nodejs_provides %{nil}
 %global __nodejs_requires %{nil}
 Name:           pnpm
-Version:        10.23.0
+Version:        10.25.0
 Release:        0
 Summary:        Fast, disk space efficient package manager
 License:        MIT

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.IAN35t/_old  2025-12-16 16:02:19.226180534 +0100
+++ /var/tmp/diff_new_pack.IAN35t/_new  2025-12-16 16:02:19.230180704 +0100
@@ -1,6 +1,6 @@
-mtime: 1763888941
-commit: 53cb618e4229e401a1d716b230507068973a598b48293944697c541723a0dbe8
+mtime: 1765629753
+commit: f829e8dc630cf7a7f6df0103f8add71ad166876aa8c65d4b53251631a4efeca4
 url: https://src.opensuse.org/nodejs/pnpm.git
-revision: 53cb618e4229e401a1d716b230507068973a598b48293944697c541723a0dbe8
+revision: f829e8dc630cf7a7f6df0103f8add71ad166876aa8c65d4b53251631a4efeca4
 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      2025-12-15 23:04:17.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ pnpm-10.23.0.tgz -> pnpm-10.25.0.tgz ++++++
++++ 6557 lines of diff (skipped)

Reply via email to