From 4a05b6aba81814bac6f461afa87f62f7f9d4691f Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 30 Apr 2024 01:35:36 +0200 Subject: [PATCH] chore(release): 8.15.8 --- .changeset/shiny-zoos-love.md | 6 ------ pnpm/CHANGELOG.md | 7 +++++++ pnpm/artifacts/exe/package.json | 2 +- pnpm/artifacts/linux-arm64/package.json | 2 +- pnpm/artifacts/linux-x64/package.json | 2 +- pnpm/artifacts/macos-arm64/package.json | 2 +- pnpm/artifacts/macos-x64/package.json | 2 +- pnpm/artifacts/win-x64/package.json | 2 +- pnpm/package.json | 2 +- 9 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/shiny-zoos-love.md diff --git a/.changeset/shiny-zoos-love.md b/.changeset/shiny-zoos-love.md deleted file mode 100644 index cfebacc8c4c..00000000000 --- a/.changeset/shiny-zoos-love.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/lifecycle": patch -pnpm: patch ---- - -If the `script-shell` option is configured to a `.bat`/`.cmd` file on Windows, pnpm will now error with `ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS`. Newer [versions of Node.js released in April 2024](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2) do not support executing these files directly without behavior differences. If the `script-shell` option is necessary for your use-case, please set a `.exe` file instead. diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index 2b53ed6ec54..8de61229f58 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,12 @@ # pnpm +## 8.15.8 + +### Patch Changes + +- Upgrade tar to v6.2.1 in the dependences [#7939](https://github.com/pnpm/pnpm/issues/7939). +- If the `script-shell` option is configured to a `.bat`/`.cmd` file on Windows, pnpm will now error with `ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS`. Newer [versions of Node.js released in April 2024](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2) do not support executing these files directly without behavior differences. If the `script-shell` option is necessary for your use-case, please set a `.exe` file instead. + ## 8.15.7 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 79e4598535c..28af7c3fe43 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": "8.15.7", + "version": "8.15.8", "publishConfig": { "tag": "next-8", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index ba01a989245..a40b372c122 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "8.15.7", + "version": "8.15.8", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index a81c188a1af..c753b34fa1d 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "8.15.7", + "version": "8.15.8", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 31b73e0f6a0..f59c35fbca6 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "8.15.7", + "version": "8.15.8", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 1ea7fed800c..645ac13a1bb 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "8.15.7", + "version": "8.15.8", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 4d670bdb187..7332002bb6c 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "8.15.7", + "version": "8.15.8", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 69c50f01850..29b195c9955 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "8.15.7", + "version": "8.15.8", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs"