Skip to content

Commit 248c3a3

Browse files
authored
New version: pnpm.pnpm version 9.14.1 (microsoft#192533)
1 parent 17820e0 commit 248c3a3

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Created with WinGet Releaser v2 using Komac v1.11.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
3+
4+
PackageIdentifier: pnpm.pnpm
5+
PackageVersion: 9.14.1
6+
InstallerType: portable
7+
Commands:
8+
- pnpm
9+
ReleaseDate: 2024-11-20
10+
Installers:
11+
- Architecture: x64
12+
InstallerUrl: https://github.com/pnpm/pnpm/releases/download/v9.14.1/pnpm-win-x64.exe
13+
InstallerSha256: BB6235C7635022A64C9A84B84DB60126B8E027BCA52774F188EDC427E96AC7AE
14+
ManifestType: installer
15+
ManifestVersion: 1.5.0
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Created with WinGet Releaser v2 using Komac v1.11.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
3+
4+
PackageIdentifier: pnpm.pnpm
5+
PackageVersion: 9.14.1
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/main/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+
- Added support for pnpm pack --json to print packed tarball and contents in JSON format #8765.
31+
Patch Changes
32+
- pnpm exec should print a meaningful error message when no command is provided #8752.
33+
- pnpm setup should remove the CLI from the target location before moving the new binary #8173.
34+
- Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #7697.
35+
- Don't crash if the use-node-version setting is used and the system has no Node.js installed #8769.
36+
- Convert settings in local .npmrc files to their correct types.
37+
For instance, child-concurrency should be a number, not a string #5075.
38+
- pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
39+
- pnpm init should respect the --dir option #8768.
40+
ReleaseNotesUrl: https://github.com/pnpm/pnpm/releases/tag/v9.14.1
41+
Documentations:
42+
- DocumentLabel: Docs
43+
DocumentUrl: https://pnpm.io/motivation
44+
- DocumentLabel: FAQ
45+
DocumentUrl: https://pnpm.io/faq
46+
ManifestType: defaultLocale
47+
ManifestVersion: 1.5.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser v2 using Komac v1.11.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
3+
4+
PackageIdentifier: pnpm.pnpm
5+
PackageVersion: 9.14.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.5.0

0 commit comments

Comments
 (0)