From b83d51eaa769158daf2dcbc53a2c17a5e238cc7a Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 7 Sep 2022 21:44:10 +0300 Subject: [PATCH] chore(release): 7.11.1-0 --- .changeset/sixty-walls-leave.md | 5 ----- 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 | 7 +++++++ packages/cli-utils/package.json | 2 +- packages/client/CHANGELOG.md | 6 ++++++ packages/client/package.json | 2 +- packages/config/CHANGELOG.md | 6 ++++++ packages/config/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/default-reporter/CHANGELOG.md | 6 ++++++ packages/default-reporter/package.json | 2 +- packages/default-resolver/CHANGELOG.md | 7 +++++++ packages/default-resolver/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/mount-modules/CHANGELOG.md | 6 ++++++ packages/mount-modules/package.json | 2 +- packages/npm-resolver/CHANGELOG.md | 6 ++++++ packages/npm-resolver/package.json | 2 +- packages/outdated/CHANGELOG.md | 6 ++++++ packages/outdated/package.json | 2 +- packages/plugin-commands-audit/CHANGELOG.md | 7 +++++++ packages/plugin-commands-audit/package.json | 2 +- packages/plugin-commands-deploy/CHANGELOG.md | 7 +++++++ packages/plugin-commands-deploy/package.json | 2 +- packages/plugin-commands-env/CHANGELOG.md | 7 +++++++ packages/plugin-commands-env/package.json | 2 +- packages/plugin-commands-init/CHANGELOG.md | 7 +++++++ 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 | 7 +++++++ 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 | 9 +++++++++ packages/plugin-commands-patching/package.json | 2 +- packages/plugin-commands-publishing/CHANGELOG.md | 8 ++++++++ packages/plugin-commands-publishing/package.json | 2 +- packages/plugin-commands-rebuild/CHANGELOG.md | 9 +++++++++ packages/plugin-commands-rebuild/package.json | 2 +- .../plugin-commands-script-runners/CHANGELOG.md | 8 ++++++++ .../plugin-commands-script-runners/package.json | 2 +- packages/plugin-commands-server/CHANGELOG.md | 9 +++++++++ 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 | 8 ++++++++ packages/plugin-commands-store/package.json | 2 +- packages/pnpm/package.json | 2 +- packages/pnpmfile/CHANGELOG.md | 6 ++++++ packages/pnpmfile/package.json | 2 +- packages/resolve-dependencies/CHANGELOG.md | 7 +++++++ packages/resolve-dependencies/package.json | 2 +- packages/store-connection-manager/CHANGELOG.md | 9 +++++++++ packages/store-connection-manager/package.json | 2 +- 64 files changed, 243 insertions(+), 40 deletions(-) delete mode 100644 .changeset/sixty-walls-leave.md diff --git a/.changeset/sixty-walls-leave.md b/.changeset/sixty-walls-leave.md deleted file mode 100644 index af23f62beac..00000000000 --- a/.changeset/sixty-walls-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/npm-resolver": patch ---- - -`@types/ramda` should be a dev dependency. diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index 86604763e80..48ac54786b5 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.11.0", + "version": "7.11.1-0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index 80f876400f6..04336ddfa20 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.11.0", + "version": "7.11.1-0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index e0d92898504..1897d1d571e 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.11.0", + "version": "7.11.1-0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index 8488bd55c8c..45d3d60dbb5 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.11.0", + "version": "7.11.1-0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index cf7746e581d..7ec405a9755 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.11.0", + "version": "7.11.1-0", "license": "MIT", "publishConfig": { "bin": { diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 7e1a17346ee..1b8e3829503 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cli-utils +## 0.7.36 + +### Patch Changes + +- @pnpm/config@15.10.5 +- @pnpm/default-reporter@9.1.25 + ## 0.7.35 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 29731c75d5f..f74c8ad5a54 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "0.7.35", + "version": "0.7.36", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 55b7a902a0e..7d600412c97 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/client +## 7.2.5 + +### Patch Changes + +- @pnpm/default-resolver@15.0.19 + ## 7.2.4 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 39586a9fbe9..6f03e326bfa 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "7.2.4", + "version": "7.2.5", "description": "Creates the package resolve and fetch functions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 23631cd2a3e..842d89b4413 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 15.10.5 + +### Patch Changes + +- @pnpm/pnpmfile@2.2.9 + ## 15.10.4 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index f34c3b36572..1320b720543 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "15.10.4", + "version": "15.10.5", "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 62b1b2fdeed..b18d7fc7fc2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/core +## 5.11.5 + +### Patch Changes + +- @pnpm/resolve-dependencies@28.3.11 +- @pnpm/headless@18.7.1 +- @pnpm/package-requester@19.0.2 + ## 5.11.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6b65053fdff..5025b5cf72f 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": "5.11.4", + "version": "5.11.5", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index 5ef651b2741..9a25c5039ef 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/default-reporter +## 9.1.25 + +### Patch Changes + +- @pnpm/config@15.10.5 + ## 9.1.24 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 8647407eafa..0780d675730 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "9.1.24", + "version": "9.1.25", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/default-resolver/CHANGELOG.md b/packages/default-resolver/CHANGELOG.md index c92d47726d9..b05196546b4 100644 --- a/packages/default-resolver/CHANGELOG.md +++ b/packages/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 15.0.19 + +### Patch Changes + +- Updated dependencies [a3ccd27a3] + - @pnpm/npm-resolver@13.1.7 + ## 15.0.18 ### Patch Changes diff --git a/packages/default-resolver/package.json b/packages/default-resolver/package.json index 68109d38538..e8b6eb60b12 100644 --- a/packages/default-resolver/package.json +++ b/packages/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "15.0.18", + "version": "15.0.19", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/exe/package.json b/packages/exe/package.json index 11553489b14..481e887e5df 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.11.0", + "version": "7.11.1-0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index a53ccb55254..6ba6a1fb423 100644 --- a/packages/filter-workspace-packages/CHANGELOG.md +++ b/packages/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 5.0.36 + +### Patch Changes + +- @pnpm/find-workspace-packages@4.0.36 + ## 5.0.35 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 6c4241f36af..1b568cb7f5f 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": "5.0.35", + "version": "5.0.36", "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 ce1e0f9da91..d8c63fac7b8 100644 --- a/packages/find-workspace-packages/CHANGELOG.md +++ b/packages/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 4.0.36 + +### Patch Changes + +- @pnpm/cli-utils@0.7.36 + ## 4.0.35 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index 374d1525f1d..7a9ed47132b 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": "4.0.35", + "version": "4.0.36", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 6644d2fc18c..fe53f614ca1 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.2.39 + +### Patch Changes + +- @pnpm/config@15.10.5 + ## 0.2.38 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 1d4e3e9ba04..537a51d5ff9 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.2.38", + "version": "0.2.39", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/npm-resolver/CHANGELOG.md b/packages/npm-resolver/CHANGELOG.md index 04197ddb354..16dd9a553c7 100644 --- a/packages/npm-resolver/CHANGELOG.md +++ b/packages/npm-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/npm-resolver +## 13.1.7 + +### Patch Changes + +- a3ccd27a3: `@types/ramda` should be a dev dependency. + ## 13.1.6 ### Patch Changes diff --git a/packages/npm-resolver/package.json b/packages/npm-resolver/package.json index 442e7464313..7db41df3db4 100644 --- a/packages/npm-resolver/package.json +++ b/packages/npm-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/npm-resolver", - "version": "13.1.6", + "version": "13.1.7", "description": "Resolver for npm-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/outdated/CHANGELOG.md b/packages/outdated/CHANGELOG.md index bb49d394303..02d00eebe13 100644 --- a/packages/outdated/CHANGELOG.md +++ b/packages/outdated/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/outdated +## 10.0.27 + +### Patch Changes + +- @pnpm/client@7.2.5 + ## 10.0.26 ### Patch Changes diff --git a/packages/outdated/package.json b/packages/outdated/package.json index faf9f57fa12..a7eb051c34b 100644 --- a/packages/outdated/package.json +++ b/packages/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "10.0.26", + "version": "10.0.27", "description": "Check for outdated packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index b03f0ec98bc..53f226c32ce 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 6.1.18 + +### Patch Changes + +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 6.1.17 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 4537f2bdf53..2b1265adf35 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": "6.1.17", + "version": "6.1.18", "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 302dca59699..b6471a3c2de 100644 --- a/packages/plugin-commands-deploy/CHANGELOG.md +++ b/packages/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 1.1.5 + +### Patch Changes + +- @pnpm/plugin-commands-installation@10.6.5 +- @pnpm/cli-utils@0.7.36 + ## 1.1.4 ### Patch Changes diff --git a/packages/plugin-commands-deploy/package.json b/packages/plugin-commands-deploy/package.json index 398299e0c9d..e46a0f5e863 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": "1.1.4", + "version": "1.1.5", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/packages/plugin-commands-env/CHANGELOG.md b/packages/plugin-commands-env/CHANGELOG.md index c1c2c03bbfa..c8745fbedba 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 2.3.4 + +### Patch Changes + +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 2.3.3 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index 4dfd6d9933b..3cef917308e 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": "2.3.3", + "version": "2.3.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 65cd8d788d5..e0df5de66f4 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 1.0.36 + +### Patch Changes + +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 1.0.35 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index b5f7e590221..667db4c0090 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": "1.0.35", + "version": "1.0.36", "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 5785c42f1a6..b81cee441c2 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-installation +## 10.6.5 + +### Patch Changes + +- @pnpm/core@5.11.5 +- @pnpm/outdated@10.0.27 +- @pnpm/package-store@14.2.3 +- @pnpm/store-connection-manager@4.3.9 +- @pnpm/pnpmfile@2.2.9 +- @pnpm/plugin-commands-rebuild@6.2.5 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 +- @pnpm/find-workspace-packages@4.0.36 +- @pnpm/filter-workspace-packages@5.0.36 + ## 10.6.4 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 2ca83d7d914..c209f336f8a 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": "10.6.4", + "version": "10.6.5", "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 c83bcbad679..d756b22855f 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 5.1.5 + +### Patch Changes + +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 5.1.4 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 622484f9d7e..51d8bbae6c4 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": "5.1.4", + "version": "5.1.5", "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 7dc997f7820..e3f394987c2 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-outdated +## 6.1.5 + +### Patch Changes + +- @pnpm/default-resolver@15.0.19 +- @pnpm/outdated@10.0.27 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 6.1.4 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index c7d8b19db70..2b022962993 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": "6.1.4", + "version": "6.1.5", "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 9225dca937c..e00bcf23a6f 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 1.3.1 + +### Patch Changes + +- @pnpm/store-connection-manager@4.3.9 +- @pnpm/plugin-commands-installation@10.6.5 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 1.3.0 ### Minor Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 830942288c9..e5e07169f11 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": "1.3.0", + "version": "1.3.1", "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 af4effc843f..8e11d57bdf7 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-publishing +## 5.2.5 + +### Patch Changes + +- @pnpm/client@7.2.5 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 5.2.4 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index eb03eaa9809..34b3d036c53 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": "5.2.4", + "version": "5.2.5", "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 dc15ca1b3b8..bf42f2f00ae 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-rebuild +## 6.2.5 + +### Patch Changes + +- @pnpm/store-connection-manager@4.3.9 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 +- @pnpm/find-workspace-packages@4.0.36 + ## 6.2.4 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index e82e574f5d1..cac01ce81b7 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": "6.2.4", + "version": "6.2.5", "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 756104cd92d..68ba8a33557 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-script-runners +## 5.1.5 + +### Patch Changes + +- @pnpm/plugin-commands-installation@10.6.5 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 5.1.4 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index 8a1ac019472..ab5ac6d16d7 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": "5.1.4", + "version": "5.1.5", "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 0a40ad9e113..308e35e3f45 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-server +## 4.0.40 + +### Patch Changes + +- @pnpm/server@13.0.5 +- @pnpm/store-connection-manager@4.3.9 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 4.0.39 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 9c03adb66b2..5c0ae9547f6 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": "4.0.39", + "version": "4.0.40", "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 cdffe7f61dd..680ec8f3252 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 2.0.38 + +### Patch Changes + +- @pnpm/cli-utils@0.7.36 + ## 2.0.37 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 766fe507ec3..f12d7b8c570 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": "2.0.37", + "version": "2.0.38", "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 41687577e7f..dd0e6494f9b 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 5.1.40 + +### Patch Changes + +- @pnpm/store-connection-manager@4.3.9 +- @pnpm/config@15.10.5 +- @pnpm/cli-utils@0.7.36 + ## 5.1.39 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index b56767d408e..fbabc179a09 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": "5.1.39", + "version": "5.1.40", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 9db20108760..c5ce4894be6 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.11.0", + "version": "7.11.1-0", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/packages/pnpmfile/CHANGELOG.md b/packages/pnpmfile/CHANGELOG.md index a9259461a02..b4d5ff56427 100644 --- a/packages/pnpmfile/CHANGELOG.md +++ b/packages/pnpmfile/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/pnpmfile +## 2.2.9 + +### Patch Changes + +- @pnpm/core@5.11.5 + ## 2.2.8 ### Patch Changes diff --git a/packages/pnpmfile/package.json b/packages/pnpmfile/package.json index ed585b7d304..6d72b6e451f 100644 --- a/packages/pnpmfile/package.json +++ b/packages/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "2.2.8", + "version": "2.2.9", "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 816f2b1d817..1fe63c53fe8 100644 --- a/packages/resolve-dependencies/CHANGELOG.md +++ b/packages/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolve-dependencies +## 28.3.11 + +### Patch Changes + +- Updated dependencies [a3ccd27a3] + - @pnpm/npm-resolver@13.1.7 + ## 28.3.10 ### Patch Changes diff --git a/packages/resolve-dependencies/package.json b/packages/resolve-dependencies/package.json index 1d39676f78e..83158d3d56f 100644 --- a/packages/resolve-dependencies/package.json +++ b/packages/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "28.3.10", + "version": "28.3.11", "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 cf0dfe5a820..0e79164df1b 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/store-connection-manager +## 4.3.9 + +### Patch Changes + +- @pnpm/client@7.2.5 +- @pnpm/package-store@14.2.3 +- @pnpm/server@13.0.5 +- @pnpm/config@15.10.5 + ## 4.3.8 ### Patch Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index 05db34758ab..4e743703127 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": "4.3.8", + "version": "4.3.9", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",