Skip to content

Commit 8eb665d

Browse files
committed
chore(deps): bump vite catalog alias to @voidzero-dev/vite-plus-core@0.2.8
Renovate split the Vite+ update across two PRs: this one bumped only the vite-plus catalog entry, while the vite alias (@voidzero-dev/vite-plus-core) fell into the npm-packages group with the preset's 3-day minimumReleaseAge and Monday schedule. Add a repo rule grouping vite-plus and @voidzero-dev/vite-plus-* on the same 0-day any-time policy so one release lands as one PR. CLAUDE.md is regenerated by vp config from vite-plus 0.2.8.
1 parent 7c09009 commit 8eb665d

4 files changed

Lines changed: 49 additions & 122 deletions

File tree

.github/renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>Boshen/renovate"]
3+
"extends": ["github>Boshen/renovate"],
4+
"packageRules": [
5+
{
6+
"description": "Group all Vite+ packages into a single PR; they are published together at the same version. minimumReleaseAge and schedule keep @voidzero-dev/vite-plus-* (the vite catalog alias) on the same policy as vite-plus, so one release lands as one grouped update instead of the alias lagging behind the preset's 3-day age gate.",
7+
"groupName": "vite+",
8+
"matchPackageNames": ["vite-plus", "@voidzero-dev/vite-plus-*"],
9+
"minimumReleaseAge": "0 days",
10+
"schedule": ["at any time"]
11+
}
12+
]
413
}

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project is using Vite+, a unified toolchain built on top of Vite, Rolldown,
66

77
Docs are local at `node_modules/vite-plus/docs` or online at https://viteplus.dev/guide/.
88

9+
## Built-in Commands vs Scripts
10+
11+
`vp <name>` runs a built-in command. `vp run <name>` runs a `package.json` script or a `vite.config.ts` task. Scripts cannot overwrite built-ins, so `vp dev` and `vp run dev` may do different things. Check `package.json` and `vite.config.ts` first, and run `vp run <name>` when the project defines a script or task with that name.
12+
913
## Review Checklist
1014

1115
- [ ] Run `vp install` after pulling remote changes and before getting started.

pnpm-lock.yaml

Lines changed: 34 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ allowBuilds:
55
workerd: true
66
catalog:
77
"@types/node": ^25.6.0
8-
vite: npm:@voidzero-dev/vite-plus-core@0.2.1
8+
vite: npm:@voidzero-dev/vite-plus-core@0.2.8
99
vite-plus: 0.2.8
1010
void: 0.10.8
1111
minimumReleaseAgeExclude:

0 commit comments

Comments
 (0)