-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
base: release/15.0.0
Are you sure you want to change the base?
Conversation
979a980
to
618709e
Compare
cypress
|
Project |
cypress
|
Branch Review |
chore/update_vite_6
|
Run status |
|
Run duration | 19m 20s |
Commit |
|
Committer | Bill Glesias |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
2
|
|
9
|
|
1105
|
|
0
|
|
26515
|
View all changes introduced in this branch ↗︎ |
UI Coverage
45.04%
|
|
---|---|
|
189
|
|
159
|
Accessibility
97.72%
|
|
---|---|
|
4 critical
8 serious
2 moderate
2 minor
|
|
110
|
Tests for review
commands/window.cy.js • 1 failed test • 5x-driver-firefox
618709e
to
41c066e
Compare
41c066e
to
09457df
Compare
There was a problem hiding this 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
cypress/packages/driver/package.json
Lines 94 to 95 in 09457df
"vanilla-text-mask": "5.1.1", | |
"vite": "^6.3.5", |
packages/app/package.json#L86-L87
cypress/packages/app/package.json
Lines 86 to 87 in 09457df
"unplugin-vue-components": "^0.27.0", | |
"vite": "^6.3.5", |
Was this report helpful? Give feedback by reacting with 👍 or 👎
moving to draft. the protocol snapshots need to be updated |
Additional details
Updates Cypress build dependencies to use vite 6
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?