Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
voidzero-dev
/
setup-vp
Public
Notifications
You must be signed in to change notification settings
Fork
20
Star
104
Code
Issues
4
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: resolve Vite+ version from package.json / catalog
- #102
#102
Merged
fengmk2
merged 23 commits into
main
voidzero-dev/setup-vp:main
from
feat/version-file
voidzero-dev/setup-vp:feat/version-file
Copy head branch name to clipboard
Jul 1, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: resolve Vite+ version from package.json / catalog
#102
fengmk2
merged 23 commits into
main
voidzero-dev/setup-vp:main
from
feat/version-file
voidzero-dev/setup-vp:feat/version-file
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2026
feat: resolve Vite+ version from package.json / catalog
Show description for 25ad802
fengmk2
committed
25ad802
View commit details
Copy full SHA for 25ad802
Browse repository at this point
refactor: simplify catalog resolution and fix bun-root dispatch
Show description for 840f70b
fengmk2
committed
840f70b
View commit details
Copy full SHA for 840f70b
Browse repository at this point
fix: preserve v-prefixed dist-tags when resolving from version-file
Show description for f6f4546
fengmk2
committed
f6f4546
View commit details
Copy full SHA for f6f4546
Browse repository at this point
fix: harden version-file catalog resolution per code review
Show description for a40b027
fengmk2
committed
a40b027
View commit details
Copy full SHA for a40b027
Browse repository at this point
feat: auto-detect vite-plus version from package.json by default
Show description for b7b5143
fengmk2
committed
b7b5143
View commit details
Copy full SHA for b7b5143
Browse repository at this point
test: add CI job verifying default version auto-detect logic
Show description for 92ad3a1
fengmk2
committed
92ad3a1
View commit details
Copy full SHA for 92ad3a1
Browse repository at this point
fix: parse the current 'vp vX' --version output for the version output
Show description for c7df2a6
fengmk2
committed
c7df2a6
View commit details
Copy full SHA for c7df2a6
Browse repository at this point
fix: bound catalog walk to the workspace for out-of-workspace manifests
Show description for b3c815f
fengmk2
committed
b3c815f
View commit details
Copy full SHA for b3c815f
Browse repository at this point
fix: reject marker-less semver ranges in version-file resolution
Show description for ebab6f1
fengmk2
committed
ebab6f1
View commit details
Copy full SHA for ebab6f1
Browse repository at this point
fix: drop spurious pnpm-workspace.yml catalog source
Show description for 933b361
fengmk2
committed
933b361
View commit details
Copy full SHA for 933b361
Browse repository at this point
feat: fall back to latest with a warning when version-file can't be resolved
Show description for e412bd8
fengmk2
committed
e412bd8
View commit details
Copy full SHA for e412bd8
Browse repository at this point
feat: resolve vite-plus version from the lockfile for package.json ranges
Show description for 981f91c
fengmk2
committed
981f91c
View commit details
Copy full SHA for 981f91c
Browse repository at this point
refactor: consolidate version resolution and share constants (simplify pass)
Show description for 08aa79e
fengmk2
committed
08aa79e
View commit details
Copy full SHA for 08aa79e
Browse repository at this point
fix: address review comments on version/lockfile resolution
Show description for 913dd98
fengmk2
committed
913dd98
View commit details
Copy full SHA for 913dd98
Browse repository at this point
fix: only auto-detect vite-plus from dependencies/devDependencies
Show description for 64e190c
fengmk2
committed
64e190c
View commit details
Copy full SHA for 64e190c
Browse repository at this point
fix: check devDependencies before dependencies for the vite-plus spec
Show description for 9c8b783
fengmk2
committed
9c8b783
View commit details
Copy full SHA for 9c8b783
Browse repository at this point
fix: search upward for the lockfile and de-binary the test fixture
Show description for c88aa65
fengmk2
committed
c88aa65
View commit details
Copy full SHA for c88aa65
Browse repository at this point
fix: fall back when yarn/bun lockfiles are ambiguous about vite-plus
Show description for e24b170
fengmk2
committed
e24b170
View commit details
Copy full SHA for e24b170
Browse repository at this point
test: complete node:fs mocks in version/lockfile suites
Show description for 455d30e
fengmk2
committed
455d30e
View commit details
Copy full SHA for 455d30e
Browse repository at this point
fix: tighten lockfile gating to registry-resolvable specs and pnpm importer
Show description for 9e663b4
fengmk2
committed
9e663b4
View commit details
Copy full SHA for 9e663b4
Browse repository at this point
fix: only use the hoisted npm entry for lockfile-member packages
Show description for 3e95779
fengmk2
committed
3e95779
View commit details
Copy full SHA for 3e95779
Browse repository at this point
fix: anchor pnpm packages-scan to unscoped keys
Show description for 739a762
fengmk2
committed
739a762
View commit details
Copy full SHA for 739a762
Browse repository at this point
fix: correct isWithin/.. path handling and align docs with behavior
Show description for 96a1fb5
fengmk2
committed
96a1fb5
View commit details
Copy full SHA for 96a1fb5
Browse repository at this point
You can’t perform that action at this time.