Skip to content

test(deps): update examples to pnpm 11#1754

Merged
mschile merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/pnpm-11
May 8, 2026
Merged

test(deps): update examples to pnpm 11#1754
mschile merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/pnpm-11

Conversation

@MikeMcC399
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 commented May 8, 2026

Situation

The pnpm package manager module now tags pnpm@11.0.8 as latest

pnpm@11.0.8 was released on May 7, 2026.

Examples and documentation use the previous latest version pnpm@10

Change

Update to

      - name: Install pnpm
        uses: pnpm/action-setup@v6
        with:
          version: 11

and in the

References

Verification

local

On Ubuntu 24.04.4 LTS
Use Node.js v24.15.0 LTS

npm ci
npm install pnpm@11 -g
cd examples/basic-pnpm
pnpm install --frozen-lockfile
pnpm test
cd ../..
cd examples/start-and-pnpm-workspaces
pnpm install --frozen-lockfile
cd packages/workspace-1
pnpm start

In a separate terminal window set to examples/start-and-pnpm-workspaces/packages/workspace-1

pnpm test

kill server from workspace-1

repeat test for workspace-2

cd ../workspace-2
pnpm start

In a separate terminal window set to examples/start-and-pnpm-workspaces/packages/workspace-2

pnpm test

Note

Low Risk
Low risk documentation/CI example updates only; the main risk is CI example workflows breaking if pnpm/action-setup@v6 or pnpm 11 behavior differs on runners.

Overview
Updates the pnpm-based example GitHub workflows and the README snippet to use pnpm/action-setup@v6 and install pnpm v11 (was v10 / action-setup@v5). This keeps the project’s pnpm guidance aligned with the current pnpm latest release and the updated setup action.

Reviewed by Cursor Bugbot for commit 8a1cb51. Bugbot is set up for automated code reviews on this repo. Configure here.

@cypress-app-bot
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 self-assigned this May 8, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review May 8, 2026 05:42
@MikeMcC399 MikeMcC399 requested a review from mschile May 8, 2026 05:42
@mschile mschile merged commit 092c788 into cypress-io:master May 8, 2026
90 checks passed
@MikeMcC399 MikeMcC399 deleted the update/pnpm-11 branch May 8, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update examples to pnpm 11

3 participants