Skip to content

chore: update build dependencies to vite 6 #32041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: release/15.0.0
Choose a base branch
from

Conversation

AtofStryker
Copy link
Contributor

Additional details

Updates Cypress build dependencies to use vite 6

Steps to test

How has the user experience changed?

PR Tasks

@AtofStryker AtofStryker self-assigned this Jul 16, 2025
cursor[bot]

This comment was marked as outdated.

@AtofStryker AtofStryker force-pushed the chore/update_vite_6 branch from 979a980 to 618709e Compare July 16, 2025 22:28
@AtofStryker AtofStryker changed the base branch from develop to release/15.0.0 July 16, 2025 22:36
Copy link

cypress bot commented Jul 16, 2025

cypress    Run #64010

Run Properties:  status check failed Failed #64010  •  git commit 09457df575: chore: update build dependencies to vite 6
Project cypress
Branch Review chore/update_vite_6
Run status status check failed Failed #64010
Run duration 19m 20s
Commit git commit 09457df575: chore: update build dependencies to vite 6
Committer Bill Glesias
View all properties for this run ↗︎

Test results
Tests that failed  Failures 2
Tests that were flaky  Flaky 9
Tests that did not run due to a developer annotating a test with .skip  Pending 1105
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 26515
View all changes introduced in this branch ↗︎
UI Coverage  45.04%
  Untested elements 189  
  Tested elements 159  
Accessibility  97.72%
  Failed rules  4 critical   8 serious   2 moderate   2 minor
  Failed elements 110  

Tests for review

Failed  commands/window.cy.js • 1 failed test • 5x-driver-firefox

View Output

Test Artifacts
... > only logs once
    </td>
  </tr></table>
Failed  studio/studio-cloud.cy.ts • 1 failed test • app-e2e

View Output

Test Artifacts
Studio Cloud > opens a cloud studio session with AI marked as coming soon Test Replay Screenshots
Flakiness  issues/28527.cy.ts • 1 flaky test • 5x-driver-electron

View Output

Test Artifacts
issue 28527 > fails and then retries and verifies about:blank is not displayed Test Replay Screenshots
Flakiness  e2e/e2e_cookies.cy.js • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
e2e cookies spec > __Host- prefix > can set __Host- cookie Test Replay
Flakiness  e2e/origin/config_env.cy.ts • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
cy.origin- Cypress.config() > serializable > overwrites different values in secondary if one exists in the primary Test Replay
Flakiness  issues/28527.cy.ts • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
issue 28527 > fails and then retries and verifies about:blank is not displayed Test Replay Screenshots
Flakiness  commands/net_stubbing.cy.ts • 1 flaky test • 5x-driver-firefox

View Output

Test Artifacts
... > stops waiting when an xhr request is canceled
    </td>
  </tr></table>

The first 5 flaky specs are shown, see all 9 specs in Cypress Cloud.

@AtofStryker AtofStryker force-pushed the chore/update_vite_6 branch from 618709e to 41c066e Compare July 18, 2025 14:10
cursor[bot]

This comment was marked as outdated.

@AtofStryker AtofStryker force-pushed the chore/update_vite_6 branch from 41c066e to 09457df Compare July 22, 2025 18:08
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Vite Versioning Inconsistency Causes Dependency Conflicts

The monorepo has inconsistent Vite versioning: packages/app and packages/driver use ^6.3.5 (caret range), while most other packages use 6.3.5 (exact). This can lead to dependency resolution conflicts and compatibility issues across the workspace.

packages/driver/package.json#L94-L95

"vanilla-text-mask": "5.1.1",
"vite": "^6.3.5",

packages/app/package.json#L86-L87

"unplugin-vue-components": "^0.27.0",
"vite": "^6.3.5",

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

@AtofStryker
Copy link
Contributor Author

moving to draft. the protocol snapshots need to be updated

@AtofStryker AtofStryker marked this pull request as draft July 22, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant