From da578df55bd1673ccbee937cfa8bd28f3d68dd9c Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 31 Aug 2020 15:37:04 +0300 Subject: [PATCH] chore(release): 5.5.5 --- .changeset/dull-pillows-rule.md | 11 ----------- .changeset/forty-hounds-yawn.md | 5 ----- .changeset/popular-bugs-draw.md | 5 ----- .changeset/yellow-readers-raise.md | 7 ------- packages/default-reporter/CHANGELOG.md | 6 ++++++ packages/default-reporter/package.json | 2 +- packages/plugin-commands-audit/CHANGELOG.md | 6 ++++++ packages/plugin-commands-audit/package.json | 2 +- packages/plugin-commands-import/CHANGELOG.md | 7 +++++++ packages/plugin-commands-import/package.json | 4 ++-- .../plugin-commands-installation/CHANGELOG.md | 16 ++++++++++++++++ .../plugin-commands-installation/package.json | 4 ++-- packages/plugin-commands-outdated/CHANGELOG.md | 6 ++++++ packages/plugin-commands-outdated/package.json | 2 +- packages/pnpm/CHANGELOG.md | 8 ++++++++ packages/pnpm/package.json | 12 ++++++------ packages/supi/CHANGELOG.md | 6 ++++++ packages/supi/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 19 files changed, 76 insertions(+), 49 deletions(-) delete mode 100644 .changeset/dull-pillows-rule.md delete mode 100644 .changeset/forty-hounds-yawn.md delete mode 100644 .changeset/popular-bugs-draw.md delete mode 100644 .changeset/yellow-readers-raise.md diff --git a/.changeset/dull-pillows-rule.md b/.changeset/dull-pillows-rule.md deleted file mode 100644 index 56f14fc2b7..0000000000 --- a/.changeset/dull-pillows-rule.md +++ /dev/null @@ -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=` -- `--fetch-retry-factor=` -- `--fetch-retry-maxtimeout=` -- `--fetch-retry-mintimeout=` diff --git a/.changeset/forty-hounds-yawn.md b/.changeset/forty-hounds-yawn.md deleted file mode 100644 index ff97a6c30b..0000000000 --- a/.changeset/forty-hounds-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/default-reporter": patch ---- - -Fixes a regression published in pnpm v5.5.3 as a result of nullish coalescing refactoring. diff --git a/.changeset/popular-bugs-draw.md b/.changeset/popular-bugs-draw.md deleted file mode 100644 index 4121082794..0000000000 --- a/.changeset/popular-bugs-draw.md +++ /dev/null @@ -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. diff --git a/.changeset/yellow-readers-raise.md b/.changeset/yellow-readers-raise.md deleted file mode 100644 index f7ae61d3f2..0000000000 --- a/.changeset/yellow-readers-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/plugin-commands-audit": patch -"@pnpm/plugin-commands-installation": patch -"@pnpm/plugin-commands-outdated": patch ---- - -Update table to v6. diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index f2f8966f07..dbff8c3190 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -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 diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 6b028f9bb0..45c966dae0 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -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", diff --git a/packages/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index c51291f09f..eaa1850e0c 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-audit +## 2.0.10 + +### Patch Changes + +- 6138b56d0: Update table to v6. + ## 2.0.9 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 51fd42e297..aec94cf73d 100644 --- a/packages/plugin-commands-audit/package.json +++ b/packages/plugin-commands-audit/package.json @@ -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", diff --git a/packages/plugin-commands-import/CHANGELOG.md b/packages/plugin-commands-import/CHANGELOG.md index b5ddb871e5..f2ab063f16 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.53 + +### Patch Changes + +- Updated dependencies [83e2e6879] + - supi@0.41.21 + ## 1.0.52 ### Patch Changes diff --git a/packages/plugin-commands-import/package.json b/packages/plugin-commands-import/package.json index 32d62c9633..2912d6f1e0 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.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" } diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index 3dc759c506..ce3955fc77 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -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=` + - `--fetch-retry-factor=` + - `--fetch-retry-maxtimeout=` + - `--fetch-retry-mintimeout=` + +- 6138b56d0: Update table to v6. +- Updated dependencies [83e2e6879] + - supi@0.41.21 + ## 3.1.11 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 93f3528129..3f1adc058e 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.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" }, diff --git a/packages/plugin-commands-outdated/CHANGELOG.md b/packages/plugin-commands-outdated/CHANGELOG.md index 48d066ff52..ce58e20fdc 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-outdated +## 3.0.9 + +### Patch Changes + +- 6138b56d0: Update table to v6. + ## 3.0.8 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index eb44decae0..6a713ff9f3 100644 --- a/packages/plugin-commands-outdated/package.json +++ b/packages/plugin-commands-outdated/package.json @@ -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", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 149eb71b5f..d4f22e9708 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -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