diff --git a/.changeset/funny-buses-own.md b/.changeset/funny-buses-own.md deleted file mode 100644 index 9a5b65aec21..00000000000 --- a/.changeset/funny-buses-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-patching": minor -"pnpm": minor ---- - -`pnpm patch`: edit the patched package in a directory specified by the `--edit-dir` option. E.g., `pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express` diff --git a/.changeset/twenty-dragons-explode.md b/.changeset/twenty-dragons-explode.md deleted file mode 100644 index a02eca100dd..00000000000 --- a/.changeset/twenty-dragons-explode.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/core": patch -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project [#5144](https://github.com/pnpm/pnpm/issues/5144). diff --git a/.changeset/wet-turkeys-allow.md b/.changeset/wet-turkeys-allow.md deleted file mode 100644 index 05acb0ed032..00000000000 --- a/.changeset/wet-turkeys-allow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/default-reporter": patch -"pnpm": patch ---- - -When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency. diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index ec869f4f303..86604763e80 100644 --- a/packages/artifacts/linux-arm64/package.json +++ b/packages/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.10.0", + "version": "7.11.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index 39339107b32..80f876400f6 100644 --- a/packages/artifacts/linux-x64/package.json +++ b/packages/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.10.0", + "version": "7.11.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index c36abfad703..e0d92898504 100644 --- a/packages/artifacts/macos-arm64/package.json +++ b/packages/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.10.0", + "version": "7.11.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index 593efc790f5..8488bd55c8c 100644 --- a/packages/artifacts/macos-x64/package.json +++ b/packages/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.10.0", + "version": "7.11.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index e08feaeee5f..cf7746e581d 100644 --- a/packages/artifacts/win-x64/package.json +++ b/packages/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.10.0", + "version": "7.11.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 6ac37684273..7e1a17346ee 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 0.7.35 + +### Patch Changes + +- Updated dependencies [728c0cdf6] + - @pnpm/default-reporter@9.1.24 + - @pnpm/config@15.10.4 + ## 0.7.34 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 2b944e6c773..29731c75d5f 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "0.7.34", + "version": "0.7.35", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index c9503e1403e..23631cd2a3e 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 15.10.4 + +### Patch Changes + +- @pnpm/pnpmfile@2.2.8 + ## 15.10.3 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 630758c6386..f34c3b36572 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "15.10.3", + "version": "15.10.4", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7e8de744ba3..62b1b2fdeed 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/core +## 5.11.4 + +### Patch Changes + +- 2acf38be3: Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project [#5144](https://github.com/pnpm/pnpm/issues/5144). +- Updated dependencies [2acf38be3] + - @pnpm/resolve-dependencies@28.3.10 + ## 5.11.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a296f821407..6b65053fdff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "5.11.3", + "version": "5.11.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index 0fabceb0bee..5ef651b2741 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 9.1.24 + +### Patch Changes + +- 728c0cdf6: When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency. + - @pnpm/config@15.10.4 + ## 9.1.23 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 7b8a313b878..8647407eafa 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "9.1.23", + "version": "9.1.24", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/exe/package.json b/packages/exe/package.json index 49aa84e737a..11553489b14 100644 --- a/packages/exe/package.json +++ b/packages/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "7.10.0", + "version": "7.11.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index 598872a057e..a53ccb55254 100644 --- a/packages/filter-workspace-packages/CHANGELOG.md +++ b/packages/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 5.0.35 + +### Patch Changes + +- @pnpm/find-workspace-packages@4.0.35 + ## 5.0.34 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index c70766e7a50..6c4241f36af 100644 --- a/packages/filter-workspace-packages/package.json +++ b/packages/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "5.0.34", + "version": "5.0.35", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/find-workspace-packages/CHANGELOG.md b/packages/find-workspace-packages/CHANGELOG.md index ef5908fa6ff..ce1e0f9da91 100644 --- a/packages/find-workspace-packages/CHANGELOG.md +++ b/packages/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 4.0.35 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 + ## 4.0.34 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index b19b704a1fd..374d1525f1d 100644 --- a/packages/find-workspace-packages/package.json +++ b/packages/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "4.0.34", + "version": "4.0.35", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 2d1e661b43c..6644d2fc18c 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.2.38 + +### Patch Changes + +- @pnpm/config@15.10.4 + ## 0.2.37 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 76e2ddeae66..1d4e3e9ba04 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.2.37", + "version": "0.2.38", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index 37e11b2e42d..b03f0ec98bc 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 6.1.17 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 + ## 6.1.16 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 6a9d2aea2d4..4537f2bdf53 100644 --- a/packages/plugin-commands-audit/package.json +++ b/packages/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "6.1.16", + "version": "6.1.17", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-deploy/CHANGELOG.md b/packages/plugin-commands-deploy/CHANGELOG.md index 69713cfefe9..302dca59699 100644 --- a/packages/plugin-commands-deploy/CHANGELOG.md +++ b/packages/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 1.1.4 + +### Patch Changes + +- @pnpm/plugin-commands-installation@10.6.4 +- @pnpm/cli-utils@0.7.35 + ## 1.1.3 ### Patch Changes diff --git a/packages/plugin-commands-deploy/package.json b/packages/plugin-commands-deploy/package.json index 20d9e5cfe3d..398299e0c9d 100644 --- a/packages/plugin-commands-deploy/package.json +++ b/packages/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "1.1.3", + "version": "1.1.4", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/packages/plugin-commands-env/CHANGELOG.md b/packages/plugin-commands-env/CHANGELOG.md index a9c05a37dba..c1c2c03bbfa 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 2.3.3 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 + ## 2.3.2 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index 46d12971719..4dfd6d9933b 100644 --- a/packages/plugin-commands-env/package.json +++ b/packages/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "2.3.2", + "version": "2.3.3", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-init/CHANGELOG.md b/packages/plugin-commands-init/CHANGELOG.md index 4a3cd490a39..65cd8d788d5 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 1.0.35 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 + ## 1.0.34 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 7182d0983f8..b5f7e590221 100644 --- a/packages/plugin-commands-init/package.json +++ b/packages/plugin-commands-init/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-init", - "version": "1.0.34", + "version": "1.0.35", "description": "Create a package.json file", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index 0d6f9d083d8..5785c42f1a6 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-installation +## 10.6.4 + +### Patch Changes + +- Updated dependencies [2acf38be3] + - @pnpm/core@5.11.4 + - @pnpm/pnpmfile@2.2.8 + - @pnpm/cli-utils@0.7.35 + - @pnpm/config@15.10.4 + - @pnpm/find-workspace-packages@4.0.35 + - @pnpm/plugin-commands-rebuild@6.2.4 + - @pnpm/store-connection-manager@4.3.8 + - @pnpm/filter-workspace-packages@5.0.35 + ## 10.6.3 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 12e2c64bfd4..2ca83d7d914 100644 --- a/packages/plugin-commands-installation/package.json +++ b/packages/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "10.6.3", + "version": "10.6.4", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-listing/CHANGELOG.md b/packages/plugin-commands-listing/CHANGELOG.md index 1774c17cd78..c83bcbad679 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 5.1.4 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 + ## 5.1.3 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 6aec9210f9e..622484f9d7e 100644 --- a/packages/plugin-commands-listing/package.json +++ b/packages/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "5.1.3", + "version": "5.1.4", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-outdated/CHANGELOG.md b/packages/plugin-commands-outdated/CHANGELOG.md index 01ea18fd44e..7dc997f7820 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 6.1.4 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 + ## 6.1.3 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index 1cc04826e1b..c7d8b19db70 100644 --- a/packages/plugin-commands-outdated/package.json +++ b/packages/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "6.1.3", + "version": "6.1.4", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-patching/CHANGELOG.md b/packages/plugin-commands-patching/CHANGELOG.md index 4cb00610310..9225dca937c 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-patching +## 1.3.0 + +### Minor Changes + +- b6f788cff: `pnpm patch`: edit the patched package in a directory specified by the `--edit-dir` option. E.g., `pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express` + +### Patch Changes + +- @pnpm/plugin-commands-installation@10.6.4 +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 +- @pnpm/store-connection-manager@4.3.8 + ## 1.2.3 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 2a647da45a3..830942288c9 100644 --- a/packages/plugin-commands-patching/package.json +++ b/packages/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "1.2.3", + "version": "1.3.0", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-publishing/CHANGELOG.md b/packages/plugin-commands-publishing/CHANGELOG.md index f1f7a6b93ac..af4effc843f 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 5.2.4 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 + ## 5.2.3 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index abac4da3d05..eb03eaa9809 100644 --- a/packages/plugin-commands-publishing/package.json +++ b/packages/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "5.2.3", + "version": "5.2.4", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-rebuild/CHANGELOG.md b/packages/plugin-commands-rebuild/CHANGELOG.md index c8b8f1a56ee..dc15ca1b3b8 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-rebuild +## 6.2.4 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 +- @pnpm/find-workspace-packages@4.0.35 +- @pnpm/store-connection-manager@4.3.8 + ## 6.2.3 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index 34186ea863e..e82e574f5d1 100644 --- a/packages/plugin-commands-rebuild/package.json +++ b/packages/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "6.2.3", + "version": "6.2.4", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-script-runners/CHANGELOG.md b/packages/plugin-commands-script-runners/CHANGELOG.md index c74e7ec3a39..756104cd92d 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-script-runners +## 5.1.4 + +### Patch Changes + +- @pnpm/plugin-commands-installation@10.6.4 +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 + ## 5.1.3 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index 1d54f8dad07..8a1ac019472 100644 --- a/packages/plugin-commands-script-runners/package.json +++ b/packages/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "5.1.3", + "version": "5.1.4", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-server/CHANGELOG.md b/packages/plugin-commands-server/CHANGELOG.md index 72a8376abfe..0a40ad9e113 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 4.0.39 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 +- @pnpm/store-connection-manager@4.3.8 + ## 4.0.38 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 475e84a626a..9c03adb66b2 100644 --- a/packages/plugin-commands-server/package.json +++ b/packages/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "4.0.38", + "version": "4.0.39", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-setup/CHANGELOG.md b/packages/plugin-commands-setup/CHANGELOG.md index 7ce56d2166e..cdffe7f61dd 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 2.0.37 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 + ## 2.0.36 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 608e10be821..766fe507ec3 100644 --- a/packages/plugin-commands-setup/package.json +++ b/packages/plugin-commands-setup/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-setup", - "version": "2.0.36", + "version": "2.0.37", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-store/CHANGELOG.md b/packages/plugin-commands-store/CHANGELOG.md index 48e5b57b83e..41687577e7f 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 5.1.39 + +### Patch Changes + +- @pnpm/cli-utils@0.7.35 +- @pnpm/config@15.10.4 +- @pnpm/store-connection-manager@4.3.8 + ## 5.1.38 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index c715444f005..b56767d408e 100644 --- a/packages/plugin-commands-store/package.json +++ b/packages/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "5.1.38", + "version": "5.1.39", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index b3dc7a285d6..6d1f7ab9272 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,16 @@ # pnpm +## 7.11.0 + +### Minor Changes + +- `pnpm patch`: edit the patched package in a directory specified by the `--edit-dir` option. E.g., `pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express` [#5304](https://github.com/pnpm/pnpm/pull/5304) + +### Patch Changes + +- Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project [#5144](https://github.com/pnpm/pnpm/issues/5144). +- When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency. + ## 7.10.0 ### Minor Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 9924a823dd7..9db20108760 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.10.0", + "version": "7.11.0", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index 28679ae422c..a9259461a02 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pnpmfile +## 2.2.8 + +### Patch Changes + +- Updated dependencies [2acf38be3] + - @pnpm/core@5.11.4 + ## 2.2.7 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index 3026cb06060..ed585b7d304 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "2.2.7", + "version": "2.2.8", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/resolve-dependencies/CHANGELOG.md b/packages/resolve-dependencies/CHANGELOG.md index 02835ca47e8..816f2b1d817 100644 --- a/packages/resolve-dependencies/CHANGELOG.md +++ b/packages/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 28.3.10 + +### Patch Changes + +- 2acf38be3: Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project [#5144](https://github.com/pnpm/pnpm/issues/5144). + ## 28.3.9 ### Patch Changes diff --git a/packages/resolve-dependencies/package.json b/packages/resolve-dependencies/package.json index ef41376b287..1d39676f78e 100644 --- a/packages/resolve-dependencies/package.json +++ b/packages/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "28.3.9", + "version": "28.3.10", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/store-connection-manager/CHANGELOG.md b/packages/store-connection-manager/CHANGELOG.md index 8d8cc9dcc17..cf0dfe5a820 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 4.3.8 + +### Patch Changes + +- @pnpm/config@15.10.4 + ## 4.3.7 ### Patch Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index afdaacfc0a0..05db34758ab 100644 --- a/packages/store-connection-manager/package.json +++ b/packages/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "4.3.7", + "version": "4.3.8", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",