Skip to content

Conversation

@sanyamkamat
Copy link
Contributor

@sanyamkamat sanyamkamat commented Nov 7, 2025

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.

  • Dependencies/Config:
    • Upgrade @builder.io/qwik and @builder.io/qwik-city to ^1.17.1 in packages/sdks/e2e/qwik-city and packages/sdks/snippets/qwik-city.
    • Update vite to ^5.4.0 and vite-tsconfig-paths to ^4.2.1 in the same packages.
    • Switch TS moduleResolution to "bundler" in tsconfig.json for both Qwik City projects.
    • Bump devDependency @builder.io/qwik to ^1.17.1 in packages/sdks/output/qwik/package.json.
  • Code:
    • In live-edit-block-styles.lite.tsx, make hover animation access null-safe using optional chaining when reading processedBlock.animations.

Written by Cursor Bugbot for commit 4d4c73d. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Nov 7, 2025

⚠️ No Changeset found

Latest commit: 4d4c73d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

},
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik": "^1.17.1",
Copy link

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.

Fix in Cursor Fix in Web

@nx-cloud
Copy link

nx-cloud bot commented Nov 7, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 4d4c73d

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

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.

2 participants