chore(release): 7.14.1

This commit is contained in:
Zoltan Kochan
2022-10-29 13:32:43 +03:00
parent a14ad09e6b
commit f50fd10a1c
69 changed files with 279 additions and 75 deletions

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-publishing": patch
---
Remove double negative error code name in ERR_PNPM_GIT_NOT_UNCLEAN

View File

@@ -1,6 +0,0 @@
---
"@pnpm/list": patch
"pnpm": patch
---
`pnpm list --long --json` should print licenses and authors of packagese [#5533](https://github.com/pnpm/pnpm/pull/5533).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/resolve-dependencies": patch
"pnpm": patch
---
Don't crash on lockfile with no packages field [#5553](https://github.com/pnpm/pnpm/issues/5553).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/hooks.read-package-hook": patch
"pnpm": patch
---
Version overrider should have higher priority then custom read package hook from `.pnpmfile.cjs`.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/default-reporter": patch
"pnpm": patch
---
Don't print context information when running install for the `pnpm dlx` command.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/config": patch
"pnpm": patch
---
Print a warning if a package.json has a workspaces field but there is no pnpm-workspace.yaml file [#5363](https://github.com/pnpm/pnpm/issues/5363).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/config": patch
"pnpm": patch
---
It should be possible to set a custom home directory for pnpm by changing the PNPM_HOME environment variable.

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.14.0",
"version": "7.14.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.14.0",
"version": "7.14.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.14.0",
"version": "7.14.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.14.0",
"version": "7.14.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.14.0",
"version": "7.14.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,5 +1,15 @@
# @pnpm/cli-utils
## 1.0.3
### Patch Changes
- Updated dependencies [0018cd03e]
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/default-reporter@11.0.3
- @pnpm/config@16.0.3
## 1.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/config
## 16.0.3
### Patch Changes
- aacb83f73: Print a warning if a package.json has a workspaces field but there is no pnpm-workspace.yaml file [#5363](https://github.com/pnpm/pnpm/issues/5363).
- a14ad09e6: It should be possible to set a custom home directory for pnpm by changing the PNPM_HOME environment variable.
- @pnpm/pnpmfile@4.0.3
## 16.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.0.2",
"version": "16.0.3",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/core
## 7.0.3
### Patch Changes
- Updated dependencies [3c36e7e02]
- Updated dependencies [da22f0c1f]
- @pnpm/resolve-dependencies@29.0.3
- @pnpm/hooks.read-package-hook@2.0.3
## 7.0.2
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "7.0.2",
"version": "7.0.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/default-reporter
## 11.0.3
### Patch Changes
- 0018cd03e: Don't print context information when running install for the `pnpm dlx` command.
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
## 11.0.2
### Patch Changes

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.14.0",
"version": "7.14.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"

View File

@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages
## 6.0.3
### Patch Changes
- @pnpm/find-workspace-packages@5.0.3
## 6.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "6.0.2",
"version": "6.0.3",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages
## 5.0.3
### Patch Changes
- @pnpm/cli-utils@1.0.3
## 5.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "5.0.2",
"version": "5.0.3",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/hooks.read-package-hook
## 2.0.3
### Patch Changes
- da22f0c1f: Version overrider should have higher priority then custom read package hook from `.pnpmfile.cjs`.
## 2.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "2.0.2",
"version": "2.0.3",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/list
## 8.0.2
### Patch Changes
- f36549165: `pnpm list --long --json` should print licenses and authors of packagese [#5533](https://github.com/pnpm/pnpm/pull/5533).
## 8.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "8.0.1",
"version": "8.0.2",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/mount-modules
## 0.3.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
## 0.3.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.3.2",
"version": "0.3.3",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit
## 7.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
## 7.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-deploy
## 2.0.3
### Patch Changes
- @pnpm/cli-utils@1.0.3
- @pnpm/plugin-commands-installation@11.0.3
## 2.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "2.0.2",
"version": "2.0.3",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-doctor
## 1.0.1
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "1.0.0",
"version": "1.0.1",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env
## 3.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
## 3.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "3.0.2",
"version": "3.0.3",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-init
## 2.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
## 2.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "2.0.2",
"version": "2.0.3",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-installation
## 11.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/core@7.0.3
- @pnpm/cli-utils@1.0.3
- @pnpm/plugin-commands-rebuild@7.0.3
- @pnpm/store-connection-manager@5.0.3
- @pnpm/pnpmfile@4.0.3
- @pnpm/find-workspace-packages@5.0.3
- @pnpm/filter-workspace-packages@6.0.3
## 11.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "11.0.2",
"version": "11.0.3",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-listing
## 6.0.3
### Patch Changes
- Updated dependencies [f36549165]
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/list@8.0.2
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
## 6.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "6.0.2",
"version": "6.0.3",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-outdated
## 7.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
## 7.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-patching
## 2.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
- @pnpm/plugin-commands-installation@11.0.3
- @pnpm/store-connection-manager@5.0.3
## 2.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "2.0.2",
"version": "2.0.3",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-publishing
## 6.0.3
### Patch Changes
- e9cad1939: Remove double negative error code name in ERR_PNPM_GIT_NOT_UNCLEAN
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
## 6.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "6.0.2",
"version": "6.0.3",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-rebuild
## 7.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
- @pnpm/store-connection-manager@5.0.3
- @pnpm/find-workspace-packages@5.0.3
## 7.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "7.0.2",
"version": "7.0.3",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-script-runners
## 6.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
- @pnpm/plugin-commands-installation@11.0.3
## 6.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "6.0.2",
"version": "6.0.3",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-server
## 5.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
- @pnpm/store-connection-manager@5.0.3
## 5.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "5.0.2",
"version": "5.0.3",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup
## 3.0.3
### Patch Changes
- @pnpm/cli-utils@1.0.3
## 3.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "3.0.2",
"version": "3.0.3",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-store
## 6.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
- @pnpm/cli-utils@1.0.3
- @pnpm/store-connection-manager@5.0.3
## 6.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "6.0.2",
"version": "6.0.3",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# pnpm
## 7.14.1
### Patch Changes
- `pnpm list --long --json` should print licenses and authors of packages [#5533](https://github.com/pnpm/pnpm/pull/5533).
- Don't crash on lockfile with no packages field [#5553](https://github.com/pnpm/pnpm/issues/5553).
- Version overrider should have higher priority then custom read package hook from `.pnpmfile.cjs`.
- Don't print context information when running install for the `pnpm dlx` command.
- Print a warning if a `package.json` has a workspaces field but there is no `pnpm-workspace.yaml` file [#5363](https://github.com/pnpm/pnpm/issues/5363).
- It should be possible to set a custom home directory for pnpm by changing the PNPM_HOME environment variable.
## 7.14.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "7.14.0",
"version": "7.14.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"

View File

@@ -1,5 +1,11 @@
# @pnpm/pnpmfile
## 4.0.3
### Patch Changes
- @pnpm/core@7.0.3
## 4.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "4.0.2",
"version": "4.0.3",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/resolve-dependencies
## 29.0.3
### Patch Changes
- 3c36e7e02: Don't crash on lockfile with no packages field [#5553](https://github.com/pnpm/pnpm/issues/5553).
## 29.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "29.0.2",
"version": "29.0.3",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/store-connection-manager
## 5.0.3
### Patch Changes
- Updated dependencies [aacb83f73]
- Updated dependencies [a14ad09e6]
- @pnpm/config@16.0.3
## 5.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/store-connection-manager",
"version": "5.0.2",
"version": "5.0.3",
"description": "Create a direct pnpm store controller or connect to a running store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",