-
Notifications
You must be signed in to change notification settings - Fork 14
feat: resolve Vite+ version from package.json / catalog #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
25ad802
feat: resolve Vite+ version from package.json / catalog
fengmk2 840f70b
refactor: simplify catalog resolution and fix bun-root dispatch
fengmk2 f6f4546
fix: preserve v-prefixed dist-tags when resolving from version-file
fengmk2 a40b027
fix: harden version-file catalog resolution per code review
fengmk2 b7b5143
feat: auto-detect vite-plus version from package.json by default
fengmk2 92ad3a1
test: add CI job verifying default version auto-detect logic
fengmk2 c7df2a6
fix: parse the current 'vp vX' --version output for the version output
fengmk2 b3c815f
fix: bound catalog walk to the workspace for out-of-workspace manifests
fengmk2 ebab6f1
fix: reject marker-less semver ranges in version-file resolution
fengmk2 933b361
fix: drop spurious pnpm-workspace.yml catalog source
fengmk2 e412bd8
feat: fall back to latest with a warning when version-file can't be r…
fengmk2 981f91c
feat: resolve vite-plus version from the lockfile for package.json ra…
fengmk2 08aa79e
refactor: consolidate version resolution and share constants (simplif…
fengmk2 913dd98
fix: address review comments on version/lockfile resolution
fengmk2 64e190c
fix: only auto-detect vite-plus from dependencies/devDependencies
fengmk2 9c8b783
fix: check devDependencies before dependencies for the vite-plus spec
fengmk2 c88aa65
fix: search upward for the lockfile and de-binary the test fixture
fengmk2 e24b170
fix: fall back when yarn/bun lockfiles are ambiguous about vite-plus
fengmk2 455d30e
test: complete node:fs mocks in version/lockfile suites
fengmk2 9e663b4
fix: tighten lockfile gating to registry-resolvable specs and pnpm im…
fengmk2 3e95779
fix: only use the hoisted npm entry for lockfile-member packages
fengmk2 739a762
fix: anchor pnpm packages-scan to unscoped keys
fengmk2 96a1fb5
fix: correct isWithin/.. path handling and align docs with behavior
fengmk2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.