From 6f1254166287fc2db155fc7ee4cf274b51dc9ebb Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 14 Jan 2021 02:53:21 +0200 Subject: [PATCH] chore(release): 5.15.1 --- .changeset/friendly-balloons-explain.md | 5 ---- .changeset/friendly-taxis-shave.md | 5 ---- .changeset/silent-islands-happen.md | 5 ---- .changeset/stale-comics-press.md | 5 ---- packages/list/CHANGELOG.md | 6 +++++ packages/list/package.json | 2 +- packages/plugin-commands-import/CHANGELOG.md | 6 +++++ packages/plugin-commands-import/package.json | 4 ++-- .../plugin-commands-installation/CHANGELOG.md | 6 +++++ .../plugin-commands-installation/package.json | 4 ++-- packages/plugin-commands-listing/CHANGELOG.md | 7 ++++++ packages/plugin-commands-listing/package.json | 6 ++--- .../plugin-commands-outdated/package.json | 2 +- .../plugin-commands-publishing/CHANGELOG.md | 6 +++++ .../plugin-commands-publishing/package.json | 2 +- packages/pnpm/CHANGELOG.md | 24 +++++++++++++++++++ packages/pnpm/package.json | 10 ++++---- packages/resolve-dependencies/CHANGELOG.md | 6 +++++ packages/resolve-dependencies/package.json | 2 +- packages/supi/CHANGELOG.md | 7 ++++++ packages/supi/package.json | 4 ++-- pnpm-lock.yaml | 20 ++++++++-------- 22 files changed, 96 insertions(+), 48 deletions(-) delete mode 100644 .changeset/friendly-balloons-explain.md delete mode 100644 .changeset/friendly-taxis-shave.md delete mode 100644 .changeset/silent-islands-happen.md delete mode 100644 .changeset/stale-comics-press.md diff --git a/.changeset/friendly-balloons-explain.md b/.changeset/friendly-balloons-explain.md deleted file mode 100644 index d7c11931d9..0000000000 --- a/.changeset/friendly-balloons-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -Finding the global directory location should not fail when one of the possible locations is in a read-only filesystem. diff --git a/.changeset/friendly-taxis-shave.md b/.changeset/friendly-taxis-shave.md deleted file mode 100644 index fc6c7c53cb..0000000000 --- a/.changeset/friendly-taxis-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch ---- - -The workspace protocol should work in subdependencies. diff --git a/.changeset/silent-islands-happen.md b/.changeset/silent-islands-happen.md deleted file mode 100644 index e17637ec36..0000000000 --- a/.changeset/silent-islands-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/list": patch ---- - -format package name in ls comand diff --git a/.changeset/stale-comics-press.md b/.changeset/stale-comics-press.md deleted file mode 100644 index 3adc91a7e1..0000000000 --- a/.changeset/stale-comics-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-publishing": patch ---- - -add 'main' to default publish branch diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index dff66ff0f4..38b7fb77ba 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/list +## 5.0.20 + +### Patch Changes + +- f1dc3c872: format package name in ls comand + ## 5.0.19 ### Patch Changes diff --git a/packages/list/package.json b/packages/list/package.json index f204a716ba..a5e17b972c 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "5.0.19", + "version": "5.0.20", "description": "List installed packages in a symlinked `node_modules`", "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 1424cdc451..9dc9fd83a6 100644 --- a/packages/plugin-commands-import/CHANGELOG.md +++ b/packages/plugin-commands-import/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-import +## 1.0.92 + +### Patch Changes + +- supi@0.43.27 + ## 1.0.91 ### Patch Changes diff --git a/packages/plugin-commands-import/package.json b/packages/plugin-commands-import/package.json index 4f101cddbf..1940adb5d6 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.91", + "version": "1.0.92", "description": "The import command", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -49,7 +49,7 @@ "@zkochan/rimraf": "^1.0.0", "load-json-file": "^6.2.0", "render-help": "^1.0.1", - "supi": "workspace:0.43.26" + "supi": "workspace:0.43.27" }, "funding": "https://opencollective.com/pnpm" } diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index 0364fd1b7b..5f630ae134 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-installation +## 3.5.10 + +### Patch Changes + +- supi@0.43.27 + ## 3.5.9 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 222de1d988..418a1107ee 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.5.9", + "version": "3.5.10", "description": "Commands for installation", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -92,7 +92,7 @@ "ramda": "^0.27.1", "read-ini-file": "^3.0.0", "render-help": "^1.0.1", - "supi": "workspace:0.43.26", + "supi": "workspace:0.43.27", "version-selector-type": "^3.0.0" }, "peerDependencies": { diff --git a/packages/plugin-commands-listing/CHANGELOG.md b/packages/plugin-commands-listing/CHANGELOG.md index 9b3ad593a5..94bf082de0 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 2.0.44 + +### Patch Changes + +- Updated dependencies [f1dc3c872] + - @pnpm/list@5.0.20 + ## 2.0.43 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 99f6e9880a..c0cbb9535a 100644 --- a/packages/plugin-commands-listing/package.json +++ b/packages/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "2.0.43", + "version": "2.0.44", "description": "The list and why commands of pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -35,7 +35,7 @@ "@pnpm/constants": "workspace:4.1.0", "@pnpm/filter-workspace-packages": "workspace:2.3.3", "@pnpm/logger": "^3.2.3", - "@pnpm/plugin-commands-installation": "workspace:3.5.9", + "@pnpm/plugin-commands-installation": "workspace:3.5.10", "@pnpm/prepare": "workspace:0.0.16", "@types/mz": "^2.7.3", "@types/ramda": "^0.27.34", @@ -49,7 +49,7 @@ "@pnpm/common-cli-options-help": "workspace:0.3.0", "@pnpm/config": "workspace:11.11.0", "@pnpm/error": "workspace:1.4.0", - "@pnpm/list": "workspace:5.0.19", + "@pnpm/list": "workspace:5.0.20", "@pnpm/types": "workspace:6.3.1", "ramda": "^0.27.1", "render-help": "^1.0.1" diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index b9b445da65..b406e7a0e9 100644 --- a/packages/plugin-commands-outdated/package.json +++ b/packages/plugin-commands-outdated/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@pnpm/constants": "workspace:4.1.0", "@pnpm/filter-workspace-packages": "workspace:2.3.3", - "@pnpm/plugin-commands-installation": "workspace:3.5.9", + "@pnpm/plugin-commands-installation": "workspace:3.5.10", "@pnpm/prepare": "workspace:0.0.16", "@pnpm/types": "workspace:6.3.1", "@types/lru-cache": "^5.1.0", diff --git a/packages/plugin-commands-publishing/CHANGELOG.md b/packages/plugin-commands-publishing/CHANGELOG.md index a912a11ab4..5d50b52228 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-publishing +## 2.3.10 + +### Patch Changes + +- 6af60416c: add 'main' to default publish branch + ## 2.3.9 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index 324dc5b521..e6c180f13a 100644 --- a/packages/plugin-commands-publishing/package.json +++ b/packages/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "2.3.9", + "version": "2.3.10", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 12f797f896..360d78c84f 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,29 @@ # pnpm +## 5.15.1 + +### Patch Changes + +- Finding the global directory location should not fail when one of the possible locations is in a read-only filesystem [#2794](https://github.com/pnpm/pnpm/issues/2794). + +- Don't ask for confirmation, when publishing happens on a branch name `"main"` [#2995](https://github.com/pnpm/pnpm/issues/2995). + +- Highlight the project names in the output of the `pnpm list` command [#3024](https://github.com/pnpm/pnpm/issues/3024). + +- It should be possible to use the workspace protocol with version specs inside `pnpm.overrides` [#3029](https://github.com/pnpm/pnpm/issues/3029). + + For instance: + + ```json + { + "pnpm": { + "overrides": { + "foo": "workspace:*" + } + } + } + ``` + ## 5.15.0 ### Minor Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 8bc3a23b83..4ac7cae8db 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.15.0", + "version": "5.15.1", "author": "Zoltan Kochan (https://www.kochan.io/)", "bin": { "pnpm": "bin/pnpm.js", @@ -38,11 +38,11 @@ "@pnpm/modules-yaml": "workspace:8.0.5", "@pnpm/parse-cli-args": "workspace:3.2.2", "@pnpm/plugin-commands-audit": "workspace:2.0.35", - "@pnpm/plugin-commands-import": "workspace:1.0.91", - "@pnpm/plugin-commands-installation": "workspace:3.5.9", - "@pnpm/plugin-commands-listing": "workspace:2.0.43", + "@pnpm/plugin-commands-import": "workspace:1.0.92", + "@pnpm/plugin-commands-installation": "workspace:3.5.10", + "@pnpm/plugin-commands-listing": "workspace:2.0.44", "@pnpm/plugin-commands-outdated": "workspace:3.0.39", - "@pnpm/plugin-commands-publishing": "workspace:2.3.9", + "@pnpm/plugin-commands-publishing": "workspace:2.3.10", "@pnpm/plugin-commands-rebuild": "workspace:2.2.16", "@pnpm/plugin-commands-script-runners": "workspace:2.5.11", "@pnpm/plugin-commands-server": "workspace:2.0.58", diff --git a/packages/resolve-dependencies/CHANGELOG.md b/packages/resolve-dependencies/CHANGELOG.md index 5c4a1e82e8..26399b29fe 100644 --- a/packages/resolve-dependencies/CHANGELOG.md +++ b/packages/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 18.2.6 + +### Patch Changes + +- e665f5105: The workspace protocol should work in subdependencies. + ## 18.2.5 ### Patch Changes diff --git a/packages/resolve-dependencies/package.json b/packages/resolve-dependencies/package.json index 9c69c53117..c00cf80889 100644 --- a/packages/resolve-dependencies/package.json +++ b/packages/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "18.2.5", + "version": "18.2.6", "author": "Zoltan Kochan (https://www.kochan.io/)", "description": "Resolves dependency graph of a package", "main": "lib/index.js", diff --git a/packages/supi/CHANGELOG.md b/packages/supi/CHANGELOG.md index 6494a48db4..3dae0c24f1 100644 --- a/packages/supi/CHANGELOG.md +++ b/packages/supi/CHANGELOG.md @@ -1,5 +1,12 @@ # supi +## 0.43.27 + +### Patch Changes + +- Updated dependencies [e665f5105] + - @pnpm/resolve-dependencies@18.2.6 + ## 0.43.26 ### Patch Changes diff --git a/packages/supi/package.json b/packages/supi/package.json index 4aea252785..1b340d5a1f 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.43.26", + "version": "0.43.27", "author": "Zoltan Kochan (https://www.kochan.io/)", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" @@ -41,7 +41,7 @@ "@pnpm/read-package-json": "workspace:3.1.8", "@pnpm/read-project-manifest": "workspace:1.1.5", "@pnpm/remove-bins": "workspace:1.0.9", - "@pnpm/resolve-dependencies": "workspace:18.2.5", + "@pnpm/resolve-dependencies": "workspace:18.2.6", "@pnpm/resolver-base": "workspace:7.1.0", "@pnpm/store-controller-types": "workspace:9.2.0", "@pnpm/symlink-dependency": "workspace:3.0.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2dc96b90aa..72e978bcb3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1672,7 +1672,7 @@ importers: load-json-file: ^6.2.0 ncp: ^2.0.0 render-help: ^1.0.1 - supi: workspace:0.43.26 + supi: workspace:0.43.27 tempy: ^1.0.0 packages/plugin-commands-installation: dependencies: @@ -1794,7 +1794,7 @@ importers: read-yaml-file: ^2.0.0 render-help: ^1.0.1 sinon: ^9.2.2 - supi: workspace:0.43.26 + supi: workspace:0.43.27 tempy: ^1.0.0 version-selector-type: ^3.0.0 write-json-file: ^4.3.0 @@ -1830,9 +1830,9 @@ importers: '@pnpm/constants': workspace:4.1.0 '@pnpm/error': workspace:1.4.0 '@pnpm/filter-workspace-packages': workspace:2.3.3 - '@pnpm/list': workspace:5.0.19 + '@pnpm/list': workspace:5.0.20 '@pnpm/logger': ^3.2.3 - '@pnpm/plugin-commands-installation': workspace:3.5.9 + '@pnpm/plugin-commands-installation': workspace:3.5.10 '@pnpm/plugin-commands-listing': 'link:' '@pnpm/prepare': workspace:0.0.16 '@pnpm/types': workspace:6.3.1 @@ -1893,7 +1893,7 @@ importers: '@pnpm/matcher': workspace:1.0.3 '@pnpm/modules-yaml': workspace:8.0.5 '@pnpm/outdated': workspace:7.2.21 - '@pnpm/plugin-commands-installation': workspace:3.5.9 + '@pnpm/plugin-commands-installation': workspace:3.5.10 '@pnpm/plugin-commands-outdated': 'link:' '@pnpm/prepare': workspace:0.0.16 '@pnpm/semver-diff': ^1.0.2 @@ -2362,11 +2362,11 @@ importers: '@pnpm/modules-yaml': workspace:8.0.5 '@pnpm/parse-cli-args': workspace:3.2.2 '@pnpm/plugin-commands-audit': workspace:2.0.35 - '@pnpm/plugin-commands-import': workspace:1.0.91 - '@pnpm/plugin-commands-installation': workspace:3.5.9 - '@pnpm/plugin-commands-listing': workspace:2.0.43 + '@pnpm/plugin-commands-import': workspace:1.0.92 + '@pnpm/plugin-commands-installation': workspace:3.5.10 + '@pnpm/plugin-commands-listing': workspace:2.0.44 '@pnpm/plugin-commands-outdated': workspace:3.0.39 - '@pnpm/plugin-commands-publishing': workspace:2.3.9 + '@pnpm/plugin-commands-publishing': workspace:2.3.10 '@pnpm/plugin-commands-rebuild': workspace:2.2.16 '@pnpm/plugin-commands-script-runners': workspace:2.5.11 '@pnpm/plugin-commands-server': workspace:2.0.58 @@ -2888,7 +2888,7 @@ importers: '@pnpm/read-package-json': workspace:3.1.8 '@pnpm/read-project-manifest': workspace:1.1.5 '@pnpm/remove-bins': workspace:1.0.9 - '@pnpm/resolve-dependencies': workspace:18.2.5 + '@pnpm/resolve-dependencies': workspace:18.2.6 '@pnpm/resolver-base': workspace:7.1.0 '@pnpm/store-controller-types': workspace:9.2.0 '@pnpm/store-path': ^4.0.4