build: migrate toolchain to Vite+ (vp) - #658
Merged
mattrothenberg merged 2 commits intoJul 23, 2026
Merged
Conversation
TheAlexLichter
commented
Jul 23, 2026
| @@ -0,0 +1 @@ | |||
| /// <reference types="astro/client" /> | |||
Contributor
Author
There was a problem hiding this comment.
Necessary so vp check understands the types used (usually auto generated but that is "too late")
TheAlexLichter
commented
Jul 23, 2026
| "baseUrl": ".", | ||
| "paths": { | ||
| "~/*": ["src/*"] | ||
| "~/*": ["./src/*"] |
Contributor
Author
There was a problem hiding this comment.
Needed for TS7
TheAlexLichter
commented
Jul 23, 2026
| "forceConsistentCasingInFileNames": true, | ||
| "resolveJsonModule": true, | ||
| "types": ["@figma/plugin-typings", "node"], | ||
| "baseUrl": ".", |
Contributor
Author
There was a problem hiding this comment.
Also needed for TS7 compat.
TheAlexLichter
force-pushed
the
build/use-vite-plus
branch
2 times, most recently
from
July 23, 2026 15:50
da2bb19 to
7728834
Compare
TheAlexLichter
commented
Jul 23, 2026
| @@ -0,0 +1 @@ | |||
| 24.12.0 | |||
Contributor
Author
There was a problem hiding this comment.
Added in addition to .nvmrc so previous tooling still works. This might cause drift in the future though.
TheAlexLichter
commented
Jul 23, 2026
| allowedVersions: | ||
| vite: "*" | ||
| vitest: "*" | ||
| minimumReleaseAgeExclude: |
Contributor
Author
There was a problem hiding this comment.
We can remove these exceptions too.
TheAlexLichter
commented
Jul 23, 2026
Contributor
Author
There was a problem hiding this comment.
Added as "smoke test" to avoid interop issues
commit: |
Contributor
Docs PreviewCommit: |
Contributor
TheAlexLichter
force-pushed
the
build/use-vite-plus
branch
from
July 23, 2026 16:03
7728834 to
8733310
Compare
mattrothenberg
approved these changes
Jul 23, 2026
5 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 is the first of a few PRs to move the repo over to Vite+.
What that means:
.oxlintrc.jsonfiles are merged intolintblocks invite.config.tsdefineRulefrom@oxlint/pluginsvitestimports tovite-plus/testfmt.ignorePatternswith upstream-issue links for ~10 files.use-sync-external-storea real dependency (more accurate than bundling it)