-
Notifications
You must be signed in to change notification settings - Fork 155
vp upgrade + vp update vite-plus doesn't update the @voidzero-dev/vite-plus-core alias #1264
Copy link
Copy link
Closed
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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-plusgetting started guide, with"vite": "npm:@voidzero-dev/vite-plus-core@latest"inpackage.jsonand corresponding overrides - Wait for a new
vite-plusrelease (e.g., 0.1.14 → 0.1.15) - Run
vp upgrade - Run
vp update vite-plus - Run
vp outdated @voidzero-dev/vite-plus-coreis still listed as outdated- Must manually run
vp update @voidzero-dev/vite-plus-coreto 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.7Used Package Manager
pnpm
Logs
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue for the same bug.
- Confirm this is a Vite+ issue and not an upstream issue (Vite, Vitest, tsdown, Rolldown, or Oxc).
- The provided reproduction is a minimal reproducible example.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Fields
Give feedbackPriority
None yet
Effort
None yet