Astro 6#2328
Conversation
|
Hey @palfrey, as a heads up I've been working on a rewrite of Qwik's bundler (in a relatively good state), but this requires Astro to release vite 8 and rolldown support for it to be used. I do believe this will lead to native deno support if it is not supported already or if you are having any current incompatibility issues. |
I'm still seeing Also |
|
this is a time suck. We are going to drop this website in favor of a new version. |
This is not actually true. It's an assumption from the current qwik vite plugin that both builds happen in an expected order, which in the Astro integration the order is a bit different than expected due to the way that Astro currently expects the build. As for the bundler rewrite, I have released its first version under qwik-bundler https://github.com/thejackshelton/qwik-bundler/tree/main/fixtures Here is the list of available fixtures. This even includes native deno support without any node compatibility using vite environments! Unfortunately, I think the blocker here is on the Astro side. I cannot update the Qwik integration for Astro until the next major release where rolldown and vite 8 is supported. Unsure of the Deno adapter support for Astro. |
|
@thejackshelton we went in a different direction but we enjoyed using the project. We appreciate you for all the hard work and attentiveness. |
|
Thank you! I look forward to seeing NativeLink evolve and happy I could be a part of the journey (even if it was short 🙂 ) |
|
It was a couple years. We could be back.
Marcus Eagan
…On Sun, Jun 7, 2026 at 15:20 Jack Shelton ***@***.***> wrote:
*thejackshelton* left a comment (TraceMachina/nativelink#2328)
<#2328 (comment)>
Thank you! I look forward to seeing NativeLink evolve and happy I could be
a part of the journey (even if it was short 🙂 )
—
Reply to this email directly, view it on GitHub
<#2328?email_source=notifications&email_token=AAR6TSD3PN7OUUV2DL6QQGT46XTEBA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRUGQZDOMZZGA2KM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4644273904>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR6TSA7QX6NRQ6CKICUFOD46XTEBAVCNFSM6AAAAACY4THE7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DMNBUGI3TGOJQGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Description
Upgrades Astro to v6 and related package changes. Continues #2226 because merging that branch broke Deno in some way, so https://nativelink.com/ started doing 504's.
Type of change
Please delete options that aren't relevant.
How Has This Been Tested?
Manually, CI
Checklist
bazel test //...passes locallygit amendsee some docsThis change is