Skip to content

Commit

Permalink
New version: pnpm.pnpm version 9.12.0 (#176886)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan authored Oct 2, 2024
1 parent eb7b417 commit 9827943
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
15 changes: 15 additions & 0 deletions manifests/p/pnpm/pnpm/9.12.0/pnpm.pnpm.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: pnpm.pnpm
PackageVersion: 9.12.0
InstallerType: portable
Commands:
- pnpm
ReleaseDate: 2024-10-02
Installers:
- Architecture: x64
InstallerUrl: https://github.com/pnpm/pnpm/releases/download/v9.12.0/pnpm-win-x64.exe
InstallerSha256: 5BF32C228389FA0B21B5C9D12E208E9DF2B2D69A4CB441F8ED872F95A1A98626
ManifestType: installer
ManifestVersion: 1.5.0
47 changes: 47 additions & 0 deletions manifests/p/pnpm/pnpm/9.12.0/pnpm.pnpm.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: pnpm.pnpm
PackageVersion: 9.12.0
PackageLocale: en-US
Publisher: pnpm
PublisherUrl: https://github.com/pnpm/pnpm
PublisherSupportUrl: https://github.com/pnpm/pnpm/issues
Author: pnpm contributors
PackageName: pnpm
PackageUrl: https://pnpm.io
License: MIT
LicenseUrl: https://github.com/pnpm/pnpm/blob/main/LICENSE
Copyright: Copyright (c) Zoltan Kochan and other contributors
CopyrightUrl: https://github.com/pnpm/pnpm/blob/main/LICENSE
ShortDescription: Fast, disk space efficient package manager.
Moniker: pnpm
Tags:
- dependency-manager
- install
- javascript
- modules
- node
- nodejs
- npm
- package-manager
ReleaseNotes: |-
Minor Changes
- Fix peer dependency resolution dead lock #8570.
This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.
- pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #8523.
- Added the ability for overrides to remove dependencies by specifying "-" as the field value #8572.
For example, to remove lodash from the dependencies, use this configuration in package.json:
Patch Changes
- Fixed an issue where pnpm list --json pkg showed "private": false for a private package #8519.
- Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #7362.
- Prevent ENOENT errors caused by running store prune in parallel #8586.
- Add issues alias to pnpm bugs #8596.
ReleaseNotesUrl: https://github.com/pnpm/pnpm/releases/tag/v9.12.0
Documentations:
- DocumentLabel: Docs
DocumentUrl: https://pnpm.io/motivation
- DocumentLabel: FAQ
DocumentUrl: https://pnpm.io/faq
ManifestType: defaultLocale
ManifestVersion: 1.5.0
8 changes: 8 additions & 0 deletions manifests/p/pnpm/pnpm/9.12.0/pnpm.pnpm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: pnpm.pnpm
PackageVersion: 9.12.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 9827943

Please sign in to comment.