From 791f3cda01e784d389cc91b5a208c4d2b261ac8d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 11 Jul 2023 21:13:12 +0300 Subject: [PATCH] chore(release): libs --- .changeset/healthy-tomatoes-promise.md | 1 - .changeset/real-cougars-move.md | 5 ----- .changeset/rotten-deers-shake.md | 5 ----- exec/build-modules/CHANGELOG.md | 7 +++++++ exec/build-modules/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 12 ++++++++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 6 ++++++ exec/plugin-commands-script-runners/package.json | 2 +- packages/calc-dep-state/CHANGELOG.md | 6 ++++++ packages/calc-dep-state/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 6 ++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 9 +++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 8 ++++++++ pkg-manager/headless/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 9 +++++++++ .../plugin-commands-installation/package.json | 2 +- releasing/plugin-commands-deploy/CHANGELOG.md | 6 ++++++ releasing/plugin-commands-deploy/package.json | 2 +- 21 files changed, 78 insertions(+), 20 deletions(-) delete mode 100644 .changeset/real-cougars-move.md delete mode 100644 .changeset/rotten-deers-shake.md diff --git a/.changeset/healthy-tomatoes-promise.md b/.changeset/healthy-tomatoes-promise.md index 6f8120e969..a59f2443f7 100644 --- a/.changeset/healthy-tomatoes-promise.md +++ b/.changeset/healthy-tomatoes-promise.md @@ -1,5 +1,4 @@ --- -"@pnpm/plugin-commands-rebuild": patch "pnpm": patch --- diff --git a/.changeset/real-cougars-move.md b/.changeset/real-cougars-move.md deleted file mode 100644 index 8fda36c2f4..0000000000 --- a/.changeset/real-cougars-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/calc-dep-state": minor ---- - -Add `lockfileToDepGraph` function. diff --git a/.changeset/rotten-deers-shake.md b/.changeset/rotten-deers-shake.md deleted file mode 100644 index 456f53dadd..0000000000 --- a/.changeset/rotten-deers-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-rebuild": minor ---- - -A new option added skipIfHasSideEffectsCache for skipping the build for dependencies that already have side effects cache. diff --git a/exec/build-modules/CHANGELOG.md b/exec/build-modules/CHANGELOG.md index e8855c084a..134e35f047 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/build-modules +## 11.0.9 + +### Patch Changes + +- Updated dependencies [16bbac8d5] + - @pnpm/calc-dep-state@4.1.0 + ## 11.0.8 ### Patch Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index bfd4e45e56..b5519d43c0 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "11.0.8", + "version": "11.0.9", "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 91509c409b..154799d7d0 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-rebuild +## 9.1.0 + +### Minor Changes + +- 002f6febe: A new option added skipIfHasSideEffectsCache for skipping the build for dependencies that already have side effects cache. + +### Patch Changes + +- 16bbac8d5: `pnpm rebuild` should upload the built artifacts to the content-addressable store. +- Updated dependencies [16bbac8d5] + - @pnpm/calc-dep-state@4.1.0 + ## 9.0.7 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 4624e36274..a3caca3e71 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": "9.0.7", + "version": "9.1.0", "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 514ec5f29f..b6901ebd1e 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-script-runners +## 7.1.11 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.17 + ## 7.1.10 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index f7666e06fa..1b1850c446 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.1.10", + "version": "7.1.11", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/calc-dep-state/CHANGELOG.md b/packages/calc-dep-state/CHANGELOG.md index edfa085d90..8ce33d5d82 100644 --- a/packages/calc-dep-state/CHANGELOG.md +++ b/packages/calc-dep-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/calc-dep-state +## 4.1.0 + +### Minor Changes + +- 16bbac8d5: Add `lockfileToDepGraph` function. + ## 4.0.2 ### Patch Changes diff --git a/packages/calc-dep-state/package.json b/packages/calc-dep-state/package.json index 71f33306dc..331541360c 100644 --- a/packages/calc-dep-state/package.json +++ b/packages/calc-dep-state/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/calc-dep-state", - "version": "4.0.2", + "version": "4.1.0", "description": "Calculates the state of a dependency", "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 fd9ebee9e4..20fcb422ab 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-patching +## 3.1.12 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.17 + ## 3.1.11 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index d0b49948a0..aeb0aa2a68 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.1.11", + "version": "3.1.12", "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 dbe6899f94..13b431eca4 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/core +## 10.2.8 + +### Patch Changes + +- Updated dependencies [16bbac8d5] + - @pnpm/calc-dep-state@4.1.0 + - @pnpm/build-modules@11.0.9 + - @pnpm/headless@21.0.6 + ## 10.2.7 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index daea1066f6..a479a2a349 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.2.7", + "version": "10.2.8", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index 6a4dc4d6f3..b2bd07d05c 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/headless +## 21.0.6 + +### Patch Changes + +- Updated dependencies [16bbac8d5] + - @pnpm/calc-dep-state@4.1.0 + - @pnpm/build-modules@11.0.9 + ## 21.0.5 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 0a7318d70c..05470df6a3 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": "21.0.5", + "version": "21.0.6", "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 5e133286d6..275c703e67 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-installation +## 13.0.17 + +### Patch Changes + +- Updated dependencies [16bbac8d5] +- Updated dependencies [002f6febe] + - @pnpm/plugin-commands-rebuild@9.1.0 + - @pnpm/core@10.2.8 + ## 13.0.16 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 1764dbe624..07f15294ff 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.16", + "version": "13.0.17", "description": "Commands for installation", "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 bb952ddb0c..b490cf11e2 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 3.0.23 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.17 + ## 3.0.22 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 1820d42df9..49017ae575 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.22", + "version": "3.0.23", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js",