chore(deps): update vite to v8 typescript to v6 - #975
Conversation
for all templates
Package Changes Through d54670eThere are 2 changes which include create-tauri-app with patch, create-tauri-app-js with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
| uses: actions/setup-node@v6 | ||
| with: | ||
| node-version: 20 | ||
| node-version: 22 |
There was a problem hiding this comment.
The preact template now requires node 22, the others still only require node 20
|
this should close #876 right? |
|
#876 is because you need to start the vite dev server for sveltekit to generate the typescript definitions so this is not exactly a fix, that one can be closed as won't fix though 😂 |
|
This does seem to fix tauri-apps/tauri#15543 though, I was a bit fast on marking that one as a duplicates |
|
i thought they're more or less the same thing. In both cases it complains about the missing tsconfig before/on the first run. |
|
The deno angular test is stuck on |
Updated vite to v8 and typescript to v6 for all templates
Fix tauri-apps/tauri#15543