Support Cypress 15 and Vite 4 (fix #410, fix #403, fix #401)#411
Open
FelixNumworks wants to merge 3 commits intoquasarframework:devfrom
Open
Support Cypress 15 and Vite 4 (fix #410, fix #403, fix #401)#411FelixNumworks wants to merge 3 commits intoquasarframework:devfrom
FelixNumworks wants to merge 3 commits intoquasarframework:devfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Cypress to version 15 and Vitest to version 4 across multiple test applications and packages in the monorepo. The changes ensure compatibility with the latest major versions of these testing frameworks while maintaining backward compatibility through peer dependency ranges.
Changes:
- Upgraded Cypress from v13/v14 to v15.9.0 across test applications and the e2e-cypress package
- Upgraded Vitest and @vitest/ui from v3 to v4.0.18 in test-vite-app-v2 and unit-vitest package
- Updated peer dependencies to include new major version ranges (^15.0.0 for Cypress, ^4.0.0 for Vitest)
- Bumped @quasar/app-vite from 2.3.0 to 2.4.0 in test-vite-app-v2
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test-webpack-app-v4/package.json | Updated Cypress dependency from ^14.2.1 to ^15.9.0 |
| test-vue-cli/cypress-component-test/package.json | Updated Cypress dependency from ^13.4.0 to ^15.9.0 |
| test-vite-app-v2/package.json | Updated Cypress to ^15.9.0, Vitest and @vitest/ui to ^4.0.18, and @quasar/app-vite to ^2.4.0 |
| packages/unit-vitest/package.json | Updated Vitest and @vitest/ui to ^4.0.18 in devDependencies, added ^4.0.0 to peer dependency ranges |
| packages/e2e-cypress/package.json | Updated Cypress to ^15.9.0 in devDependencies, added ^15.0.0 to peer dependency range |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (check at least one)
If you are adding a new test runner, have you...? (check all)
/packages/base/runners.json?/README.md?baseline.spec.vue?Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch and not themasterbranchfix: #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
I have no idea what I'm doing but I'm trying