builder icon indicating copy to clipboard operation
builder copied to clipboard

test qwik sdk with Qwik upgrade to 1.17.1 version

Open sanyamkamat opened this issue 1 month ago • 2 comments

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 4d4c73d9fe6787ad4925a27f1c160579eb26d7bd. This will update automatically on new commits. Configure here.

sanyamkamat avatar Nov 07 '25 11:11 sanyamkamat

⚠️ No Changeset found

Latest commit: 4d4c73d9fe6787ad4925a27f1c160579eb26d7bd

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

changeset-bot[bot] avatar Nov 07 '25 11:11 changeset-bot[bot]

🤖 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 4d4c73d9fe6787ad4925a27f1c160579eb26d7bd

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

nx-cloud[bot] avatar Nov 07 '25 11:11 nx-cloud[bot]