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/multibuild to v4 - autoclosed #86

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vavite/multibuild 2.0.2 -> 4.1.1 age adoption passing confidence

Release Notes

cyco130/vavite (@​vavite/multibuild) ### [`v4.1.1`](https://togithub.com/cyco130/vavite/compare/4.1.0...4.1.1) [Compare Source](https://togithub.com/cyco130/vavite/compare/4.1.0...4.1.1) ### [`v4.1.0`](https://togithub.com/cyco130/vavite/compare/4.0.3...4.1.0) [Compare Source](https://togithub.com/cyco130/vavite/compare/4.0.3...4.1.0) ### [`v4.0.3`](https://togithub.com/cyco130/vavite/compare/4.0.2...4.0.3) [Compare Source](https://togithub.com/cyco130/vavite/compare/4.0.2...4.0.3) ### [`v4.0.2`](https://togithub.com/cyco130/vavite/compare/4.0.1...4.0.2) [Compare Source](https://togithub.com/cyco130/vavite/compare/4.0.1...4.0.2) ### [`v4.0.1`](https://togithub.com/cyco130/vavite/compare/4.0.0...4.0.1) [Compare Source](https://togithub.com/cyco130/vavite/compare/4.0.0...4.0.1) ### [`v4.0.0`](https://togithub.com/cyco130/vavite/compare/3.0.0...4.0.0) [Compare Source](https://togithub.com/cyco130/vavite/compare/3.0.0...4.0.0) ### [`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.