chore(release): 11.0.0-rc.3

This commit is contained in:
Zoltan Kochan
2026-04-21 00:17:38 +02:00
parent 54eec40233
commit fcdd50aaa7
224 changed files with 1231 additions and 219 deletions

View File

@@ -1,5 +1,19 @@
# @pnpm/client
## 1100.0.3
### Patch Changes
- Updated dependencies [e03e8f4]
- Updated dependencies [72c1e05]
- @pnpm/fetching.directory-fetcher@1100.0.3
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/hooks.types@1100.0.2
- @pnpm/resolving.default-resolver@1100.0.3
- @pnpm/fetching.binary-fetcher@1100.0.2
- @pnpm/fetching.git-fetcher@1100.0.3
- @pnpm/fetching.tarball-fetcher@1100.0.3
## 1100.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,32 @@
# @pnpm/plugin-commands-installation
## 1100.1.1
### Patch Changes
- Updated dependencies [7d25bc1]
- Updated dependencies [72c1e05]
- Updated dependencies [9e0833c]
- @pnpm/config.reader@1101.1.0
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/installing.deps-installer@1100.0.3
- @pnpm/building.after-install@1100.0.3
- @pnpm/store.connection-manager@1100.0.3
- @pnpm/deps.inspection.outdated@1100.0.3
- @pnpm/deps.status@1100.0.3
- @pnpm/global.commands@1100.0.3
- @pnpm/workspace.state@1100.0.3
- @pnpm/installing.env-installer@1100.1.1
- @pnpm/installing.context@1100.0.2
- @pnpm/lockfile.types@1100.0.2
- @pnpm/store.controller@1100.0.2
- @pnpm/workspace.projects-graph@1100.0.2
- @pnpm/hooks.pnpmfile@1100.0.2
- @pnpm/installing.dedupe.check@1100.0.2
- @pnpm/workspace.workspace-manifest-writer@1100.0.2
- @pnpm/workspace.projects-filter@1100.0.3
- @pnpm/config.writer@1100.0.2
## 1100.1.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @pnpm/get-context
## 1100.0.2
### Patch Changes
- Updated dependencies [72c1e05]
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/store.controller@1100.0.2
- @pnpm/lockfile.fs@1100.0.2
- @pnpm/installing.read-projects-context@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.context",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Gets context information about a project",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/dedupe.check
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.dedupe.check",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Visualize pnpm dedupe --check issues.",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,38 @@
# @pnpm/core
## 1100.0.3
### Patch Changes
- 72c1e05: Fix: different platform variants of the same runtime (e.g. `node@runtime:25.9.0` glibc vs. musl) no longer share a single global-virtual-store entry. The virtual store path now incorporates the selected variant's integrity, so installs with different `--os`/`--cpu`/`--libc` end up in separate directories and `pnpm add --libc=musl node@runtime:<v>` reliably fetches the musl binary even when the glibc variant is already cached.
- Updated dependencies [c86c423]
- Updated dependencies [72c1e05]
- @pnpm/installing.deps-resolver@1100.0.3
- @pnpm/deps.graph-hasher@1100.1.0
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/installing.deps-restorer@1100.0.3
- @pnpm/installing.package-requester@1100.0.2
- @pnpm/building.after-install@1100.0.3
- @pnpm/building.during-install@1100.0.3
- @pnpm/exec.lifecycle@1100.0.3
- @pnpm/hooks.types@1100.0.2
- @pnpm/installing.context@1100.0.2
- @pnpm/lockfile.preferred-versions@1100.0.3
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/lockfile.verification@1100.0.2
- @pnpm/store.controller-types@1100.0.2
- @pnpm/agent.client@0.0.1
- @pnpm/installing.linking.modules-cleaner@1100.0.2
- @pnpm/lockfile.filtering@1100.0.2
- @pnpm/lockfile.fs@1100.0.2
- @pnpm/lockfile.pruner@1100.0.2
- @pnpm/lockfile.settings-checker@1100.0.2
- @pnpm/lockfile.walker@1100.0.2
- @pnpm/lockfile.to-pnp@1100.0.2
- @pnpm/worker@1100.0.2
- @pnpm/crypto.hash@1100.0.0
- @pnpm/fs.symlink-dependency@1100.0.1
## 1100.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,24 @@
# @pnpm/resolve-dependencies
## 1100.0.3
### Patch Changes
- c86c423: Restore the peer suffix encoding used by pnpm 10 for linked dependency paths. A `filenamify` upgrade changed how leading `./` and `../` segments were normalized, producing peer suffixes like `(b@+packages+b)` instead of `(b@packages+b)` for linked packages outside the workspace root, causing lockfile churn [#11272](https://github.com/pnpm/pnpm/issues/11272).
- 72c1e05: Fix: different platform variants of the same runtime (e.g. `node@runtime:25.9.0` glibc vs. musl) no longer share a single global-virtual-store entry. The virtual store path now incorporates the selected variant's integrity, so installs with different `--os`/`--cpu`/`--libc` end up in separate directories and `pnpm add --libc=musl node@runtime:<v>` reliably fetches the musl binary even when the glibc variant is already cached.
- Updated dependencies [72c1e05]
- Updated dependencies [9e0833c]
- @pnpm/deps.graph-hasher@1100.1.0
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/resolving.npm-resolver@1100.1.0
- @pnpm/fetching.pick-fetcher@1100.0.2
- @pnpm/hooks.types@1100.0.2
- @pnpm/lockfile.preferred-versions@1100.0.3
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/store.controller-types@1100.0.2
- @pnpm/lockfile.pruner@1100.0.2
## 1100.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.deps-resolver",
"version": "1100.0.2",
"version": "1100.0.3",
"description": "Resolves dependency graph of a package",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,26 @@
# @pnpm/headless
## 1100.0.3
### Patch Changes
- 72c1e05: Fix: different platform variants of the same runtime (e.g. `node@runtime:25.9.0` glibc vs. musl) no longer share a single global-virtual-store entry. The virtual store path now incorporates the selected variant's integrity, so installs with different `--os`/`--cpu`/`--libc` end up in separate directories and `pnpm add --libc=musl node@runtime:<v>` reliably fetches the musl binary even when the glibc variant is already cached.
- Updated dependencies [72c1e05]
- @pnpm/deps.graph-hasher@1100.1.0
- @pnpm/installing.package-requester@1100.0.2
- @pnpm/deps.graph-builder@1100.0.2
- @pnpm/building.during-install@1100.0.3
- @pnpm/exec.lifecycle@1100.0.3
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/store.controller-types@1100.0.2
- @pnpm/installing.linking.modules-cleaner@1100.0.2
- @pnpm/lockfile.filtering@1100.0.2
- @pnpm/lockfile.fs@1100.0.2
- @pnpm/installing.linking.real-hoist@1100.0.2
- @pnpm/lockfile.to-pnp@1100.0.2
- @pnpm/worker@1100.0.2
- @pnpm/fs.symlink-dependency@1100.0.1
## 1100.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,24 @@
# @pnpm/config.deps-installer
## 1100.1.1
### Patch Changes
- Updated dependencies [c86c423]
- Updated dependencies [72c1e05]
- Updated dependencies [9e0833c]
- @pnpm/installing.deps-resolver@1100.0.3
- @pnpm/deps.graph-hasher@1100.1.0
- @pnpm/resolving.npm-resolver@1100.1.0
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/store.controller@1100.0.2
- @pnpm/store.controller-types@1100.0.2
- @pnpm/lockfile.fs@1100.0.2
- @pnpm/lockfile.pruner@1100.0.2
- @pnpm/worker@1100.0.2
- @pnpm/config.writer@1100.0.2
## 1100.1.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @pnpm/modules-cleaner
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/store.controller-types@1100.0.2
- @pnpm/lockfile.filtering@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.linking.modules-cleaner",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Exports util functions to clean up node_modules",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/real-hoist
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.utils@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.linking.real-hoist",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Hoists dependencies in a node_modules created by pnpm",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,19 @@
# @pnpm/package-requester
## 1100.0.2
### Patch Changes
- 72c1e05: Fix: different platform variants of the same runtime (e.g. `node@runtime:25.9.0` glibc vs. musl) no longer share a single global-virtual-store entry. The virtual store path now incorporates the selected variant's integrity, so installs with different `--os`/`--cpu`/`--libc` end up in separate directories and `pnpm add --libc=musl node@runtime:<v>` reliably fetches the musl binary even when the glibc variant is already cached.
- Updated dependencies [72c1e05]
- @pnpm/resolving.resolver-base@1100.1.0
- @pnpm/fetching.fetcher-base@1100.0.2
- @pnpm/fetching.pick-fetcher@1100.0.2
- @pnpm/hooks.types@1100.0.2
- @pnpm/store.controller-types@1100.0.2
- @pnpm/store.cafs@1100.0.2
- @pnpm/worker@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.package-requester",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Concurrent downloader of npm-compatible packages",
"keywords": [
"pnpm",

View File

@@ -1,5 +1,11 @@
# @pnpm/read-projects-context
## 1100.0.2
### Patch Changes
- @pnpm/lockfile.fs@1100.0.2
## 1100.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/installing.read-projects-context",
"version": "1100.0.1",
"version": "1100.0.2",
"description": "Reads the current state of projects from modules manifest",
"keywords": [
"pnpm",