diff --git a/.changeset/happy-lemons-smile.md b/.changeset/happy-lemons-smile.md index d3c7efa382..709be94bc9 100644 --- a/.changeset/happy-lemons-smile.md +++ b/.changeset/happy-lemons-smile.md @@ -1,6 +1,5 @@ --- -"@pnpm/list": patch "pnpm": patch --- -Fix memory error in `pnpm why` when the dependencies tree is too big, the command will now prune the tree to just 10 end leafs and now supports `--depth` argument. +Fix memory error in `pnpm why` when the dependencies tree is too big, the command will now prune the tree to just 10 end leafs and now supports `--depth` argument [#7122](https://github.com/pnpm/pnpm/pull/7122). diff --git a/.changeset/olive-apricots-change.md b/.changeset/olive-apricots-change.md index ada22f5871..adabe95d2c 100644 --- a/.changeset/olive-apricots-change.md +++ b/.changeset/olive-apricots-change.md @@ -1,5 +1,4 @@ --- -"@pnpm/resolve-dependencies": patch "pnpm": patch --- diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index 76a9aa3d63..e948adec6d 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.2.1 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.1.8 + ## 7.2.0 ### Minor Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index dc6fce0b37..e25c9a5169 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.2.0", + "version": "7.2.1", "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 8684448b9e..c7a428fcfb 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/audit +## 7.0.16 + +### Patch Changes + +- Updated dependencies [40798fb1c] + - @pnpm/list@9.1.1 + ## 7.0.15 ### Patch Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index b411fe094b..8750924d89 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "7.0.15", + "version": "7.0.16", "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 d94a78622c..2d7425ea7d 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-audit +## 8.0.27 + +### Patch Changes + +- @pnpm/audit@7.0.16 + ## 8.0.26 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index cecc8e06f8..fc9008c4b3 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.26", + "version": "8.0.27", "description": "pnpm commands for dependencies audit", "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 8118f1d1c7..6b4bd987fb 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.29 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.1.8 + ## 3.1.28 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index f7a9b9c9b4..a55a78b464 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.28", + "version": "3.1.29", "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 81732dad61..b4b4ea30f5 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/core +## 12.1.3 + +### Patch Changes + +- Updated dependencies [b0afd7833] + - @pnpm/resolve-dependencies@31.1.19 + ## 12.1.2 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 34db07b064..8aadfa4e84 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": "12.1.2", + "version": "12.1.3", "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 650a2476f8..1552f23cf1 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-installation +## 13.1.8 + +### Patch Changes + +- @pnpm/core@12.1.3 + ## 13.1.7 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 009f2f0024..9f703f8d00 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.1.7", + "version": "13.1.8", "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 fe9d91dcb1..36d55f216d 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 31.1.19 + +### Patch Changes + +- b0afd7833: Optimize peers resolution to avoid out-of-memory exceptions in some rare cases, when there are too many circular dependencies and peer dependencies [#7149](https://github.com/pnpm/pnpm/pull/7149). + ## 31.1.18 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index c3fa2127dc..7dd69c1503 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.18", + "version": "31.1.19", "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 289edc8ca1..856391d4cf 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 3.1.8 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.1.8 + ## 3.1.7 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 3a44a31c8b..1840b285e0 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.1.7", + "version": "3.1.8", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/reviewing/list/CHANGELOG.md b/reviewing/list/CHANGELOG.md index 721e7dd61b..72a89a1f53 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/list +## 9.1.1 + +### Patch Changes + +- 40798fb1c: Fix memory error in `pnpm why` when the dependencies tree is too big, the command will now prune the tree to just 10 end leafs and now supports `--depth` argument. + ## 9.1.0 ### Minor Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index 9ff226d1ef..09eab275ba 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "9.1.0", + "version": "9.1.1", "description": "List installed packages in a symlinked `node_modules`", "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 78099a10f1..11d4cea1aa 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 7.0.23 + +### Patch Changes + +- Updated dependencies [40798fb1c] + - @pnpm/list@9.1.1 + ## 7.0.22 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 5e4263c0bd..a485c9aefd 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.22", + "version": "7.0.23", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts",