From cdd5eb6b5a23b06b68ac40f925155f4d07623d53 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 25 Feb 2023 18:17:46 +0200 Subject: [PATCH] chore(release): 7.28.0 --- .changeset/gentle-spies-develop.md | 6 ------ .changeset/large-turkeys-hope.md | 6 ------ .changeset/orange-dolls-divide.md | 7 ------- .changeset/serious-rice-boil.md | 6 ------ .meta-updater/CHANGELOG.md | 7 +++++++ .meta-updater/package.json | 2 +- cli/cli-utils/CHANGELOG.md | 7 +++++++ cli/cli-utils/package.json | 2 +- cli/default-reporter/CHANGELOG.md | 6 ++++++ cli/default-reporter/package.json | 2 +- config/config/CHANGELOG.md | 6 ++++++ 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 | 7 +++++++ env/plugin-commands-env/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 10 ++++++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 8 ++++++++ exec/plugin-commands-script-runners/package.json | 2 +- hooks/pnpmfile/CHANGELOG.md | 7 +++++++ hooks/pnpmfile/package.json | 2 +- hooks/read-package-hook/CHANGELOG.md | 6 ++++++ hooks/read-package-hook/package.json | 2 +- lockfile/audit/CHANGELOG.md | 6 ++++++ lockfile/audit/package.json | 2 +- lockfile/lockfile-file/CHANGELOG.md | 6 ++++++ lockfile/lockfile-file/package.json | 2 +- lockfile/lockfile-to-pnp/CHANGELOG.md | 7 +++++++ lockfile/lockfile-to-pnp/package.json | 2 +- lockfile/plugin-commands-audit/CHANGELOG.md | 10 ++++++++++ lockfile/plugin-commands-audit/package.json | 2 +- packages/make-dedicated-lockfile/CHANGELOG.md | 7 +++++++ packages/make-dedicated-lockfile/package.json | 2 +- packages/mount-modules/CHANGELOG.md | 8 ++++++++ packages/mount-modules/package.json | 2 +- packages/plugin-commands-doctor/CHANGELOG.md | 7 +++++++ packages/plugin-commands-doctor/package.json | 2 +- packages/plugin-commands-init/CHANGELOG.md | 7 +++++++ 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 | 13 +++++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/get-context/CHANGELOG.md | 8 ++++++++ pkg-manager/get-context/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 9 +++++++++ pkg-manager/headless/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 15 +++++++++++++++ .../plugin-commands-installation/package.json | 2 +- pkg-manager/read-projects-context/CHANGELOG.md | 7 +++++++ pkg-manager/read-projects-context/package.json | 2 +- pnpm/CHANGELOG.md | 6 +++++- 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 | 7 +++++++ releasing/plugin-commands-publishing/package.json | 2 +- reviewing/dependencies-hierarchy/CHANGELOG.md | 7 +++++++ reviewing/dependencies-hierarchy/package.json | 2 +- reviewing/license-scanner/CHANGELOG.md | 7 +++++++ reviewing/license-scanner/package.json | 2 +- reviewing/list/CHANGELOG.md | 6 ++++++ reviewing/list/package.json | 2 +- reviewing/outdated/CHANGELOG.md | 7 +++++++ reviewing/outdated/package.json | 2 +- reviewing/plugin-commands-licenses/CHANGELOG.md | 10 ++++++++++ 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 | 10 ++++++++++ reviewing/plugin-commands-outdated/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 8 ++++++++ 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 | 6 ++++++ 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 +- 90 files changed, 353 insertions(+), 72 deletions(-) delete mode 100644 .changeset/gentle-spies-develop.md delete mode 100644 .changeset/large-turkeys-hope.md delete mode 100644 .changeset/orange-dolls-divide.md delete mode 100644 .changeset/serious-rice-boil.md diff --git a/.changeset/gentle-spies-develop.md b/.changeset/gentle-spies-develop.md deleted file mode 100644 index 881d085df9..0000000000 --- a/.changeset/gentle-spies-develop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-patching": patch -"pnpm": patch ---- - -`patch-commit` should auto apply patches in workspaces [#6048](https://github.com/pnpm/pnpm/issues/6048) diff --git a/.changeset/large-turkeys-hope.md b/.changeset/large-turkeys-hope.md deleted file mode 100644 index cb347dbbd8..0000000000 --- a/.changeset/large-turkeys-hope.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/hooks.read-package-hook": minor -"pnpm": minor ---- - -Extends the `pnpm.peerDependencyRules.allowedVersions` `package.json` option to support the `parent>child` selector syntax. This syntax allows for extending specific `peerDependencies` [#6108](https://github.com/pnpm/pnpm/pull/6108). diff --git a/.changeset/orange-dolls-divide.md b/.changeset/orange-dolls-divide.md deleted file mode 100644 index 7d3b9615be..0000000000 --- a/.changeset/orange-dolls-divide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/lockfile-file": patch -"@pnpm/core": patch -"pnpm": patch ---- - -Automatically fix conflicts in v6 lockfile. diff --git a/.changeset/serious-rice-boil.md b/.changeset/serious-rice-boil.md deleted file mode 100644 index 47c1c79698..0000000000 --- a/.changeset/serious-rice-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-config": patch -"pnpm": patch ---- - -`pnpm config set` should write to the global config file by default [#5877](https://github.com/pnpm/pnpm/issues/5877). diff --git a/.meta-updater/CHANGELOG.md b/.meta-updater/CHANGELOG.md index 68f64705b3..a55fe09ad3 100644 --- a/.meta-updater/CHANGELOG.md +++ b/.meta-updater/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm-private/updater +## 0.4.9 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + ## 0.4.8 ### Patch Changes diff --git a/.meta-updater/package.json b/.meta-updater/package.json index d02f329a0d..9f789600f3 100644 --- a/.meta-updater/package.json +++ b/.meta-updater/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm-private/updater", - "version": "0.4.8", + "version": "0.4.9", "private": true, "type": "module", "scripts": { diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index abb521d989..05ecf90d34 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cli-utils +## 1.1.1 + +### Patch Changes + +- @pnpm/config@16.6.4 +- @pnpm/default-reporter@11.0.36 + ## 1.1.0 ### Minor Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 3244dc1eb2..32d2d506b4 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.1.0", + "version": "1.1.1", "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 0d2780d483..ee742fe5f4 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/default-reporter +## 11.0.36 + +### Patch Changes + +- @pnpm/config@16.6.4 + ## 11.0.35 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 37621b5e19..02432d1181 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.35", + "version": "11.0.36", "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 32b2251ceb..c3b0eb4323 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 16.6.4 + +### Patch Changes + +- @pnpm/pnpmfile@4.0.34 + ## 16.6.3 ### Patch Changes diff --git a/config/config/package.json b/config/config/package.json index 714df55041..914e49964c 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "16.6.3", + "version": "16.6.4", "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 2a882e9227..5ebefb52e4 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.18 + +### Patch Changes + +- a3e0223ce: `pnpm config set` should write to the global config file by default [#5877](https://github.com/pnpm/pnpm/issues/5877). + - @pnpm/config@16.6.4 + - @pnpm/cli-utils@1.1.1 + ## 1.0.17 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index e145732991..7488953f43 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.17", + "version": "1.0.18", "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 d29a0d1396..6a0dd4b795 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 3.1.30 + +### Patch Changes + +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 + ## 3.1.29 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index 99c949fda4..1bc2aa0a65 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.29", + "version": "3.1.30", "description": "pnpm commands for managing Node.js", "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 f8ae582973..dceed604f0 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-rebuild +## 7.1.1 + +### Patch Changes + +- @pnpm/get-context@8.2.3 +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 +- @pnpm/store-connection-manager@5.2.14 +- @pnpm/find-workspace-packages@5.0.36 + ## 7.1.0 ### Minor Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index b0700ed4f2..01cb88ddfa 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.0", + "version": "7.1.1", "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 5daee8a59b..3c9c3a660e 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-script-runners +## 6.5.1 + +### Patch Changes + +- @pnpm/plugin-commands-installation@11.5.1 +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 + ## 6.5.0 ### Minor Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index c51479aa1f..a46d091929 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.0", + "version": "6.5.1", "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 2df26f16d1..071528c522 100644 --- a/hooks/pnpmfile/CHANGELOG.md +++ b/hooks/pnpmfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pnpmfile +## 4.0.34 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/core@7.8.4 + ## 4.0.33 ### Patch Changes diff --git a/hooks/pnpmfile/package.json b/hooks/pnpmfile/package.json index 3402e843d0..31164f05e1 100644 --- a/hooks/pnpmfile/package.json +++ b/hooks/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "4.0.33", + "version": "4.0.34", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/hooks/read-package-hook/CHANGELOG.md b/hooks/read-package-hook/CHANGELOG.md index abe0bec3c8..9bfd406f31 100644 --- a/hooks/read-package-hook/CHANGELOG.md +++ b/hooks/read-package-hook/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/hooks.read-package-hook +## 2.1.0 + +### Minor Changes + +- f39d608ac: Extends the `pnpm.peerDependencyRules.allowedVersions` `package.json` option to support the `parent>child` selector syntax. This syntax allows for extending specific `peerDependencies` [#6108](https://github.com/pnpm/pnpm/pull/6108). + ## 2.0.12 ### Patch Changes diff --git a/hooks/read-package-hook/package.json b/hooks/read-package-hook/package.json index a59dfa96ff..877b2fc738 100644 --- a/hooks/read-package-hook/package.json +++ b/hooks/read-package-hook/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/hooks.read-package-hook", - "version": "2.0.12", + "version": "2.1.0", "description": "Creates the default package reader hook used by pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/audit/CHANGELOG.md b/lockfile/audit/CHANGELOG.md index af9bcf7604..6479ed0daa 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/audit +## 6.1.7 + +### Patch Changes + +- @pnpm/list@8.2.1 + ## 6.1.6 ### Patch Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index 6e5d84fcfa..da03b16605 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "6.1.6", + "version": "6.1.7", "description": "Audit a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/lockfile-file/CHANGELOG.md b/lockfile/lockfile-file/CHANGELOG.md index 5f4b0d01e1..8d73f15b6d 100644 --- a/lockfile/lockfile-file/CHANGELOG.md +++ b/lockfile/lockfile-file/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lockfile-file +## 7.0.5 + +### Patch Changes + +- ed946c73e: Automatically fix conflicts in v6 lockfile. + ## 7.0.4 ### Patch Changes diff --git a/lockfile/lockfile-file/package.json b/lockfile/lockfile-file/package.json index 44d55a8169..3dd29fea4c 100644 --- a/lockfile/lockfile-file/package.json +++ b/lockfile/lockfile-file/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-file", - "version": "7.0.4", + "version": "7.0.5", "description": "Read/write pnpm-lock.yaml files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/lockfile-to-pnp/CHANGELOG.md b/lockfile/lockfile-to-pnp/CHANGELOG.md index f2e4c890b3..2215993af9 100644 --- a/lockfile/lockfile-to-pnp/CHANGELOG.md +++ b/lockfile/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/lockfile-to-pnp +## 2.0.13 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + ## 2.0.12 ### Patch Changes diff --git a/lockfile/lockfile-to-pnp/package.json b/lockfile/lockfile-to-pnp/package.json index 84c5bee1af..5904601522 100644 --- a/lockfile/lockfile-to-pnp/package.json +++ b/lockfile/lockfile-to-pnp/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-to-pnp", - "version": "2.0.12", + "version": "2.0.13", "description": "Creates a Plug'n'Play file from a pnpm-lock.yaml", "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 eb7afc1fe8..fefbab961f 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-audit +## 7.2.9 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + - @pnpm/audit@6.1.7 + - @pnpm/config@16.6.4 + - @pnpm/cli-utils@1.1.1 + ## 7.2.8 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index fce71ed8f5..a6219222cd 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.8", + "version": "7.2.9", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/make-dedicated-lockfile/CHANGELOG.md b/packages/make-dedicated-lockfile/CHANGELOG.md index 25fc6550b2..edf123cf07 100644 --- a/packages/make-dedicated-lockfile/CHANGELOG.md +++ b/packages/make-dedicated-lockfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/make-dedicated-lockfile +## 0.4.13 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + ## 0.4.12 ### Patch Changes diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index e4f5764424..043919980c 100644 --- a/packages/make-dedicated-lockfile/package.json +++ b/packages/make-dedicated-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/make-dedicated-lockfile", - "version": "0.4.12", + "version": "0.4.13", "description": "Creates a dedicated lockfile for a subset of workspace projects", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 10119a8c65..4a3d79caa0 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/mount-modules +## 0.3.36 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + - @pnpm/config@16.6.4 + ## 0.3.35 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 5af7d85990..a61a2b1743 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.35", + "version": "0.3.36", "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 078dc847ea..56b2b2cc52 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-doctor +## 1.0.34 + +### Patch Changes + +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 + ## 1.0.33 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 7b39672ade..7bf197c30b 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.33", + "version": "1.0.34", "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 6cb9337ac3..4443736dfd 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 2.0.36 + +### Patch Changes + +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 + ## 2.0.35 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index f93852883d..ebe85b2ad3 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.35", + "version": "2.0.36", "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 2ea426689b..11d257378b 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.36 + +### Patch Changes + +- @pnpm/cli-utils@1.1.1 + ## 3.0.35 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 526eb4729f..6cafa83696 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.35", + "version": "3.0.36", "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 c6fcd57b22..464e670c92 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.10 + +### Patch Changes + +- 6f56cc16e: `patch-commit` should auto apply patches in workspaces [#6048](https://github.com/pnpm/pnpm/issues/6048) + - @pnpm/plugin-commands-installation@11.5.1 + - @pnpm/config@16.6.4 + - @pnpm/cli-utils@1.1.1 + - @pnpm/store-connection-manager@5.2.14 + ## 2.1.9 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 9d04839833..327c42e069 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.9", + "version": "2.1.10", "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 cb8b5d4047..aa8ac0cc15 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/core +## 7.8.4 + +### Patch Changes + +- ed946c73e: Automatically fix conflicts in v6 lockfile. +- Updated dependencies [f39d608ac] +- Updated dependencies [ed946c73e] + - @pnpm/hooks.read-package-hook@2.1.0 + - @pnpm/lockfile-file@7.0.5 + - @pnpm/lockfile-to-pnp@2.0.13 + - @pnpm/get-context@8.2.3 + - @pnpm/headless@19.5.1 + ## 7.8.3 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 2d8555df77..629c4c1f7e 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": "7.8.3", + "version": "7.8.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/get-context/CHANGELOG.md b/pkg-manager/get-context/CHANGELOG.md index 315a978a01..56cfdd26d8 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/get-context +## 8.2.3 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + - @pnpm/read-projects-context@7.0.11 + ## 8.2.2 ### Patch Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 1dd1d82161..e9390c9fc0 100644 --- a/pkg-manager/get-context/package.json +++ b/pkg-manager/get-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/get-context", - "version": "8.2.2", + "version": "8.2.3", "description": "Gets context information about a project", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index c5f4b08530..8fc3cbf1ce 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/headless +## 19.5.1 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + - @pnpm/lockfile-to-pnp@2.0.13 + - @pnpm/real-hoist@1.1.6 + ## 19.5.0 ### Minor Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 5fe6a665a6..41cadd7581 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.0", + "version": "19.5.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index 3998d2af6a..b89a4667ce 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-installation +## 11.5.1 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/core@7.8.4 + - @pnpm/outdated@11.0.20 + - @pnpm/pnpmfile@4.0.34 + - @pnpm/plugin-commands-rebuild@7.1.1 + - @pnpm/config@16.6.4 + - @pnpm/cli-utils@1.1.1 + - @pnpm/store-connection-manager@5.2.14 + - @pnpm/find-workspace-packages@5.0.36 + - @pnpm/filter-workspace-packages@6.0.36 + ## 11.5.0 ### Minor Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 246d65c987..f4a4e77a03 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.0", + "version": "11.5.1", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/read-projects-context/CHANGELOG.md b/pkg-manager/read-projects-context/CHANGELOG.md index 40db2e609d..f834c5c4ca 100644 --- a/pkg-manager/read-projects-context/CHANGELOG.md +++ b/pkg-manager/read-projects-context/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/read-projects-context +## 7.0.11 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + ## 7.0.10 ### Patch Changes diff --git a/pkg-manager/read-projects-context/package.json b/pkg-manager/read-projects-context/package.json index 569cb000e0..00d80f671b 100644 --- a/pkg-manager/read-projects-context/package.json +++ b/pkg-manager/read-projects-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/read-projects-context", - "version": "7.0.10", + "version": "7.0.11", "description": "Reads the current state of projects from modules manifest", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index a7057f6b22..c3d4a1b6a1 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,16 +1,20 @@ # pnpm -## 7.28.0-0 +## 7.28.0 ### Minor Changes - Add `--report-summary` for `pnpm exec` and `pnpm run` [#6008](https://github.com/pnpm/pnpm/issues/6008). - Show path info for `pnpm why --json` or `--long` [#6103](https://github.com/pnpm/pnpm/issues/6103). +- Extends the `pnpm.peerDependencyRules.allowedVersions` `package.json` option to support the `parent>child` selector syntax. This syntax allows for extending specific `peerDependencies` [#6108](https://github.com/pnpm/pnpm/pull/6108). ### Patch Changes - Update the lockfile if a workspace has a new project with no dependencies. - Fix a case of installs not being deterministic and causing lockfile changes between repeat installs. When a dependency only declares `peerDependenciesMeta` and not `peerDependencies`, `dependencies`, or `optionalDependencies`, the dependency's peers were not considered deterministically before. +- `patch-commit` should auto apply patches in workspaces [#6048](https://github.com/pnpm/pnpm/issues/6048) +- Automatically fix conflicts in v6 lockfile. +- `pnpm config set` should write to the global config file by default [#5877](https://github.com/pnpm/pnpm/issues/5877). ## 7.27.1 diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 9a726202db..9d21595796 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.28.0-0", + "version": "7.28.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index d334d7b124..aae7afe7fc 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.28.0-0", + "version": "7.28.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 74775933f3..0c21879af4 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.28.0-0", + "version": "7.28.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 868fb28874..d37459c491 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.28.0-0", + "version": "7.28.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 8e8c86b7b0..5ad5d7e8e6 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.28.0-0", + "version": "7.28.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 64cdbf9ccc..70b67adfea 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.28.0-0", + "version": "7.28.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 98ff4c32fc..77a7ccd731 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.28.0-0", + "version": "7.28.0", "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 a41c651678..eca583b2b3 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.36 + +### Patch Changes + +- @pnpm/plugin-commands-installation@11.5.1 +- @pnpm/cli-utils@1.1.1 + ## 2.0.35 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 8c499a1e43..79503e7485 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.35", + "version": "2.0.36", "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 e949cfffba..50ae03b92e 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 6.1.16 + +### Patch Changes + +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 + ## 6.1.15 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 778d8e69fe..52be46934f 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.15", + "version": "6.1.16", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/dependencies-hierarchy/CHANGELOG.md b/reviewing/dependencies-hierarchy/CHANGELOG.md index ac22249687..3fd4413faf 100644 --- a/reviewing/dependencies-hierarchy/CHANGELOG.md +++ b/reviewing/dependencies-hierarchy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/reviewing.dependencies-hierarchy +## 1.2.4 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + ## 1.2.3 ### Patch Changes diff --git a/reviewing/dependencies-hierarchy/package.json b/reviewing/dependencies-hierarchy/package.json index b70003878c..f3e746da15 100644 --- a/reviewing/dependencies-hierarchy/package.json +++ b/reviewing/dependencies-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/reviewing.dependencies-hierarchy", - "version": "1.2.3", + "version": "1.2.4", "description": "Creates a dependencies hierarchy for a symlinked `node_modules`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/license-scanner/CHANGELOG.md b/reviewing/license-scanner/CHANGELOG.md index e2153ad228..066e50a7a5 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/license-scanner +## 1.0.15 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + ## 1.0.14 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index 1273bb1908..72b9459d81 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "1.0.14", + "version": "1.0.15", "description": "Check for licenses packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/list/CHANGELOG.md b/reviewing/list/CHANGELOG.md index 3e2d51ec23..be7f16d9f3 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/list +## 8.2.1 + +### Patch Changes + +- @pnpm/reviewing.dependencies-hierarchy@1.2.4 + ## 8.2.0 ### Minor Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index 80582825d4..59a75c4e85 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "8.2.0", + "version": "8.2.1", "description": "List installed packages in a symlinked `node_modules`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index ac47ab6d42..a31a8e038f 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/outdated +## 11.0.20 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + ## 11.0.19 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index d0edfcb1c3..3ba3d66e95 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "11.0.19", + "version": "11.0.20", "description": "Check for outdated packages", "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 5894b88308..5321aeba39 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-licenses +## 1.0.27 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + - @pnpm/license-scanner@1.0.15 + - @pnpm/config@16.6.4 + - @pnpm/cli-utils@1.1.1 + ## 1.0.26 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 5a76158091..8c668841dd 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.26", + "version": "1.0.27", "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 efe6498017..c40a2ae055 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.36 + +### Patch Changes + +- @pnpm/list@8.2.1 +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 + ## 6.0.35 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 0e8b7f0e4b..2a191eec6f 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.35", + "version": "6.0.36", "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 3ee3a5dbc0..8a4cb25814 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-outdated +## 8.0.31 + +### Patch Changes + +- Updated dependencies [ed946c73e] + - @pnpm/lockfile-file@7.0.5 + - @pnpm/outdated@11.0.20 + - @pnpm/config@16.6.4 + - @pnpm/cli-utils@1.1.1 + ## 8.0.30 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 9c44dc8c90..8aa84d77dd 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.30", + "version": "8.0.31", "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 8f82ecbbe7..d28a47d2e9 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 5.0.36 + +### Patch Changes + +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 +- @pnpm/store-connection-manager@5.2.14 + ## 5.0.35 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 6d3f411d1e..63894d525a 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.35", + "version": "5.0.36", "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 b190c5cc98..9e5ad98ae2 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.36 + +### Patch Changes + +- @pnpm/get-context@8.2.3 +- @pnpm/config@16.6.4 +- @pnpm/cli-utils@1.1.1 +- @pnpm/store-connection-manager@5.2.14 + ## 6.0.35 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index f1e7b64d83..90559c24d7 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.35", + "version": "6.0.36", "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 3971577424..abc357ca6b 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 5.2.14 + +### Patch Changes + +- @pnpm/config@16.6.4 + ## 5.2.13 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index fcae17a81c..45682ae923 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.13", + "version": "5.2.14", "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 6c6e585cce..73441849e8 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.36 + +### Patch Changes + +- @pnpm/find-workspace-packages@5.0.36 + ## 6.0.35 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index 0468c231a9..16ad730fba 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.35", + "version": "6.0.36", "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 a37c69576c..2440511e4a 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.36 + +### Patch Changes + +- @pnpm/cli-utils@1.1.1 + ## 5.0.35 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index 4108868f87..2e0cf2de2e 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.35", + "version": "5.0.36", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",