diff --git a/.changeset/swift-spiders-flash.md b/.changeset/swift-spiders-flash.md deleted file mode 100644 index 6e43d90811..0000000000 --- a/.changeset/swift-spiders-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"supi": patch ---- - -Cache the already resolved peer dependencies to make peers resolution faster and consume less memory. diff --git a/packages/plugin-commands-import/CHANGELOG.md b/packages/plugin-commands-import/CHANGELOG.md index 9c4ed28400..8a93a4cf82 100644 --- a/packages/plugin-commands-import/CHANGELOG.md +++ b/packages/plugin-commands-import/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-import +## 1.0.56 + +### Patch Changes + +- Updated dependencies [c7e856fac] + - supi@0.41.24 + ## 1.0.55 ### Patch Changes diff --git a/packages/plugin-commands-import/package.json b/packages/plugin-commands-import/package.json index 81cf0accb9..d4d10909d1 100644 --- a/packages/plugin-commands-import/package.json +++ b/packages/plugin-commands-import/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-import", - "version": "1.0.55", + "version": "1.0.56", "description": "The import command", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -50,7 +50,7 @@ "@zkochan/rimraf": "^1.0.0", "load-json-file": "^6.2.0", "render-help": "^1.0.0", - "supi": "workspace:0.41.23" + "supi": "workspace:0.41.24" }, "funding": "https://opencollective.com/pnpm" } diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index c9b4ae9268..5c2ae9bc3e 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-installation +## 3.1.15 + +### Patch Changes + +- Updated dependencies [c7e856fac] + - supi@0.41.24 + ## 3.1.14 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 5b97f25b11..7aea33b1b2 100644 --- a/packages/plugin-commands-installation/package.json +++ b/packages/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "3.1.14", + "version": "3.1.15", "description": "Commands for installation", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -89,7 +89,7 @@ "ramda": "^0.27.1", "read-ini-file": "^3.0.0", "render-help": "^1.0.0", - "supi": "workspace:0.41.23", + "supi": "workspace:0.41.24", "table": "^6.0.1", "version-selector-type": "^3.0.0" }, diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index c0762da7f7..294bd85aaf 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,11 @@ # pnpm +## 5.5.8 + +### Patch Changes + +- "Heap out of memory" error fixed, which happened on some huge projects with big amount of peer dependencies, since pnpm v3.4.0 (#2339). + ## 5.5.7 ### Patch Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 700abdbcb8..57467b334d 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "5.5.7", + "version": "5.5.8", "author": "Zoltan Kochan (https://www.kochan.io/)", "bin": { "pnpm": "bin/pnpm.js", @@ -30,8 +30,8 @@ "@pnpm/logger": "^3.2.2", "@pnpm/parse-cli-args": "workspace:3.1.2", "@pnpm/plugin-commands-audit": "workspace:2.0.11", - "@pnpm/plugin-commands-import": "workspace:1.0.55", - "@pnpm/plugin-commands-installation": "workspace:3.1.14", + "@pnpm/plugin-commands-import": "workspace:1.0.56", + "@pnpm/plugin-commands-installation": "workspace:3.1.15", "@pnpm/plugin-commands-listing": "workspace:2.0.21", "@pnpm/plugin-commands-outdated": "workspace:3.0.10", "@pnpm/plugin-commands-publishing": "workspace:2.1.20", diff --git a/packages/supi/CHANGELOG.md b/packages/supi/CHANGELOG.md index cab2266ffa..20824d81a3 100644 --- a/packages/supi/CHANGELOG.md +++ b/packages/supi/CHANGELOG.md @@ -1,5 +1,11 @@ # supi +## 0.41.24 + +### Patch Changes + +- c7e856fac: Cache the already resolved peer dependencies to make peers resolution faster and consume less memory. + ## 0.41.23 ### Patch Changes diff --git a/packages/supi/package.json b/packages/supi/package.json index 368da980ad..8355ca2580 100644 --- a/packages/supi/package.json +++ b/packages/supi/package.json @@ -1,7 +1,7 @@ { "name": "supi", "description": "Fast, disk space efficient installation engine", - "version": "0.41.23", + "version": "0.41.24", "author": "Zoltan Kochan (https://www.kochan.io/)", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c1746ebed..94dcebc7ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1547,7 +1547,7 @@ importers: load-json-file: ^6.2.0 ncp: ^2.0.0 render-help: ^1.0.0 - supi: 'workspace:0.41.23' + supi: 'workspace:0.41.24' tempy: ^0.6.0 packages/plugin-commands-installation: dependencies: @@ -1663,7 +1663,7 @@ importers: read-yaml-file: ^2.0.0 render-help: ^1.0.0 sinon: ^9.0.3 - supi: 'workspace:0.41.23' + supi: 'workspace:0.41.24' table: ^6.0.1 tempy: ^0.6.0 version-selector-type: ^3.0.0 @@ -2234,8 +2234,8 @@ importers: '@pnpm/modules-yaml': 'workspace:*' '@pnpm/parse-cli-args': 'workspace:3.1.2' '@pnpm/plugin-commands-audit': 'workspace:2.0.11' - '@pnpm/plugin-commands-import': 'workspace:1.0.55' - '@pnpm/plugin-commands-installation': 'workspace:3.1.14' + '@pnpm/plugin-commands-import': 'workspace:1.0.56' + '@pnpm/plugin-commands-installation': 'workspace:3.1.15' '@pnpm/plugin-commands-listing': 'workspace:2.0.21' '@pnpm/plugin-commands-outdated': 'workspace:3.0.10' '@pnpm/plugin-commands-publishing': 'workspace:2.1.20'