diff --git a/.changeset/four-ducks-try.md b/.changeset/four-ducks-try.md deleted file mode 100644 index f0cbbd52055..00000000000 --- a/.changeset/four-ducks-try.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-publishing": patch -"pnpm": patch ---- - -Added `--json` to the `pnpm publish --help` output [#5773](https://github.com/pnpm/pnpm/pull/5773). diff --git a/.changeset/old-islands-perform.md b/.changeset/old-islands-perform.md deleted file mode 100644 index 2dd310f993c..00000000000 --- a/.changeset/old-islands-perform.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@pnpm/core": patch -"@pnpm/plugin-commands-installation": patch -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -`pnpm update` should not replace `workspace:*`, `workspace:~`, and `workspace:^` with `workspace:` [#5764](https://github.com/pnpm/pnpm/pull/5764). diff --git a/.changeset/sharp-masks-leave.md b/.changeset/sharp-masks-leave.md deleted file mode 100644 index d59857ff81f..00000000000 --- a/.changeset/sharp-masks-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -The fatal error should be printed in JSON format, when running a pnpm command with the `--json` option [#5710](https://github.com/pnpm/pnpm/issues/5710). diff --git a/.changeset/tricky-coats-join.md b/.changeset/tricky-coats-join.md deleted file mode 100644 index bb9ca5f34d3..00000000000 --- a/.changeset/tricky-coats-join.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/lifecycle": patch -"pnpm": patch ---- - -Throw an error while missing script start or file `server.js` [#5782](https://github.com/pnpm/pnpm/pull/5782). diff --git a/.changeset/wet-snakes-sit.md b/.changeset/wet-snakes-sit.md deleted file mode 100644 index 882d64da73f..00000000000 --- a/.changeset/wet-snakes-sit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/license-scanner": patch -"@pnpm/plugin-commands-licenses": patch -"pnpm": patch ---- - -`pnpm license list` should not fail if a license file is an executable [#5740](https://github.com/pnpm/pnpm/pull/5740). diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index 7bd5240548d..76203a5c8e2 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cli-utils +## 1.0.15 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/default-reporter@11.0.15 + ## 1.0.14 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index d1297161c59..7357e373a9c 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.0.14", + "version": "1.0.15", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cli/default-reporter/CHANGELOG.md b/cli/default-reporter/CHANGELOG.md index 4720dbf378c..73fddfe1373 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/default-reporter +## 11.0.15 + +### Patch Changes + +- @pnpm/config@16.1.9 + ## 11.0.14 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index f230d5d0c82..cc3069ba839 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.14", + "version": "11.0.15", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/config/CHANGELOG.md b/config/config/CHANGELOG.md index d6a089eb28a..e7a8f139623 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 16.1.9 + +### Patch Changes + +- @pnpm/pnpmfile@4.0.15 + ## 16.1.8 ### Patch Changes diff --git a/config/config/package.json b/config/config/package.json index e15de2d32db..7846f0bbd74 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "16.1.8", + "version": "16.1.9", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/env/plugin-commands-env/CHANGELOG.md b/env/plugin-commands-env/CHANGELOG.md index bf7ac8b19cc..3d05c649a75 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 3.1.9 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 + ## 3.1.8 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index f8f472ea2a4..25c76e871ad 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "3.1.8", + "version": "3.1.9", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/build-modules/CHANGELOG.md b/exec/build-modules/CHANGELOG.md index efd08e8095c..6fed8689c2c 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/build-modules +## 10.0.7 + +### Patch Changes + +- Updated dependencies [f5c377a8d] + - @pnpm/lifecycle@14.1.3 + ## 10.0.6 ### Patch Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index 33118fd8a59..cd6d1d70c00 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "10.0.6", + "version": "10.0.7", "description": "Build packages in node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/lifecycle/CHANGELOG.md b/exec/lifecycle/CHANGELOG.md index 8a41ab2c5f2..ad8a89796fd 100644 --- a/exec/lifecycle/CHANGELOG.md +++ b/exec/lifecycle/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lifecycle +## 14.1.3 + +### Patch Changes + +- f5c377a8d: Throw an error while missing script start or file `server.js` [#5782](https://github.com/pnpm/pnpm/pull/5782). + ## 14.1.2 ### Patch Changes diff --git a/exec/lifecycle/package.json b/exec/lifecycle/package.json index 721d098fa4c..51bc4cb225b 100644 --- a/exec/lifecycle/package.json +++ b/exec/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lifecycle", - "version": "14.1.2", + "version": "14.1.3", "description": "Package lifecycle hook runner", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index 85d36f7a830..75342414277 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-rebuild +## 7.0.15 + +### Patch Changes + +- Updated dependencies [f5c377a8d] + - @pnpm/lifecycle@14.1.3 + - @pnpm/config@16.1.9 + - @pnpm/cli-utils@1.0.15 + - @pnpm/store-connection-manager@5.1.8 + - @pnpm/find-workspace-packages@5.0.15 + ## 7.0.14 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 85462c5df9c..48cd8b35d0b 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "7.0.14", + "version": "7.0.15", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index b18ef69c1c1..e510a7edbf7 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-script-runners +## 6.0.15 + +### Patch Changes + +- Updated dependencies [49f6c917f] +- Updated dependencies [f5c377a8d] + - @pnpm/plugin-commands-installation@11.1.2 + - @pnpm/lifecycle@14.1.3 + - @pnpm/config@16.1.9 + - @pnpm/cli-utils@1.0.15 + ## 6.0.14 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 16ab20e4afc..73e0ba557f8 100644 --- a/exec/plugin-commands-script-runners/package.json +++ b/exec/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "6.0.14", + "version": "6.0.15", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/hooks/pnpmfile/CHANGELOG.md b/hooks/pnpmfile/CHANGELOG.md index 682d3b2fae0..37161b0bfc0 100644 --- a/hooks/pnpmfile/CHANGELOG.md +++ b/hooks/pnpmfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pnpmfile +## 4.0.15 + +### Patch Changes + +- Updated dependencies [49f6c917f] + - @pnpm/core@7.2.5 + ## 4.0.14 ### Patch Changes diff --git a/hooks/pnpmfile/package.json b/hooks/pnpmfile/package.json index f1b5f4897ec..55f2143f808 100644 --- a/hooks/pnpmfile/package.json +++ b/hooks/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "4.0.14", + "version": "4.0.15", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/plugin-commands-audit/CHANGELOG.md b/lockfile/plugin-commands-audit/CHANGELOG.md index a85375e0507..9afdf440492 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 7.1.10 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 + ## 7.1.9 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index c0a96eb6e6d..9f2a2e65971 100644 --- a/lockfile/plugin-commands-audit/package.json +++ b/lockfile/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "7.1.9", + "version": "7.1.10", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index 1bc7783f1a3..cd84bccb5c0 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.3.15 + +### Patch Changes + +- @pnpm/config@16.1.9 + ## 0.3.14 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index c2349b38650..877bbed703b 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.14", + "version": "0.3.15", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index c08d7bfd968..0d266c1f305 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.13 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 + ## 1.0.12 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 43ba4ce558c..18b8b9abafb 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.12", + "version": "1.0.13", "description": "Commands for checks of known common issues ", "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 08399473dfc..d49d284449c 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.15 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 + ## 2.0.14 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 9c7695a014c..3aadcc9b086 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.14", + "version": "2.0.15", "description": "Create a package.json file", "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 9f242aafc23..00bd088bbc7 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.15 + +### Patch Changes + +- Updated dependencies [49f6c917f] + - @pnpm/plugin-commands-installation@11.1.2 + - @pnpm/config@16.1.9 + - @pnpm/cli-utils@1.0.15 + - @pnpm/store-connection-manager@5.1.8 + ## 2.0.14 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 1c62e7969ac..164f0c3c2db 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.14", + "version": "2.0.15", "description": "Commands for creating patches", "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 f82233224a4..fec1d65bd29 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.15 + +### Patch Changes + +- @pnpm/cli-utils@1.0.15 + ## 3.0.14 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index e86cd22754e..75a5b88911f 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.14", + "version": "3.0.15", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index 9b92ea6c77a..4a40a2bc68b 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/core +## 7.2.5 + +### Patch Changes + +- 49f6c917f: `pnpm update` should not replace `workspace:*`, `workspace:~`, and `workspace:^` with `workspace:` [#5764](https://github.com/pnpm/pnpm/pull/5764). +- Updated dependencies [49f6c917f] +- Updated dependencies [f5c377a8d] + - @pnpm/resolve-dependencies@29.0.9 + - @pnpm/lifecycle@14.1.3 + - @pnpm/build-modules@10.0.7 + - @pnpm/headless@19.2.4 + ## 7.2.4 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index aa4028ead11..6129c8ab176 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "7.2.4", + "version": "7.2.5", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index 0d9f22238b2..6eb0688b534 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/headless +## 19.2.4 + +### Patch Changes + +- Updated dependencies [f5c377a8d] + - @pnpm/lifecycle@14.1.3 + - @pnpm/build-modules@10.0.7 + ## 19.2.3 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index ea5af2fd462..fbc6afeb70b 100644 --- a/pkg-manager/headless/package.json +++ b/pkg-manager/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "19.2.3", + "version": "19.2.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index e615639e57d..69bbff75507 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-installation +## 11.1.2 + +### Patch Changes + +- 49f6c917f: `pnpm update` should not replace `workspace:*`, `workspace:~`, and `workspace:^` with `workspace:` [#5764](https://github.com/pnpm/pnpm/pull/5764). +- Updated dependencies [49f6c917f] + - @pnpm/core@7.2.5 + - @pnpm/pnpmfile@4.0.15 + - @pnpm/plugin-commands-rebuild@7.0.15 + - @pnpm/config@16.1.9 + - @pnpm/cli-utils@1.0.15 + - @pnpm/store-connection-manager@5.1.8 + - @pnpm/find-workspace-packages@5.0.15 + - @pnpm/filter-workspace-packages@6.0.15 + ## 11.1.1 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index f50cf9910a1..ce8482eb7ad 100644 --- a/pkg-manager/plugin-commands-installation/package.json +++ b/pkg-manager/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "11.1.1", + "version": "11.1.2", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/resolve-dependencies/CHANGELOG.md b/pkg-manager/resolve-dependencies/CHANGELOG.md index 3e2e56a09f1..77cda2aea5f 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 29.0.9 + +### Patch Changes + +- 49f6c917f: `pnpm update` should not replace `workspace:*`, `workspace:~`, and `workspace:^` with `workspace:` [#5764](https://github.com/pnpm/pnpm/pull/5764). + ## 29.0.8 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index c620a8114f1..0c0d5a19e02 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "29.0.8", + "version": "29.0.9", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index cb07bce249f..977061d9a99 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,15 @@ # pnpm +## 7.18.2 + +### Patch Changes + +- Added `--json` to the `pnpm publish --help` output [#5773](https://github.com/pnpm/pnpm/pull/5773). +- `pnpm update` should not replace `workspace:*`, `workspace:~`, and `workspace:^` with `workspace:` [#5764](https://github.com/pnpm/pnpm/pull/5764). +- The fatal error should be printed in JSON format, when running a pnpm command with the `--json` option [#5710](https://github.com/pnpm/pnpm/issues/5710). +- Throw an error while missing script start or file `server.js` [#5782](https://github.com/pnpm/pnpm/pull/5782). +- `pnpm license list` should not fail if a license file is an executable [#5740](https://github.com/pnpm/pnpm/pull/5740). + ## 7.18.1 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 3cfe5cb0f8a..72525a76dc8 100644 --- a/pnpm/artifacts/exe/package.json +++ b/pnpm/artifacts/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "7.18.1", + "version": "7.18.2", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index b97736a6715..01ebd5de627 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.18.1", + "version": "7.18.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 3129c156680..3eefec2f61e 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.18.1", + "version": "7.18.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 4d69c35fc19..497768bc86c 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.18.1", + "version": "7.18.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 41d4caae942..1ecd42b583e 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.18.1", + "version": "7.18.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index b02b61ea7a5..ee032c1f9b8 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.18.1", + "version": "7.18.2", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index dca23a44e9a..72c4cd3a943 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.18.1", + "version": "7.18.2", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index 0e135936471..a39f8f0d288 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 2.0.15 + +### Patch Changes + +- Updated dependencies [49f6c917f] + - @pnpm/plugin-commands-installation@11.1.2 + - @pnpm/cli-utils@1.0.15 + ## 2.0.14 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 613dc5351a6..621aad15ae2 100644 --- a/releasing/plugin-commands-deploy/package.json +++ b/releasing/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "2.0.14", + "version": "2.0.15", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/releasing/plugin-commands-publishing/CHANGELOG.md b/releasing/plugin-commands-publishing/CHANGELOG.md index a5a4335cdc0..d4b125c502c 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-publishing +## 6.0.15 + +### Patch Changes + +- 5d8f84520: Added `--json` to the `pnpm publish --help` output [#5773](https://github.com/pnpm/pnpm/pull/5773). +- Updated dependencies [f5c377a8d] + - @pnpm/lifecycle@14.1.3 + - @pnpm/config@16.1.9 + - @pnpm/cli-utils@1.0.15 + ## 6.0.14 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index d0e63bbcf7b..a9dfec5b9ff 100644 --- a/releasing/plugin-commands-publishing/package.json +++ b/releasing/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "6.0.14", + "version": "6.0.15", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/license-scanner/CHANGELOG.md b/reviewing/license-scanner/CHANGELOG.md index 8a0d1aa66ba..a46aa649eaf 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/license-scanner +## 1.0.3 + +### Patch Changes + +- 5464e1da6: `pnpm license list` should not fail if a license file is an executable [#5740](https://github.com/pnpm/pnpm/pull/5740). + ## 1.0.2 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index 97cedbeade1..7a316584a7b 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "1.0.2", + "version": "1.0.3", "description": "Check for licenses packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-licenses/CHANGELOG.md b/reviewing/plugin-commands-licenses/CHANGELOG.md index 6ea615486e7..410e0f96102 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-licenses +## 1.0.6 + +### Patch Changes + +- 5464e1da6: `pnpm license list` should not fail if a license file is an executable [#5740](https://github.com/pnpm/pnpm/pull/5740). +- Updated dependencies [5464e1da6] + - @pnpm/license-scanner@1.0.3 + - @pnpm/config@16.1.9 + - @pnpm/cli-utils@1.0.15 + ## 1.0.5 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 48a5970ce25..091433aa5bf 100644 --- a/reviewing/plugin-commands-licenses/package.json +++ b/reviewing/plugin-commands-licenses/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-licenses", - "version": "1.0.5", + "version": "1.0.6", "description": "The licenses command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-listing/CHANGELOG.md b/reviewing/plugin-commands-listing/CHANGELOG.md index 927a49dca01..ee77b186723 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 6.0.15 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 + ## 6.0.14 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 1a0e3f348de..3726023f18d 100644 --- a/reviewing/plugin-commands-listing/package.json +++ b/reviewing/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "6.0.14", + "version": "6.0.15", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-outdated/CHANGELOG.md b/reviewing/plugin-commands-outdated/CHANGELOG.md index 24f9610f050..742dd8b5a27 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 8.0.10 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 + ## 8.0.9 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index e8fad378a96..b4c18c072d5 100644 --- a/reviewing/plugin-commands-outdated/package.json +++ b/reviewing/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "8.0.9", + "version": "8.0.10", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index d9bdb12dd2a..4051312ffd6 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 5.0.15 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 +- @pnpm/store-connection-manager@5.1.8 + ## 5.0.14 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 9e65c05e865..b78188363a8 100644 --- a/store/plugin-commands-server/package.json +++ b/store/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "5.0.14", + "version": "5.0.15", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store/CHANGELOG.md b/store/plugin-commands-store/CHANGELOG.md index e587eac1553..12410d3a95c 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 6.0.15 + +### Patch Changes + +- @pnpm/config@16.1.9 +- @pnpm/cli-utils@1.0.15 +- @pnpm/store-connection-manager@5.1.8 + ## 6.0.14 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 8d4203caf99..6b8345b4afa 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "6.0.14", + "version": "6.0.15", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/store-connection-manager/CHANGELOG.md b/store/store-connection-manager/CHANGELOG.md index 089fd929d76..fc3ce0d3533 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 5.1.8 + +### Patch Changes + +- @pnpm/config@16.1.9 + ## 5.1.7 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index bf43f648a71..de52bc80e69 100644 --- a/store/store-connection-manager/package.json +++ b/store/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "5.1.7", + "version": "5.1.8", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-workspace-packages/CHANGELOG.md b/workspace/filter-workspace-packages/CHANGELOG.md index 62376f26c8e..68e94c93523 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 6.0.15 + +### Patch Changes + +- @pnpm/find-workspace-packages@5.0.15 + ## 6.0.14 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index fba0bfcf319..29bc1d9cc80 100644 --- a/workspace/filter-workspace-packages/package.json +++ b/workspace/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "6.0.14", + "version": "6.0.15", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-workspace-packages/CHANGELOG.md b/workspace/find-workspace-packages/CHANGELOG.md index 14ecceff274..8f1940acd6c 100644 --- a/workspace/find-workspace-packages/CHANGELOG.md +++ b/workspace/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 5.0.15 + +### Patch Changes + +- @pnpm/cli-utils@1.0.15 + ## 5.0.14 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index 348ed2b22ac..a22497a075d 100644 --- a/workspace/find-workspace-packages/package.json +++ b/workspace/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "5.0.14", + "version": "5.0.15", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",