patdx / worker-experiments

Mini experiments with Cloudflare workers like HTMX, etc
https://cloudflare-pages-htmx.pages.dev/
11 stars 1 forks source link

Update dependency vavite to v3 - autoclosed #84

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vavite 2.0.2 -> 3.0.0 age adoption passing confidence

Release Notes

cyco130/vavite (vavite) ### [`v3.0.0`](https://togithub.com/cyco130/vavite/releases/tag/3.0.0) [Compare Source](https://togithub.com/cyco130/vavite/compare/2.0.2...3.0.0) ##### BREAKING CHANGES All Vite plugins in the repo now use named exports instead of default exports. So please update: ```ts import vavite from "vavite"; ``` to ```ts import { vavite } from "vavite"; ```

Configuration

📅 Schedule: Branch creation - "on the first saturday of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.