diff --git a/.changeset/heavy-dolls-itch.md b/.changeset/heavy-dolls-itch.md index 4ab913f7225..e4ebe89c391 100644 --- a/.changeset/heavy-dolls-itch.md +++ b/.changeset/heavy-dolls-itch.md @@ -1,5 +1,4 @@ --- -"@pnpm/plugin-commands-deploy": patch "pnpm": patch --- diff --git a/.changeset/neat-zoos-glow.md b/.changeset/neat-zoos-glow.md deleted file mode 100644 index 91223cdc9e2..00000000000 --- a/.changeset/neat-zoos-glow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/get-context": minor -"@pnpm/core": minor ---- - -New option added: confirmModulesPurge. diff --git a/.changeset/smart-waves-lie.md b/.changeset/smart-waves-lie.md deleted file mode 100644 index 11953354d42..00000000000 --- a/.changeset/smart-waves-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch ---- - -Do not include external links in the lockfile, when they are used to resolve peers. diff --git a/.changeset/two-grapes-think.md b/.changeset/two-grapes-think.md index d830c0cf260..d1da0c449bf 100644 --- a/.changeset/two-grapes-think.md +++ b/.changeset/two-grapes-think.md @@ -1,8 +1,4 @@ --- -"@pnpm/plugin-commands-rebuild": patch -"@pnpm/sort-packages": patch -"@pnpm/build-modules": patch -"@pnpm/core": patch "pnpm": patch --- diff --git a/.changeset/wet-monkeys-guess.md b/.changeset/wet-monkeys-guess.md deleted file mode 100644 index 03849328874..00000000000 --- a/.changeset/wet-monkeys-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/headless": patch ---- - -Don't create broken symlinks in subprojects that have external symlinks, when the linked dependencies are excluded from the lockfile. diff --git a/exec/build-modules/CHANGELOG.md b/exec/build-modules/CHANGELOG.md index a90f6453985..9fe17f02ee8 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/build-modules +## 11.0.2 + +### Patch Changes + +- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059). + ## 11.0.1 ### Patch Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index 3346d1e1c55..f52b0a11633 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "11.0.1", + "version": "11.0.2", "description": "Build packages in node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index 44e1ea80862..3ee52159fe4 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-rebuild +## 8.0.9 + +### Patch Changes + +- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059). +- Updated dependencies [1ffedcb8d] +- Updated dependencies [3fa14d7e4] + - @pnpm/get-context@9.1.0 + - @pnpm/sort-packages@5.0.2 + ## 8.0.8 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 95bea5513cc..ddd5ddc6c46 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.8", + "version": "8.0.9", "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 830a4ba6c69..ef852813d6a 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 +## 7.0.10 + +### Patch Changes + +- Updated dependencies [3fa14d7e4] + - @pnpm/sort-packages@5.0.2 + - @pnpm/plugin-commands-installation@13.0.4 + ## 7.0.9 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 0a83c7148eb..512f8d642bf 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.9", + "version": "7.0.10", "description": "Commands for running scripts", "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 934571c080e..fed487f4be7 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-patching +## 3.0.10 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.4 + ## 3.0.9 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 2adcd2e407e..55d26e88a82 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.9", + "version": "3.0.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 f5e862fa841..87a725c7d24 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,23 @@ # @pnpm/core +## 10.1.0 + +### Minor Changes + +- 1ffedcb8d: New option added: confirmModulesPurge. + +### Patch Changes + +- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059). +- Updated dependencies [1ffedcb8d] +- Updated dependencies [d8c1013a9] +- Updated dependencies [3fa14d7e4] +- Updated dependencies [32801442e] + - @pnpm/get-context@9.1.0 + - @pnpm/resolve-dependencies@31.1.3 + - @pnpm/build-modules@11.0.2 + - @pnpm/headless@20.2.1 + ## 10.0.0 ### Major Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index ae323d7b46c..b1ec5e2e1e6 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": "10.0.0", + "version": "10.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 70c1fa9f6cc..28a1a6a630a 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/get-context +## 9.1.0 + +### Minor Changes + +- 1ffedcb8d: New option added: confirmModulesPurge. + ## 9.0.4 ### Patch Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 21d671d37dc..3eb5651cf6b 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.4", + "version": "9.1.0", "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 464a10d0462..e120c156eab 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/headless +## 20.2.1 + +### Patch Changes + +- 32801442e: Don't create broken symlinks in subprojects that have external symlinks, when the linked dependencies are excluded from the lockfile. +- Updated dependencies [3fa14d7e4] + - @pnpm/build-modules@11.0.2 + ## 20.2.0 ### Minor Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 6477315e7eb..bba62d126f7 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.2.0", + "version": "20.2.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 7731c6367ec..11c74e5f909 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-installation +## 13.0.4 + +### Patch Changes + +- Updated dependencies [1ffedcb8d] +- Updated dependencies [3fa14d7e4] + - @pnpm/core@10.1.0 + - @pnpm/plugin-commands-rebuild@8.0.9 + - @pnpm/sort-packages@5.0.2 + ## 13.0.3 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 2a4c23c811f..3bbd5d8b20d 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.3", + "version": "13.0.4", "description": "Commands for installation", "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 43f30a96982..6f93abdfbe9 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 31.1.3 + +### Patch Changes + +- d8c1013a9: Do not include external links in the lockfile, when they are used to resolve peers. + ## 31.1.2 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 5d92c262491..1d6b0b5fa97 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.2", + "version": "31.1.3", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index 5eabbf5abca..558467e8e8f 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 3.0.10 + +### Patch Changes + +- 1ffedcb8d: The deploy command should not ask for confirmation to purge the `node_modules` directory [#6510](https://github.com/pnpm/pnpm/issues/6510). + - @pnpm/plugin-commands-installation@13.0.4 + ## 3.0.9 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 7dcfa745ff9..9727a8d3ed1 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.9", + "version": "3.0.10", "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 132bd5aad51..5345b2d0bdc 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 7.2.1 + +### Patch Changes + +- Updated dependencies [3fa14d7e4] + - @pnpm/sort-packages@5.0.2 + ## 7.2.0 ### Minor Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index b0e8680981a..93cd7d31d70 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.2.0", + "version": "7.2.1", "description": "The pack and publish commands of pnpm", "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 cd4021bf274..5db77e1df93 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-store +## 7.0.9 + +### Patch Changes + +- Updated dependencies [1ffedcb8d] + - @pnpm/get-context@9.1.0 + ## 7.0.8 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 4af75e7c16d..d3edb967757 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.8", + "version": "7.0.9", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/sort-packages/CHANGELOG.md b/workspace/sort-packages/CHANGELOG.md index 0d9fb47008b..1f9948d1e0a 100644 --- a/workspace/sort-packages/CHANGELOG.md +++ b/workspace/sort-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/sort-packages +## 5.0.2 + +### Patch Changes + +- 3fa14d7e4: Show cyclic workspace dependency details [#5059](https://github.com/pnpm/pnpm/issues/5059). + ## 5.0.1 ### Patch Changes diff --git a/workspace/sort-packages/package.json b/workspace/sort-packages/package.json index ff9bec645ac..150c8517ebf 100644 --- a/workspace/sort-packages/package.json +++ b/workspace/sort-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/sort-packages", - "version": "5.0.1", + "version": "5.0.2", "description": "Sort packages", "main": "lib/index.js", "types": "lib/index.d.ts",