diff --git a/pnpm-10.17.1.tgz b/pnpm-10.17.1.tgz deleted file mode 100644 index 5c3346a..0000000 --- a/pnpm-10.17.1.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1e0133f6801c13039ae41309e5e5a7d1058a3a1e1edd020a4944a83c5368d04 -size 4168471 diff --git a/pnpm.changes b/pnpm.changes index 63396b9..094f72e 100644 --- a/pnpm.changes +++ b/pnpm.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Oct 7 14:08:10 UTC 2025 - Johannes Kastl + +- 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 + +- 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 diff --git a/pnpm.spec b/pnpm.spec index 2b4ff28..8b60b22 100644 --- a/pnpm.spec +++ b/pnpm.spec @@ -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