chore(release): 5.15.1

This commit is contained in:
Zoltan Kochan
2021-01-14 02:53:21 +02:00
parent 47cce01652
commit 6f12541662
22 changed files with 96 additions and 48 deletions

View File

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

View File

@@ -1,5 +0,0 @@
---
"@pnpm/resolve-dependencies": patch
---
The workspace protocol should work in subdependencies.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/list": patch
---
format package name in ls comand

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-publishing": patch
---
add 'main' to default publish branch

View File

@@ -1,5 +1,11 @@
# @pnpm/list
## 5.0.20
### Patch Changes
- f1dc3c872: format package name in ls comand
## 5.0.19
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-import
## 1.0.92
### Patch Changes
- supi@0.43.27
## 1.0.91
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-installation
## 3.5.10
### Patch Changes
- supi@0.43.27
## 3.5.9
### Patch Changes

View File

@@ -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": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "18.2.5",
"version": "18.2.6",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",

View File

@@ -1,5 +1,12 @@
# supi
## 0.43.27
### Patch Changes
- Updated dependencies [e665f5105]
- @pnpm/resolve-dependencies@18.2.6
## 0.43.26
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "supi",
"description": "Fast, disk space efficient installation engine",
"version": "0.43.26",
"version": "0.43.27",
"author": "Zoltan Kochan <z@kochan.io> (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",

20
pnpm-lock.yaml generated
View File

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