Skip to content

chore(deps): update vite to v8 typescript to v6 - #975

Merged
Legend-Master merged 6 commits into
devfrom
update-vite-ts-dependencies
Jun 15, 2026
Merged

chore(deps): update vite to v8 typescript to v6#975
Legend-Master merged 6 commits into
devfrom
update-vite-ts-dependencies

Conversation

@Legend-Master

@Legend-Master Legend-Master commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updated vite to v8 and typescript to v6 for all templates

Fix tauri-apps/tauri#15543

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through d54670e

There are 2 changes which include create-tauri-app with patch, create-tauri-app-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
create-tauri-app 4.7.0 4.7.1
create-tauri-app-js 4.7.0 4.7.1

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The preact template now requires node 22, the others still only require node 20

@FabianLars

Copy link
Copy Markdown
Member

this should close #876 right?

@Legend-Master

Copy link
Copy Markdown
Contributor Author

#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 😂

@Legend-Master

Copy link
Copy Markdown
Contributor Author

This does seem to fix tauri-apps/tauri#15543 though, I was a bit fast on marking that one as a duplicates

@FabianLars

Copy link
Copy Markdown
Member

i thought they're more or less the same thing. In both cases it complains about the missing tsconfig before/on the first run.

@Legend-Master

Copy link
Copy Markdown
Contributor Author

The deno angular test is stuck on deno task build which seems to reproduce locally as well, that being said, this change didn't touch deno nor angular templates, we can probably fix it in another PR

@Legend-Master
Legend-Master merged commit 847647e into dev Jun 15, 2026
293 of 297 checks passed
@Legend-Master
Legend-Master deleted the update-vite-ts-dependencies branch June 15, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] "[WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]" when starting Deno Svelte project

2 participants