From f50fd10a1cd79fab1b5fc3d7df36ea2018bba727 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 29 Oct 2022 13:32:43 +0300 Subject: [PATCH] chore(release): 7.14.1 --- .changeset/dirty-donuts-talk.md | 5 ----- .changeset/hot-forks-tap.md | 6 ------ .changeset/small-ads-warn.md | 6 ------ .changeset/smooth-onions-smell.md | 6 ------ .changeset/tough-cars-kneel.md | 6 ------ .changeset/twelve-bikes-serve.md | 6 ------ .changeset/wise-pugs-wave.md | 6 ------ packages/artifacts/linux-arm64/package.json | 2 +- packages/artifacts/linux-x64/package.json | 2 +- packages/artifacts/macos-arm64/package.json | 2 +- packages/artifacts/macos-x64/package.json | 2 +- packages/artifacts/win-x64/package.json | 2 +- packages/cli-utils/CHANGELOG.md | 10 ++++++++++ packages/cli-utils/package.json | 2 +- packages/config/CHANGELOG.md | 8 ++++++++ packages/config/package.json | 2 +- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- packages/default-reporter/CHANGELOG.md | 9 +++++++++ packages/default-reporter/package.json | 2 +- packages/exe/package.json | 2 +- packages/filter-workspace-packages/CHANGELOG.md | 6 ++++++ packages/filter-workspace-packages/package.json | 2 +- packages/find-workspace-packages/CHANGELOG.md | 6 ++++++ packages/find-workspace-packages/package.json | 2 +- packages/hooks.read-package-hook/CHANGELOG.md | 6 ++++++ packages/hooks.read-package-hook/package.json | 2 +- packages/list/CHANGELOG.md | 6 ++++++ packages/list/package.json | 2 +- packages/mount-modules/CHANGELOG.md | 8 ++++++++ packages/mount-modules/package.json | 2 +- packages/plugin-commands-audit/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-audit/package.json | 2 +- packages/plugin-commands-deploy/CHANGELOG.md | 7 +++++++ packages/plugin-commands-deploy/package.json | 2 +- packages/plugin-commands-doctor/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-doctor/package.json | 2 +- packages/plugin-commands-env/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-env/package.json | 2 +- packages/plugin-commands-init/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-init/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 15 +++++++++++++++ .../plugin-commands-installation/package.json | 2 +- packages/plugin-commands-listing/CHANGELOG.md | 11 +++++++++++ packages/plugin-commands-listing/package.json | 2 +- packages/plugin-commands-outdated/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-outdated/package.json | 2 +- packages/plugin-commands-patching/CHANGELOG.md | 11 +++++++++++ packages/plugin-commands-patching/package.json | 2 +- packages/plugin-commands-publishing/CHANGELOG.md | 10 ++++++++++ packages/plugin-commands-publishing/package.json | 2 +- packages/plugin-commands-rebuild/CHANGELOG.md | 11 +++++++++++ packages/plugin-commands-rebuild/package.json | 2 +- .../plugin-commands-script-runners/CHANGELOG.md | 10 ++++++++++ .../plugin-commands-script-runners/package.json | 2 +- packages/plugin-commands-server/CHANGELOG.md | 10 ++++++++++ packages/plugin-commands-server/package.json | 2 +- packages/plugin-commands-setup/CHANGELOG.md | 6 ++++++ packages/plugin-commands-setup/package.json | 2 +- packages/plugin-commands-store/CHANGELOG.md | 10 ++++++++++ packages/plugin-commands-store/package.json | 2 +- packages/pnpm/CHANGELOG.md | 11 +++++++++++ packages/pnpm/package.json | 2 +- packages/pnpmfile/CHANGELOG.md | 6 ++++++ packages/pnpmfile/package.json | 2 +- packages/resolve-dependencies/CHANGELOG.md | 6 ++++++ packages/resolve-dependencies/package.json | 2 +- packages/store-connection-manager/CHANGELOG.md | 8 ++++++++ packages/store-connection-manager/package.json | 2 +- 69 files changed, 279 insertions(+), 75 deletions(-) delete mode 100644 .changeset/dirty-donuts-talk.md delete mode 100644 .changeset/hot-forks-tap.md delete mode 100644 .changeset/small-ads-warn.md delete mode 100644 .changeset/smooth-onions-smell.md delete mode 100644 .changeset/tough-cars-kneel.md delete mode 100644 .changeset/twelve-bikes-serve.md delete mode 100644 .changeset/wise-pugs-wave.md diff --git a/.changeset/dirty-donuts-talk.md b/.changeset/dirty-donuts-talk.md deleted file mode 100644 index e6f20b6cff..0000000000 --- a/.changeset/dirty-donuts-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-publishing": patch ---- - -Remove double negative error code name in ERR_PNPM_GIT_NOT_UNCLEAN diff --git a/.changeset/hot-forks-tap.md b/.changeset/hot-forks-tap.md deleted file mode 100644 index c5d5302120..0000000000 --- a/.changeset/hot-forks-tap.md +++ /dev/null @@ -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). diff --git a/.changeset/small-ads-warn.md b/.changeset/small-ads-warn.md deleted file mode 100644 index 62c11accdf..0000000000 --- a/.changeset/small-ads-warn.md +++ /dev/null @@ -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). diff --git a/.changeset/smooth-onions-smell.md b/.changeset/smooth-onions-smell.md deleted file mode 100644 index c392c91dbf..0000000000 --- a/.changeset/smooth-onions-smell.md +++ /dev/null @@ -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`. diff --git a/.changeset/tough-cars-kneel.md b/.changeset/tough-cars-kneel.md deleted file mode 100644 index 4da1a35fc7..0000000000 --- a/.changeset/tough-cars-kneel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/default-reporter": patch -"pnpm": patch ---- - -Don't print context information when running install for the `pnpm dlx` command. diff --git a/.changeset/twelve-bikes-serve.md b/.changeset/twelve-bikes-serve.md deleted file mode 100644 index 714d571a91..0000000000 --- a/.changeset/twelve-bikes-serve.md +++ /dev/null @@ -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). diff --git a/.changeset/wise-pugs-wave.md b/.changeset/wise-pugs-wave.md deleted file mode 100644 index 56731242f3..0000000000 --- a/.changeset/wise-pugs-wave.md +++ /dev/null @@ -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. diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index 5261b0b809..4b9b3c9752 100644 --- a/packages/artifacts/linux-arm64/package.json +++ b/packages/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.14.0", + "version": "7.14.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index eec9330506..f371031103 100644 --- a/packages/artifacts/linux-x64/package.json +++ b/packages/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.14.0", + "version": "7.14.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index e6a6e46370..073ced4bb4 100644 --- a/packages/artifacts/macos-arm64/package.json +++ b/packages/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.14.0", + "version": "7.14.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index fc27a77f67..d866339ee7 100644 --- a/packages/artifacts/macos-x64/package.json +++ b/packages/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.14.0", + "version": "7.14.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index d4ea6fe965..017537fac6 100644 --- a/packages/artifacts/win-x64/package.json +++ b/packages/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.14.0", + "version": "7.14.1", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 8cc9494e90..9adb0afcad 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -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 diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index b9035a75f9..e0655f2ce8 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -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", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 1dcf52d93e..67656b56b7 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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 diff --git a/packages/config/package.json b/packages/config/package.json index 20fbb7cd2c..74b5c5d8a5 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2d428a6970..a2277ca741 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 52af5875ff..2eee9e4872 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index 422993d828..8340c15630 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -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 diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index ff46c33d52..3c3318713f 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -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", diff --git a/packages/exe/package.json b/packages/exe/package.json index 361eb0ef66..bb35cfccc9 100644 --- a/packages/exe/package.json +++ b/packages/exe/package.json @@ -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" diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index 9277950df9..6d6a9b72a8 100644 --- a/packages/filter-workspace-packages/CHANGELOG.md +++ b/packages/filter-workspace-packages/CHANGELOG.md @@ -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 diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 0ab50f194c..814390d607 100644 --- a/packages/filter-workspace-packages/package.json +++ b/packages/filter-workspace-packages/package.json @@ -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", diff --git a/packages/find-workspace-packages/CHANGELOG.md b/packages/find-workspace-packages/CHANGELOG.md index 66edd41fe6..7d4f9c687e 100644 --- a/packages/find-workspace-packages/CHANGELOG.md +++ b/packages/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 5.0.3 + +### Patch Changes + +- @pnpm/cli-utils@1.0.3 + ## 5.0.2 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index f9a418c032..fd13e6e3de 100644 --- a/packages/find-workspace-packages/package.json +++ b/packages/find-workspace-packages/package.json @@ -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", diff --git a/packages/hooks.read-package-hook/CHANGELOG.md b/packages/hooks.read-package-hook/CHANGELOG.md index e08c4f14a9..0cb3ec7e81 100644 --- a/packages/hooks.read-package-hook/CHANGELOG.md +++ b/packages/hooks.read-package-hook/CHANGELOG.md @@ -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 diff --git a/packages/hooks.read-package-hook/package.json b/packages/hooks.read-package-hook/package.json index 61434e851d..b4b34d0149 100644 --- a/packages/hooks.read-package-hook/package.json +++ b/packages/hooks.read-package-hook/package.json @@ -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", diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index 15a1bc94e1..8e854b0101 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -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 diff --git a/packages/list/package.json b/packages/list/package.json index 572a52b7d5..25c9f27c89 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -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", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 63ae10e2ee..2573ccf4db 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -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 diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 94fdd082a5..4ce0104edd 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -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", diff --git a/packages/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index bc20b62523..871eb44111 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index e149b5d371..3bb1b8e602 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": "7.0.2", + "version": "7.0.3", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-deploy/CHANGELOG.md b/packages/plugin-commands-deploy/CHANGELOG.md index 3c85c96487..efc7e22429 100644 --- a/packages/plugin-commands-deploy/CHANGELOG.md +++ b/packages/plugin-commands-deploy/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-deploy/package.json b/packages/plugin-commands-deploy/package.json index 14e892053c..ab14518eca 100644 --- a/packages/plugin-commands-deploy/package.json +++ b/packages/plugin-commands-deploy/package.json @@ -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", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index c30b4a8d22..99b72d0433 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 275318a81e..82c31fb2e4 100644 --- a/packages/plugin-commands-doctor/package.json +++ b/packages/plugin-commands-doctor/package.json @@ -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", diff --git a/packages/plugin-commands-env/CHANGELOG.md b/packages/plugin-commands-env/CHANGELOG.md index 3d5acc7a0b..61fa61a240 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index c837b11f56..59a8e4a3a3 100644 --- a/packages/plugin-commands-env/package.json +++ b/packages/plugin-commands-env/package.json @@ -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", diff --git a/packages/plugin-commands-init/CHANGELOG.md b/packages/plugin-commands-init/CHANGELOG.md index e2b3e93505..ada7062633 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 818100665e..1c294c67af 100644 --- a/packages/plugin-commands-init/package.json +++ b/packages/plugin-commands-init/package.json @@ -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", diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index 2037b619e5..2203f8dde0 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 0ab33eec30..d3514dbf92 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": "11.0.2", + "version": "11.0.3", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-listing/CHANGELOG.md b/packages/plugin-commands-listing/CHANGELOG.md index d4bb32abc7..99ac5c0b6b 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 42acef4986..53a9ec720f 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": "6.0.2", + "version": "6.0.3", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-outdated/CHANGELOG.md b/packages/plugin-commands-outdated/CHANGELOG.md index 25be4c8acc..9f76eaed19 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index 48fc7e8dcd..d7201a7ba8 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": "7.0.2", + "version": "7.0.3", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-patching/CHANGELOG.md b/packages/plugin-commands-patching/CHANGELOG.md index 8682fc8077..bee9498d8b 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 1aec4382ac..cf95fbf1f6 100644 --- a/packages/plugin-commands-patching/package.json +++ b/packages/plugin-commands-patching/package.json @@ -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", diff --git a/packages/plugin-commands-publishing/CHANGELOG.md b/packages/plugin-commands-publishing/CHANGELOG.md index 9ff73f1013..0bdf629f28 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index a6b55d1992..233d5f373d 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": "6.0.2", + "version": "6.0.3", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-rebuild/CHANGELOG.md b/packages/plugin-commands-rebuild/CHANGELOG.md index d5e69fd747..e1f7f291ad 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index 82a27b00c6..9ed0170ed7 100644 --- a/packages/plugin-commands-rebuild/package.json +++ b/packages/plugin-commands-rebuild/package.json @@ -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", diff --git a/packages/plugin-commands-script-runners/CHANGELOG.md b/packages/plugin-commands-script-runners/CHANGELOG.md index 596ba3376f..8a3e16c7bf 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index 95104100ab..8c1c351a40 100644 --- a/packages/plugin-commands-script-runners/package.json +++ b/packages/plugin-commands-script-runners/package.json @@ -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", diff --git a/packages/plugin-commands-server/CHANGELOG.md b/packages/plugin-commands-server/CHANGELOG.md index 9ad7917458..aeb49813e3 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 353b4b1a95..5c328391b3 100644 --- a/packages/plugin-commands-server/package.json +++ b/packages/plugin-commands-server/package.json @@ -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", diff --git a/packages/plugin-commands-setup/CHANGELOG.md b/packages/plugin-commands-setup/CHANGELOG.md index 229da9315e..2c6c3b9438 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 3.0.3 + +### Patch Changes + +- @pnpm/cli-utils@1.0.3 + ## 3.0.2 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 4a9f85f14d..dd9432f82a 100644 --- a/packages/plugin-commands-setup/package.json +++ b/packages/plugin-commands-setup/package.json @@ -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", diff --git a/packages/plugin-commands-store/CHANGELOG.md b/packages/plugin-commands-store/CHANGELOG.md index eb44406f26..55e19b904c 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -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 diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index 7c2e50d73c..a80b6b1a01 100644 --- a/packages/plugin-commands-store/package.json +++ b/packages/plugin-commands-store/package.json @@ -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", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 4665df86c8..e0e253a81d 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -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 diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index c2f1ad70b8..6532f445b7 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": "7.14.0", + "version": "7.14.1", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index d10f1cd52c..3c79789270 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/pnpmfile +## 4.0.3 + +### Patch Changes + +- @pnpm/core@7.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index 9e4ad9d72f..80a1e2e24c 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -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", diff --git a/packages/resolve-dependencies/CHANGELOG.md b/packages/resolve-dependencies/CHANGELOG.md index 44b27892cb..ddb6aeb123 100644 --- a/packages/resolve-dependencies/CHANGELOG.md +++ b/packages/resolve-dependencies/CHANGELOG.md @@ -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 diff --git a/packages/resolve-dependencies/package.json b/packages/resolve-dependencies/package.json index 6caeca4662..901cc097f7 100644 --- a/packages/resolve-dependencies/package.json +++ b/packages/resolve-dependencies/package.json @@ -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", diff --git a/packages/store-connection-manager/CHANGELOG.md b/packages/store-connection-manager/CHANGELOG.md index 05fc843dd3..11d1d7ad4b 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -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 diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index c0c9ab02ad..aaef5ef1f8 100644 --- a/packages/store-connection-manager/package.json +++ b/packages/store-connection-manager/package.json @@ -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",