Skip to content

test: complete cypress@15.16.0 update#1778

Merged
mschile merged 1 commit into
cypress-io:masterfrom
MikeMcC399:update/cypress-minor-changes
May 29, 2026
Merged

test: complete cypress@15.16.0 update#1778
mschile merged 1 commit into
cypress-io:masterfrom
MikeMcC399:update/cypress-minor-changes

Conversation

@MikeMcC399
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 commented May 29, 2026

Situation

Running the script update:cypress makes changes that Renovate can not cover.

  • Workflow .github/workflows/example-install-only.yml uses a pinned version cypress@15.12.0 that doesn't get automatically updated.
  • The Yarn 4 yarn set version command causes yarnrc.yml to be reformatted. This is a known bug with resolution delayed until Yarn 6.

Change


Note

Low Risk
Example workflow and Yarn config formatting only; no application, auth, or runtime behavior changes.

Overview
Completes the Cypress 15.16.0 rollout for repo maintenance that Renovate does not handle automatically.

The install-only example workflow now pins npm install cypress@15.16.0 instead of 15.12.0, keeping CI aligned with the rest of the examples updated by update:cypress.

Yarn Modern example .yarnrc.yml files pick up an extra blank line after npmMinimalAgeGate from yarn set version reformatting (no policy change to npmPreapprovedPackages).

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

@cypress-app-bot
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 added type: enhancement New feature or request tests labels May 29, 2026
@MikeMcC399 MikeMcC399 self-assigned this May 29, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review May 29, 2026 08:38
@MikeMcC399 MikeMcC399 requested a review from mschile May 29, 2026 08:38
@mschile mschile merged commit 69a0c7c into cypress-io:master May 29, 2026
90 checks passed
@MikeMcC399 MikeMcC399 deleted the update/cypress-minor-changes branch May 29, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants