diff --git a/.changeset/fix-binary-fetcher-zip-dir-entries.md b/.changeset/fix-binary-fetcher-zip-dir-entries.md deleted file mode 100644 index 86f0983b58..0000000000 --- a/.changeset/fix-binary-fetcher-zip-dir-entries.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/fetching.binary-fetcher": patch -"pnpm": patch ---- - -Fix Windows Node.js runtime installs still extracting bundled `npm`, `npx`, and `corepack` when the archive contains explicit directory entries. `extractZipToTarget` now skips directory entries: AdmZip's `extractEntryTo` for a directory recurses over every descendant internally, which bypassed the `ignoreEntry` filter and re-materialized the files the filter was supposed to drop. File extraction creates parent directories implicitly, so skipping directory entries doesn't regress the install layout. diff --git a/.changeset/quiet-zebras-repeat.md b/.changeset/quiet-zebras-repeat.md deleted file mode 100644 index 025c7cd8cf..0000000000 --- a/.changeset/quiet-zebras-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/installing.deps-installer": patch -"pnpm": patch ---- - -Fix peer dependencies not being upgraded with `pnpm upgrade --latest` [#9900](https://github.com/pnpm/pnpm/issues/9900). diff --git a/.changeset/self-update-progress-messages.md b/.changeset/self-update-progress-messages.md deleted file mode 100644 index 6366ae1af5..0000000000 --- a/.changeset/self-update-progress-messages.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/engine.pm.commands": minor -"pnpm": minor ---- - -`pnpm self-update` now prints progress messages so the command isn't silent: `Checking for updates...` before resolving, `Updating pnpm from vX to vY...` once a newer version is found, and `Successfully updated pnpm to vY` on completion. diff --git a/.changeset/update-env-help-examples.md b/.changeset/update-env-help-examples.md deleted file mode 100644 index f3b35050f9..0000000000 --- a/.changeset/update-env-help-examples.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/engine.runtime.commands": patch -"pnpm": patch ---- - -Updated `pnpm env` help examples to use Node.js 24 and its LTS codename. diff --git a/agent/server/CHANGELOG.md b/agent/server/CHANGELOG.md index 35a237f588..91a96242b8 100644 --- a/agent/server/CHANGELOG.md +++ b/agent/server/CHANGELOG.md @@ -1,5 +1,14 @@ # pnpm-agent +## 0.0.3 + +### Patch Changes + +- Updated dependencies [005eeb7] + - @pnpm/installing.deps-installer@1101.0.1 + - @pnpm/installing.client@1100.0.5 + - @pnpm/store.controller@1101.0.0 + ## 0.0.2 ### Patch Changes diff --git a/agent/server/package.json b/agent/server/package.json index 1d7846d824..f3372f67e3 100644 --- a/agent/server/package.json +++ b/agent/server/package.json @@ -1,6 +1,6 @@ { "name": "pnpm-agent", - "version": "0.0.2", + "version": "0.0.3", "description": "pnpm agent server for server-side resolution and store-aware downloads", "keywords": [ "pnpm", diff --git a/building/after-install/CHANGELOG.md b/building/after-install/CHANGELOG.md index f8a8e2acda..30076b68d4 100644 --- a/building/after-install/CHANGELOG.md +++ b/building/after-install/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/building.after-install +## 1101.0.1 + +### Patch Changes + +- @pnpm/store.connection-manager@1100.0.5 + ## 1101.0.0 ### Patch Changes diff --git a/building/after-install/package.json b/building/after-install/package.json index 24feb8bfdf..7df6b528e8 100644 --- a/building/after-install/package.json +++ b/building/after-install/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/building.after-install", - "version": "1101.0.0", + "version": "1101.0.1", "description": "Rebuild packages that are already installed by running their lifecycle scripts", "keywords": [ "pnpm", diff --git a/building/commands/CHANGELOG.md b/building/commands/CHANGELOG.md index 96d4718b4c..ffe992b5cf 100644 --- a/building/commands/CHANGELOG.md +++ b/building/commands/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/building.commands +## 1100.0.5 + +### Patch Changes + +- @pnpm/installing.commands@1100.1.3 +- @pnpm/store.connection-manager@1100.0.5 +- @pnpm/building.after-install@1101.0.1 + ## 1100.0.4 ### Patch Changes diff --git a/building/commands/package.json b/building/commands/package.json index 5c3ba74e69..48b20fb5d3 100644 --- a/building/commands/package.json +++ b/building/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/building.commands", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Commands for rebuilding and managing dependency builds", "keywords": [ "pnpm", diff --git a/deps/compliance/commands/CHANGELOG.md b/deps/compliance/commands/CHANGELOG.md index 8db384711d..e179ee62b4 100644 --- a/deps/compliance/commands/CHANGELOG.md +++ b/deps/compliance/commands/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/deps.compliance.commands +## 1101.1.2 + +### Patch Changes + +- @pnpm/installing.commands@1100.1.3 + ## 1101.1.1 ### Patch Changes diff --git a/deps/compliance/commands/package.json b/deps/compliance/commands/package.json index bdfe3897a1..dcfdb59dcf 100644 --- a/deps/compliance/commands/package.json +++ b/deps/compliance/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/deps.compliance.commands", - "version": "1101.1.1", + "version": "1101.1.2", "description": "pnpm commands for audit, licenses, and sbom", "keywords": [ "pnpm", diff --git a/deps/inspection/commands/CHANGELOG.md b/deps/inspection/commands/CHANGELOG.md index ced330bcf5..de06d25642 100644 --- a/deps/inspection/commands/CHANGELOG.md +++ b/deps/inspection/commands/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/deps.inspection.commands +## 1100.1.4 + +### Patch Changes + +- @pnpm/global.commands@1100.0.5 +- @pnpm/resolving.default-resolver@1100.0.5 +- @pnpm/deps.inspection.outdated@1100.0.5 + ## 1100.1.3 ### Patch Changes diff --git a/deps/inspection/commands/package.json b/deps/inspection/commands/package.json index eafc8c3c83..2b70aab81a 100644 --- a/deps/inspection/commands/package.json +++ b/deps/inspection/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/deps.inspection.commands", - "version": "1100.1.3", + "version": "1100.1.4", "description": "The list, ll, why, and outdated commands of pnpm", "keywords": [ "pnpm", diff --git a/deps/inspection/outdated/CHANGELOG.md b/deps/inspection/outdated/CHANGELOG.md index 9b1e948f05..294d8799d4 100644 --- a/deps/inspection/outdated/CHANGELOG.md +++ b/deps/inspection/outdated/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/outdated +## 1100.0.5 + +### Patch Changes + +- @pnpm/installing.client@1100.0.5 + ## 1100.0.4 ### Patch Changes diff --git a/deps/inspection/outdated/package.json b/deps/inspection/outdated/package.json index 34b22535c5..efe196f84c 100644 --- a/deps/inspection/outdated/package.json +++ b/deps/inspection/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/deps.inspection.outdated", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Check for outdated packages", "keywords": [ "pnpm", diff --git a/engine/pm/commands/CHANGELOG.md b/engine/pm/commands/CHANGELOG.md index f0bb589461..f1649b6b9d 100644 --- a/engine/pm/commands/CHANGELOG.md +++ b/engine/pm/commands/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/engine.pm.commands +## 1101.1.0 + +### Minor Changes + +- 390b9d1: `pnpm self-update` now prints progress messages so the command isn't silent: `Checking for updates...` before resolving, `Updating pnpm from vX to vY...` once a newer version is found, and `Successfully updated pnpm to vY` on completion. + +### Patch Changes + +- @pnpm/installing.client@1100.0.5 +- @pnpm/global.commands@1100.0.5 +- @pnpm/store.connection-manager@1100.0.5 +- @pnpm/store.controller@1101.0.0 +- @pnpm/installing.deps-restorer@1101.0.0 +- @pnpm/installing.env-installer@1101.0.0 + ## 1101.0.2 ### Patch Changes diff --git a/engine/pm/commands/package.json b/engine/pm/commands/package.json index b82f11cf27..a1ed36b69e 100644 --- a/engine/pm/commands/package.json +++ b/engine/pm/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/engine.pm.commands", - "version": "1101.0.2", + "version": "1101.1.0", "description": "pnpm commands for self-updating and setting up pnpm", "keywords": [ "pnpm", diff --git a/engine/runtime/bun-resolver/CHANGELOG.md b/engine/runtime/bun-resolver/CHANGELOG.md index b78b1025d4..fd93d88943 100644 --- a/engine/runtime/bun-resolver/CHANGELOG.md +++ b/engine/runtime/bun-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolving.bun-resolver +## 1101.0.1 + +### Patch Changes + +- Updated dependencies [dd23d19] + - @pnpm/fetching.binary-fetcher@1101.0.1 + ## 1101.0.0 ### Patch Changes diff --git a/engine/runtime/bun-resolver/package.json b/engine/runtime/bun-resolver/package.json index dd59b389df..e9834e78c7 100644 --- a/engine/runtime/bun-resolver/package.json +++ b/engine/runtime/bun-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/engine.runtime.bun-resolver", - "version": "1101.0.0", + "version": "1101.0.1", "description": "Resolves the Bun runtime", "keywords": [ "pnpm", diff --git a/engine/runtime/commands/CHANGELOG.md b/engine/runtime/commands/CHANGELOG.md index 11b52458c1..792f417d64 100644 --- a/engine/runtime/commands/CHANGELOG.md +++ b/engine/runtime/commands/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/engine.runtime.commands +## 1100.0.5 + +### Patch Changes + +- 9b23098: Updated `pnpm env` help examples to use Node.js 24 and its LTS codename. + ## 1100.0.4 ### Patch Changes diff --git a/engine/runtime/commands/package.json b/engine/runtime/commands/package.json index a41031b69b..30db9f34b5 100644 --- a/engine/runtime/commands/package.json +++ b/engine/runtime/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/engine.runtime.commands", - "version": "1100.0.4", + "version": "1100.0.5", "description": "pnpm commands for managing runtimes", "keywords": [ "pnpm", diff --git a/engine/runtime/deno-resolver/CHANGELOG.md b/engine/runtime/deno-resolver/CHANGELOG.md index 257d650456..d8e94d9ccd 100644 --- a/engine/runtime/deno-resolver/CHANGELOG.md +++ b/engine/runtime/deno-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolving.deno-resolver +## 1101.0.1 + +### Patch Changes + +- Updated dependencies [dd23d19] + - @pnpm/fetching.binary-fetcher@1101.0.1 + ## 1101.0.0 ### Patch Changes diff --git a/engine/runtime/deno-resolver/package.json b/engine/runtime/deno-resolver/package.json index 79a90f0545..c8f8cef166 100644 --- a/engine/runtime/deno-resolver/package.json +++ b/engine/runtime/deno-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/engine.runtime.deno-resolver", - "version": "1101.0.0", + "version": "1101.0.1", "description": "Resolves the Deno runtime", "keywords": [ "pnpm", diff --git a/exec/commands/CHANGELOG.md b/exec/commands/CHANGELOG.md index b5f4f57398..3ac8d11211 100644 --- a/exec/commands/CHANGELOG.md +++ b/exec/commands/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-script-runners +## 1100.0.5 + +### Patch Changes + +- Updated dependencies [9b23098] + - @pnpm/engine.runtime.commands@1100.0.5 + - @pnpm/installing.client@1100.0.5 + - @pnpm/installing.commands@1100.1.3 + ## 1100.0.4 ### Patch Changes diff --git a/exec/commands/package.json b/exec/commands/package.json index 1135576261..2e1eac4341 100644 --- a/exec/commands/package.json +++ b/exec/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/exec.commands", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Commands for running scripts", "keywords": [ "pnpm", diff --git a/fetching/binary-fetcher/CHANGELOG.md b/fetching/binary-fetcher/CHANGELOG.md index 3c9ee4636a..2b92efeda0 100644 --- a/fetching/binary-fetcher/CHANGELOG.md +++ b/fetching/binary-fetcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/fetching.binary-fetcher +## 1101.0.1 + +### Patch Changes + +- dd23d19: Fix Windows Node.js runtime installs still extracting bundled `npm`, `npx`, and `corepack` when the archive contains explicit directory entries. `extractZipToTarget` now skips directory entries: AdmZip's `extractEntryTo` for a directory recurses over every descendant internally, which bypassed the `ignoreEntry` filter and re-materialized the files the filter was supposed to drop. File extraction creates parent directories implicitly, so skipping directory entries doesn't regress the install layout. + ## 1101.0.0 ### Minor Changes diff --git a/fetching/binary-fetcher/package.json b/fetching/binary-fetcher/package.json index 4aef1c993c..65f7041471 100644 --- a/fetching/binary-fetcher/package.json +++ b/fetching/binary-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/fetching.binary-fetcher", - "version": "1101.0.0", + "version": "1101.0.1", "description": "A fetcher for binary archives", "keywords": [ "pnpm", diff --git a/global/commands/CHANGELOG.md b/global/commands/CHANGELOG.md index d9cf625c15..70fb615c03 100644 --- a/global/commands/CHANGELOG.md +++ b/global/commands/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/global.commands +## 1100.0.5 + +### Patch Changes + +- Updated dependencies [005eeb7] + - @pnpm/installing.deps-installer@1101.0.1 + - @pnpm/store.connection-manager@1100.0.5 + ## 1100.0.4 ### Patch Changes diff --git a/global/commands/package.json b/global/commands/package.json index 4b6389e881..1ac3989aaf 100644 --- a/global/commands/package.json +++ b/global/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/global.commands", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Global package command handlers for pnpm", "keywords": [ "pnpm", diff --git a/installing/client/CHANGELOG.md b/installing/client/CHANGELOG.md index 5276cc5151..48e5423637 100644 --- a/installing/client/CHANGELOG.md +++ b/installing/client/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/client +## 1100.0.5 + +### Patch Changes + +- Updated dependencies [dd23d19] + - @pnpm/fetching.binary-fetcher@1101.0.1 + - @pnpm/resolving.default-resolver@1100.0.5 + ## 1100.0.4 ### Patch Changes diff --git a/installing/client/package.json b/installing/client/package.json index 39943e0d28..07d150a534 100644 --- a/installing/client/package.json +++ b/installing/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/installing.client", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Creates the package resolve and fetch functions", "keywords": [ "pnpm", diff --git a/installing/commands/CHANGELOG.md b/installing/commands/CHANGELOG.md index 42c0fa9dc6..aa0067596a 100644 --- a/installing/commands/CHANGELOG.md +++ b/installing/commands/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-installation +## 1100.1.3 + +### Patch Changes + +- Updated dependencies [005eeb7] + - @pnpm/installing.deps-installer@1101.0.1 + - @pnpm/global.commands@1100.0.5 + - @pnpm/deps.inspection.outdated@1100.0.5 + - @pnpm/store.connection-manager@1100.0.5 + - @pnpm/store.controller@1101.0.0 + - @pnpm/building.after-install@1101.0.1 + - @pnpm/installing.env-installer@1101.0.0 + ## 1100.1.2 ### Patch Changes diff --git a/installing/commands/package.json b/installing/commands/package.json index a598f1dac3..083dfb7b26 100644 --- a/installing/commands/package.json +++ b/installing/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/installing.commands", - "version": "1100.1.2", + "version": "1100.1.3", "description": "Commands for installation", "keywords": [ "pnpm", diff --git a/installing/deps-installer/CHANGELOG.md b/installing/deps-installer/CHANGELOG.md index 2170e57cc7..162261b219 100644 --- a/installing/deps-installer/CHANGELOG.md +++ b/installing/deps-installer/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/core +## 1101.0.1 + +### Patch Changes + +- 005eeb7: Fix peer dependencies not being upgraded with `pnpm upgrade --latest` [#9900](https://github.com/pnpm/pnpm/issues/9900). + - @pnpm/installing.package-requester@1101.0.0 + - @pnpm/building.after-install@1101.0.1 + - @pnpm/installing.deps-restorer@1101.0.0 + ## 1101.0.0 ### Patch Changes diff --git a/installing/deps-installer/package.json b/installing/deps-installer/package.json index 6171f246c5..3d552d29a7 100644 --- a/installing/deps-installer/package.json +++ b/installing/deps-installer/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/installing.deps-installer", - "version": "1101.0.0", + "version": "1101.0.1", "description": "Fast, disk space efficient installation engine", "keywords": [ "pnpm", diff --git a/patching/commands/CHANGELOG.md b/patching/commands/CHANGELOG.md index 291a2c845d..629e4d7859 100644 --- a/patching/commands/CHANGELOG.md +++ b/patching/commands/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-patching +## 1100.0.5 + +### Patch Changes + +- @pnpm/installing.commands@1100.1.3 +- @pnpm/store.connection-manager@1100.0.5 + ## 1100.0.4 ### Patch Changes diff --git a/patching/commands/package.json b/patching/commands/package.json index c59694107c..da99b226b7 100644 --- a/patching/commands/package.json +++ b/patching/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/patching.commands", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Commands for creating patches", "keywords": [ "pnpm", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index 72147de2c7..c5c8977ba2 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,148 +1,6 @@ # pnpm -## 11.0.0-rc.5 - -### Patch Changes - -- Fix the `@pnpm/exe` SEA executable crashing at startup on Node.js v25.7+. Two separate regressions in `@pnpm/exe@11.0.0-rc.4` are addressed: - - 1. `pnpm pack-app` now pins the Node.js used to write the SEA blob to the exact embedded runtime version. The SEA blob format changed in Node.js v25.7 (ESM entry-point support added a `ModuleFormat` header byte), so a blob produced by a pre-25.7 builder cannot be deserialized by a 25.7+ runtime and vice versa. In rc.4 the CI host Node.js (v25.6.1) built blobs embedded in a v25.9.0 runtime, tripping `SeaDeserializer::Read() ... format_value <= kModule` on every invocation. `pack-app` now downloads a host-arch builder Node.js of the target version when the running Node.js doesn't already match. - - 2. The pnpm CJS SEA entry shim now loads `dist/pnpm.mjs` through `Module.createRequire(process.execPath)` instead of `await import(pathToFileURL(...).href)`. In Node.js v25.7+, the ambient `require` and `import()` inside a CJS SEA entry are replaced with embedder hooks that only resolve built-in module names, causing external `file://` loads to fail with `ERR_UNKNOWN_BUILTIN_MODULE`. An explicit `createRequire()` bypasses those hooks. - -## 11.0.0-rc.4 - -### Major Changes - -- Installing a Node.js runtime via `node@runtime:` (including `pnpm env use` and `pnpm runtime set node`) no longer extracts the bundled `npm`, `npx`, and `corepack` from the Node.js archive. This cuts roughly half of the files pnpm has to hash, write to the CAS, and link during installation, making runtime installs noticeably faster. Users who still need `npm` can install it as a separate package. - -### Minor Changes - -- `pnpm pack-app`: replaced the `--node-version` flag with `--runtime`, which takes a `@` spec (e.g. `--runtime node@22.0.0`). The corresponding `pnpm.app.nodeVersion` key in package.json was renamed to `pnpm.app.runtime` with the same syntax. Only `node` is supported today; the prefix leaves room for future runtimes (`bun`, `deno`). - - The previous `--node-version` flag silently inherited from pnpm's global `node-version` rc setting (which controls which Node runs user scripts), causing the wrong Node build to be embedded in SEAs for users who had that rc key set. - -### Patch Changes - -- Restored the legacy `@pnpm/{macos,win,linux,linuxstatic}-{x64,arm64}` npm names for the platform-specific optional dependencies of `@pnpm/exe`, reverting the scope-nested `@pnpm/exe.-[-musl]` rename from [#11316](https://github.com/pnpm/pnpm/pull/11316) on the published package names only — the workspace directory layout (`pnpm/artifacts/-[-musl]/`) and the GitHub release asset filenames stay on the new scheme. The rename broke `pnpm self-update` from v10, which looks up the platform child by its legacy name. `linkExePlatformBinary` now checks for both schemes so a later rename can ship without a v10-compatibility hazard. - -## 11.0.0-rc.3 - -### Minor Changes - -- Added a new `pnpm pack-app` command that packs a CommonJS entry file into a standalone executable for one or more target platforms, using the [Node.js Single Executable Applications](https://nodejs.org/api/single-executable-applications.html) API under the hood. Targets are specified as `-[-]` (e.g. `linux-x64`, `linux-x64-musl`, `macos-arm64`, `win-x64`) and each produces an executable under `dist-app//` by default. Requires Node.js v25.5+ to perform the injection; an older host downloads Node.js v25 automatically. -- `pnpm audit --fix` now respects the `auditLevel` setting and supports a new interactive mode via `--interactive`/`-i`. Previously, `pnpm audit --fix` would fix all vulnerabilities regardless of the configured `auditLevel`, while `pnpm audit` (without `--fix`) correctly filtered by severity. Now both commands consistently filter advisories by the `auditLevel` setting, and you can use `pnpm audit --fix -i` to review and select which vulnerabilities to fix interactively. - - Overrides emitted by `pnpm audit --fix` now use a caret range (`^X.Y.Z`) instead of an open-ended `>=X.Y.Z`, so applying a security fix can no longer silently promote a dependency across a major version boundary. - -- Added a new setting `minimumReleaseAgeIgnoreMissingTime`, which is `true` by default. When enabled, pnpm skips the `minimumReleaseAge` maturity check if the registry metadata does not include the `time` field. Set to `false` to fail resolution instead. -- Fixed and expanded `pnpm version` to match npm behavior: - - - Accept an explicit semver version (e.g. `pnpm version 1.2.3`) in addition to bump types. - - Recognize `--no-commit-hooks`, `--no-git-tag-version`, `--sign-git-tag`, and `--message`. - - Fix `--no-git-checks` which was previously parsed incorrectly. - - Create a git commit and annotated tag for the version bump when running inside a git repository (unless `--no-git-tag-version` is used). `--message` supports `%s` replacement with the new version, and `--tag-version-prefix` controls the tag prefix (defaults to `v`). Git commits and tags are always skipped in recursive mode since multiple packages may be bumped to different versions in a single run [#11271](https://github.com/pnpm/pnpm/issues/11271). - -- Renamed the platform-specific optional dependencies of `@pnpm/exe` to the new `@pnpm/exe.-[-]` scheme, using `process.platform` values (`linux`, `darwin`, `win32`) for the OS segment. The umbrella package `@pnpm/exe` itself is unchanged so existing `npm i -g @pnpm/exe` and `pnpm self-update` flows keep working. - - | before | after | - | ------------------------- | ---------------------------- | - | `@pnpm/linux-x64` | `@pnpm/exe.linux-x64` | - | `@pnpm/linux-arm64` | `@pnpm/exe.linux-arm64` | - | `@pnpm/linuxstatic-x64` | `@pnpm/exe.linux-x64-musl` | - | `@pnpm/linuxstatic-arm64` | `@pnpm/exe.linux-arm64-musl` | - | `@pnpm/macos-x64` | `@pnpm/exe.darwin-x64` | - | `@pnpm/macos-arm64` | `@pnpm/exe.darwin-arm64` | - | `@pnpm/win-x64` | `@pnpm/exe.win32-x64` | - | `@pnpm/win-arm64` | `@pnpm/exe.win32-arm64` | - - GitHub release asset filenames follow the same scheme — `pnpm-linuxstatic-x64.tar.gz` becomes `pnpm-linux-x64-musl.tar.gz`, `pnpm-macos-*` becomes `pnpm-darwin-*`, `pnpm-win-*` becomes `pnpm-win32-*`. Anyone downloading releases directly needs to use the new filenames; `get.pnpm.io/install.sh` and `install.ps1` will be updated in lockstep to accept both schemes based on the requested version. - - Resolves [#11314](https://github.com/pnpm/pnpm/issues/11314). - -### Patch Changes - -- Do not print the `Cannot use both "packageManager" and "devEngines.packageManager" in package.json. "packageManager" will be ignored` warning when the two fields specify the exact same package manager name and version string. This lets projects keep both fields during the migration from `packageManager` to `devEngines.packageManager` without a noisy warning [#11301](https://github.com/pnpm/pnpm/issues/11301). -- Fix installing a directory dependency (`file:`) from an absolute path on a different drive on Windows. The directory fetcher was joining the stored directory onto `lockfileDir`, which on Windows concatenates an absolute cross-drive path literally (`path.join('D:\\...', 'C:\\Users\\...')` → `'D:\\...\\C:\\Users\\...'`). Use `path.resolve` so absolute paths are respected. This surfaced as an ENOENT during `pnpm setup` in CI when `PNPM_HOME` and the OS temp directory were on different drives. -- Fixed `pnpm sbom` and `pnpm licenses` failing to resolve license information for git-sourced dependencies (`git+https://`, `git+ssh://`, `github:` shorthand). These commands now correctly read the package manifest from the content-addressable store for `type: 'git'` resolutions [#11260](https://github.com/pnpm/pnpm/issues/11260). -- 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. -- 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). -- 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:` reliably fetches the musl binary even when the glibc variant is already cached. -- `pnpm sbom` now detects licenses declared via the deprecated `licenses` array in `package.json` (e.g. `busboy`, `streamsearch`, `limiter`) and falls back to scanning on-disk `LICENSE` files — mirroring the resolution logic of `pnpm licenses`. Previously these packages were reported as `NOASSERTION`. Shared license resolution (manifest parsing + LICENSE-file fallback) lives in the new `@pnpm/deps.compliance.license-resolver` package. When a manifest sets both `license` and `licenses`, the modern `license` field now takes precedence for both commands (previously `pnpm licenses` preferred `licenses`) [#11248](https://github.com/pnpm/pnpm/issues/11248). - -## 11.0.0-rc.2 - -### Major Changes - -- **Breaking:** removed the `managePackageManagerVersions`, `packageManagerStrict`, and `packageManagerStrictVersion` settings. They existed only to derive the `onFail` behavior for the legacy `packageManager` field, and the `pmOnFail` setting introduced alongside `pnpm with` subsumes all three — it directly sets the `onFail` behavior of both `packageManager` and `devEngines.packageManager`. The `COREPACK_ENABLE_STRICT` environment variable is no longer honored (it only gated `packageManagerStrict`); use `pmOnFail` instead. - - Migration: - - | Removed setting | Replace with | - | ------------------------------------- | ------------------------------ | - | `managePackageManagerVersions: true` | `pmOnFail: download` (default) | - | `managePackageManagerVersions: false` | `pmOnFail: ignore` | - | `packageManagerStrict: false` | `pmOnFail: warn` | - | `packageManagerStrictVersion: true` | `pmOnFail: error` | - | `COREPACK_ENABLE_STRICT=0` | `pmOnFail: warn` | - -### Minor Changes - -- `pnpm dlx` and `pnpm create` now respect security and trust policy settings (`minimumReleaseAge`, `minimumReleaseAgeExclude`, `minimumReleaseAgeStrict`, `trustPolicy`, `trustPolicyExclude`, `trustPolicyIgnoreAfter`) from project-level configuration [#11183](https://github.com/pnpm/pnpm/issues/11183). -- Implemented native `star`, `unstar`, `stars`, and `whoami` commands. -- Add `pnpm with ` command. Runs pnpm at a specific version (or the currently active one) for a single invocation, bypassing the project's `packageManager` and `devEngines.packageManager` pins. Uses the same install mechanism as `pnpm self-update`, caching the downloaded pnpm in the global virtual store for reuse. - - Examples: - - ``` - pnpm with current install # ignore the pinned version, use the running pnpm - pnpm with 11.0.0-rc.1 install # install using pnpm 11.0.0-rc.1 - pnpm with next install # install using the "next" dist-tag - ``` - - Also adds a new `pmOnFail` setting that overrides the `onFail` behavior of `packageManager` and `devEngines.packageManager`. Accepted values: `download`, `error`, `warn`, `ignore`. Can be set via CLI flag, env var, `pnpm-workspace.yaml`, or `.npmrc` — useful when version management is handled by an external tool (asdf, mise, Volta, etc.) and the project wants pnpm itself to skip the check. - - ``` - pnpm install --pm-on-fail=ignore # direct CLI flag - pnpm_config_pm_on_fail=ignore pnpm install # env var - # or in pnpm-workspace.yaml: - # pmOnFail: ignore - ``` - -- `pnpm init` now writes a `devEngines.packageManager` field instead of the `packageManager` field when `init-package-manager` is enabled. -- When pnpm is declared via the `packageManager` field in `package.json`, its resolution info is no longer written to `pnpm-lock.yaml` — unless the pinned pnpm version is v12 or newer. The `packageManagerDependencies` section is still populated (and reused across runs) when pnpm is declared via `devEngines.packageManager`. This makes the transition from pnpm v10 to v11 quieter by avoiding unnecessary lockfile churn for projects that pin an older pnpm in the legacy `packageManager` field. -- Added a new setting `runtimeOnFail` that overrides the `onFail` field of `devEngines.runtime` (and `engines.runtime`) in the root project's `package.json`. Accepted values: `ignore`, `warn`, `error`, `download`. For example, setting `runtimeOnFail=download` makes pnpm download the declared runtime version even when the manifest does not set `onFail: "download"`. - -### Patch Changes - -- `pnpm init` no longer adds the `devEngines.packageManager` field when run inside a workspace subpackage. The field is only added to the workspace root's `package.json`. - -## 11.0.0-rc.1 - -### Major Changes - -- `pnpm audit` now calls npm's `/-/npm/v1/security/advisories/bulk` endpoint. The legacy `/-/npm/v1/security/audits{,/quick}` endpoints have been retired by the registry, so the legacy request/response contract is no longer supported. - - The bulk endpoint does not return CVE identifiers. CVE-based filtering has been replaced with GitHub advisory ID (GHSA) filtering: - - - `auditConfig.ignoreCves` → `auditConfig.ignoreGhsas` (the previous key is no longer recognized) - - `pnpm audit --ignore ` / `pnpm audit --ignore-unfixable` now read and write GHSAs instead of CVEs - - GHSAs are derived from each advisory's `url` (`https://github.com/advisories/GHSA-xxxx-xxxx-xxxx`) - - To migrate: replace each `CVE-YYYY-NNNNN` entry in your `auditConfig.ignoreCves` with the corresponding `GHSA-xxxx-xxxx-xxxx` value (visible in the `More info` column of `pnpm audit` output) and move it under `auditConfig.ignoreGhsas`. - -### Minor Changes - -- Added the `pnpm docs` command and its alias `pnpm home`. This command opens the package documentation or homepage in the browser. When the package has no valid homepage, it falls back to `https://npmx.dev/package/`. -- Added native `pnpm ping` command to test registry connectivity. - Provides a simple way to verify connectivity to the configured registry without requiring external tools. -- Implemented native `search` command and its aliases (`s`, `se`, `find`). - -### Patch Changes - -- Fixed `pnpm store prune` removing packages used by the globally installed pnpm, breaking it. - -## 11.0.0-rc.0 +## 11.0.0 ### Highlights @@ -343,6 +201,36 @@ - The root workspace project is no longer excluded when it is explicitly selected via a filter [#10465](https://github.com/pnpm/pnpm/pull/10465). +#### Audit + +- `pnpm audit` now calls npm's `/-/npm/v1/security/advisories/bulk` endpoint. The legacy `/-/npm/v1/security/audits{,/quick}` endpoints have been retired by the registry, so the legacy request/response contract is no longer supported. + + The bulk endpoint does not return CVE identifiers. CVE-based filtering has been replaced with GitHub advisory ID (GHSA) filtering: + + - `auditConfig.ignoreCves` → `auditConfig.ignoreGhsas` (the previous key is no longer recognized) + - `pnpm audit --ignore ` / `pnpm audit --ignore-unfixable` now read and write GHSAs instead of CVEs + - GHSAs are derived from each advisory's `url` (`https://github.com/advisories/GHSA-xxxx-xxxx-xxxx`) + + To migrate: replace each `CVE-YYYY-NNNNN` entry in your `auditConfig.ignoreCves` with the corresponding `GHSA-xxxx-xxxx-xxxx` value (visible in the `More info` column of `pnpm audit` output) and move it under `auditConfig.ignoreGhsas`. + +#### Package Manager Settings + +- **Breaking:** removed the `managePackageManagerVersions`, `packageManagerStrict`, and `packageManagerStrictVersion` settings. They existed only to derive the `onFail` behavior for the legacy `packageManager` field, and the `pmOnFail` setting introduced alongside `pnpm with` subsumes all three — it directly sets the `onFail` behavior of both `packageManager` and `devEngines.packageManager`. The `COREPACK_ENABLE_STRICT` environment variable is no longer honored (it only gated `packageManagerStrict`); use `pmOnFail` instead. + + Migration: + + | Removed setting | Replace with | + | ------------------------------------- | ------------------------------ | + | `managePackageManagerVersions: true` | `pmOnFail: download` (default) | + | `managePackageManagerVersions: false` | `pmOnFail: ignore` | + | `packageManagerStrict: false` | `pmOnFail: warn` | + | `packageManagerStrictVersion: true` | `pmOnFail: error` | + | `COREPACK_ENABLE_STRICT=0` | `pmOnFail: warn` | + +#### Runtime Installs + +- Installing a Node.js runtime via `node@runtime:` (including `pnpm env use` and `pnpm runtime set node`) no longer extracts the bundled `npm`, `npx`, and `corepack` from the Node.js archive. This cuts roughly half of the files pnpm has to hash, write to the CAS, and link during installation, making runtime installs noticeably faster. Users who still need `npm` can install it as a separate package. + ### Minor Changes #### New Commands @@ -360,6 +248,13 @@ - Added `pnpm ci` command for clean installs [#6100](https://github.com/pnpm/pnpm/issues/6100). The command runs `pnpm clean` followed by `pnpm install --frozen-lockfile`. Designed for CI/CD environments where reproducible builds are critical. Aliases: `pnpm clean-install`, `pnpm ic`, `pnpm install-clean` [#11003](https://github.com/pnpm/pnpm/pull/11003). - Added `pnpm peers check` command that checks for unmet and missing peer dependency issues by reading the lockfile [#7087](https://github.com/pnpm/pnpm/issues/7087). - Implemented the `version` command natively in pnpm to support workspaces and `workspace:` protocols correctly. The new command allows bumping package versions (major, minor, patch, etc.) with full workspace support and git integration [#10879](https://github.com/pnpm/pnpm/pull/10879). +- `pnpm audit --fix` now supports a new interactive mode via `--interactive`/`-i`. +- Added the `pnpm docs` command and its alias `pnpm home`. This command opens the package documentation or homepage in the browser. When the package has no valid homepage, it falls back to `https://npmx.dev/package/`. +- Added native `pnpm ping` command to test registry connectivity. Provides a simple way to verify connectivity to the configured registry without requiring external tools. +- Implemented native `search` command and its aliases (`s`, `se`, `find`). +- Implemented native `star`, `unstar`, `stars`, and `whoami` commands. +- Add `pnpm with ` command. Runs pnpm at a specific version (or the currently active one) for a single invocation, bypassing the project's `packageManager` and `devEngines.packageManager` pins. +- Added a new `pnpm pack-app` command that packs a CommonJS entry file into a standalone executable for one or more target platforms, using the [Node.js Single Executable Applications](https://nodejs.org/api/single-executable-applications.html) API under the hood. #### Configuration @@ -384,6 +279,11 @@ release: https://my-mirror.example.com/download/release/ ``` +- `pnpm dlx` and `pnpm create` now respect security and trust policy settings (`minimumReleaseAge`, `minimumReleaseAgeExclude`, `minimumReleaseAgeStrict`, `trustPolicy`, `trustPolicyExclude`, `trustPolicyIgnoreAfter`) from project-level configuration [#11183](https://github.com/pnpm/pnpm/issues/11183). +- `pnpm init` now writes a `devEngines.packageManager` field instead of the `packageManager` field when `init-package-manager` is enabled. +- Added a new setting `runtimeOnFail` that overrides the `onFail` field of `devEngines.runtime` (and `engines.runtime`) in the root project's `package.json`. Accepted values: `ignore`, `warn`, `error`, `download`. For example, setting `runtimeOnFail=download` makes pnpm download the declared runtime version even when the manifest does not set `onFail: "download"`. +- Added a new setting `minimumReleaseAgeIgnoreMissingTime`, which is `true` by default. When enabled, pnpm skips the `minimumReleaseAge` maturity check if the registry metadata does not include the `time` field. Set to `false` to fail resolution instead. + #### Store - When the global virtual store is enabled, packages that are not allowed to build (and don't transitively depend on packages that are) now get hashes that don't include the engine name (platform, architecture, Node.js major version). This means ~95% of packages in the GVS survive Node.js upgrades and architecture changes without re-import [#10837](https://github.com/pnpm/pnpm/issues/10837). diff --git a/pnpm/artifacts/darwin-arm64/package.json b/pnpm/artifacts/darwin-arm64/package.json index 578dfeb61a..ede4db9836 100644 --- a/pnpm/artifacts/darwin-arm64/package.json +++ b/pnpm/artifacts/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/artifacts/darwin-x64/package.json b/pnpm/artifacts/darwin-x64/package.json index acaa3e4add..f9a548d174 100644 --- a/pnpm/artifacts/darwin-x64/package.json +++ b/pnpm/artifacts/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 108b607fe4..02bc869fa3 100644 --- a/pnpm/artifacts/exe/package.json +++ b/pnpm/artifacts/exe/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/exe", - "version": "11.0.0-rc.5", + "version": "11.0.0", "description": "Fast, disk space efficient package manager", "keywords": [ "pnpm", diff --git a/pnpm/artifacts/linux-arm64-musl/package.json b/pnpm/artifacts/linux-arm64-musl/package.json index ce474f0385..41f1ace1e1 100644 --- a/pnpm/artifacts/linux-arm64-musl/package.json +++ b/pnpm/artifacts/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linuxstatic-arm64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 8aa5489e04..5065831764 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/artifacts/linux-x64-musl/package.json b/pnpm/artifacts/linux-x64-musl/package.json index 9b5306b56a..e080f3a2f2 100644 --- a/pnpm/artifacts/linux-x64-musl/package.json +++ b/pnpm/artifacts/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linuxstatic-x64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index b94687afff..74e3fb913f 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/artifacts/win32-arm64/package.json b/pnpm/artifacts/win32-arm64/package.json index 496f346686..c03e24fe3a 100644 --- a/pnpm/artifacts/win32-arm64/package.json +++ b/pnpm/artifacts/win32-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-arm64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/artifacts/win32-x64/package.json b/pnpm/artifacts/win32-x64/package.json index 0f9222ef5a..79bf10cc7d 100644 --- a/pnpm/artifacts/win32-x64/package.json +++ b/pnpm/artifacts/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "11.0.0-rc.5", + "version": "11.0.0", "keywords": [ "pnpm", "pnpm11", diff --git a/pnpm/package.json b/pnpm/package.json index 5c7b735475..99b2ea9963 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,6 +1,6 @@ { "name": "pnpm", - "version": "11.0.0-rc.5", + "version": "11.0.0", "description": "Fast, disk space efficient package manager", "keywords": [ "pnpm", diff --git a/releasing/commands/CHANGELOG.md b/releasing/commands/CHANGELOG.md index d88607c16e..00e0ae09d1 100644 --- a/releasing/commands/CHANGELOG.md +++ b/releasing/commands/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/releasing.commands +## 1100.2.2 + +### Patch Changes + +- Updated dependencies [9b23098] + - @pnpm/engine.runtime.commands@1100.0.5 + - @pnpm/installing.client@1100.0.5 + - @pnpm/installing.commands@1100.1.3 + ## 1100.2.1 ### Patch Changes diff --git a/releasing/commands/package.json b/releasing/commands/package.json index d588787599..a9bfae46fd 100644 --- a/releasing/commands/package.json +++ b/releasing/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/releasing.commands", - "version": "1100.2.1", + "version": "1100.2.2", "description": "Commands for deploy, pack, and publish", "keywords": [ "pnpm", diff --git a/resolving/default-resolver/CHANGELOG.md b/resolving/default-resolver/CHANGELOG.md index 9716da4341..9840e13ca5 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 1100.0.5 + +### Patch Changes + +- @pnpm/engine.runtime.bun-resolver@1101.0.1 +- @pnpm/engine.runtime.deno-resolver@1101.0.1 + ## 1100.0.4 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index f09224cac5..05aed4acc0 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolving.default-resolver", - "version": "1100.0.4", + "version": "1100.0.5", "description": "pnpm's default package resolver", "keywords": [ "pnpm", diff --git a/store/commands/CHANGELOG.md b/store/commands/CHANGELOG.md index 024aa5a207..1eca9cf7e5 100644 --- a/store/commands/CHANGELOG.md +++ b/store/commands/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store.commands +## 1100.0.5 + +### Patch Changes + +- @pnpm/installing.client@1100.0.5 +- @pnpm/store.connection-manager@1100.0.5 + ## 1100.0.4 ### Patch Changes diff --git a/store/commands/package.json b/store/commands/package.json index d09aebe3a4..350d557a00 100644 --- a/store/commands/package.json +++ b/store/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store.commands", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Commands for controlling and inspecting the store", "keywords": [ "pnpm", diff --git a/store/connection-manager/CHANGELOG.md b/store/connection-manager/CHANGELOG.md index dd4006771c..12d491ce7a 100644 --- a/store/connection-manager/CHANGELOG.md +++ b/store/connection-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store-connection-manager +## 1100.0.5 + +### Patch Changes + +- @pnpm/installing.client@1100.0.5 +- @pnpm/store.controller@1101.0.0 + ## 1100.0.4 ### Patch Changes diff --git a/store/connection-manager/package.json b/store/connection-manager/package.json index d6c1721dfb..da47b828d7 100644 --- a/store/connection-manager/package.json +++ b/store/connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store.connection-manager", - "version": "1100.0.4", + "version": "1100.0.5", "description": "Create a pnpm store controller", "keywords": [ "pnpm", diff --git a/testing/temp-store/CHANGELOG.md b/testing/temp-store/CHANGELOG.md index 8d00184b80..ff2a536483 100644 --- a/testing/temp-store/CHANGELOG.md +++ b/testing/temp-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/testing.temp-store +## 1100.0.5 + +### Patch Changes + +- @pnpm/installing.client@1100.0.5 +- @pnpm/store.controller@1101.0.0 + ## 1100.0.4 ### Patch Changes diff --git a/testing/temp-store/package.json b/testing/temp-store/package.json index a5f486085f..bd6338e57a 100644 --- a/testing/temp-store/package.json +++ b/testing/temp-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/testing.temp-store", - "version": "1100.0.4", + "version": "1100.0.5", "description": "A temporary store for testing purposes", "keywords": [ "pnpm",