Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Update dependency @builder.io/qwik-city to v0.107.0 #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik-city (source) 0.0.111 -> 0.107.0 age adoption passing confidence

Release Notes

BuilderIO/qwik (@​builder.io/qwik-city)

v0.107.0

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v0.106.0...v0.107.0

v0.106.0

Compare Source

Breaking Changes
Cloudflare pages deployment

In your entry.cloudflare-pages.ts, export fetch instead of onRequest. 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.0

Compare Source

Features
Fixes
Documentation

Full Changelog: QwikDev/qwik@v0.104.0...v0.105.0

v0.104.0

Compare Source

Features
Fixes
Documation
New Contributors

Full Changelog: QwikDev/qwik@v0.103.0...v0.104.0

v0.103.0

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v0.102.0...v0.103.0

v0.102.0

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v0.101.0...v0.102.0

v0.101.0

Compare Source

What's Changed
New Contributors

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented May 5, 2023

⚠️ No Changeset found

Latest commit: 1a913a4

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

@netlify
Copy link

netlify bot commented May 5, 2023

Deploy Preview for qwiktober2022 failed.

Name Link
🔨 Latest commit 1a913a4
🔍 Latest deploy log https://app.netlify.com/sites/qwiktober2022/deploys/64550dc50d261c0008e684c7

@github-actions github-actions bot added the hacktoberfest-accepted Hacktoberfest label label May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hacktoberfest-accepted Hacktoberfest label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants