diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index a6457941b805..19a7e4be7f10 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.11.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..4d34114296a4 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.11.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.11.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..bac693f68cfb 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.11.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..dd27121e761c 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.11.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.11.0" } runs-on: ${{ matrix.os }} steps: - name: Checkout Repo diff --git a/package.json b/package.json index 5a77410de7fa..9a53c17b883a 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.11.0", "engines": { "node": ">=18.20.0", - "pnpm": "^9.10.0" + "pnpm": "^9.11.0" }, "volta": { "node": "18.20.2", - "pnpm": "9.10.0" + "pnpm": "9.11.0" }, "pnpm": { "peerDependencyRules": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0e07f1281f5..2078de9f8b8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,6 +6,12 @@ settings: catalogs: default: + '@vitest/runner': + specifier: ~2.1.1 + version: 2.1.1 + '@vitest/snapshot': + specifier: ~2.1.1 + version: 2.1.1 vitest: specifier: ~2.1.1 version: 2.1.1