From 71fe04293371310c13bbe76e36b681116376be42fd525f7520aec3d1fd89b29a Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 7 Oct 2025 15:59:20 +0200 Subject: [PATCH] update to 0.18.0 --- pnpm-0.18.0.tgz | 3 +++ pnpm-10.17.1.tgz | 3 --- pnpm.changes | 24 ++++++++++++++++++++++++ pnpm.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 pnpm-0.18.0.tgz delete mode 100644 pnpm-10.17.1.tgz diff --git a/pnpm-0.18.0.tgz b/pnpm-0.18.0.tgz new file mode 100644 index 0000000..26ecaf6 --- /dev/null +++ b/pnpm-0.18.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df9b37b8b274c0d5bf992469fb1897743bf0a78b1ed6ca5f5ffbe0717abab5e +size 51328 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..f16e14c 100644 --- a/pnpm.changes +++ b/pnpm.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +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 -- 2.51.1