chore(release): 5.5.5

This commit is contained in:
Zoltan Kochan
2020-08-31 15:37:04 +03:00
parent 13c332e691
commit da578df55b
19 changed files with 76 additions and 49 deletions

View File

@@ -1,11 +0,0 @@
---
"@pnpm/plugin-commands-installation": patch
---
It should be possible to set the fetch related options through CLI options.
These are the fetch options:
- `--fetch-retries=<number>`
- `--fetch-retry-factor=<number>`
- `--fetch-retry-maxtimeout=<number>`
- `--fetch-retry-mintimeout=<number>`

View File

@@ -1,5 +0,0 @@
---
"@pnpm/default-reporter": patch
---
Fixes a regression published in pnpm v5.5.3 as a result of nullish coalescing refactoring.

View File

@@ -1,5 +0,0 @@
---
"supi": patch
---
When updating specs in the lockfile, read the specs from the manifest in the right order: optionalDependencies > dependencies > devDependencies.

View File

@@ -1,7 +0,0 @@
---
"@pnpm/plugin-commands-audit": patch
"@pnpm/plugin-commands-installation": patch
"@pnpm/plugin-commands-outdated": patch
---
Update table to v6.

View File

@@ -1,5 +1,11 @@
# @pnpm/default-reporter
## 7.6.3
### Patch Changes
- 13c332e69: Fixes a regression published in pnpm v5.5.3 as a result of nullish coalescing refactoring.
## 7.6.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "7.6.2",
"version": "7.6.3",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-audit
## 2.0.10
### Patch Changes
- 6138b56d0: Update table to v6.
## 2.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "2.0.9",
"version": "2.0.10",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-import
## 1.0.53
### Patch Changes
- Updated dependencies [83e2e6879]
- supi@0.41.21
## 1.0.52
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-import",
"version": "1.0.52",
"version": "1.0.53",
"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.20"
"supi": "workspace:0.41.21"
},
"funding": "https://opencollective.com/pnpm"
}

View File

@@ -1,5 +1,21 @@
# @pnpm/plugin-commands-installation
## 3.1.12
### Patch Changes
- e65e9bb3d: It should be possible to set the fetch related options through CLI options.
These are the fetch options:
- `--fetch-retries=<number>`
- `--fetch-retry-factor=<number>`
- `--fetch-retry-maxtimeout=<number>`
- `--fetch-retry-mintimeout=<number>`
- 6138b56d0: Update table to v6.
- Updated dependencies [83e2e6879]
- supi@0.41.21
## 3.1.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "3.1.11",
"version": "3.1.12",
"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.20",
"supi": "workspace:0.41.21",
"table": "^6.0.1",
"version-selector-type": "^3.0.0"
},

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-outdated
## 3.0.9
### Patch Changes
- 6138b56d0: Update table to v6.
## 3.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "3.0.8",
"version": "3.0.9",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# pnpm
## 5.5.5
### Patch Changes
- Generate a valid lockfile, when the same dependency is specified both in `devDependencies` and `optionalDependencies` (#2807).
- It should be possible to set the fetch related options through CLI options (#2810).
- Fix a regression introduced to `pnpm run --parallel <script>` in pnpm v5.5.4.
## 5.5.4
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "5.5.4",
"version": "5.5.5",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"bin": {
"pnpm": "bin/pnpm.js",
@@ -23,17 +23,17 @@
"@pnpm/common-cli-options-help": "workspace:0.1.6",
"@pnpm/config": "workspace:11.2.6",
"@pnpm/core-loggers": "workspace:4.2.0",
"@pnpm/default-reporter": "workspace:7.6.2",
"@pnpm/default-reporter": "workspace:7.6.3",
"@pnpm/file-reporter": "^1.0.0",
"@pnpm/filter-workspace-packages": "workspace:2.1.17",
"@pnpm/find-workspace-dir": "workspace:1.0.1",
"@pnpm/logger": "^3.2.2",
"@pnpm/parse-cli-args": "workspace:3.1.2",
"@pnpm/plugin-commands-audit": "workspace:2.0.9",
"@pnpm/plugin-commands-import": "workspace:1.0.52",
"@pnpm/plugin-commands-installation": "workspace:3.1.11",
"@pnpm/plugin-commands-audit": "workspace:2.0.10",
"@pnpm/plugin-commands-import": "workspace:1.0.53",
"@pnpm/plugin-commands-installation": "workspace:3.1.12",
"@pnpm/plugin-commands-listing": "workspace:2.0.20",
"@pnpm/plugin-commands-outdated": "workspace:3.0.8",
"@pnpm/plugin-commands-outdated": "workspace:3.0.9",
"@pnpm/plugin-commands-publishing": "workspace:2.1.19",
"@pnpm/plugin-commands-rebuild": "workspace:2.0.33",
"@pnpm/plugin-commands-script-runners": "workspace:1.2.19",

View File

@@ -1,5 +1,11 @@
# supi
## 0.41.21
### Patch Changes
- 83e2e6879: When updating specs in the lockfile, read the specs from the manifest in the right order: optionalDependencies > dependencies > devDependencies.
## 0.41.20
### Patch Changes

View File

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

14
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.20'
supi: 'workspace:0.41.21'
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.20'
supi: 'workspace:0.41.21'
table: ^6.0.1
tempy: ^0.6.0
version-selector-type: ^3.0.0
@@ -2224,7 +2224,7 @@ importers:
'@pnpm/config': 'workspace:11.2.6'
'@pnpm/constants': 'workspace:4.0.0'
'@pnpm/core-loggers': 'workspace:4.2.0'
'@pnpm/default-reporter': 'workspace:7.6.2'
'@pnpm/default-reporter': 'workspace:7.6.3'
'@pnpm/file-reporter': ^1.0.0
'@pnpm/filter-workspace-packages': 'workspace:2.1.17'
'@pnpm/find-workspace-dir': 'workspace:1.0.1'
@@ -2233,11 +2233,11 @@ importers:
'@pnpm/logger': ^3.2.2
'@pnpm/modules-yaml': 'workspace:*'
'@pnpm/parse-cli-args': 'workspace:3.1.2'
'@pnpm/plugin-commands-audit': 'workspace:2.0.9'
'@pnpm/plugin-commands-import': 'workspace:1.0.52'
'@pnpm/plugin-commands-installation': 'workspace:3.1.11'
'@pnpm/plugin-commands-audit': 'workspace:2.0.10'
'@pnpm/plugin-commands-import': 'workspace:1.0.53'
'@pnpm/plugin-commands-installation': 'workspace:3.1.12'
'@pnpm/plugin-commands-listing': 'workspace:2.0.20'
'@pnpm/plugin-commands-outdated': 'workspace:3.0.8'
'@pnpm/plugin-commands-outdated': 'workspace:3.0.9'
'@pnpm/plugin-commands-publishing': 'workspace:2.1.19'
'@pnpm/plugin-commands-rebuild': 'workspace:2.0.33'
'@pnpm/plugin-commands-script-runners': 'workspace:1.2.19'