Skip to content

test: update pnpm examples with allowBuilds#1685

Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:pnpm-allowbuilds
Mar 16, 2026
Merged

test: update pnpm examples with allowBuilds#1685
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:pnpm-allowbuilds

Conversation

@MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Mar 15, 2026

Situation

The pnpm examples directories:

currently use the construction:

onlyBuiltDependencies:
  - cypress

in their respective pnpm-workspace.yaml configuration files. The setting onlyBuiltDependencies was replaced in pnpm@10.26 by allowBuilds as the preferred configuration method.

Change

Update the configurations to use allowBuilds:


Note

Low Risk
Low risk config-only change in example directories; it just updates pnpm settings to the newer allowBuilds syntax.

Overview
Updates the pnpm example workspaces to replace onlyBuiltDependencies: [cypress] with the newer allowBuilds: { cypress: true } setting in examples/basic-pnpm and examples/start-and-pnpm-workspaces.

Written by Cursor Bugbot for commit 2417b24. This will update automatically on new commits. Configure here.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added the type: enhancement New feature or request label Mar 15, 2026
@MikeMcC399 MikeMcC399 self-assigned this Mar 15, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review March 15, 2026 14:30
@jennifer-shehane jennifer-shehane merged commit 17a5561 into cypress-io:master Mar 16, 2026
89 checks passed
@github-actions
Copy link

🎉 This PR is included in version 7.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 deleted the pnpm-allowbuilds branch March 16, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants