diff --git a/.changeset/dirty-comics-press.md b/.changeset/dirty-comics-press.md deleted file mode 100644 index 61b8bbaeb4..0000000000 --- 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 3ed48154e8..0000000000 --- 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 e4e9e76fee..0000000000 --- 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 b8c35f8594..0000000000 --- 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 61292b46c7..0000000000 --- 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 d582b84e5c..0000000000 --- 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 1409b18fbc..0000000000 --- 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 5c6b7d170f..0000000000 --- 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 120688e2f3..0000000000 --- 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 6cc4715d51..0beaa17306 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 3e404da70f..daac7a577d 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 1f66acaa14..f03551391e 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 f91c45a966..5d4471e68f 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 e2d8fb8531..f4e69e987d 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 40246f858f..53a460dc91 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 1f6a43d38d..529f8312ab 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 95beef11cb..96f58d8b05 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 11ba2b6ebc..4b1f80eaf7 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 61284f44e0..9630d39159 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 046c69f7c8..e51bcfa696 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 406cab8c9d..7742fa2e82 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 10741cb1a4..346c045ad7 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 ff937dc494..a75079c7e5 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 65487ba99d..e4cdf96719 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 6b3149f50d..0ad6afa67a 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 aaac27cb86..44e1ea8086 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 2f5952b1e0..bdaef1589f 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 24932f9b83..830a4ba6c6 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 1f2980983a..0a83c7148e 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 91590b9d8c..ededae09f9 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 8504ee4d38..e63eed884f 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 a305d67aa1..8beacd35c0 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 5f42e288b3..252d8507d6 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 cf1a32f171..2d1c4ffa7d 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 6b63fa0b45..31d7622682 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 bc32b4ddff..71f1d76ae1 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 89aacfff6f..d543afee39 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 c15dcae393..ae31bef454 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 42eeb7953e..ab4e71628d 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 d87849060e..bf731b2b31 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 9f83385654..2dd748db12 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 ae5052abf6..934571c080 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 7cb53ca4a7..2adcd2e407 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 145213a4f4..3a9571c898 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 7dfae277ac..ff464d6afa 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 f9df908040..f5e862fa84 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 dc8110f8f6..822856ddca 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 3566017388..eeabbe88f6 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 7172d22c14..c961021b0f 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 ac0532206e..70c1fa9f6c 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 5bf3502b40..21d671d37d 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 aea2f73046..464a10d046 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 68f3d8c14d..6477315e7e 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 2e8cec884b..a4f088a8af 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 c3cbb10065..c034c0fca3 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 223cd1c775..7731c6367e 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 8191b205e9..2a4c23c811 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 a27f63ab24..80608e6324 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 025e6e789e..7227e0df3b 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 6a4a070057..43f30a9698 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 ec0aa0f7de..5d92c26249 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 caac98e932..ec940e6e6c 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 2d6fec615f..c04f907a77 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 765154c1ec..0051d492ca 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 44e1f30328..25cbd9f84c 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 8c136c15dd..a68f561a67 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 19ed3e5f0f..4e92d80699 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 da61dfdf2e..0dc49a56ca 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 c938f2d78f..cc933df8dd 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 c704e3e387..5eabbf5abc 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 9c34b7fc39..7dcfa745ff 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 e5868f00ed..132bd5aad5 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 8af863770a..6b7aa9a21c 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 b9cb9a52dd..4d0def94ee 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 a4995f34ea..279c977011 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 492dcb1da2..5fe3d1bab2 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 366559f6bc..806562fd80 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 3fa47867ae..7c12e1f516 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 15497a3d66..80cba81841 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 d768b41140..9012c852b5 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 4b81eefbd6..d074b56476 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 60aa3d4eea..815aff42f8 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 2a6290ad38..09e14e12e9 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 379de676bd..518bfbf1db 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 0644249ea5..05d86f04e8 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 6939483f09..7784b35d69 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 00c75a28a9..db23f3052d 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 83a1b90d71..ec5cc46fac 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 21d2f5dfa6..f06b146ae9 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 5d46dba1cf..a6917727e3 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 17886b3865..09a98c6208 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 160372111b..cd4021bf27 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 e1ef0fe19c..4af75e7c16 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 6d9c6c4bf2..e868ce0cd8 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 70cf2a2628..62729acdb7 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 e2301d87db..bf4a56b888 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 edb50104ee..fe220b3760 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 5ac211a701..f8e3f0f610 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 81defc291f..045953b78d 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",