SHA256
8
0
forked from pool/pnpm

update to 0.18.0 #1

Closed
ojkastl_buildservice wants to merge 1 commits from ojkastl_buildservice/pnpm:20251007_update_to_0.18.0 into main
4 changed files with 28 additions and 4 deletions

BIN
pnpm-0.18.0.tgz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1e0133f6801c13039ae41309e5e5a7d1058a3a1e1edd020a4944a83c5368d04
size 4168471

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Oct 7 13:57:03 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 10.18.0:
* Minor Changes
- Added network performance monitoring to pnpm by implementing
warnings for slow network requests, including both metadata
fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMs and fetchMinSpeedKiBps.
Warning messages are displayed when requests exceed time
thresholds or fall below speed minimums
Related PR: #10025.
* Patch Changes
- Retry filesystem operations on EAGAIN errors #9959.
- Outdated command respects minimumReleaseAge configuration
#10030.
- Correctly apply the cleanupUnusedCatalogs configuration when
removing dependent packages.
- Don't fail with a meaningless error when scriptShell is set
to false #8748.
- pnpm dlx should not fail when minimumReleaseAge is set
#10037.
-------------------------------------------------------------------
Tue Sep 23 05:19:34 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -23,7 +23,7 @@
%global __nodejs_provides %{nil}
%global __nodejs_requires %{nil}
Name: pnpm
Version: 10.17.1
Version: 10.18.0
Release: 0
Summary: Fast, disk space efficient package manager
License: MIT