Skip to content

Commit

Permalink
chore(release): 8.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 29, 2024
1 parent b180943 commit 4a05b6a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-zoos-love.md

This file was deleted.

7 changes: 7 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 4a05b6a

Please sign in to comment.