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
This PR updates our monorepo setup by moving away from Volta and standalone Vite ecosystem tools in favor of Vite+.
Since Volta is no longer maintained (see volta-cli/volta#2080), Node.js versions are now managed with .node-version via Vite+ instead of the volta field in package.json.
This change only affects internal repository tooling. External documentation, create-vue-termui, and user-facing Vite configurations remain untouched.
To verify everything works, I ran vp install --frozen-lockfile, vp check, vp env doctor, and vp run test, and all of them passed as expected. I also ran the full workspace test suite, where all 45 test files (259 tests in total) passed without any TypeScript errors. Finally, the core packages, @vue-termui/three, the docs, and the playground all built without issues.
This is just a proposal, so I'd love to know what you think about switching to Vite+. Feel free to share any feedback or thoughts.
pnpm dlx pkg-pr-new publish --compact --pnpm .
shell: /usr/bin/bash -e {0}
/home/runner/work/_temp/1b6ff2ed-4954-45df-9bb6-7bc0f7fcafd0.sh: line 1: pnpm: command not found
Error: Process completed with exit code 127.
I'm not sure yet if I will use vp instead of the individual packages but I want to give it a try!
Thanks! Really appreciate your interest in checking out Vite+ 🙌
Let me know if you need any help!
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
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.
This PR updates our monorepo setup by moving away from Volta and standalone Vite ecosystem tools in favor of Vite+.
Since Volta is no longer maintained (see volta-cli/volta#2080), Node.js versions are now managed with
.node-versionvia Vite+ instead of thevoltafield inpackage.json.This change only affects internal repository tooling. External documentation,
create-vue-termui, and user-facing Vite configurations remain untouched.To verify everything works, I ran
vp install --frozen-lockfile,vp check,vp env doctor, andvp run test, and all of them passed as expected. I also ran the full workspace test suite, where all 45 test files (259 tests in total) passed without any TypeScript errors. Finally, the core packages,@vue-termui/three, the docs, and the playground all built without issues.This is just a proposal, so I'd love to know what you think about switching to Vite+. Feel free to share any feedback or thoughts.