diff --git a/.changeset/orange-apes-scream.md b/.changeset/orange-apes-scream.md deleted file mode 100644 index a778928f502..00000000000 --- a/.changeset/orange-apes-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-installation": patch ---- - -add path join and add test case for pnpm --dir link global diff --git a/.changeset/stale-rice-nail.md b/.changeset/stale-rice-nail.md deleted file mode 100644 index d00ba5526a2..00000000000 --- a/.changeset/stale-rice-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-installation": patch ---- - -fix error in pnpm --dir link --global diff --git a/.changeset/twenty-wolves-destroy.md b/.changeset/twenty-wolves-destroy.md deleted file mode 100644 index 004117a0716..00000000000 --- a/.changeset/twenty-wolves-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -Don't crash when auto-install-peers is true and the project has many complex circular dependencies. diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index 5431a4f44f7..906b9ae7c78 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.12.1", + "version": "7.12.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index f6706f92fab..c2107275bf7 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.12.1", + "version": "7.12.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index 43d79a3c7a5..fd040ac9eed 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.12.1", + "version": "7.12.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index 7294f7160a9..51e04827239 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.12.1", + "version": "7.12.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index 57955b35657..f13a57ac01e 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.12.1", + "version": "7.12.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index ccff5944e53..8d7ebfc08f7 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cli-utils +## 0.7.39 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/default-reporter@9.1.28 + ## 0.7.38 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 05c928beb2a..7b403b43087 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "0.7.38", + "version": "0.7.39", "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 76229ffc470..0faccd3a276 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 15.10.8 + +### Patch Changes + +- @pnpm/pnpmfile@2.2.12 + ## 15.10.7 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 04ae65590f0..4c65de5f0c6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "15.10.7", + "version": "15.10.8", "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 0a35d257a41..be1ddcbb38c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/core +## 5.12.2 + +### Patch Changes + +- Updated dependencies [77f7cee48] + - @pnpm/resolve-dependencies@28.4.2 + ## 5.12.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 20cb0cc1cbd..2ea51041f1a 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.12.1", + "version": "5.12.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index 92e1226a2dd..31d06b16ea2 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/default-reporter +## 9.1.28 + +### Patch Changes + +- @pnpm/config@15.10.8 + ## 9.1.27 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 058c5ae3f13..6ecf015e7e0 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "9.1.27", + "version": "9.1.28", "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 2f0ab3fdd47..0e2395c9f75 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.12.1", + "version": "7.12.2", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index 167ae3bdd8c..1bd314fb9dd 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.39 + +### Patch Changes + +- @pnpm/find-workspace-packages@4.0.39 + ## 5.0.38 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 988e2e05a64..1f30c3a3bb5 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.38", + "version": "5.0.39", "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 6c3d216003d..daf7ec0f136 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.39 + +### Patch Changes + +- @pnpm/cli-utils@0.7.39 + ## 4.0.38 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index 11d6fc486f2..7168bc656e4 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.38", + "version": "4.0.39", "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 dea0d5653ea..c01adb5b088 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.2.42 + +### Patch Changes + +- @pnpm/config@15.10.8 + ## 0.2.41 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index f0640400ebb..d888f907f6a 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.2.41", + "version": "0.2.42", "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 c4590a25aeb..e09e509ced4 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.21 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 + ## 6.1.20 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 8f81fa4b5df..c28ff03498e 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.20", + "version": "6.1.21", "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 cd024da4dc1..ee759ffd6df 100644 --- a/packages/plugin-commands-deploy/CHANGELOG.md +++ b/packages/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-deploy +## 1.1.8 + +### Patch Changes + +- Updated dependencies [56aeba4ba] +- Updated dependencies [56aeba4ba] + - @pnpm/plugin-commands-installation@10.7.2 + - @pnpm/cli-utils@0.7.39 + ## 1.1.7 ### Patch Changes diff --git a/packages/plugin-commands-deploy/package.json b/packages/plugin-commands-deploy/package.json index 3d3a09f91e3..9c6b88c44ca 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.7", + "version": "1.1.8", "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 f2ff7a1378e..cce852a75f9 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.7 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 + ## 2.3.6 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index 7c1c9acabc3..1931ed84816 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.6", + "version": "2.3.7", "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 8178ad235a3..86bf85bec5d 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.39 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 + ## 1.0.38 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 63929c55224..ce7ff5b7776 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.38", + "version": "1.0.39", "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 af23bb682d4..9641c149b3b 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-installation +## 10.7.2 + +### Patch Changes + +- 56aeba4ba: add path join and add test case for pnpm --dir link global +- 56aeba4ba: fix error in pnpm --dir link --global + - @pnpm/core@5.12.2 + - @pnpm/pnpmfile@2.2.12 + - @pnpm/config@15.10.8 + - @pnpm/cli-utils@0.7.39 + - @pnpm/plugin-commands-rebuild@6.2.8 + - @pnpm/store-connection-manager@4.3.12 + - @pnpm/find-workspace-packages@4.0.39 + - @pnpm/filter-workspace-packages@5.0.39 + ## 10.7.1 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index f99f565faa7..370d6718eb9 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.7.1", + "version": "10.7.2", "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 399d16c3db4..3fa284b074a 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.8 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 + ## 5.1.7 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 52a609467e5..706f124704f 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.7", + "version": "5.1.8", "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 10e81c99046..899c2ac074d 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.8 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 + ## 6.1.7 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index fcaa090c568..c1a012537f3 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.7", + "version": "6.1.8", "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 39013191686..f81b2cb2093 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-patching +## 1.3.4 + +### Patch Changes + +- Updated dependencies [56aeba4ba] +- Updated dependencies [56aeba4ba] + - @pnpm/plugin-commands-installation@10.7.2 + - @pnpm/config@15.10.8 + - @pnpm/cli-utils@0.7.39 + - @pnpm/store-connection-manager@4.3.12 + ## 1.3.3 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 552f6057930..fd589536933 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.3.3", + "version": "1.3.4", "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 8805cb03623..d9a1f154674 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.8 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 + ## 5.2.7 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index be6f91202dc..5cebefa27cb 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.7", + "version": "5.2.8", "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 820bcdd5de5..da4ec6719ae 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.8 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 +- @pnpm/store-connection-manager@4.3.12 +- @pnpm/find-workspace-packages@4.0.39 + ## 6.2.7 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index 4976be159b4..deeeb8961e0 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.7", + "version": "6.2.8", "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 78aca5a28e8..829ba6bb086 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-script-runners +## 5.1.8 + +### Patch Changes + +- Updated dependencies [56aeba4ba] +- Updated dependencies [56aeba4ba] + - @pnpm/plugin-commands-installation@10.7.2 + - @pnpm/config@15.10.8 + - @pnpm/cli-utils@0.7.39 + ## 5.1.7 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index cc058d5c2f4..629c97d1c46 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.7", + "version": "5.1.8", "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 5b021f4091f..113df792526 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.43 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 +- @pnpm/store-connection-manager@4.3.12 + ## 4.0.42 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 1e14c74830f..101c55a23ba 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.42", + "version": "4.0.43", "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 6417b6f95ec..26b3d7fbfc9 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.41 + +### Patch Changes + +- @pnpm/cli-utils@0.7.39 + ## 2.0.40 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 51738cba9e6..d9de45d655f 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.40", + "version": "2.0.41", "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 e84d06173c6..15f8daf353e 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.43 + +### Patch Changes + +- @pnpm/config@15.10.8 +- @pnpm/cli-utils@0.7.39 +- @pnpm/store-connection-manager@4.3.12 + ## 5.1.42 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index aec1e8c4b9a..ad4d31c5559 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.42", + "version": "5.1.43", "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 fa751a2efa1..bf5828f4465 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,12 @@ # pnpm +## 7.12.2 + +### Patch Changes + +- Don't crash when auto-install-peers is true and the project has many complex circular dependencies [#5394](https://github.com/pnpm/pnpm/pull/5394). +- `pnpm link --global` should work with the `--dir=` option [#5371](https://github.com/pnpm/pnpm/pull/5371). + ## 7.12.1 ### Patch Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 6ff472ad9b1..c5bac61f718 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.12.1", + "version": "7.12.2", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index ec0ac13a8d1..4139da6b383 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/pnpmfile +## 2.2.12 + +### Patch Changes + +- @pnpm/core@5.12.2 + ## 2.2.11 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index f3bb78babe6..a164a461743 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "2.2.11", + "version": "2.2.12", "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 9c843153c7e..7e6fc7c4a6e 100644 --- a/packages/resolve-dependencies/CHANGELOG.md +++ b/packages/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 28.4.2 + +### Patch Changes + +- 77f7cee48: Don't crash when auto-install-peers is true and the project has many complex circular dependencies. + ## 28.4.1 ### Patch Changes diff --git a/packages/resolve-dependencies/package.json b/packages/resolve-dependencies/package.json index 8ece58684f2..dda626b236a 100644 --- a/packages/resolve-dependencies/package.json +++ b/packages/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "28.4.1", + "version": "28.4.2", "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 4c6a6e4bd2c..d7f07a48fb9 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.12 + +### Patch Changes + +- @pnpm/config@15.10.8 + ## 4.3.11 ### Patch Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index ba5c81996b0..f18d66fce8f 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.11", + "version": "4.3.12", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",