Skip to content

chore(deps): update dependency svelte-check to v4#543

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/svelte-check-4.x
Open

chore(deps): update dependency svelte-check to v4#543
renovate[bot] wants to merge 1 commit intomainfrom
renovate/svelte-check-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Confidence
svelte-check 3.8.64.4.6 age confidence

Release Notes

sveltejs/language-tools (svelte-check)

v4.4.6

Compare Source

Patch Changes
  • fix: prevent config loading message in svelte-check --incremental (#​2974)

  • fix: resolve svelte files with NodeNext in --incremental/tsgo (#​2990)

  • perf: various optimization with ast walk (#​2969)

  • fix: prevent error with escape sequence in attribute (#​2968)

  • fix: typescript 6.0 compatibility (#​2988)

v4.4.5

Compare Source

Patch Changes
  • fix: use Promise for async kit handler return types (#​2966)

v4.4.4

Compare Source

Patch Changes
  • fix: more robust detection of lang="ts" attribute (#​2957)

  • fix: pass filename to warningFilter (#​2959)

  • fix: resolve svelte files under path alias in --incremental/tsgo mode (#​2955)

v4.4.3

Compare Source

Patch Changes
  • fix: respect @ts-ignore etc comments within tags (#​2950)

v4.4.2

Compare Source

Patch Changes
  • fix: resolve shims correctly in --incremental/tsgo mode (cd1ff2f)

  • fix: include references in generated tsconfig.json in --incremental/tsgo mode (1990f74)

v4.4.1

Compare Source

Patch Changes
  • fix: handle relative imports reaching outside working directory when using --incremental/--tsgo flags (#​2942)

  • fix: support SvelteKit zero types in svelte-check --incremental (#​2939)

v4.4.0

Compare Source

Minor Changes
  • feat: provide --incremental and --tsgo flags (#​2932)
Patch Changes
  • fix: ignore Unix domain sockets in file watcher to prevent crashes (#​2931)

  • fix: properly use machine output by default for Claude Code (e9f58d2)

v4.3.6

Compare Source

Patch Changes
  • fix: don't hoist type/snippet referencing $store (#​2926)

v4.3.5

Compare Source

Patch Changes
  • fix: ensure await-block type is preserved in the latest Svelte version (#​2895)

v4.3.4

Compare Source

Patch Changes
  • chore: use machine format when run by Claude Code (#​2870)

v4.3.3

Compare Source

Patch Changes
  • fix: prevent file watcher issue (#​2859)

  • fix: allow undefined and null values for #each in Svelte 5 (#​2863)

  • perf: check if file content changed in tsconfig file watch (#​2859)

v4.3.2

Compare Source

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

Compare Source

fix: handle object literal in MustacheTag (#​2805)

v4.3.0

Compare Source

  • feat: zero types for params (#​2795)
  • feat: add await support (#​2799)
  • fix: strip doctype using AST instead of regex (#​2798)
  • chore: make human output more concise and readable (#​2748)

v4.2.2

Compare Source

  • 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

Compare Source

  • feat: support generics on snippets (#​2761)

v4.2.0

Compare Source

  • feat: support attachments (#​2760)
  • fix: deduplicate definition for rune-mode components (#​2759)

v4.1.7

Compare Source

  • 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

Compare Source

  • fix: prevent unused variable error for bindable
  • fix: ensure exports in runes mode are marked as used
  • fix: add color CLI options

v4.1.5

Compare Source

  • fix: take other snippets into account when checking for hoistability (#​2668)
  • fix: disambiguate render in module script (#​2667)
  • fix: properly transform $props.id when $props is assigned to props (#​2694)
  • fix: handle booleanish popover (#​2702)
  • chore: bump vscode-html/css-language-service (#​2677)
  • fix: use referenced project's compiler option to get resolution mode (#​2676)

v4.1.4

Compare Source

  • fix: don't hoist types/snippets referencing stores or destructured variables (#​2661)

v4.1.3

Compare Source

  • fix: move snippets to correct place when only module script present

v4.1.2

Compare Source

  • feat: support generics attribute for JSDoc (#​2624)
  • fix: better snippet/interface hoistability analysis (#​2655)
  • chore: TypeScript 5.7 support (#​2585)

v4.1.1

Compare Source

  • fix: support each without as (#​2615)

v4.1.0

Compare Source

  • fix: don't move appended content from previous node while hoisting interface (#​2596)
  • fix: ensure hoisted interfaces are moved after hoisted imports (#​2597)
  • fix: preserve bind:... mapping on elements for better source maps
  • feat: prepare for some upcoming features of Svelte 5

v4.0.9

Compare Source

  • fix: detect shadowed variables/types during type hoisting (#​2590)

v4.0.8

Compare Source

  • fix: fall back to any instead of unknown for untyped $props (#​2582)
  • fix: robustify and fix file writing (#​2584)
  • fix: hoist types related to $props rune if possible (#​2571)

v4.0.7

Compare Source

  • fix: $props: infer types for $bindable, infer function type from arrow function

v4.0.6

Compare Source

  • chore: autotype const load = ... declarations (#​2540)
  • chore: provide component instance type in Svelte 5 (#​2553)
  • chore: support typescript 5.6 (#​2545)
  • fix: infer object and array shapes from fallback types (#​2562)

v4.0.5

Compare Source

  • fix: include named exports in svelte 5 type (#​2528)

v4.0.4

Compare Source

  • fix: relax component constructor type (#​2524)

v4.0.3

Compare Source

  • breaking(svelte5): only generate function component shape in runes mode (#​2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#​2508)
  • fix: include files indirectly belonging to a project into correct project (#​2488)
  • fix: check project files update more aggressively before assigning service (#​2518)
  • chore: upgrade to chokidar 4 (#​2502)

v4.0.2

Compare Source

  • fix: ensure components typed through Svelte 5's Component interface get proper intellisense

v4.0.1

Compare Source

  • fix: remove ancient process augmentation from internal d.ts file

v4.0.0

Compare Source

  • chore: bump magic-string (#​2476)
  • chore: switch from fast-glob to fdir (#​2433)
  • fix: detect <script module> tag (#​2482)
  • feat: better type checking for bindings in Svelte 5 (#​2477)
  • feat: replace svelte-preprocess with barebones TS preprocessor (#​2452)
  • feat: project reference support (#​2463)
Breaking changes
  • require Svelte 4 or later (#​2453)
  • make TypeScript a peer dependency, require TS 5 or later (#​2453)
  • require node 18 or later (#​2453)
  • process augmentation (declaring a process.browser field) was removed
  • slight changes to how files are assigned to which tsconfig.json (#​1234, #​2463)
  • slight changes to how Svelte module resolution works; .svelte files now take precedence over .svelte.js/ts files (if both exist) (#​2481)
  • language-server now forces fewer TypeScript options. Most notably skipLibCheck is no longer forced to true, which may result in d.ts files now being checked in your project, which they were not before, revealing type errors. Either fix those or add "skipLibCheck": true to your tsconfig.json (#​1976, #​2463)

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Oct 2, 2024

⚠️ No Changeset found

Latest commit: c372a17

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from 3e88af6 to 5b11ba8 Compare October 6, 2024 22:30
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 3 times, most recently from 142a00a to fbef932 Compare October 12, 2024 14:11
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 4 times, most recently from 10a4b03 to b8d0c45 Compare October 27, 2024 22:12
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 4 times, most recently from 85752bd to e3b3567 Compare November 10, 2024 15:24
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 3 times, most recently from bb868a5 to 3eb3c3a Compare November 23, 2024 12:22
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 3eb3c3a to 08f7978 Compare November 29, 2024 21:26
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 3 times, most recently from cb794f5 to 13b64db Compare December 11, 2024 18:50
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 4 times, most recently from e1a2e46 to b82f068 Compare December 22, 2024 14:34
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from 6be9ac5 to 7f0a952 Compare January 12, 2025 01:32
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from d023e6d to d2d9c31 Compare January 19, 2025 13:05
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from d2d9c31 to 30dbda1 Compare February 1, 2025 01:18
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 63a70c2 to 6994e13 Compare July 19, 2025 13:27
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 4 times, most recently from 510e022 to 15ac6bd Compare August 10, 2025 13:37
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 15ac6bd to aa5d6aa Compare August 16, 2025 22:11
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from aa5d6aa to 741dd38 Compare September 7, 2025 20:09
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 741dd38 to c48cd50 Compare September 25, 2025 16:50
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 4 times, most recently from 0e66d93 to 2c987e5 Compare October 28, 2025 10:05
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 2c987e5 to 99693dc Compare November 7, 2025 17:06
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 99693dc to 11de4b3 Compare November 25, 2025 18:34
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 11de4b3 to c2c5226 Compare December 3, 2025 19:04
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from c2c5226 to 9d9971d Compare December 23, 2025 09:01
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from 6e02eb4 to 67400f4 Compare January 8, 2026 19:07
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch from 67400f4 to f24ef1c Compare January 19, 2026 18:33
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from 61d6474 to 226fa4a Compare February 3, 2026 20:47
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from 7ef1b46 to 0d196ee Compare February 16, 2026 18:41
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from 1ae0f7a to 327700d Compare February 23, 2026 19:03
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from 3db7822 to 312bffc Compare March 5, 2026 17:48
@renovate renovate bot force-pushed the renovate/svelte-check-4.x branch 2 times, most recently from a1efd2f to 1676036 Compare March 13, 2026 01:29
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.

0 participants