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,25 @@
# @pnpm/building.after-install
## 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 [7d25bc1]
- Updated dependencies [72c1e05]
- Updated dependencies [9e0833c]
- @pnpm/config.reader@1101.1.0
- @pnpm/deps.graph-hasher@1100.1.0
- @pnpm/store.connection-manager@1100.0.3
- @pnpm/exec.lifecycle@1100.0.3
- @pnpm/installing.context@1100.0.2
- @pnpm/lockfile.types@1100.0.2
- @pnpm/lockfile.utils@1100.0.2
- @pnpm/store.controller-types@1100.0.2
- @pnpm/store.cafs@1100.0.2
- @pnpm/lockfile.walker@1100.0.2
- @pnpm/worker@1100.0.2
## 1100.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,19 @@
# @pnpm/building.commands
## 1100.0.3
### Patch Changes
- 7d9aae9: Fix `ERR_PNPM_OUTDATED_LOCKFILE` when approving builds during a global install. The `approve-builds` flow called by `pnpm add -g` passed the global packages directory to the subsequent install as `workspaceDir`, which caused sibling install directories (such as those left behind by `pnpm self-update`) to be picked up as workspace projects and fail the frozen-lockfile check.
- Updated dependencies [7d25bc1]
- Updated dependencies [72c1e05]
- Updated dependencies [9e0833c]
- @pnpm/config.reader@1101.1.0
- @pnpm/building.after-install@1100.0.3
- @pnpm/store.connection-manager@1100.0.3
- @pnpm/installing.commands@1100.1.1
- @pnpm/config.writer@1100.0.2
## 1100.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,20 @@
# @pnpm/building.during-install
## 1100.0.3
### Patch Changes
- Updated dependencies [7d25bc1]
- Updated dependencies [72c1e05]
- Updated dependencies [9e0833c]
- @pnpm/config.reader@1101.1.0
- @pnpm/deps.graph-hasher@1100.1.0
- @pnpm/exec.lifecycle@1100.0.3
- @pnpm/store.controller-types@1100.0.2
- @pnpm/worker@1100.0.2
- @pnpm/fs.hard-link-dir@1100.0.0
- @pnpm/patching.apply-patch@1100.0.0
## 1100.0.2
### Patch Changes

View File

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