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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.0.2
->3.0.0
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.