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

Update dependency eslint-plugin-qwik to v0.107.0 #275

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
eslint-plugin-qwik 0.9.0 -> 0.107.0 age adoption passing confidence

Release Notes

BuilderIO/qwik (eslint-plugin-qwik)

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

Full Changelog: https://github.com/BuilderIO/qw


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: 2406eba

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@github-actions github-actions bot added the hacktoberfest-accepted Hacktoberfest label label May 5, 2023
@netlify
Copy link

netlify bot commented May 5, 2023

Deploy Preview for qwiktober2022 ready!

Name Link
🔨 Latest commit 2406eba
🔍 Latest deploy log https://app.netlify.com/sites/qwiktober2022/deploys/64556f62ce61aa0008ae7d66
😎 Deploy Preview https://deploy-preview-275--qwiktober2022.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

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.

0 participants