-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: pnpm.pnpm version 9.12.0 (#176886)
- Loading branch information
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |