diff --git a/.changeset/dirty-donuts-talk.md b/.changeset/dirty-donuts-talk.md deleted file mode 100644 index e6f20b6cff2..00000000000 --- 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 c5d5302120a..00000000000 --- 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 62c11accdfe..00000000000 --- 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 c392c91dbff..00000000000 --- 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 4da1a35fc7b..00000000000 --- 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 714d571a916..00000000000 --- 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 56731242f3e..00000000000 --- 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 5261b0b8092..4b9b3c97521 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 eec9330506c..f371031103e 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 e6a6e46370f..073ced4bb40 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 fc27a77f671..d866339ee75 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 d4ea6fe9659..017537fac63 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 8cc9494e90f..9adb0afcad3 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 b9035a75f96..e0655f2ce85 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 1dcf52d93e1..67656b56b7f 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 20fbb7cd2ce..74b5c5d8a54 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 2d428a69701..a2277ca741f 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 52af5875ffa..2eee9e48725 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 422993d8286..8340c156304 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 ff46c33d521..3c3318713fb 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 361eb0ef668..bb35cfccc93 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 9277950df91..6d6a9b72a88 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 0ab50f194c8..814390d6079 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 66edd41fe6f..7d4f9c687eb 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 f9a418c0320..fd13e6e3de6 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 e08c4f14a99..0cb3ec7e81f 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 61434e851db..b4b34d01492 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 15a1bc94e13..8e854b01014 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 572a52b7d55..25c9f27c894 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 63ae10e2ee1..2573ccf4dbf 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 94fdd082a52..4ce0104edd9 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 bc20b625232..871eb44111f 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 e149b5d3714..3bb1b8e602d 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 3c85c964877..efc7e22429b 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 14e892053ce..ab14518eca4 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 c30b4a8d22e..99b72d0433d 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 275318a81e2..82c31fb2e48 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 3d5acc7a0bd..61fa61a2404 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 c837b11f562..59a8e4a3a3e 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 e2b3e93505f..ada70626335 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 818100665e8..1c294c67af7 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 2037b619e5d..2203f8dde0f 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 0ab33eec302..d3514dbf924 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 d4bb32abc7c..99ac5c0b6b4 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 42acef49867..53a9ec720fd 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 25be4c8acce..9f76eaed195 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 48fc7e8dcdf..d7201a7ba8f 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 8682fc80776..bee9498d8bd 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 1aec4382ac8..cf95fbf1f63 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 9ff73f10132..0bdf629f287 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 a6b55d19923..233d5f373d9 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 d5e69fd7479..e1f7f291ad0 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 82a27b00c64..9ed0170ed73 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 596ba3376fc..8a3e16c7bf9 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 95104100ab0..8c1c351a409 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 9ad79174585..aeb49813e36 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 353b4b1a95c..5c328391b35 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 229da9315e6..2c6c3b9438c 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 4a9f85f14dd..dd9432f82a5 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 eb44406f26b..55e19b904c2 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 7c2e50d73c9..a80b6b1a019 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 4665df86c87..e0e253a81d9 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 c2f1ad70b8c..6532f445b7d 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 d10f1cd52c6..3c797892700 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 9e4ad9d72fa..80a1e2e24c8 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 44b27892cbf..ddb6aeb1237 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 6caeca46624..901cc097f7e 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 05fc843dd32..11d1d7ad4b7 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 c0c9ab02ad0..aaef5ef1f89 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",