SHA256
8
0
forked from pool/pnpm

update to 10.23.0 #4

Merged
avindra merged 1 commits from ojkastl_buildservice/pnpm:main into main 2025-11-26 03:22:19 +01:00
4 changed files with 28 additions and 4 deletions

Binary file not shown.

BIN
pnpm-10.23.0.tgz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Nov 23 09:07:44 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 10.23.0:
* Minor Changes
- Added --lockfile-only option to pnpm list #10020.
* Patch Changes
- pnpm self-update should download pnpm from the configured npm
registry #10205.
- pnpm self-update should always install the non-executable
pnpm package (pnpm in the registry) and never the @pnpm/exe
package, when installing v11 or newer. We currently cannot
ship @pnpm/exe as pkg doesn't work with ESM #10190.
- Node.js runtime is not added to "dependencies" on pnpm add,
if there's a engines.runtime setting declared in package.json
#10209.
- The installation should fail if an optional dependency cannot
be installed due to a trust policy check failure #10208.
- pnpm list and pnpm why now display npm: protocol for aliased
packages (e.g., foo npm:is-odd@3.0.1) #8660.
- Don't add an extra slash to the Node.js mirror URL #10204.
- pnpm store prune should not fail if the store contains
Node.js packages #10131.
-------------------------------------------------------------------
Tue Nov 18 18:33:18 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.22.0
Version: 10.23.0
Release: 0
Summary: Fast, disk space efficient package manager
License: MIT