chore(release): 11.0.1

This commit is contained in:
Zoltan Kochan
2026-04-29 23:00:21 +02:00
parent 5e11362c8a
commit 38ffda2a18
103 changed files with 432 additions and 88 deletions

View File

@@ -1,5 +0,0 @@
---
"pnpm": patch
---
Report unknown top-level options before falling back to implicit `pnpm run` scripts.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/workspace.workspace-manifest-reader": patch
"pnpm": patch
---
Reject `null` named catalogs in workspace manifests with `InvalidWorkspaceManifestError` instead of crashing with a raw `TypeError`.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/deps.compliance.sbom": patch
"pnpm": patch
---
Populate download location for git-sourced dependencies in SBOM output. Previously `pnpm sbom` emitted `NOASSERTION` (SPDX) and omitted the distribution reference (CycloneDX) for git dependencies. Now emits the git URL with commit hash, e.g. `git+https://github.com/user/repo.git#commit`.

View File

@@ -1,7 +0,0 @@
---
"@pnpm/config.reader": patch
"@pnpm/engine.pm.commands": patch
"pnpm": patch
---
`pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/deps.compliance.commands": patch
"pnpm": patch
---
Sort the keys of the overrides object returned by `pnpm audit --fix` so that the log output order matches the order written to `pnpm-workspace.yaml`.

View File

@@ -1,5 +0,0 @@
---
"pnpm": patch
---
Update the env lockfile's `packageManagerDependencies` entry when `devEngines.packageManager` declares a pnpm version that the lockfile no longer satisfies. Previously, the stale entry was kept even though the running pnpm matched the declared version, silently breaking the integrity record [#11387](https://github.com/pnpm/pnpm/issues/11387).

View File

@@ -1,5 +1,13 @@
# @pnpm-private/updater
## 1100.0.5
### Patch Changes
- Updated dependencies [f543b77]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/workspace.projects-reader@1101.0.0
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "1100.0.4",
"version": "1100.0.5",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,5 +1,13 @@
# @pnpm/scripts
## 1100.0.3
### Patch Changes
- Updated dependencies [f543b77]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/workspace.projects-reader@1101.0.0
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/scripts",
"version": "1100.0.2",
"version": "1100.0.3",
"private": true,
"type": "module",
"dependencies": {

View File

@@ -1,5 +1,13 @@
# pnpm-agent
## 0.0.4
### Patch Changes
- @pnpm/installing.deps-installer@1101.0.2
- @pnpm/installing.client@1100.0.6
- @pnpm/store.controller@1101.0.0
## 0.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "pnpm-agent",
"version": "0.0.3",
"version": "0.0.4",
"description": "pnpm agent server for server-side resolution and store-aware downloads",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/auth.commands
## 1100.0.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/auth.commands",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Commands for authentication with npm registries",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/building.after-install
## 1101.0.2
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/store.connection-manager@1100.0.6
## 1101.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/building.after-install",
"version": "1101.0.1",
"version": "1101.0.2",
"description": "Rebuild packages that are already installed by running their lifecycle scripts",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,16 @@
# @pnpm/building.commands
## 1100.0.6
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/building.after-install@1101.0.2
- @pnpm/installing.commands@1100.1.4
- @pnpm/store.connection-manager@1100.0.6
- @pnpm/config.writer@1100.0.3
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/building.commands",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Commands for rebuilding and managing dependency builds",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/building.during-install
## 1101.0.1
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1101.0.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/building.during-install",
"version": "1101.0.0",
"version": "1101.0.1",
"description": "Build packages in node_modules",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/cache.api
## 1100.0.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cache.api",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "API for controlling the cache",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/cache.commands
## 1100.0.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/cache.api@1100.0.5
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cache.commands",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Commands for controlling the cache",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,15 @@
# @pnpm/cli.commands
## 1100.0.5
### Patch Changes
- Updated dependencies [f543b77]
- Updated dependencies [0fbcf74]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/config.reader@1101.1.2
- @pnpm/workspace.projects-reader@1101.0.0
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli.commands",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Commands for pnpm CLI",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/default-reporter
## 1100.0.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli.default-reporter",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "The default reporter of pnpm",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config
## 1100.0.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/workspace.workspace-manifest-writer@1100.0.3
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config.commands",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Commands for reading and writing settings to/from config files",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,14 @@
# @pnpm/config
## 1101.1.2
### Patch Changes
- 0fbcf74: `pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).
- Updated dependencies [f543b77]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/catalogs.config@1100.0.0
## 1101.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config.reader",
"version": "1101.1.1",
"version": "1101.1.2",
"description": "Gets configuration options for pnpm",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/config.config-writer
## 1100.0.3
### Patch Changes
- @pnpm/workspace.workspace-manifest-writer@1100.0.3
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config.writer",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "Functions for updating the configuration settings",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,17 @@
# @pnpm/deps.compliance.commands
## 1101.1.3
### Patch Changes
- 5e11362: Sort the keys of the overrides object returned by `pnpm audit --fix` so that the log output order matches the order written to `pnpm-workspace.yaml`.
- Updated dependencies [f9afe81]
- Updated dependencies [0fbcf74]
- @pnpm/deps.compliance.sbom@1100.0.5
- @pnpm/config.reader@1101.1.2
- @pnpm/installing.commands@1100.1.4
- @pnpm/config.writer@1100.0.3
## 1101.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/deps.compliance.commands",
"version": "1101.1.2",
"version": "1101.1.3",
"description": "pnpm commands for audit, licenses, and sbom",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/deps.compliance.sbom
## 1100.0.5
### Patch Changes
- f9afe81: Populate download location for git-sourced dependencies in SBOM output. Previously `pnpm sbom` emitted `NOASSERTION` (SPDX) and omitted the distribution reference (CycloneDX) for git dependencies. Now emits the git URL with commit hash, e.g. `git+https://github.com/user/repo.git#commit`.
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/deps.compliance.sbom",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Generate SBOM from pnpm lockfile",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,15 @@
# @pnpm/deps.inspection.commands
## 1100.1.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/global.commands@1100.0.6
- @pnpm/resolving.default-resolver@1100.0.6
- @pnpm/deps.inspection.outdated@1100.0.6
## 1100.1.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/deps.inspection.commands",
"version": "1100.1.4",
"version": "1100.1.5",
"description": "The list, ll, why, and outdated commands of pnpm",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/outdated
## 1100.0.6
### Patch Changes
- @pnpm/installing.client@1100.0.6
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/deps.inspection.outdated",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Check for outdated packages",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,16 @@
# @pnpm/deps.status
## 1100.0.5
### Patch Changes
- Updated dependencies [f543b77]
- Updated dependencies [0fbcf74]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/config.reader@1101.1.2
- @pnpm/workspace.projects-reader@1101.0.0
- @pnpm/workspace.state@1100.0.5
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/deps.status",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Check dependencies status",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,19 @@
# @pnpm/engine.pm.commands
## 1101.1.1
### Patch Changes
- 0fbcf74: `pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/global.commands@1100.0.6
- @pnpm/store.connection-manager@1100.0.6
- @pnpm/installing.deps-restorer@1101.0.1
- @pnpm/installing.client@1100.0.6
- @pnpm/installing.env-installer@1101.0.1
- @pnpm/store.controller@1101.0.0
## 1101.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/engine.pm.commands",
"version": "1101.1.0",
"version": "1101.1.1",
"description": "pnpm commands for self-updating and setting up pnpm",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/engine.runtime.commands
## 1100.0.6
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/engine.runtime.node-resolver@1101.0.1
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/engine.runtime.commands",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "pnpm commands for managing runtimes",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/node.resolver
## 1101.0.1
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1101.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/engine.runtime.node-resolver",
"version": "1101.0.0",
"version": "1101.0.1",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-script-runners
## 1100.0.6
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/deps.status@1100.0.5
- @pnpm/engine.runtime.commands@1100.0.6
- @pnpm/installing.commands@1100.1.4
- @pnpm/installing.client@1100.0.6
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exec.commands",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Commands for running scripts",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,14 @@
# @pnpm/global.commands
## 1100.0.6
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/store.connection-manager@1100.0.6
- @pnpm/installing.deps-installer@1101.0.2
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/global.commands",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Global package command handlers for pnpm",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/client
## 1100.0.6
### Patch Changes
- @pnpm/engine.runtime.node-resolver@1101.0.1
- @pnpm/resolving.default-resolver@1100.0.6
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.client",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Creates the package resolve and fetch functions",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,25 @@
# @pnpm/plugin-commands-installation
## 1100.1.4
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/deps.status@1100.0.5
- @pnpm/workspace.projects-filter@1100.0.5
- @pnpm/workspace.projects-reader@1101.0.0
- @pnpm/workspace.workspace-manifest-writer@1100.0.3
- @pnpm/building.after-install@1101.0.2
- @pnpm/global.commands@1100.0.6
- @pnpm/store.connection-manager@1100.0.6
- @pnpm/workspace.state@1100.0.5
- @pnpm/config.writer@1100.0.3
- @pnpm/installing.deps-installer@1101.0.2
- @pnpm/installing.env-installer@1101.0.1
- @pnpm/deps.inspection.outdated@1100.0.6
- @pnpm/store.controller@1101.0.0
## 1100.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.commands",
"version": "1100.1.3",
"version": "1100.1.4",
"description": "Commands for installation",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,14 @@
# @pnpm/core
## 1101.0.2
### Patch Changes
- @pnpm/building.after-install@1101.0.2
- @pnpm/building.during-install@1101.0.1
- @pnpm/installing.deps-restorer@1101.0.1
- @pnpm/installing.package-requester@1101.0.0
## 1101.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.deps-installer",
"version": "1101.0.1",
"version": "1101.0.2",
"description": "Fast, disk space efficient installation engine",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/headless
## 1101.0.1
### Patch Changes
- @pnpm/building.during-install@1101.0.1
- @pnpm/installing.package-requester@1101.0.0
## 1101.0.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.deps-restorer",
"version": "1101.0.0",
"version": "1101.0.1",
"description": "Fast installation using only pnpm-lock.yaml",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/config.deps-installer
## 1101.0.1
### Patch Changes
- @pnpm/config.writer@1100.0.3
- @pnpm/store.controller@1101.0.0
## 1101.0.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.env-installer",
"version": "1101.0.0",
"version": "1101.0.1",
"description": "Installer for configurational dependencies",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/mount-modules
## 1100.0.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-mounter.daemon",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Mounts a node_modules directory with FUSE",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-patching
## 1100.0.6
### Patch Changes
- Updated dependencies [f543b77]
- Updated dependencies [0fbcf74]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/config.reader@1101.1.2
- @pnpm/installing.commands@1100.1.4
- @pnpm/store.connection-manager@1100.0.6
- @pnpm/config.writer@1100.0.3
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/patching.commands",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Commands for creating patches",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,16 @@
# pnpm
## 11.0.1
### Patch Changes
- Report unknown top-level options before falling back to implicit `pnpm run` scripts.
- Reject `null` named catalogs in workspace manifests with `InvalidWorkspaceManifestError` instead of crashing with a raw `TypeError`.
- Populate download location for git-sourced dependencies in SBOM output. Previously `pnpm sbom` emitted `NOASSERTION` (SPDX) and omitted the distribution reference (CycloneDX) for git dependencies. Now emits the git URL with commit hash, e.g. `git+https://github.com/user/repo.git#commit`.
- `pnpm self-update` now keeps `package.json`'s `packageManager` and `devEngines.packageManager` in sync. When the legacy `packageManager` field pins pnpm, both fields are rewritten to the new exact pnpm version on update — `packageManager` to `pnpm@<version>` (without an integrity hash), and `devEngines.packageManager.version` to the same exact `<version>` (dropping any range operator). When only `devEngines.packageManager` is declared, the existing range-preserving behavior is unchanged [#11388](https://github.com/pnpm/pnpm/issues/11388).
- Sort the keys of the overrides object returned by `pnpm audit --fix` so that the log output order matches the order written to `pnpm-workspace.yaml`.
- Update the env lockfile's `packageManagerDependencies` entry when `devEngines.packageManager` declares a pnpm version that the lockfile no longer satisfies. Previously, the stale entry was kept even though the running pnpm matched the declared version, silently breaking the integrity record [#11387](https://github.com/pnpm/pnpm/issues/11387).
## 11.0.0
### Highlights

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exe",
"version": "11.0.0",
"version": "11.0.1",
"description": "Fast, disk space efficient package manager",
"keywords": [
"pnpm",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linuxstatic-arm64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linuxstatic-x64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-arm64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "11.0.0",
"version": "11.0.1",
"keywords": [
"pnpm",
"pnpm11",

View File

@@ -1,5 +1,13 @@
# pd
## 1100.0.3
### Patch Changes
- Updated dependencies [f543b77]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/workspace.projects-reader@1101.0.0
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "pd",
"version": "1100.0.2",
"version": "1100.0.3",
"bin": "pd.js",
"private": true,
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "pnpm",
"version": "11.0.0",
"version": "11.0.1",
"description": "Fast, disk space efficient package manager",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/registry-access.commands
## 1100.2.3
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1100.2.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/registry-access.commands",
"version": "1100.2.2",
"version": "1100.2.3",
"description": "Commands for managing packages on the registry",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,17 @@
# @pnpm/releasing.commands
## 1100.2.3
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/workspace.projects-filter@1100.0.5
- @pnpm/engine.runtime.commands@1100.0.6
- @pnpm/engine.runtime.node-resolver@1101.0.1
- @pnpm/installing.commands@1100.1.4
- @pnpm/installing.client@1100.0.6
## 1100.2.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/releasing.commands",
"version": "1100.2.2",
"version": "1100.2.3",
"description": "Commands for deploy, pack, and publish",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/default-resolver
## 1100.0.6
### Patch Changes
- @pnpm/engine.runtime.node-resolver@1101.0.1
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolving.default-resolver",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "pnpm's default package resolver",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,14 @@
# @pnpm/store.commands
## 1100.0.6
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/store.connection-manager@1100.0.6
- @pnpm/installing.client@1100.0.6
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/store.commands",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Commands for controlling and inspecting the store",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,14 @@
# @pnpm/store-connection-manager
## 1100.0.6
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
- @pnpm/installing.client@1100.0.6
- @pnpm/store.controller@1101.0.0
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/store.connection-manager",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "Create a pnpm store controller",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/testing.temp-store
## 1100.0.6
### Patch Changes
- @pnpm/installing.client@1100.0.6
- @pnpm/store.controller@1101.0.0
## 1100.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/testing.temp-store",
"version": "1100.0.5",
"version": "1100.0.6",
"description": "A temporary store for testing purposes",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-init
## 1100.1.3
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1100.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/workspace.commands",
"version": "1100.1.2",
"version": "1100.1.3",
"description": "Create a package.json file",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,13 @@
# @pnpm/filter-workspace-packages
## 1100.0.5
### Patch Changes
- Updated dependencies [f543b77]
- @pnpm/workspace.workspace-manifest-reader@1100.0.2
- @pnpm/workspace.projects-reader@1101.0.0
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/workspace.projects-filter",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Filters packages in a workspace",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,12 @@
# @pnpm/workspace.state
## 1100.0.5
### Patch Changes
- Updated dependencies [0fbcf74]
- @pnpm/config.reader@1101.1.2
## 1100.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/workspace.state",
"version": "1100.0.4",
"version": "1100.0.5",
"description": "Track the list of actual paths of workspace packages in a cache",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/workspace.read-manifest
## 1100.0.2
### Patch Changes
- f543b77: Reject `null` named catalogs in workspace manifests with `InvalidWorkspaceManifestError` instead of crashing with a raw `TypeError`.
## 1100.0.1
### Patch Changes

Some files were not shown because too many files have changed in this diff Show More