chore(repo): update pnpm to v9.8 (#27637)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> This repo uses pnpm `9.2.0` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses pnpm `9.8.0` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
62c651272c
commit
f0e419b04f
@ -48,7 +48,7 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Install pnpm package manager (linux)
|
name: Install pnpm package manager (linux)
|
||||||
command: |
|
command: |
|
||||||
npm install --prefix=$HOME/.local -g @pnpm/exe@9.2.0
|
npm install --prefix=$HOME/.local -g @pnpm/exe@9.8.0
|
||||||
- when:
|
- when:
|
||||||
condition:
|
condition:
|
||||||
equal: [<< parameters.os >>, macos]
|
equal: [<< parameters.os >>, macos]
|
||||||
@ -56,7 +56,7 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
name: Install pnpm package manager (macos)
|
name: Install pnpm package manager (macos)
|
||||||
command: |
|
command: |
|
||||||
npm install -g @pnpm/exe@9.2.0
|
npm install -g @pnpm/exe@9.8.0
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@ -22,7 +22,7 @@ env:
|
|||||||
NX_RUN_GROUP: ${{ github.run_id }}-${{ github.run_attempt }}
|
NX_RUN_GROUP: ${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
CYPRESS_INSTALL_BINARY: 0
|
CYPRESS_INSTALL_BINARY: 0
|
||||||
NODE_VERSION: 18
|
NODE_VERSION: 18
|
||||||
PNPM_VERSION: 8.15.7 # Aligned with root package.json (pnpm/action-setup will helpfully error if out of sync)
|
PNPM_VERSION: 9.8.0 # Aligned with root package.json (pnpm/action-setup will helpfully error if out of sync)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# We first need to determine the version we are releasing, and if we need a custom repo or ref to use for the git checkout in subsequent steps.
|
# We first need to determine the version we are releasing, and if we need a custom repo or ref to use for the git checkout in subsequent steps.
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
|
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
|
||||||
build: |-
|
build: |-
|
||||||
set -e &&
|
set -e &&
|
||||||
npm i -g pnpm@9.2.0 --force &&
|
npm i -g pnpm@9.8.0 --force &&
|
||||||
pnpm --version &&
|
pnpm --version &&
|
||||||
pnpm install --frozen-lockfile &&
|
pnpm install --frozen-lockfile &&
|
||||||
pnpm nx run-many --verbose --target=build-native -- --target=x86_64-unknown-linux-gnu
|
pnpm nx run-many --verbose --target=build-native -- --target=x86_64-unknown-linux-gnu
|
||||||
@ -147,7 +147,7 @@ jobs:
|
|||||||
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
|
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
|
||||||
build: |-
|
build: |-
|
||||||
set -e &&
|
set -e &&
|
||||||
npm i -g pnpm@9.2.0 --force &&
|
npm i -g pnpm@9.8.0 --force &&
|
||||||
pnpm --version &&
|
pnpm --version &&
|
||||||
pnpm install --frozen-lockfile &&
|
pnpm install --frozen-lockfile &&
|
||||||
pnpm nx run-many --verbose --target=build-native -- --target=x86_64-unknown-linux-musl
|
pnpm nx run-many --verbose --target=build-native -- --target=x86_64-unknown-linux-musl
|
||||||
@ -165,7 +165,7 @@ jobs:
|
|||||||
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
|
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
|
||||||
build: |-
|
build: |-
|
||||||
set -e &&
|
set -e &&
|
||||||
npm i -g pnpm@9.2.0 --force &&
|
npm i -g pnpm@9.8.0 --force &&
|
||||||
pnpm --version &&
|
pnpm --version &&
|
||||||
pnpm install --frozen-lockfile &&
|
pnpm install --frozen-lockfile &&
|
||||||
pnpm nx run-many --verbose --target=build-native -- --target=aarch64-unknown-linux-gnu
|
pnpm nx run-many --verbose --target=build-native -- --target=aarch64-unknown-linux-gnu
|
||||||
@ -191,7 +191,7 @@ jobs:
|
|||||||
build: |-
|
build: |-
|
||||||
set -e &&
|
set -e &&
|
||||||
rustup target add aarch64-unknown-linux-musl &&
|
rustup target add aarch64-unknown-linux-musl &&
|
||||||
npm i -g pnpm@9.2.0 --force &&
|
npm i -g pnpm@9.8.0 --force &&
|
||||||
pnpm --version &&
|
pnpm --version &&
|
||||||
pnpm install --frozen-lockfile &&
|
pnpm install --frozen-lockfile &&
|
||||||
pnpm nx run-many --verbose --target=build-native -- --target=aarch64-unknown-linux-musl
|
pnpm nx run-many --verbose --target=build-native -- --target=aarch64-unknown-linux-musl
|
||||||
@ -318,7 +318,7 @@ jobs:
|
|||||||
env
|
env
|
||||||
whoami
|
whoami
|
||||||
sudo pkg install -y -f node libnghttp2 www/npm git
|
sudo pkg install -y -f node libnghttp2 www/npm git
|
||||||
sudo npm install --location=global --ignore-scripts pnpm@9.2.0
|
sudo npm install --location=global --ignore-scripts pnpm@9.8.0
|
||||||
curl https://sh.rustup.rs -sSf --output rustup.sh
|
curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
sh rustup.sh -y --profile minimal --default-toolchain stable
|
sh rustup.sh -y --profile minimal --default-toolchain stable
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
|
|||||||
@ -28,7 +28,7 @@ launch-templates:
|
|||||||
sudo apt-get install -y ca-certificates lsof libvips-dev libglib2.0-dev libgirepository1.0-dev
|
sudo apt-get install -y ca-certificates lsof libvips-dev libglib2.0-dev libgirepository1.0-dev
|
||||||
- name: Install Pnpm
|
- name: Install Pnpm
|
||||||
script: |
|
script: |
|
||||||
npm install -g pnpm@9.2.0
|
npm install -g pnpm@9.8.0
|
||||||
|
|
||||||
- name: Pnpm Install
|
- name: Pnpm Install
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
@ -401,5 +401,5 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.6.0"
|
"packageManager": "pnpm@9.8.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user