chore(deps): update dependency svelte-check to v4.3.4
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| svelte-check | devDependencies | minor | 4.1.5 -> 4.3.4 |
Release Notes
sveltejs/language-tools (svelte-check)
v4.3.4
Patch Changes
- chore: use machine format when run by Claude Code (#2870)
v4.3.3
Patch Changes
-
fix: prevent file watcher issue (#2859)
-
fix: allow
undefinedandnullvalues for#eachin Svelte 5 (#2863) -
perf: check if file content changed in tsconfig file watch (#2859)
v4.3.2
Patch Changes
-
perf: tweak some snapshot hot paths (#2852)
-
perf: more precise module cache invalidation (#2853)
-
fix: properly handle
runes={false}in<svelte:options>(#2847)
See https://github.com/sveltejs/language-tools/releases
v4.3.1
fix: handle object literal in MustacheTag (#2805)
v4.3.0
- feat: zero types for params (#2795)
- feat: add
awaitsupport (#2799) - fix: strip doctype using AST instead of regex (#2798)
- chore: make human output more concise and readable (#2748)
v4.2.2
- fix: invalidate project file cache and handle watcher race condition (#2779)
- fix: prevent error with bind:this={get, set} (#2781)
- fix: don't treat derived imported from svelte/store as a potential store (#2780)
- fix: key block can have its own block scope (#2768)
v4.2.1
- feat: support generics on snippets (#2761)
v4.2.0
v4.1.7
- fix: robustify hoisting logic around prop types (#2740)
- fix: ensure typed exports are marked as used (#2746)
- chore: bump vscode-html/css-language-service (#2752)
- fix: ensure eligible snippets can be referenced in module script (#2753)
- fix: prevent error with unclosed tag followed by LF or end of file (#2750)
v4.1.6
- fix: prevent unused variable error for bindable
- fix: ensure exports in runes mode are marked as used
- fix: add color CLI options
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.