Describe the bug
After running the two upgrade commands from the Upgrade guide (vp upgrade and vp update vite-plus), vp outdated still reports @voidzero-dev/vite-plus-core as outdated.
The "vite": "npm:@voidzero-dev/vite-plus-core@latest" alias (and the corresponding overrides) is set up as part of the standard vite-plus installation, but neither upgrade command re-resolves it in the lockfile. Users need to manually run vp update @voidzero-dev/vite-plus-core to fully upgrade, which isn't documented and requires knowledge of this package name.
Reproduction
N/A — reproducible in any project using the standard vite-plus setup with the vite alias.
Steps to reproduce
- Have a project set up per the
vite-plus getting started guide, with "vite": "npm:@voidzero-dev/vite-plus-core@latest" in package.json and corresponding overrides
- Wait for a new
vite-plus release (e.g., 0.1.14 → 0.1.15)
- Run
vp upgrade
- Run
vp update vite-plus
- Run
vp outdated
@voidzero-dev/vite-plus-core is still listed as outdated
- Must manually run
vp update @voidzero-dev/vite-plus-core to resolve
System Info
VITE+ - The Unified Toolchain for the Web
Environment:
Version 24.14.1
Source .node-version
Source Path C:\Users\Grady\folder\project\.node-version
Project Root C:\Users\Grady\folder\project
vp v0.1.15
Local vite-plus:
vite-plus v0.1.15
Tools:
vite v8.0.3
rolldown v1.0.0-rc.12
vitest v4.1.2
oxfmt v0.43.0
oxlint v1.58.0
oxlint-tsgolint v0.18.1
tsdown v0.21.7
Used Package Manager
pnpm
Logs
Validations
Describe the bug
After running the two upgrade commands from the Upgrade guide (
vp upgradeandvp update vite-plus),vp outdatedstill reports@voidzero-dev/vite-plus-coreas outdated.The
"vite": "npm:@voidzero-dev/vite-plus-core@latest"alias (and the corresponding overrides) is set up as part of the standardvite-plusinstallation, but neither upgrade command re-resolves it in the lockfile. Users need to manually runvp update @voidzero-dev/vite-plus-coreto fully upgrade, which isn't documented and requires knowledge of this package name.Reproduction
N/A — reproducible in any project using the standard vite-plus setup with the vite alias.
Steps to reproduce
vite-plusgetting started guide, with"vite": "npm:@voidzero-dev/vite-plus-core@latest"inpackage.jsonand corresponding overridesvite-plusrelease (e.g., 0.1.14 → 0.1.15)vp upgradevp update vite-plusvp outdated@voidzero-dev/vite-plus-coreis still listed as outdatedvp update @voidzero-dev/vite-plus-coreto resolveSystem Info
Used Package Manager
pnpm
Logs
Validations