SHA256
7
0
forked from pool/pnpm

update to 0.18.1 #2

Closed
ojkastl_buildservice wants to merge 2 commits from ojkastl_buildservice:20251007_update_to_0.18.1 into main
3 changed files with 38 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Oct 7 14:08:10 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 10.18.1:
* Patch Changes
- Don't print a warning, when --lockfile-only is used #8320.
- pnpm setup creates a command shim to the pnpm executable. This
is needed to be able to run pnpm self-update on Windows #5700.
- When using pnpm catalogs and running a normal pnpm install, pnpm
produced false positive warnings for "skip adding to the default
catalog because it already exists". This warning now only prints
when using pnpm add --save-catalog as originally intended.
-------------------------------------------------------------------
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