Skip to content

Commit d2cac9d

Browse files
committed
chore(deps): bump vite catalog alias to @voidzero-dev/vite-plus-core@0.2.8
Renovate bumped only the vite-plus catalog entry: the vite alias resolves to @voidzero-dev/vite-plus-core, which matches the preset's generic npm rule with a 3-day minimumReleaseAge instead of the vite+ rule. Set minimumReleaseAge and schedule on the group rule so both entries move together in one PR. Also restore the pnpm-workspace.yaml comments Renovate 44 stripped, and rebuild dist.
1 parent 8503f3f commit d2cac9d

6 files changed

Lines changed: 72 additions & 148 deletions

File tree

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"addLabels": ["needs-bundle-rebuild"]
1010
},
1111
{
12-
"description": "Group all Vite+ packages into a single PR; they are published together at the same version. vite-plus is the bundler, so its updates can change dist/ output.",
12+
"description": "Group all Vite+ packages into a single PR; they are published together at the same version. vite-plus is the bundler, so its updates can change dist/ output. 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.",
1313
"groupName": "vite-plus",
1414
"matchPackageNames": ["vite-plus", "@voidzero-dev/vite-plus-*"],
15-
"addLabels": ["needs-bundle-rebuild"]
15+
"addLabels": ["needs-bundle-rebuild"],
16+
"minimumReleaseAge": "0 days",
17+
"schedule": ["at any time"]
1618
}
1719
],
1820
"customManagers": [

dist/azure/index.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/gitlab/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.mjs

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
# Exempts the Vite+ toolchain from vp's minimumReleaseAge supply-chain gate so a
2+
# freshly published vite-plus release isn't rejected by `vp install`.
3+
# Note: vp also treats the dir holding this file as a workspace root, so the CI
4+
# fixtures that run vp are created outside the repo (see .github/workflows/test.yml).
15
minimumReleaseAgeExclude:
26
- vite-plus
37
- "@voidzero-dev/vite-plus-*"
48
catalog:
5-
vite: npm:@voidzero-dev/vite-plus-core@0.2.7
9+
vite: npm:@voidzero-dev/vite-plus-core@0.2.8
610
vite-plus: 0.2.8
711
overrides:
812
vite: "catalog:"

0 commit comments

Comments
 (0)