Skip to content

Commit

Permalink
New version: pnpm.pnpm version 9.14.1 (microsoft#192533)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan authored Nov 20, 2024
1 parent 17820e0 commit 248c3a3
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.14.1/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.14.1
InstallerType: portable
Commands:
- pnpm
ReleaseDate: 2024-11-20
Installers:
- Architecture: x64
InstallerUrl: https://github.com/pnpm/pnpm/releases/download/v9.14.1/pnpm-win-x64.exe
InstallerSha256: BB6235C7635022A64C9A84B84DB60126B8E027BCA52774F188EDC427E96AC7AE
ManifestType: installer
ManifestVersion: 1.5.0
47 changes: 47 additions & 0 deletions manifests/p/pnpm/pnpm/9.14.1/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.14.1
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
- Added support for pnpm pack --json to print packed tarball and contents in JSON format #8765.
Patch Changes
- pnpm exec should print a meaningful error message when no command is provided #8752.
- pnpm setup should remove the CLI from the target location before moving the new binary #8173.
- Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #7697.
- Don't crash if the use-node-version setting is used and the system has no Node.js installed #8769.
- Convert settings in local .npmrc files to their correct types.
For instance, child-concurrency should be a number, not a string #5075.
- pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
- pnpm init should respect the --dir option #8768.
ReleaseNotesUrl: https://github.com/pnpm/pnpm/releases/tag/v9.14.1
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.14.1/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.14.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 248c3a3

Please sign in to comment.