-
Notifications
You must be signed in to change notification settings - Fork 1.1k
test qwik sdk with Qwik upgrade to 1.17.1 version #4180
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: main
Are you sure you want to change the base?
Conversation
|
| }, | ||
| "devDependencies": { | ||
| "@builder.io/qwik": "^1.5.1", | ||
| "@builder.io/qwik": "^1.17.1", |
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: Peer Dependency Mismatch After Qwik Upgrade
Upgrading @builder.io/qwik to ^1.17.1 introduces a peer dependency conflict. Qwik 1.17.x requires vite: ">=5 <8" but the package still specifies vite: "^4.5.11". This mismatch will cause peer dependency warnings or errors during installation and may lead to runtime incompatibilities.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/qwik-city |
❌ Failed | 44m 48s | View ↗ |
nx test @e2e/qwik-city |
❌ Failed | 34m 39s | View ↗ |
nx test @snippet/sveltekit |
❌ Failed | 8m 41s | View ↗ |
nx test @snippet/react-sdk-next-14-app |
❌ Failed | 8m 43s | View ↗ |
nx test @snippet/react-sdk-next-pages |
❌ Failed | 8m 12s | View ↗ |
nx test @snippet/nuxt |
❌ Failed | 4m 1s | View ↗ |
nx test @snippet/react |
❌ Failed | 3m 47s | View ↗ |
nx test @builder.io/sdks |
❌ Failed | 13s | View ↗ |
Additional runs (37) |
❌ Failed | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-11-11 15:48:34 UTC
Description
Add a short description of what changes you made, why you made them, and any other context that you think might be helpful for someone to better understand what is contained in this pull request. This sort of information is useful for people reviewing the code, as well as anyone from the future trying to understand why changes were made or why a bug started happening.
Screenshot
If relevant, add a screenshot or two of the changes you made.
Note
Upgrades Qwik/Qwik City to 1.17 with Vite 5 and bundler module resolution, plus a null-safe hover animation lookup in live-edit styles.
@builder.io/qwikand@builder.io/qwik-cityto^1.17.1inpackages/sdks/e2e/qwik-cityandpackages/sdks/snippets/qwik-city.viteto^5.4.0andvite-tsconfig-pathsto^4.2.1in the same packages.moduleResolutionto"bundler"intsconfig.jsonfor both Qwik City projects.@builder.io/qwikto^1.17.1inpackages/sdks/output/qwik/package.json.live-edit-block-styles.lite.tsx, make hover animation access null-safe using optional chaining when readingprocessedBlock.animations.Written by Cursor Bugbot for commit 4d4c73d. This will update automatically on new commits. Configure here.