Skip to content

v2: merge main into v2#8408

Merged
Varixo merged 16 commits intobuild/v2from
v2-merge-main
Mar 10, 2026
Merged

v2: merge main into v2#8408
Varixo merged 16 commits intobuild/v2from
v2-merge-main

Conversation

@wmertens
Copy link
Member

@wmertens wmertens commented Mar 5, 2026

No description provided.

jantimon and others added 12 commits February 13, 2026 09:12
Virtual CSS modules were rendered with their raw module ID as the
<link> href, causing 404s. They now get the /@id/ prefix that Vite's
dev server expects.
fix: resolve 404 for virtual CSS modules during dev SSR
fix: handle special characters in dynamic route
Fix lint issues reported by CI in the sitemap stream implementation.

Changes include:
- remove unused sitemapPromise variable
- ensure braces are used for if/else blocks
- avoid Promise<any>
- simplify sitemap stream shutdown logic

These changes do not alter behavior, they only address lint and style issues.
fix(qwik-city): address lint issues in sitemap stream implementation
Bumps the npm_and_yarn group with 1 update in the / directory: [svgo](https://github.com/svg/svgo).


Updates `svgo` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 3.3.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn-e80878864f

chore(deps): bump svgo from 3.3.2 to 3.3.3 in the npm_and_yarn group across 1 directory
excluded the css urls fix for router vite dev since that no longer
exists, need to verify how it's working now
@wmertens wmertens requested a review from a team as a code owner March 5, 2026 15:07
@changeset-bot
Copy link

changeset-bot bot commented Mar 5, 2026

⚠️ No Changeset found

Latest commit: 8750bd2

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.

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

@maiieul maiieul moved this to Waiting For Review in Qwik Development Mar 5, 2026
@wmertens
Copy link
Member Author

wmertens commented Mar 5, 2026

@jantimon I couldn't add your css url fix because the code is different now, can you check if it's also a problem on v2?

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 5, 2026

Open in StackBlitz

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@8408
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@8408
npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@8408
npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@8408

commit: 8750bd2

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview 70f8872

@wmertens wmertens requested review from a team as code owners March 5, 2026 15:25
@jantimon
Copy link
Contributor

jantimon commented Mar 5, 2026

@wmertens I guess that happens now in packages/qwik-router/src/buildtime/vite/dev-middleware.ts?

I will try - is there already any npm alpha of v2?

@wmertens
Copy link
Member Author

wmertens commented Mar 5, 2026

@jantimon yes you can just run npx qwik migrate-v2 and it should upgrade your project to v2. You may need to do #7803 if you use qwik libraries.

@Varixo Varixo merged commit 2e7d934 into build/v2 Mar 10, 2026
20 checks passed
@github-project-automation github-project-automation bot moved this from Waiting For Review to Done in Qwik Development Mar 10, 2026
@Varixo Varixo deleted the v2-merge-main branch March 10, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants