From 8151bb4e272ca4d814e705a2743cbd2e2024085e Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 15 Mar 2023 12:00:19 +0200 Subject: [PATCH] chore(release): 7.29.3 --- .changeset/clean-chefs-approve.md | 6 ------ .changeset/selfish-peaches-appear.md | 6 ------ cli/cli-utils/CHANGELOG.md | 8 ++++++++ cli/cli-utils/package.json | 2 +- cli/default-reporter/CHANGELOG.md | 7 +++++++ cli/default-reporter/package.json | 2 +- config/config/CHANGELOG.md | 7 +++++++ config/config/package.json | 2 +- config/plugin-commands-config/CHANGELOG.md | 8 ++++++++ config/plugin-commands-config/package.json | 2 +- env/plugin-commands-env/CHANGELOG.md | 8 ++++++++ env/plugin-commands-env/package.json | 2 +- exec/build-modules/CHANGELOG.md | 7 +++++++ exec/build-modules/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 12 ++++++++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 9 +++++++++ exec/plugin-commands-script-runners/package.json | 2 +- hooks/pnpmfile/CHANGELOG.md | 6 ++++++ hooks/pnpmfile/package.json | 2 +- lockfile/plugin-commands-audit/CHANGELOG.md | 8 ++++++++ lockfile/plugin-commands-audit/package.json | 2 +- packages/mount-modules/CHANGELOG.md | 7 +++++++ packages/mount-modules/package.json | 2 +- packages/plugin-commands-doctor/CHANGELOG.md | 8 ++++++++ packages/plugin-commands-doctor/package.json | 2 +- packages/plugin-commands-init/CHANGELOG.md | 8 ++++++++ packages/plugin-commands-init/package.json | 2 +- packages/plugin-commands-setup/CHANGELOG.md | 6 ++++++ packages/plugin-commands-setup/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 10 ++++++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 10 ++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 9 +++++++++ pkg-manager/headless/package.json | 2 +- pkg-manager/hoist/CHANGELOG.md | 7 +++++++ pkg-manager/hoist/package.json | 2 +- pkg-manager/link-bins/CHANGELOG.md | 6 ++++++ pkg-manager/link-bins/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 14 ++++++++++++++ .../plugin-commands-installation/package.json | 2 +- pnpm/CHANGELOG.md | 8 +++++++- pnpm/artifacts/exe/package.json | 2 +- pnpm/artifacts/linux-arm64/package.json | 2 +- pnpm/artifacts/linux-x64/package.json | 2 +- pnpm/artifacts/macos-arm64/package.json | 2 +- pnpm/artifacts/macos-x64/package.json | 2 +- pnpm/artifacts/win-x64/package.json | 2 +- pnpm/package.json | 2 +- releasing/plugin-commands-deploy/CHANGELOG.md | 7 +++++++ releasing/plugin-commands-deploy/package.json | 2 +- releasing/plugin-commands-publishing/CHANGELOG.md | 8 ++++++++ releasing/plugin-commands-publishing/package.json | 2 +- reviewing/plugin-commands-licenses/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-licenses/package.json | 2 +- reviewing/plugin-commands-listing/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-listing/package.json | 2 +- reviewing/plugin-commands-outdated/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-outdated/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 9 +++++++++ store/plugin-commands-server/package.json | 2 +- store/plugin-commands-store/CHANGELOG.md | 9 +++++++++ store/plugin-commands-store/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 7 +++++++ store/store-connection-manager/package.json | 2 +- workspace/filter-workspace-packages/CHANGELOG.md | 6 ++++++ workspace/filter-workspace-packages/package.json | 2 +- workspace/find-workspace-packages/CHANGELOG.md | 6 ++++++ workspace/find-workspace-packages/package.json | 2 +- 70 files changed, 285 insertions(+), 50 deletions(-) delete mode 100644 .changeset/clean-chefs-approve.md delete mode 100644 .changeset/selfish-peaches-appear.md diff --git a/.changeset/clean-chefs-approve.md b/.changeset/clean-chefs-approve.md deleted file mode 100644 index b4a6484199..0000000000 --- a/.changeset/clean-chefs-approve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/link-bins": patch -"pnpm": patch ---- - -Command shim should not set higher priority to the `node_modules/.pnpm/node_modules` directory through the `NODE_PATH` env variable, then the command's own `node_modules` directory [#5176](https://github.com/pnpm/pnpm/issues/5176). diff --git a/.changeset/selfish-peaches-appear.md b/.changeset/selfish-peaches-appear.md deleted file mode 100644 index ef5413816d..0000000000 --- a/.changeset/selfish-peaches-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/config": patch -"pnpm": patch ---- - -`extend-node-path` is `true` by default. It was set to `false` in v7.29.2 but it appears that it was a breaking change [#6213](https://github.com/pnpm/pnpm/issues/6213). diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index 7057628059..74ee568043 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 1.1.6 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/default-reporter@11.0.41 + ## 1.1.5 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 2703d709ae..f5238c5d75 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.1.5", + "version": "1.1.6", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cli/default-reporter/CHANGELOG.md b/cli/default-reporter/CHANGELOG.md index f5a89557e8..572440c104 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 11.0.41 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + ## 11.0.40 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 12c4c3316e..74cd7cf17e 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.40", + "version": "11.0.41", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/config/CHANGELOG.md b/config/config/CHANGELOG.md index 5d0fb45626..f5b7ef3910 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/config +## 17.0.1 + +### Patch Changes + +- b38d711f3: `extend-node-path` is `true` by default. It was set to `false` in v7.29.2 but it appears that it was a breaking change [#6213](https://github.com/pnpm/pnpm/issues/6213). + - @pnpm/pnpmfile@4.0.39 + ## 17.0.0 ### Major Changes diff --git a/config/config/package.json b/config/config/package.json index e732c98358..c2e53ce97a 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "17.0.0", + "version": "17.0.1", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/plugin-commands-config/CHANGELOG.md b/config/plugin-commands-config/CHANGELOG.md index 261cb404cd..4d91233ec7 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-config +## 1.0.24 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 1.0.23 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index 4eaf78e5c4..00016698a3 100644 --- a/config/plugin-commands-config/package.json +++ b/config/plugin-commands-config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-config", - "version": "1.0.23", + "version": "1.0.24", "description": "Commands for reading and writing settings to/from config files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/env/plugin-commands-env/CHANGELOG.md b/env/plugin-commands-env/CHANGELOG.md index 176d93a1d6..c1eb2ff69d 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-env +## 3.1.35 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 3.1.34 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index e8b42fcf47..89c5ff88ec 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "3.1.34", + "version": "3.1.35", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/build-modules/CHANGELOG.md b/exec/build-modules/CHANGELOG.md index 6412585053..5dabfe1287 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/build-modules +## 10.1.8 + +### Patch Changes + +- Updated dependencies [f9c30c6d7] + - @pnpm/link-bins@8.0.10 + ## 10.1.7 ### Patch Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index 317a798e0a..0428e964ae 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "10.1.7", + "version": "10.1.8", "description": "Build packages in node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index 323520ceb5..aecb10be09 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-rebuild +## 7.1.6 + +### Patch Changes + +- Updated dependencies [f9c30c6d7] +- Updated dependencies [b38d711f3] + - @pnpm/link-bins@8.0.10 + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + - @pnpm/store-connection-manager@5.2.19 + - @pnpm/find-workspace-packages@5.0.41 + ## 7.1.5 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index fc1e6a7965..c8e52878a6 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "7.1.5", + "version": "7.1.6", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index eddf70481c..db9dace2b7 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-script-runners +## 6.5.6 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + - @pnpm/plugin-commands-installation@11.5.6 + ## 6.5.5 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index d5da88d377..b348d9a2cc 100644 --- a/exec/plugin-commands-script-runners/package.json +++ b/exec/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "6.5.5", + "version": "6.5.6", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/hooks/pnpmfile/CHANGELOG.md b/hooks/pnpmfile/CHANGELOG.md index bcedd177aa..3d182e2ff5 100644 --- a/hooks/pnpmfile/CHANGELOG.md +++ b/hooks/pnpmfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/pnpmfile +## 4.0.39 + +### Patch Changes + +- @pnpm/core@8.0.3 + ## 4.0.38 ### Patch Changes diff --git a/hooks/pnpmfile/package.json b/hooks/pnpmfile/package.json index 66365aed2b..91955a7e96 100644 --- a/hooks/pnpmfile/package.json +++ b/hooks/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "4.0.38", + "version": "4.0.39", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/plugin-commands-audit/CHANGELOG.md b/lockfile/plugin-commands-audit/CHANGELOG.md index a10e5bf237..79d0ba19c0 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-audit +## 7.2.14 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 7.2.13 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index 5c68a4543a..935075cc98 100644 --- a/lockfile/plugin-commands-audit/package.json +++ b/lockfile/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "7.2.13", + "version": "7.2.14", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index f679e3ca4c..6ec2160c8a 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/mount-modules +## 0.3.41 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + ## 0.3.40 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 2862546676..d3fb3ffd82 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.40", + "version": "0.3.41", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index 65710ab764..f71c5199b3 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-doctor +## 1.0.39 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 1.0.38 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 826bc86436..dae1dbbd48 100644 --- a/packages/plugin-commands-doctor/package.json +++ b/packages/plugin-commands-doctor/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-doctor", - "version": "1.0.38", + "version": "1.0.39", "description": "Commands for checks of known common issues ", "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 0d6827fbcd..6cd2fe1e1e 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-init +## 2.0.41 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 2.0.40 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 6af700b5c9..a7f24ac56b 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": "2.0.40", + "version": "2.0.41", "description": "Create a package.json file", "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 b11a9858b9..193d6a5ced 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 3.0.41 + +### Patch Changes + +- @pnpm/cli-utils@1.1.6 + ## 3.0.40 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index dcdcffdf42..5538483fab 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": "3.0.40", + "version": "3.0.41", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/patching/plugin-commands-patching/CHANGELOG.md b/patching/plugin-commands-patching/CHANGELOG.md index b95c2ad987..67b2ceb8f6 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-patching +## 2.1.15 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + - @pnpm/plugin-commands-installation@11.5.6 + - @pnpm/store-connection-manager@5.2.19 + ## 2.1.14 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 0fd1a239a2..ae5d0869b7 100644 --- a/patching/plugin-commands-patching/package.json +++ b/patching/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "2.1.14", + "version": "2.1.15", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index d2cd59ec4e..127394783c 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/core +## 8.0.3 + +### Patch Changes + +- Updated dependencies [f9c30c6d7] + - @pnpm/link-bins@8.0.10 + - @pnpm/build-modules@10.1.8 + - @pnpm/headless@19.5.3 + - @pnpm/hoist@7.0.17 + ## 8.0.2 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 587448d211..dc25c27d99 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "8.0.2", + "version": "8.0.3", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index b64f37fd8e..28ab1c56f7 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/headless +## 19.5.3 + +### Patch Changes + +- Updated dependencies [f9c30c6d7] + - @pnpm/link-bins@8.0.10 + - @pnpm/build-modules@10.1.8 + - @pnpm/hoist@7.0.17 + ## 19.5.2 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 7262e0def1..b662a35d7f 100644 --- a/pkg-manager/headless/package.json +++ b/pkg-manager/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "19.5.2", + "version": "19.5.3", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/hoist/CHANGELOG.md b/pkg-manager/hoist/CHANGELOG.md index 1347599523..13befd9964 100644 --- a/pkg-manager/hoist/CHANGELOG.md +++ b/pkg-manager/hoist/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/hoist +## 7.0.17 + +### Patch Changes + +- Updated dependencies [f9c30c6d7] + - @pnpm/link-bins@8.0.10 + ## 7.0.16 ### Patch Changes diff --git a/pkg-manager/hoist/package.json b/pkg-manager/hoist/package.json index 5ab45d83d5..a71b1c1a3f 100644 --- a/pkg-manager/hoist/package.json +++ b/pkg-manager/hoist/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/hoist", "description": "Hoists dependencies in a node_modules created by pnpm", - "version": "7.0.16", + "version": "7.0.17", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/link-bins/CHANGELOG.md b/pkg-manager/link-bins/CHANGELOG.md index bacfcba5ef..74dd50f6c2 100644 --- a/pkg-manager/link-bins/CHANGELOG.md +++ b/pkg-manager/link-bins/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/link-bins +## 8.0.10 + +### Patch Changes + +- f9c30c6d7: Command shim should not set higher priority to the `node_modules/.pnpm/node_modules` directory through the `NODE_PATH` env variable, then the command's own `node_modules` directory [#5176](https://github.com/pnpm/pnpm/issues/5176). + ## 8.0.9 ### Patch Changes diff --git a/pkg-manager/link-bins/package.json b/pkg-manager/link-bins/package.json index 6cd165395c..692779d527 100644 --- a/pkg-manager/link-bins/package.json +++ b/pkg-manager/link-bins/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/link-bins", - "version": "8.0.9", + "version": "8.0.10", "description": "Link bins to node_modules/.bin", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index 2c37e26f93..73d17f74a7 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-installation +## 11.5.6 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/plugin-commands-rebuild@7.1.6 + - @pnpm/core@8.0.3 + - @pnpm/cli-utils@1.1.6 + - @pnpm/store-connection-manager@5.2.19 + - @pnpm/pnpmfile@4.0.39 + - @pnpm/find-workspace-packages@5.0.41 + - @pnpm/filter-workspace-packages@6.0.41 + ## 11.5.5 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 7e5f64254c..692efaa724 100644 --- a/pkg-manager/plugin-commands-installation/package.json +++ b/pkg-manager/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "11.5.5", + "version": "11.5.6", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index 2a8d2d59f0..f82e34e69a 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,12 @@ # pnpm +## 7.29.3 + +### Patch Changes + +- Command shim should not set higher priority to the `node_modules/.pnpm/node_modules` directory through the `NODE_PATH` env variable, then the command's own `node_modules` directory [#5176](https://github.com/pnpm/pnpm/issues/5176). +- `extend-node-path` is set back to `true` by default. It was set to `false` in v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extending `NODE_PATH`. We have fixed the Jest issue with a different solution [#6213](https://github.com/pnpm/pnpm/issues/6213). + ## 7.29.2 ### Patch Changes @@ -8,7 +15,6 @@ - When patch package does not specify a version, use locally installed version by default [#6192](https://github.com/pnpm/pnpm/issues/6192). - `patchedDependencies` are now sorted consistently in the lockfile [#6208](https://github.com/pnpm/pnpm/pull/6208). - Don't extend `NODE_PATH` in command shims [#5176](https://github.com/pnpm/pnpm/issues/5176). -- Retry copying file on EBUSY error [#6201](https://github.com/pnpm/pnpm/issues/6201). ## 7.29.1 diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 90a09361c5..dd1a8d4b36 100644 --- a/pnpm/artifacts/exe/package.json +++ b/pnpm/artifacts/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "7.29.2", + "version": "7.29.3", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 3c71959d83..a0079a7221 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.29.2", + "version": "7.29.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index b85603e39b..308239db21 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.29.2", + "version": "7.29.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 4ea539c685..1c66d88aa1 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.29.2", + "version": "7.29.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index b94fbb7e59..b1f0400884 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.29.2", + "version": "7.29.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index bd0f097e89..afc899d0bf 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.29.2", + "version": "7.29.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index a8e60bbeec..0864806656 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.29.2", + "version": "7.29.3", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index 187a5750a5..32b0ae029a 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 2.0.41 + +### Patch Changes + +- @pnpm/cli-utils@1.1.6 +- @pnpm/plugin-commands-installation@11.5.6 + ## 2.0.40 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 615db21721..84f93678a3 100644 --- a/releasing/plugin-commands-deploy/package.json +++ b/releasing/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "2.0.40", + "version": "2.0.41", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/releasing/plugin-commands-publishing/CHANGELOG.md b/releasing/plugin-commands-publishing/CHANGELOG.md index eb942c8908..86d260df42 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-publishing +## 6.1.21 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 6.1.20 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 62a8e29f93..9bd8218c7e 100644 --- a/releasing/plugin-commands-publishing/package.json +++ b/releasing/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "6.1.20", + "version": "6.1.21", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-licenses/CHANGELOG.md b/reviewing/plugin-commands-licenses/CHANGELOG.md index ee84852911..b0e2051552 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-licenses +## 1.0.32 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 1.0.31 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 0636a920c9..282866568d 100644 --- a/reviewing/plugin-commands-licenses/package.json +++ b/reviewing/plugin-commands-licenses/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-licenses", - "version": "1.0.31", + "version": "1.0.32", "description": "The licenses command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-listing/CHANGELOG.md b/reviewing/plugin-commands-listing/CHANGELOG.md index 1090a3b587..20001c654d 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-listing +## 6.0.41 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 6.0.40 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 744c292458..c9afa03b97 100644 --- a/reviewing/plugin-commands-listing/package.json +++ b/reviewing/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "6.0.40", + "version": "6.0.41", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-outdated/CHANGELOG.md b/reviewing/plugin-commands-outdated/CHANGELOG.md index 85ceef2875..b2294c5a89 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-outdated +## 8.0.36 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + ## 8.0.35 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 5749d24220..0b623e7bc1 100644 --- a/reviewing/plugin-commands-outdated/package.json +++ b/reviewing/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "8.0.35", + "version": "8.0.36", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index f255b0bc50..ad4d3ada34 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-server +## 5.0.41 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + - @pnpm/store-connection-manager@5.2.19 + ## 5.0.40 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 533d099c6e..5d6db26e2f 100644 --- a/store/plugin-commands-server/package.json +++ b/store/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "5.0.40", + "version": "5.0.41", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store/CHANGELOG.md b/store/plugin-commands-store/CHANGELOG.md index 81342f63fb..001038a918 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-store +## 6.0.41 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + - @pnpm/cli-utils@1.1.6 + - @pnpm/store-connection-manager@5.2.19 + ## 6.0.40 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 486acc2479..f5afb3ab73 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "6.0.40", + "version": "6.0.41", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/store-connection-manager/CHANGELOG.md b/store/store-connection-manager/CHANGELOG.md index d54dd09020..e13620a53b 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store-connection-manager +## 5.2.19 + +### Patch Changes + +- Updated dependencies [b38d711f3] + - @pnpm/config@17.0.1 + ## 5.2.18 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index cfa0cdf28c..33e255fde4 100644 --- a/store/store-connection-manager/package.json +++ b/store/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "5.2.18", + "version": "5.2.19", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-workspace-packages/CHANGELOG.md b/workspace/filter-workspace-packages/CHANGELOG.md index a87e4ccfe3..e7a699279a 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 6.0.41 + +### Patch Changes + +- @pnpm/find-workspace-packages@5.0.41 + ## 6.0.40 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index 839f255be8..d402a62f2f 100644 --- a/workspace/filter-workspace-packages/package.json +++ b/workspace/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "6.0.40", + "version": "6.0.41", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-workspace-packages/CHANGELOG.md b/workspace/find-workspace-packages/CHANGELOG.md index 44c527e83d..a9cfe8ad92 100644 --- a/workspace/find-workspace-packages/CHANGELOG.md +++ b/workspace/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 5.0.41 + +### Patch Changes + +- @pnpm/cli-utils@1.1.6 + ## 5.0.40 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index a6ab3e16c2..78b4fc1191 100644 --- a/workspace/find-workspace-packages/package.json +++ b/workspace/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "5.0.40", + "version": "5.0.41", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",