fix(deps): update dependency @qwikdev/astro to ^0.8.0 (main) #21
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.
This PR contains the following updates:
^0.6.3→^0.8.0Release Notes
QwikDev/astro (@qwikdev/astro)
v0.8.3Compare Source
Patch Changes
01db52b: Fix unresolved module handling and update build toolingFixes
Chore
v0.8.2Compare Source
Patch Changes
2af2e4a: feat: support global config for renderOptsYou can now pass the
renderOptsoption to theqwikintegration to set global render options for all Qwik components.For example, let's say we wanted to change the base URL for all Qwik build assets on every component used in an Astro file.
v0.8.1Compare Source
Patch Changes
7d7b656: feat: Support Qwik Render Options at runtime on a per-component basis.This is useful for scenarios where you want to render a Qwik component in an Astro page, but you want to use a different base URL for the Qwik component, or another configuration.
For example, if you want to render a Qwik component in an Astro page, but you want to use a different base URL for the Qwik component, you can pass the
renderOptsprop to the Qwik component.Make sure to import the
RenderOptionstype from@builder.io/qwik/serverand pass it to the component for type safety.Want to make a change for all components? Create a global object config and pass it to each component.
v0.8.0Compare Source
Minor Changes
823ff01: 🚀 Qwik Astro now supports the Qwik preloader! ⚡️✨ Simplified loader mechanism
🔄 Improved deployment support
⚙️ Enhanced Astro actions integration
Read more in the upcoming blog post on the Qwik site.
v0.7.12Compare Source
Patch Changes
bcf04d0: - Fix Vercel builds failing force create serverchunks directory if neededv0.7.11Compare Source
v0.7.10Compare Source
Patch Changes
54ee1d1: dev mode: preloader supportv0.7.9Compare Source
Patch Changes
0013b58: fix: better handling for jsx transforms in inline componentsfix: when in Astro client router, conditionally affect the string append rather than the html return for visible task support.
v0.7.8Compare Source
Patch Changes
e6621dc: fix: efficiently scan barrel filesv0.7.7Compare Source
Patch Changes
911821a: fix: q-manifest gets added into the bundled code at build timev0.7.6Compare Source
Patch Changes
87f657e: fix: improved manifest handling for deployment providers using older node versionsv0.7.5Compare Source
Patch Changes
4d34b2b: fix: support for Astro navigate function and virtual modulesv0.7.4Compare Source
Patch Changes
a22283f: fix: client router now executes Qwik's visible tasks correctlyv0.7.3Compare Source
Patch Changes
8d25080: refactor: improved errors for older node versionsv0.7.2Compare Source
Patch Changes
fa9e5a8: Added.gitignorefile to the project and updated dependencies.v0.7.1Compare Source
Patch Changes
5baee12: ## 🎄 Qwik Astro CLI Holiday Update! 🎅This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration.
✨ Core Features
🔧 Improvements
🐛 Bug Fixes
📦 Updates
v0.7.0Compare Source
Minor Changes
3786754: ## 🎄 Qwik Astro Holiday Update! (0.7) 🎅Special thanks to Luiz Ferraz (Fryuni) for his help with this release!
✨ What's New
🛠️ Under the Hood
📦 Package Cleanup
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.