|
| 1 | +# Created with WinGet Releaser using komac v2.14.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: pnpm.pnpm |
| 5 | +PackageVersion: 10.24.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: pnpm |
| 8 | +PublisherUrl: https://github.com/pnpm/pnpm |
| 9 | +PublisherSupportUrl: https://github.com/pnpm/pnpm/issues |
| 10 | +Author: pnpm contributors |
| 11 | +PackageName: pnpm |
| 12 | +PackageUrl: https://pnpm.io/ |
| 13 | +License: MIT |
| 14 | +LicenseUrl: https://github.com/pnpm/pnpm/blob/HEAD/LICENSE |
| 15 | +Copyright: Copyright (c) Zoltan Kochan and other contributors |
| 16 | +CopyrightUrl: https://github.com/pnpm/pnpm/blob/main/LICENSE |
| 17 | +ShortDescription: Fast, disk space efficient package manager. |
| 18 | +Moniker: pnpm |
| 19 | +Tags: |
| 20 | +- dependency-manager |
| 21 | +- install |
| 22 | +- javascript |
| 23 | +- modules |
| 24 | +- node |
| 25 | +- nodejs |
| 26 | +- npm |
| 27 | +- package-manager |
| 28 | +ReleaseNotes: |- |
| 29 | + Minor Changes |
| 30 | + - Increased network concurrency on machines with many CPU cores. pnpm now automatically selects a network concurrency between 16 and 64, based on the number of pnpm workers (calculated as workers × 3). This improves performance on high-core systems #10068. |
| 31 | + Patch Changes |
| 32 | + - trustPolicy should ignore the trust evidences of prerelease versions, when installing a non-prerelease version. |
| 33 | + - Handle ENOENT errors thrown by fs.linkSync(), which can occur in containerized environments (OverlayFS) instead of EXDEV. The operation now gracefully falls back to fs.copyFileSync() in these cases #10217. |
| 34 | + - Reverted: pnpm self-update should download pnpm from the configured npm registry #10205. |
| 35 | + - Packages that don't have a package.json file (like Node.js) should not be reimported from the store on every install. Another file from the package should be checked in order to verify its presence in node_modules. |
| 36 | + - Correctly read auth tokens for URLs that contain underscores #17. |
| 37 | + Platinum Sponsors |
| 38 | + ────────── |
| 39 | + Bit |
| 40 | + ────────── |
| 41 | + Gold Sponsors |
| 42 | + ─────────────────┬─────────────────┬─────────────── |
| 43 | + Discord │CodeRabbit │Workleap |
| 44 | + ─────────────────┼─────────────────┴─────────────── |
| 45 | + Stackblitz │Vite |
| 46 | + ─────────────────┴───────────────── |
| 47 | +ReleaseNotesUrl: https://github.com/pnpm/pnpm/releases/tag/v10.24.0 |
| 48 | +Documentations: |
| 49 | +- DocumentLabel: Docs |
| 50 | + DocumentUrl: https://pnpm.io/motivation |
| 51 | +- DocumentLabel: FAQ |
| 52 | + DocumentUrl: https://pnpm.io/faq |
| 53 | +ManifestType: defaultLocale |
| 54 | +ManifestVersion: 1.10.0 |
0 commit comments