From fcfbf96429e1d5576ba35002cddea649d04529fc Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 2 May 2023 13:46:53 +0300 Subject: [PATCH] chore(release): 8.4.0 --- .changeset/dirty-comics-press.md | 5 ---- .changeset/dry-ants-hammer.md | 7 ------ .changeset/hot-buttons-train.md | 6 ----- .changeset/modern-planes-cough.md | 6 ----- .changeset/selfish-dingos-confess.md | 5 ---- .changeset/sixty-walls-sparkle.md | 6 ----- .changeset/smooth-hounds-smell.md | 5 ---- .changeset/twenty-snakes-deny.md | 6 ----- .changeset/wild-radios-drum.md | 5 ---- __utils__/assert-project/CHANGELOG.md | 7 ++++++ __utils__/assert-project/package.json | 2 +- __utils__/prepare/CHANGELOG.md | 6 +++++ __utils__/prepare/package.json | 2 +- __utils__/test-fixtures/CHANGELOG.md | 6 +++++ __utils__/test-fixtures/package.json | 2 +- 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 | 6 +++++ config/config/package.json | 2 +- config/plugin-commands-config/CHANGELOG.md | 9 +++++++ config/plugin-commands-config/package.json | 2 +- env/plugin-commands-env/CHANGELOG.md | 9 +++++++ env/plugin-commands-env/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 17 +++++++++++++ exec/plugin-commands-rebuild/package.json | 2 +- .../CHANGELOG.md | 10 ++++++++ .../package.json | 2 +- lockfile/audit/CHANGELOG.md | 6 +++++ lockfile/audit/package.json | 2 +- lockfile/plugin-commands-audit/CHANGELOG.md | 9 +++++++ 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 +- .../plugin-commands-patching/CHANGELOG.md | 12 ++++++++++ .../plugin-commands-patching/package.json | 2 +- pkg-manager/client/CHANGELOG.md | 8 +++++++ pkg-manager/client/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 24 +++++++++++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/direct-dep-linker/CHANGELOG.md | 10 ++++++++ pkg-manager/direct-dep-linker/package.json | 2 +- pkg-manager/get-context/CHANGELOG.md | 9 +++++++ pkg-manager/get-context/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 18 ++++++++++++++ pkg-manager/headless/package.json | 2 +- pkg-manager/modules-yaml/CHANGELOG.md | 6 +++++ pkg-manager/modules-yaml/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 16 +++++++++++++ .../plugin-commands-installation/package.json | 2 +- .../read-projects-context/CHANGELOG.md | 7 ++++++ .../read-projects-context/package.json | 2 +- pkg-manager/resolve-dependencies/CHANGELOG.md | 7 ++++++ pkg-manager/resolve-dependencies/package.json | 2 +- pnpm/CHANGELOG.md | 12 ++++++++++ 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 | 9 +++++++ releasing/plugin-commands-deploy/package.json | 2 +- .../plugin-commands-publishing/CHANGELOG.md | 15 ++++++++++++ .../plugin-commands-publishing/package.json | 2 +- resolving/default-resolver/CHANGELOG.md | 7 ++++++ resolving/default-resolver/package.json | 2 +- resolving/npm-resolver/CHANGELOG.md | 6 +++++ resolving/npm-resolver/package.json | 2 +- reviewing/dependencies-hierarchy/CHANGELOG.md | 7 ++++++ reviewing/dependencies-hierarchy/package.json | 2 +- reviewing/list/CHANGELOG.md | 6 +++++ reviewing/list/package.json | 2 +- reviewing/outdated/CHANGELOG.md | 10 ++++++++ reviewing/outdated/package.json | 2 +- .../plugin-commands-licenses/CHANGELOG.md | 8 +++++++ .../plugin-commands-licenses/package.json | 2 +- .../plugin-commands-listing/CHANGELOG.md | 9 +++++++ .../plugin-commands-listing/package.json | 2 +- .../plugin-commands-outdated/CHANGELOG.md | 13 ++++++++++ .../plugin-commands-outdated/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 10 ++++++++ store/plugin-commands-server/package.json | 2 +- store/plugin-commands-store/CHANGELOG.md | 11 +++++++++ store/plugin-commands-store/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 10 ++++++++ store/store-connection-manager/package.json | 2 +- .../filter-workspace-packages/CHANGELOG.md | 6 +++++ .../filter-workspace-packages/package.json | 2 +- .../find-workspace-packages/CHANGELOG.md | 6 +++++ .../find-workspace-packages/package.json | 2 +- 99 files changed, 439 insertions(+), 99 deletions(-) delete mode 100644 .changeset/dirty-comics-press.md delete mode 100644 .changeset/dry-ants-hammer.md delete mode 100644 .changeset/hot-buttons-train.md delete mode 100644 .changeset/modern-planes-cough.md delete mode 100644 .changeset/selfish-dingos-confess.md delete mode 100644 .changeset/sixty-walls-sparkle.md delete mode 100644 .changeset/smooth-hounds-smell.md delete mode 100644 .changeset/twenty-snakes-deny.md delete mode 100644 .changeset/wild-radios-drum.md diff --git a/.changeset/dirty-comics-press.md b/.changeset/dirty-comics-press.md deleted file mode 100644 index 61b8bbaeb4d..00000000000 --- a/.changeset/dirty-comics-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/core": major ---- - -Return installation stats. Breaking change to the API. diff --git a/.changeset/dry-ants-hammer.md b/.changeset/dry-ants-hammer.md deleted file mode 100644 index 3ed48154e83..00000000000 --- a/.changeset/dry-ants-hammer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/plugin-commands-outdated": patch -"@pnpm/plugin-commands-config": patch -"@pnpm/npm-resolver": patch ---- - -Update dependencies. diff --git a/.changeset/hot-buttons-train.md b/.changeset/hot-buttons-train.md deleted file mode 100644 index e4e9e76feed..00000000000 --- a/.changeset/hot-buttons-train.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/headless": patch -"pnpm": patch ---- - -Link the bin files of local workspace dependencies, when `node-linker` is set to `hoisted` [6486](https://github.com/pnpm/pnpm/issues/6486). diff --git a/.changeset/modern-planes-cough.md b/.changeset/modern-planes-cough.md deleted file mode 100644 index b8c35f8594e..00000000000 --- a/.changeset/modern-planes-cough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-publishing": minor -"pnpm": minor ---- - -`pnpm publish` supports the `--provenance` CLI option [#6435](https://github.com/pnpm/pnpm/issues/6435). diff --git a/.changeset/selfish-dingos-confess.md b/.changeset/selfish-dingos-confess.md deleted file mode 100644 index 61292b46c74..00000000000 --- a/.changeset/selfish-dingos-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/pkg-manager.direct-dep-linker": minor ---- - -Return the amount of linked dependencies. diff --git a/.changeset/sixty-walls-sparkle.md b/.changeset/sixty-walls-sparkle.md deleted file mode 100644 index d582b84e5ca..00000000000 --- a/.changeset/sixty-walls-sparkle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/get-context": patch -"pnpm": patch ---- - -Ask the user to confirm the removal of node_modules directory unless the `--force` option is passed. diff --git a/.changeset/smooth-hounds-smell.md b/.changeset/smooth-hounds-smell.md deleted file mode 100644 index 1409b18fbc6..00000000000 --- a/.changeset/smooth-hounds-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/npm-conf": patch ---- - -Make sure `--otp` option is in the publish's cli options [6384](https://github.com/pnpm/pnpm/issues/6384). diff --git a/.changeset/twenty-snakes-deny.md b/.changeset/twenty-snakes-deny.md deleted file mode 100644 index 5c6b7d170f4..00000000000 --- a/.changeset/twenty-snakes-deny.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/modules-yaml": minor -"pnpm": patch ---- - -Do not create a `node_modules` folder with a `.modules.yaml` file if there are now dependencies inside `node_modules`. diff --git a/.changeset/wild-radios-drum.md b/.changeset/wild-radios-drum.md deleted file mode 100644 index 120688e2f37..00000000000 --- a/.changeset/wild-radios-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/headless": minor ---- - -Return installation stats. diff --git a/__utils__/assert-project/CHANGELOG.md b/__utils__/assert-project/CHANGELOG.md index 6cc4715d516..0beaa173062 100644 --- a/__utils__/assert-project/CHANGELOG.md +++ b/__utils__/assert-project/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/assert-project +## 2.3.23 + +### Patch Changes + +- Updated dependencies [e6b83c84e] + - @pnpm/modules-yaml@12.1.0 + ## 2.3.22 ### Patch Changes diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index 3e404da70f3..daac7a577d7 100644 --- a/__utils__/assert-project/package.json +++ b/__utils__/assert-project/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/assert-project", "description": "Utils for testing projects that use pnpm", - "version": "2.3.22", + "version": "2.3.23", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/prepare/CHANGELOG.md b/__utils__/prepare/CHANGELOG.md index 1f66acaa142..f03551391ee 100644 --- a/__utils__/prepare/CHANGELOG.md +++ b/__utils__/prepare/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare +## 0.0.66 + +### Patch Changes + +- @pnpm/assert-project@2.3.23 + ## 0.0.65 ### Patch Changes diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index f91c45a966d..5d4471e68fc 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare", - "version": "0.0.65", + "version": "0.0.66", "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { diff --git a/__utils__/test-fixtures/CHANGELOG.md b/__utils__/test-fixtures/CHANGELOG.md index e2d8fb85310..f4e69e987d2 100644 --- a/__utils__/test-fixtures/CHANGELOG.md +++ b/__utils__/test-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/test-fixtures +## 0.0.35 + +### Patch Changes + +- @pnpm/prepare@0.0.66 + ## 0.0.34 ### Patch Changes diff --git a/__utils__/test-fixtures/package.json b/__utils__/test-fixtures/package.json index 40246f858f0..53a460dc919 100644 --- a/__utils__/test-fixtures/package.json +++ b/__utils__/test-fixtures/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/test-fixtures", "description": "Test fixtures", - "version": "0.0.34", + "version": "0.0.35", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index 1f6a43d38d8..529f8312abc 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 2.0.7 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/default-reporter@12.2.1 + ## 2.0.6 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 95beef11cb6..96f58d8b050 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "2.0.6", + "version": "2.0.7", "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 11ba2b6ebc7..4b1f80eaf76 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 12.2.1 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + ## 12.2.0 ### Minor Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 61284f44e02..9630d391599 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "12.2.0", + "version": "12.2.1", "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 046c69f7c85..e51bcfa6961 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 18.3.1 + +### Patch Changes + +- 2809e89ab: Make sure `--otp` option is in the publish's cli options [6384](https://github.com/pnpm/pnpm/issues/6384). + ## 18.3.0 ### Minor Changes diff --git a/config/config/package.json b/config/config/package.json index 406cab8c9d9..7742fa2e828 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "18.3.0", + "version": "18.3.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 10741cb1a4c..346c045ad76 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-config +## 2.0.7 + +### Patch Changes + +- edb3072a9: Update dependencies. +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + ## 2.0.6 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index ff937dc494a..a75079c7e5a 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": "2.0.6", + "version": "2.0.7", "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 65487ba99dc..e4cdf967194 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-env +## 4.0.8 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + - @pnpm/node.fetcher@3.0.1 + ## 4.0.7 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index 6b3149f50d0..0ad6afa67ac 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": "4.0.7", + "version": "4.0.8", "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 aaac27cb86d..44e1ea80862 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,22 @@ # @pnpm/plugin-commands-rebuild +## 8.0.8 + +### Patch Changes + +- Updated dependencies [497b0a79c] +- Updated dependencies [2809e89ab] +- Updated dependencies [e6b83c84e] + - @pnpm/get-context@9.0.4 + - @pnpm/config@18.3.1 + - @pnpm/modules-yaml@12.1.0 + - @pnpm/cli-utils@2.0.7 + - @pnpm/store-connection-manager@6.0.8 + - @pnpm/find-workspace-packages@6.0.7 + - @pnpm/fs.hard-link-dir@2.0.1 + - @pnpm/lifecycle@15.0.0 + - @pnpm/link-bins@9.0.0 + ## 8.0.7 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 2f5952b1e0e..bdaef1589f5 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": "8.0.7", + "version": "8.0.8", "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 24932f9b83b..830a4ba6c69 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-script-runners +## 7.0.9 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/plugin-commands-installation@13.0.3 + - @pnpm/cli-utils@2.0.7 + - @pnpm/lifecycle@15.0.0 + ## 7.0.8 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 1f2980983a0..0a83c7148eb 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": "7.0.8", + "version": "7.0.9", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/audit/CHANGELOG.md b/lockfile/audit/CHANGELOG.md index 91590b9d8c9..ededae09f9c 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/audit +## 7.0.6 + +### Patch Changes + +- @pnpm/list@9.0.4 + ## 7.0.5 ### Patch Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index 8504ee4d386..e63eed884f8 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "7.0.5", + "version": "7.0.6", "description": "Audit a lockfile", "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 a305d67aa16..8beacd35c0b 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-audit +## 8.0.8 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + - @pnpm/audit@7.0.6 + ## 8.0.7 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index 5f42e288b3b..252d8507d64 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": "8.0.7", + "version": "8.0.8", "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 cf1a32f171e..2d1c4ffa7df 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/mount-modules +## 0.4.7 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + ## 0.4.6 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 6b63fa0b451..31d76226823 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.4.6", + "version": "0.4.7", "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 bc32b4ddff3..71f1d76ae13 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-doctor +## 2.0.7 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + ## 2.0.6 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 89aacfff6f4..d543afee395 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": "2.0.6", + "version": "2.0.7", "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 c15dcae393c..ae31bef4546 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-init +## 3.0.7 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + ## 3.0.6 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 42eeb7953e5..ab4e71628dc 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": "3.0.6", + "version": "3.0.7", "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 d87849060e3..bf731b2b31b 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 4.0.7 + +### Patch Changes + +- @pnpm/cli-utils@2.0.7 + ## 4.0.6 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 9f833856548..2dd748db122 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": "4.0.6", + "version": "4.0.7", "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 ae5052abf67..934571c080e 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-patching +## 3.0.9 + +### Patch Changes + +- Updated dependencies [2809e89ab] +- Updated dependencies [e6b83c84e] + - @pnpm/config@18.3.1 + - @pnpm/modules-yaml@12.1.0 + - @pnpm/plugin-commands-installation@13.0.3 + - @pnpm/cli-utils@2.0.7 + - @pnpm/store-connection-manager@6.0.8 + ## 3.0.8 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 7cb53ca4a7f..2adcd2e407e 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": "3.0.8", + "version": "3.0.9", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/client/CHANGELOG.md b/pkg-manager/client/CHANGELOG.md index 145213a4f43..3a9571c898b 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/client +## 10.0.5 + +### Patch Changes + +- @pnpm/default-resolver@18.0.5 +- @pnpm/directory-fetcher@6.0.0 +- @pnpm/tarball-fetcher@15.0.0 + ## 10.0.4 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index 7dfae277ac6..ff464d6afa8 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "10.0.4", + "version": "10.0.5", "description": "Creates the package resolve and fetch functions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index f9df9080400..f5e862fa841 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,29 @@ # @pnpm/core +## 10.0.0 + +### Major Changes + +- 42902ef85: Return installation stats. Breaking change to the API. + +### Patch Changes + +- Updated dependencies [3a1a1385d] +- Updated dependencies [42902ef85] +- Updated dependencies [497b0a79c] +- Updated dependencies [e6b83c84e] +- Updated dependencies [42902ef85] + - @pnpm/headless@20.2.0 + - @pnpm/pkg-manager.direct-dep-linker@2.1.0 + - @pnpm/get-context@9.0.4 + - @pnpm/modules-yaml@12.1.0 + - @pnpm/resolve-dependencies@31.1.2 + - @pnpm/package-requester@21.0.2 + - @pnpm/symlink-dependency@7.0.0 + - @pnpm/crypto.base32-hash@2.0.0 + - @pnpm/lifecycle@15.0.0 + - @pnpm/link-bins@9.0.0 + ## 9.3.1 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index dc8110f8f62..822856ddca1 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": "9.3.1", + "version": "10.0.0", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/direct-dep-linker/CHANGELOG.md b/pkg-manager/direct-dep-linker/CHANGELOG.md index 3566017388e..eeabbe88f67 100644 --- a/pkg-manager/direct-dep-linker/CHANGELOG.md +++ b/pkg-manager/direct-dep-linker/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/pkg-manager.direct-dep-linker +## 2.1.0 + +### Minor Changes + +- 42902ef85: Return the amount of linked dependencies. + +### Patch Changes + +- @pnpm/symlink-dependency@7.0.0 + ## 2.0.0 ### Major Changes diff --git a/pkg-manager/direct-dep-linker/package.json b/pkg-manager/direct-dep-linker/package.json index 7172d22c14e..c961021b0fc 100644 --- a/pkg-manager/direct-dep-linker/package.json +++ b/pkg-manager/direct-dep-linker/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/pkg-manager.direct-dep-linker", "description": "Fast installation using only pnpm-lock.yaml", - "version": "2.0.0", + "version": "2.1.0", "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 ac0532206ea..70c1fa9f6cc 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/get-context +## 9.0.4 + +### Patch Changes + +- 497b0a79c: Ask the user to confirm the removal of node_modules directory unless the `--force` option is passed. +- Updated dependencies [e6b83c84e] + - @pnpm/modules-yaml@12.1.0 + - @pnpm/read-projects-context@8.0.3 + ## 9.0.3 ### Patch Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 5bf3502b404..21d671d37dc 100644 --- a/pkg-manager/get-context/package.json +++ b/pkg-manager/get-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/get-context", - "version": "9.0.3", + "version": "9.0.4", "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 aea2f73046d..464a10d0462 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,23 @@ # @pnpm/headless +## 20.2.0 + +### Minor Changes + +- 42902ef85: Return installation stats. + +### Patch Changes + +- 3a1a1385d: Link the bin files of local workspace dependencies, when `node-linker` is set to `hoisted` [6486](https://github.com/pnpm/pnpm/issues/6486). +- Updated dependencies [42902ef85] +- Updated dependencies [e6b83c84e] + - @pnpm/pkg-manager.direct-dep-linker@2.1.0 + - @pnpm/modules-yaml@12.1.0 + - @pnpm/package-requester@21.0.2 + - @pnpm/symlink-dependency@7.0.0 + - @pnpm/lifecycle@15.0.0 + - @pnpm/link-bins@9.0.0 + ## 20.1.2 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 68f3d8c14df..6477315e7eb 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": "20.1.2", + "version": "20.2.0", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/modules-yaml/CHANGELOG.md b/pkg-manager/modules-yaml/CHANGELOG.md index 2e8cec884bd..a4f088a8aff 100644 --- a/pkg-manager/modules-yaml/CHANGELOG.md +++ b/pkg-manager/modules-yaml/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/modules-yaml +## 12.1.0 + +### Minor Changes + +- e6b83c84e: Do not create a `node_modules` folder with a `.modules.yaml` file if there are now dependencies inside `node_modules`. + ## 12.0.0 ### Major Changes diff --git a/pkg-manager/modules-yaml/package.json b/pkg-manager/modules-yaml/package.json index c3cbb100654..c034c0fca36 100644 --- a/pkg-manager/modules-yaml/package.json +++ b/pkg-manager/modules-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/modules-yaml", - "version": "12.0.0", + "version": "12.1.0", "description": "Reads/writes `node_modules/.modules.yaml`", "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 223cd1c7754..7731c6367ec 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/plugin-commands-installation +## 13.0.3 + +### Patch Changes + +- Updated dependencies [42902ef85] +- Updated dependencies [2809e89ab] + - @pnpm/core@10.0.0 + - @pnpm/config@18.3.1 + - @pnpm/outdated@12.0.6 + - @pnpm/plugin-commands-rebuild@8.0.8 + - @pnpm/cli-utils@2.0.7 + - @pnpm/store-connection-manager@6.0.8 + - @pnpm/find-workspace-packages@6.0.7 + - @pnpm/package-store@16.0.2 + - @pnpm/filter-workspace-packages@7.0.7 + ## 13.0.2 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 8191b205e91..2a4c23c811f 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": "13.0.2", + "version": "13.0.3", "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 a27f63ab241..80608e63243 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 +## 8.0.3 + +### Patch Changes + +- Updated dependencies [e6b83c84e] + - @pnpm/modules-yaml@12.1.0 + ## 8.0.2 ### Patch Changes diff --git a/pkg-manager/read-projects-context/package.json b/pkg-manager/read-projects-context/package.json index 025e6e789ec..7227e0df3b4 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": "8.0.2", + "version": "8.0.3", "description": "Reads the current state of projects from modules manifest", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/resolve-dependencies/CHANGELOG.md b/pkg-manager/resolve-dependencies/CHANGELOG.md index 6a4a070057c..43f30a96982 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolve-dependencies +## 31.1.2 + +### Patch Changes + +- Updated dependencies [edb3072a9] + - @pnpm/npm-resolver@16.0.4 + ## 31.1.1 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index ec0aa0f7de8..5d92c262491 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "31.1.1", + "version": "31.1.2", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index caac98e932e..ec940e6e6ca 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,17 @@ # pnpm +## 8.4.0 + +### Minor Changes + +- `pnpm publish` supports the `--provenance` CLI option [#6435](https://github.com/pnpm/pnpm/issues/6435). + +### Patch Changes + +- Link the bin files of local workspace dependencies, when `node-linker` is set to `hoisted` [6486](https://github.com/pnpm/pnpm/issues/6486). +- Ask the user to confirm the removal of `node_modules` directory unless the `--force` option is passed. +- Do not create a `node_modules` folder with a `.modules.yaml` file if there are no dependencies inside `node_modules`. + ## 8.3.1 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 2d6fec615f6..c04f907a774 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": "8.3.1", + "version": "8.4.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 765154c1ecb..0051d492ca9 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "8.3.1", + "version": "8.4.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 44e1f303282..25cbd9f84c3 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "8.3.1", + "version": "8.4.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 8c136c15dd6..a68f561a670 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "8.3.1", + "version": "8.4.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 19ed3e5f0f1..4e92d80699f 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "8.3.1", + "version": "8.4.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index da61dfdf2e2..0dc49a56ca9 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "8.3.1", + "version": "8.4.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index c938f2d78f0..cc933df8ddb 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "8.3.1", + "version": "8.4.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 c704e3e3878..5eabbf5abca 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-deploy +## 3.0.9 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.3 +- @pnpm/cli-utils@2.0.7 +- @pnpm/fs.indexed-pkg-importer@3.0.0 +- @pnpm/directory-fetcher@6.0.0 + ## 3.0.8 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 9c34b7fc396..7dcfa745ff9 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": "3.0.8", + "version": "3.0.9", "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 e5868f00ed0..132bd5aad51 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-publishing +## 7.2.0 + +### Minor Changes + +- ad8e3b6a0: `pnpm publish` supports the `--provenance` CLI option [#6435](https://github.com/pnpm/pnpm/issues/6435). + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + - @pnpm/client@10.0.5 + - @pnpm/exportable-manifest@5.0.0 + - @pnpm/lifecycle@15.0.0 + ## 7.1.1 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 8af863770ab..6b7aa9a21cd 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": "7.1.1", + "version": "7.2.0", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/default-resolver/CHANGELOG.md b/resolving/default-resolver/CHANGELOG.md index b9cb9a52dd1..4d0def94ee6 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 18.0.5 + +### Patch Changes + +- Updated dependencies [edb3072a9] + - @pnpm/npm-resolver@16.0.4 + ## 18.0.4 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index a4995f34ea5..279c977011f 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "18.0.4", + "version": "18.0.5", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/npm-resolver/CHANGELOG.md b/resolving/npm-resolver/CHANGELOG.md index 492dcb1da27..5fe3d1bab28 100644 --- a/resolving/npm-resolver/CHANGELOG.md +++ b/resolving/npm-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/npm-resolver +## 16.0.4 + +### Patch Changes + +- edb3072a9: Update dependencies. + ## 16.0.3 ### Patch Changes diff --git a/resolving/npm-resolver/package.json b/resolving/npm-resolver/package.json index 366559f6bc2..806562fd801 100644 --- a/resolving/npm-resolver/package.json +++ b/resolving/npm-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/npm-resolver", - "version": "16.0.3", + "version": "16.0.4", "description": "Resolver for npm-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/dependencies-hierarchy/CHANGELOG.md b/reviewing/dependencies-hierarchy/CHANGELOG.md index 3fa47867ae7..7c12e1f5166 100644 --- a/reviewing/dependencies-hierarchy/CHANGELOG.md +++ b/reviewing/dependencies-hierarchy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/reviewing.dependencies-hierarchy +## 2.0.4 + +### Patch Changes + +- Updated dependencies [e6b83c84e] + - @pnpm/modules-yaml@12.1.0 + ## 2.0.3 ### Patch Changes diff --git a/reviewing/dependencies-hierarchy/package.json b/reviewing/dependencies-hierarchy/package.json index 15497a3d660..80cba81841c 100644 --- a/reviewing/dependencies-hierarchy/package.json +++ b/reviewing/dependencies-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/reviewing.dependencies-hierarchy", - "version": "2.0.3", + "version": "2.0.4", "description": "Creates a dependencies hierarchy for a symlinked `node_modules`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/list/CHANGELOG.md b/reviewing/list/CHANGELOG.md index d768b411404..9012c852b52 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/list +## 9.0.4 + +### Patch Changes + +- @pnpm/reviewing.dependencies-hierarchy@2.0.4 + ## 9.0.3 ### Patch Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index 4b81eefbd60..d074b564760 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "9.0.3", + "version": "9.0.4", "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 60aa3d4eea4..815aff42f83 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/outdated +## 12.0.6 + +### Patch Changes + +- Updated dependencies [edb3072a9] +- Updated dependencies [e6b83c84e] + - @pnpm/npm-resolver@16.0.4 + - @pnpm/modules-yaml@12.1.0 + - @pnpm/client@10.0.5 + ## 12.0.5 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 2a6290ad386..09e14e12e98 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "12.0.5", + "version": "12.0.6", "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 379de676bd8..518bfbf1db7 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-licenses +## 2.0.7 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + ## 2.0.6 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 0644249ea5c..05d86f04e8f 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": "2.0.6", + "version": "2.0.7", "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 6939483f094..7784b35d690 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-listing +## 7.0.7 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + - @pnpm/list@9.0.4 + ## 7.0.6 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 00c75a28a97..db23f3052d4 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": "7.0.6", + "version": "7.0.7", "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 83a1b90d712..ec5cc46faca 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-outdated +## 9.0.8 + +### Patch Changes + +- edb3072a9: Update dependencies. +- Updated dependencies [2809e89ab] +- Updated dependencies [e6b83c84e] + - @pnpm/config@18.3.1 + - @pnpm/modules-yaml@12.1.0 + - @pnpm/default-resolver@18.0.5 + - @pnpm/outdated@12.0.6 + - @pnpm/cli-utils@2.0.7 + ## 9.0.7 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 21d2f5dfa63..f06b146ae98 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": "9.0.7", + "version": "9.0.8", "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 5d46dba1cfe..a6917727e3c 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-server +## 6.0.8 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + - @pnpm/store-connection-manager@6.0.8 + - @pnpm/server@15.0.1 + ## 6.0.7 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 17886b38654..09a98c62087 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": "6.0.7", + "version": "6.0.8", "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 160372111b3..cd4021bf274 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-store +## 7.0.8 + +### Patch Changes + +- Updated dependencies [497b0a79c] +- Updated dependencies [2809e89ab] + - @pnpm/get-context@9.0.4 + - @pnpm/config@18.3.1 + - @pnpm/cli-utils@2.0.7 + - @pnpm/store-connection-manager@6.0.8 + ## 7.0.7 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index e1ef0fe19cf..4af75e7c16d 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": "7.0.7", + "version": "7.0.8", "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 6d9c6c4bf25..e868ce0cd8a 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/store-connection-manager +## 6.0.8 + +### Patch Changes + +- Updated dependencies [2809e89ab] + - @pnpm/config@18.3.1 + - @pnpm/client@10.0.5 + - @pnpm/package-store@16.0.2 + - @pnpm/server@15.0.1 + ## 6.0.7 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 70cf2a2628c..62729acdb7d 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": "6.0.7", + "version": "6.0.8", "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 e2301d87dba..bf4a56b888f 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 7.0.7 + +### Patch Changes + +- @pnpm/find-workspace-packages@6.0.7 + ## 7.0.6 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index edb50104eee..fe220b37600 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": "7.0.6", + "version": "7.0.7", "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 5ac211a7013..f8e3f0f610f 100644 --- a/workspace/find-workspace-packages/CHANGELOG.md +++ b/workspace/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 6.0.7 + +### Patch Changes + +- @pnpm/cli-utils@2.0.7 + ## 6.0.6 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index 81defc291fa..045953b78d1 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": "6.0.6", + "version": "6.0.7", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",