Conversation
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
|
Member
Author
|
@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? |
commit: |
Contributor
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
gioboa
approved these changes
Mar 5, 2026
Contributor
|
@wmertens I guess that happens now in I will try - is there already any npm alpha of v2? |
Member
Author
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.
No description provided.