diff --git a/.changeset/poor-pianos-pay.md b/.changeset/poor-pianos-pay.md deleted file mode 100644 index c377b14132a..00000000000 --- a/.changeset/poor-pianos-pay.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@pnpm/hooks.read-package-hook": patch -"@pnpm/plugin-commands-installation": patch -"@pnpm/real-hoist": patch -"@pnpm/resolve-dependencies": patch ---- - -Update dependencies. diff --git a/.changeset/wet-hornets-cheat.md b/.changeset/wet-hornets-cheat.md deleted file mode 100644 index ebc5328fd55..00000000000 --- a/.changeset/wet-hornets-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -Don't fail if cannot override the name field of the error object [#5572](https://github.com/pnpm/pnpm/issues/5572). diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index 4b9b3c97521..d88bb011e8b 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.1", + "version": "7.14.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index f371031103e..63600e848e8 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.1", + "version": "7.14.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index 073ced4bb40..3218df9ac21 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.1", + "version": "7.14.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index d866339ee75..31c7169f687 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.1", + "version": "7.14.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index 017537fac63..c25143757ee 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.1", + "version": "7.14.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 9adb0afcad3..fc4b0fc60ba 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cli-utils +## 1.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/default-reporter@11.0.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index e0655f2ce85..d82e92d26ba 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.0.3", + "version": "1.0.4", "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 67656b56b7f..e9cb910ad4c 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 16.0.4 + +### Patch Changes + +- @pnpm/pnpmfile@4.0.4 + ## 16.0.3 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 74b5c5d8a54..6de1b688b4f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "16.0.3", + "version": "16.0.4", "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 a2277ca741f..cc9e04ce7a1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/core +## 7.0.4 + +### Patch Changes + +- Updated dependencies [0da2f0412] + - @pnpm/hooks.read-package-hook@2.0.4 + - @pnpm/resolve-dependencies@29.0.4 + - @pnpm/headless@19.0.2 + ## 7.0.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a646df29c6e..1c6b28d0d9c 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.3", + "version": "7.0.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index 8340c156304..a2a6263caa1 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/default-reporter +## 11.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 + ## 11.0.3 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index d2472ef4c91..8fe90d06600 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.3", + "version": "11.0.4", "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 bb35cfccc93..1131b5ab9fd 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.1", + "version": "7.14.2", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index 6d6a9b72a88..dbfd2c6dc7a 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.4 + +### Patch Changes + +- @pnpm/find-workspace-packages@5.0.4 + ## 6.0.3 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 814390d6079..5f2c4a1620e 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.3", + "version": "6.0.4", "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 7d4f9c687eb..d34ee754264 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.4 + +### Patch Changes + +- @pnpm/cli-utils@1.0.4 + ## 5.0.3 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index fd13e6e3de6..93aab153391 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.3", + "version": "5.0.4", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/headless/CHANGELOG.md b/packages/headless/CHANGELOG.md index 255ae3c6e3b..110fedd56aa 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/headless +## 19.0.2 + +### Patch Changes + +- Updated dependencies [0da2f0412] + - @pnpm/real-hoist@1.0.2 + ## 19.0.1 ### Patch Changes diff --git a/packages/headless/package.json b/packages/headless/package.json index 891dfce5ae9..7d55c428fe6 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "19.0.1", + "version": "19.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/hooks.read-package-hook/CHANGELOG.md b/packages/hooks.read-package-hook/CHANGELOG.md index 0cb3ec7e81f..a240891c599 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.4 + +### Patch Changes + +- 0da2f0412: Update dependencies. + ## 2.0.3 ### Patch Changes diff --git a/packages/hooks.read-package-hook/package.json b/packages/hooks.read-package-hook/package.json index c0c455a5297..edea31c7825 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.3", + "version": "2.0.4", "description": "Creates the default package reader hook used by pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 2573ccf4dbf..e0811707506 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.3.4 + +### Patch Changes + +- @pnpm/config@16.0.4 + ## 0.3.3 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 4ce0104edd9..3d5f4264602 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.3", + "version": "0.3.4", "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 871eb44111f..aae7abe4373 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 7.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 + ## 7.0.3 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 3bb1b8e602d..8226b0cc8b2 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.3", + "version": "7.0.4", "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 efc7e22429b..ebb1c5dfa29 100644 --- a/packages/plugin-commands-deploy/CHANGELOG.md +++ b/packages/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 2.0.4 + +### Patch Changes + +- Updated dependencies [0da2f0412] + - @pnpm/plugin-commands-installation@11.0.4 + - @pnpm/cli-utils@1.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/plugin-commands-deploy/package.json b/packages/plugin-commands-deploy/package.json index ab14518eca4..e23802095d2 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.3", + "version": "2.0.4", "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 99b72d0433d..8493357290c 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-doctor +## 1.0.2 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 + ## 1.0.1 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 82c31fb2e48..4698aa86993 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.1", + "version": "1.0.2", "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 61fa61a2404..1d343337b8f 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 3.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 + ## 3.0.3 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index 59a8e4a3a3e..7e17a895c9d 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.3", + "version": "3.0.4", "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 ada70626335..18b518ec681 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 2.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 1c294c67af7..5da5276605b 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.3", + "version": "2.0.4", "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 2203f8dde0f..6a9979f2dda 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-installation +## 11.0.4 + +### Patch Changes + +- 0da2f0412: Update dependencies. + - @pnpm/core@7.0.4 + - @pnpm/pnpmfile@4.0.4 + - @pnpm/config@16.0.4 + - @pnpm/cli-utils@1.0.4 + - @pnpm/plugin-commands-rebuild@7.0.4 + - @pnpm/store-connection-manager@5.0.4 + - @pnpm/find-workspace-packages@5.0.4 + - @pnpm/filter-workspace-packages@6.0.4 + ## 11.0.3 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 6d91948f35c..8b47442b897 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.3", + "version": "11.0.4", "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 99ac5c0b6b4..03bc0724fca 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 6.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 + ## 6.0.3 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 53a9ec720fd..41c76df55a2 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.3", + "version": "6.0.4", "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 9f76eaed195..a406e676994 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 7.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 + ## 7.0.3 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index d7201a7ba8f..f4f05a768f3 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.3", + "version": "7.0.4", "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 bee9498d8bd..0e1c33f3860 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-patching +## 2.0.4 + +### Patch Changes + +- Updated dependencies [0da2f0412] + - @pnpm/plugin-commands-installation@11.0.4 + - @pnpm/config@16.0.4 + - @pnpm/cli-utils@1.0.4 + - @pnpm/store-connection-manager@5.0.4 + ## 2.0.3 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index cf95fbf1f63..3c9b3d78fae 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.3", + "version": "2.0.4", "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 0bdf629f287..58299ee25c6 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 6.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 + ## 6.0.3 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index 233d5f373d9..c938d4f2249 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.3", + "version": "6.0.4", "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 e1f7f291ad0..cd24fd7f30b 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-rebuild +## 7.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 +- @pnpm/store-connection-manager@5.0.4 +- @pnpm/find-workspace-packages@5.0.4 + ## 7.0.3 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index 34a5814f3c4..70125b3fae1 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.3", + "version": "7.0.4", "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 8a3e16c7bf9..26a322ffb58 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-script-runners +## 6.0.4 + +### Patch Changes + +- Updated dependencies [0da2f0412] + - @pnpm/plugin-commands-installation@11.0.4 + - @pnpm/config@16.0.4 + - @pnpm/cli-utils@1.0.4 + ## 6.0.3 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index 8c1c351a409..68ea161b9fe 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.3", + "version": "6.0.4", "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 aeb49813e36..7227e84adce 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 5.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 +- @pnpm/store-connection-manager@5.0.4 + ## 5.0.3 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 5c328391b35..73fb71e4893 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.3", + "version": "5.0.4", "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 2c6c3b9438c..643a5a437a3 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.4 + +### Patch Changes + +- @pnpm/cli-utils@1.0.4 + ## 3.0.3 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index dd9432f82a5..a9e976e8ddf 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.3", + "version": "3.0.4", "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 55e19b904c2..cc3d197daad 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 6.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 +- @pnpm/cli-utils@1.0.4 +- @pnpm/store-connection-manager@5.0.4 + ## 6.0.3 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index a80b6b1a019..7a522d412ae 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.3", + "version": "6.0.4", "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 e0e253a81d9..b524c2590b4 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,12 @@ # pnpm +## 7.14.2 + +### Patch Changes + +- Don't fail if cannot override the name field of the error object [#5572](https://github.com/pnpm/pnpm/issues/5572). +- Don't fail on rename across devices. + ## 7.14.1 ### Patch Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 6f13c3b05ed..341dc87663e 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.1", + "version": "7.14.2", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index 3c797892700..42ec633a832 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/pnpmfile +## 4.0.4 + +### Patch Changes + +- @pnpm/core@7.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index 80a1e2e24c8..ebf56538ef7 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "4.0.3", + "version": "4.0.4", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/real-hoist/CHANGELOG.md b/packages/real-hoist/CHANGELOG.md index a2dc0e92f4b..c51db93c2b0 100644 --- a/packages/real-hoist/CHANGELOG.md +++ b/packages/real-hoist/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/real-hoist +## 1.0.2 + +### Patch Changes + +- 0da2f0412: Update dependencies. + ## 1.0.1 ### Patch Changes diff --git a/packages/real-hoist/package.json b/packages/real-hoist/package.json index 962d6c48491..3c81540e3d2 100644 --- a/packages/real-hoist/package.json +++ b/packages/real-hoist/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/real-hoist", "description": "Hoists dependencies in a node_modules created by pnpm", - "version": "1.0.1", + "version": "1.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/resolve-dependencies/CHANGELOG.md b/packages/resolve-dependencies/CHANGELOG.md index ddb6aeb1237..b796016e285 100644 --- a/packages/resolve-dependencies/CHANGELOG.md +++ b/packages/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 29.0.4 + +### Patch Changes + +- 0da2f0412: Update dependencies. + ## 29.0.3 ### Patch Changes diff --git a/packages/resolve-dependencies/package.json b/packages/resolve-dependencies/package.json index c2748877eda..ab2aa21c571 100644 --- a/packages/resolve-dependencies/package.json +++ b/packages/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "29.0.3", + "version": "29.0.4", "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 11d1d7ad4b7..eeb1444b6c2 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 5.0.4 + +### Patch Changes + +- @pnpm/config@16.0.4 + ## 5.0.3 ### Patch Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index aaef5ef1f89..7b93fe38789 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.3", + "version": "5.0.4", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",