This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Update dependency @builder.io/qwik to v0.107.0#270
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency @builder.io/qwik to v0.107.0#270renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
❌ Deploy Preview for qwiktober2022 failed.
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.9.0->0.107.0Release Notes
BuilderIO/qwik (@builder.io/qwik)
v0.107.0Compare Source
What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v0.106.0...v0.107.0
v0.106.0Compare Source
Breaking Changes
Cloudflare pages deployment
In your
entry.cloudflare-pages.ts, exportfetchinstead ofonRequest. This is required in order to use the advanced mode of Cloudflare! it will allow future perf improvements and new features.import { createQwikCity } from '@​builder.io/qwik-city/middleware/cloudflare-pages'; import qwikCityPlan from '@​qwik-city-plan'; import render from './entry.ssr'; + const fetch = createQwikCity({ render, qwikCityPlan }); + export { fetch }; - const onRequest = createQwikCity({ render, qwikCityPlan }); - export { onRequest };What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v0.105.0...v0.106.0
v0.105.0Compare Source
Features
Fixes
Readonlyutility type forReadonlySignaltype by @ahnpnl in https://github.com/BuilderIO/qwik/pull/3949Documentation
Full Changelog: QwikDev/qwik@v0.104.0...v0.105.0
v0.104.0Compare Source
Features
Fixes
Documation
New Contributors
Full Changelog: QwikDev/qwik@v0.103.0...v0.104.0
v0.103.0Compare Source
What's Changed
Implantationtypo all over the file by @egmaleta in https://github.com/BuilderIO/qwik/pull/3783New Contributors
Full Changelog: QwikDev/qwik@v0.102.0...v0.103.0
v0.102.0Compare Source
What's Changed
.envfiles on dev server by @genki in https://github.com/BuilderIO/qwik/pull/2852@builder.io/sdk-qwik; allow rendering by co… by @mhevery in https://github.com/BuilderIO/qwik/pull/3699integrationsanddeploymentsunderdocsby @mhevery in https://github.com/BuilderIO/qwik/pull/3700New Contributors
Full Changelog: QwikDev/qwik@v0.101.0...v0.102.0
v0.101.0Compare Source
What's Changed
editbutton to example browser by @zanettin in https://github.com/BuilderIO/qwik/pull/3614noSerialize()section by @wtlin1228 in https://github.com/BuilderIO/qwik/pull/3628useTask$by @brunocrosier in https://github.com/BuilderIO/qwik/pull/3631useTask$shouldn't appear in the section of 4. Modifying State by @wtlin1228 in https://github.com/BuilderIO/qwik/pull/3617New Contributors
Full Changelog: http
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.