From 2988e25b87aea68c391bbfb0fcf6974fcbb07b7a Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 27 May 2024 01:49:24 +0200 Subject: [PATCH] chore(release): libs --- .changeset/hot-seahorses-invite.md | 5 ----- .changeset/stupid-buckets-think.md | 3 --- exec/plugin-commands-script-runners/CHANGELOG.md | 6 ++++++ exec/plugin-commands-script-runners/package.json | 2 +- lockfile/prune-lockfile/CHANGELOG.md | 6 ++++++ lockfile/prune-lockfile/package.json | 2 +- packages/make-dedicated-lockfile/CHANGELOG.md | 7 +++++++ packages/make-dedicated-lockfile/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 6 ++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 10 ++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/plugin-commands-installation/CHANGELOG.md | 7 +++++++ pkg-manager/plugin-commands-installation/package.json | 2 +- pkg-manager/resolve-dependencies/CHANGELOG.md | 9 +++++++++ pkg-manager/resolve-dependencies/package.json | 2 +- releasing/plugin-commands-deploy/CHANGELOG.md | 6 ++++++ releasing/plugin-commands-deploy/package.json | 2 +- 18 files changed, 65 insertions(+), 16 deletions(-) delete mode 100644 .changeset/hot-seahorses-invite.md diff --git a/.changeset/hot-seahorses-invite.md b/.changeset/hot-seahorses-invite.md deleted file mode 100644 index a069e9247b..0000000000 --- a/.changeset/hot-seahorses-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch ---- - -Reduce memory usage during peer dependency resolution by using numbers for Node IDs. diff --git a/.changeset/stupid-buckets-think.md b/.changeset/stupid-buckets-think.md index 67a9d7304d..6fd485e671 100644 --- a/.changeset/stupid-buckets-think.md +++ b/.changeset/stupid-buckets-think.md @@ -1,7 +1,4 @@ --- -"@pnpm/prune-lockfile": minor -"@pnpm/resolve-dependencies": patch -"@pnpm/core": patch "pnpm": patch --- diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index 417ca29b2c..db1b15255c 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 +## 9.1.6 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.1.6 + ## 9.1.5 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index a5a83d1372..19a803a63d 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": "9.1.5", + "version": "9.1.6", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/prune-lockfile/CHANGELOG.md b/lockfile/prune-lockfile/CHANGELOG.md index 1001549647..b787ae144c 100644 --- a/lockfile/prune-lockfile/CHANGELOG.md +++ b/lockfile/prune-lockfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prune-lockfile +## 6.1.0 + +### Minor Changes + +- 27c33f0: Fix a bug in which a dependency that is both optional for one package but non-optional for another is omitted when `optional=false` [#8066](https://github.com/pnpm/pnpm/issues/8066). + ## 6.0.2 ### Patch Changes diff --git a/lockfile/prune-lockfile/package.json b/lockfile/prune-lockfile/package.json index 04fa0944d7..10c7442345 100644 --- a/lockfile/prune-lockfile/package.json +++ b/lockfile/prune-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prune-lockfile", - "version": "6.0.2", + "version": "6.1.0", "description": "Prune a pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/make-dedicated-lockfile/CHANGELOG.md b/packages/make-dedicated-lockfile/CHANGELOG.md index 63033ad4a5..23f9d41d29 100644 --- a/packages/make-dedicated-lockfile/CHANGELOG.md +++ b/packages/make-dedicated-lockfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/make-dedicated-lockfile +## 0.6.7 + +### Patch Changes + +- Updated dependencies [27c33f0] + - @pnpm/prune-lockfile@6.1.0 + ## 0.6.6 ### Patch Changes diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index 20516bd95b..2bdeaa026d 100644 --- a/packages/make-dedicated-lockfile/package.json +++ b/packages/make-dedicated-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/make-dedicated-lockfile", - "version": "0.6.6", + "version": "0.6.7", "description": "Creates a dedicated lockfile for a subset of workspace projects", "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 d129eacb55..e58d9a37ab 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-patching +## 6.1.6 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.1.6 + ## 6.1.5 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 71d9086d55..6d965b5021 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": "6.1.5", + "version": "6.1.6", "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 6fe28f9cce..ff0a43ce5a 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/core +## 14.1.6 + +### Patch Changes + +- 27c33f0: Fix a bug in which a dependency that is both optional for one package but non-optional for another is omitted when `optional=false` [#8066](https://github.com/pnpm/pnpm/issues/8066). +- Updated dependencies [81d90c9] +- Updated dependencies [27c33f0] + - @pnpm/resolve-dependencies@33.0.2 + - @pnpm/prune-lockfile@6.1.0 + ## 14.1.5 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 3468d61cc1..c1a61eb806 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": "14.1.5", + "version": "14.1.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 2472cc8083..1c7b2a5641 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-installation +## 15.1.6 + +### Patch Changes + +- Updated dependencies [27c33f0] + - @pnpm/core@14.1.6 + ## 15.1.5 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index eb34676c82..ad673deb6f 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": "15.1.5", + "version": "15.1.6", "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 36f1f1fc7b..76b7860688 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/resolve-dependencies +## 33.0.2 + +### Patch Changes + +- 81d90c9: Reduce memory usage during peer dependency resolution by using numbers for Node IDs. +- 27c33f0: Fix a bug in which a dependency that is both optional for one package but non-optional for another is omitted when `optional=false` [#8066](https://github.com/pnpm/pnpm/issues/8066). +- Updated dependencies [27c33f0] + - @pnpm/prune-lockfile@6.1.0 + ## 33.0.1 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index d50a598e96..5ce1ab9b34 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "33.0.1", + "version": "33.0.2", "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 19aa651a52..50e876b038 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 5.1.6 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.1.6 + ## 5.1.5 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index ba725f3402..ec29101f06 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": "5.1.5", + "version": "5.1.6", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js",