chore(release): 5.5.8

This commit is contained in:
Zoltan Kochan
2020-09-02 13:41:09 +03:00
parent c7e856fac0
commit fa504bcb22
10 changed files with 38 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"supi": patch
---
Cache the already resolved peer dependencies to make peers resolution faster and consume less memory.

View File

@@ -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

View File

@@ -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"
}

View File

@@ -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

View File

@@ -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"
},

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "5.5.7",
"version": "5.5.8",
"author": "Zoltan Kochan <z@kochan.io> (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",

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"name": "supi",
"description": "Fast, disk space efficient installation engine",
"version": "0.41.23",
"version": "0.41.24",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"

8
pnpm-lock.yaml generated
View File

@@ -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'