From f16f961eb6ddd3ba259b459ba0f351f467b8c3dd Mon Sep 17 00:00:00 2001 From: Andy Jessop Date: Thu, 3 Oct 2024 20:06:09 +0200 Subject: [PATCH] chore: upgrade to pnpm 9.12.0 (#6886) --- .github/actions/install-dependencies/action.yml | 2 +- .github/workflows/c3-e2e-dependabot.yml | 4 ++-- .github/workflows/c3-e2e-experimental.yml | 4 ++-- .github/workflows/c3-e2e-quarantine.yml | 2 +- .github/workflows/c3-e2e.yml | 4 ++-- package.json | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index a6457941b805..67b1f1c21305 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -18,7 +18,7 @@ runs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9.10.0 + version: 9.12.0 - name: Install Node.js ${{ inputs.node-version }} uses: actions/setup-node@v4 diff --git a/.github/workflows/c3-e2e-dependabot.yml b/.github/workflows/c3-e2e-dependabot.yml index a3616511618e..1dc1d34c7a09 100644 --- a/.github/workflows/c3-e2e-dependabot.yml +++ b/.github/workflows/c3-e2e-dependabot.yml @@ -47,14 +47,14 @@ jobs: pm: [ { name: npm, version: "0.0.0" }, - { name: pnpm, version: "9.10.0" }, + { name: pnpm, version: "9.12.0" }, { name: bun, version: "1.0.3" }, { name: yarn, version: "1.0.0" }, ] # include a single windows test with pnpm include: - os: windows-latest - pm: { name: pnpm, version: "9.10.0" } + pm: { name: pnpm, version: "9.12.0" } runs-on: ${{ matrix.os }} steps: - name: Checkout Repo diff --git a/.github/workflows/c3-e2e-experimental.yml b/.github/workflows/c3-e2e-experimental.yml index 4a43ed41f758..49b7dcb05980 100644 --- a/.github/workflows/c3-e2e-experimental.yml +++ b/.github/workflows/c3-e2e-experimental.yml @@ -28,14 +28,14 @@ jobs: pm: [ { name: npm, version: "0.0.0" }, - { name: pnpm, version: "9.10.0" }, + { name: pnpm, version: "9.12.0" }, { name: bun, version: "1.0.3" }, { name: yarn, version: "1.0.0" }, ] # include a single windows test with pnpm include: - os: windows-latest - pm: { name: pnpm, version: "9.10.0" } + pm: { name: pnpm, version: "9.12.0" } runs-on: ${{ matrix.os }} steps: - name: Checkout Repo diff --git a/.github/workflows/c3-e2e-quarantine.yml b/.github/workflows/c3-e2e-quarantine.yml index 634e3e909753..b30c7f700cc4 100644 --- a/.github/workflows/c3-e2e-quarantine.yml +++ b/.github/workflows/c3-e2e-quarantine.yml @@ -22,7 +22,7 @@ jobs: pm: [ { name: npm, version: "0.0.0" }, - { name: pnpm, version: "9.10.0" }, + { name: pnpm, version: "9.12.0" }, { name: bun, version: "1.0.3" }, ] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/c3-e2e.yml b/.github/workflows/c3-e2e.yml index 329511a7cd64..ee8683b3b73c 100644 --- a/.github/workflows/c3-e2e.yml +++ b/.github/workflows/c3-e2e.yml @@ -28,14 +28,14 @@ jobs: pm: [ { name: npm, version: "0.0.0" }, - { name: pnpm, version: "9.10.0" }, + { name: pnpm, version: "9.12.0" }, { name: bun, version: "1.0.3" }, { name: yarn, version: "1.0.0" }, ] # include a single windows test with pnpm include: - os: windows-latest - pm: { name: pnpm, version: "9.10.0" } + pm: { name: pnpm, version: "9.12.0" } runs-on: ${{ matrix.os }} steps: - name: Checkout Repo diff --git a/package.json b/package.json index 5a77410de7fa..40de40755302 100644 --- a/package.json +++ b/package.json @@ -53,14 +53,14 @@ "vite": "^5.0.12", "vitest": "catalog:default" }, - "packageManager": "pnpm@9.10.0", + "packageManager": "pnpm@9.12.0", "engines": { "node": ">=18.20.0", - "pnpm": "^9.10.0" + "pnpm": "^9.12.0" }, "volta": { "node": "18.20.2", - "pnpm": "9.10.0" + "pnpm": "9.12.0" }, "pnpm": { "peerDependencyRules": {