Skip to content

Update dependency svelte-check to v4.4.6#197

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

Update dependency svelte-check to v4.4.6#197
renovate[bot] wants to merge 1 commit intomainfrom
renovate/svelte-check-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2025

This PR contains the following updates:

Package Change Age Confidence
svelte-check 4.1.54.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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2 weeks on friday"
  • 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2025

Test Results

0 tests   - 80   0 ✅  - 80   0s ⏱️ -8s
0 suites  -  6   0 💤 ± 0 
0 files    -  1   0 ❌ ± 0 

Results for commit e3569ed. ± Comparison against base commit 7ded3df.

♻️ This comment has been updated with latest results.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.44%. Comparing base (7ded3df) to head (524ec24).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #197   +/-   ##
=======================================
  Coverage   70.44%   70.44%           
=======================================
  Files          12       12           
  Lines         812      812           
=======================================
  Hits          572      572           
  Misses        240      240           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 3fdb29d to 5324064 Compare May 2, 2025 18:23
@renovate renovate bot changed the title Update dependency svelte-check to v4.1.6 Update dependency svelte-check to v4.1.7 May 2, 2025
@renovate renovate bot changed the title Update dependency svelte-check to v4.1.7 Update dependency svelte-check to v4.2.0 May 14, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch 2 times, most recently from 2ccc896 to de2fb10 Compare May 15, 2025 15:54
@renovate renovate bot changed the title Update dependency svelte-check to v4.2.0 Update dependency svelte-check to v4.2.1 May 15, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from de2fb10 to d437caa Compare June 19, 2025 11:03
@renovate renovate bot changed the title Update dependency svelte-check to v4.2.1 Update dependency svelte-check to v4.2.2 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from d437caa to aaa8bcf Compare July 17, 2025 20:54
@renovate renovate bot changed the title Update dependency svelte-check to v4.2.2 Update dependency svelte-check to v4.3.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from aaa8bcf to 5b7e47b Compare August 3, 2025 08:48
@renovate renovate bot changed the title Update dependency svelte-check to v4.3.0 Update dependency svelte-check to v4.3.1 Aug 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 5b7e47b to 8e2071f Compare August 31, 2025 11:07
@renovate renovate bot changed the title Update dependency svelte-check to v4.3.1 Update dependency svelte-check to v4.3.2 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch 2 times, most recently from b420951 to dd3c2c3 Compare September 25, 2025 19:56
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from dd3c2c3 to b2875e7 Compare October 8, 2025 15:09
@renovate renovate bot changed the title Update dependency svelte-check to v4.3.2 Update dependency svelte-check to v4.3.3 Oct 8, 2025
@renovate renovate bot changed the title Update dependency svelte-check to v4.3.3 Update dependency svelte-check to v4.3.4 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from b2875e7 to 281956f Compare November 11, 2025 16:41
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 281956f to 4579f68 Compare November 19, 2025 00:05
@renovate renovate bot changed the title Update dependency svelte-check to v4.3.4 Update dependency svelte-check to v4.3.5 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 4579f68 to a7bab25 Compare December 20, 2025 09:49
@renovate renovate bot changed the title Update dependency svelte-check to v4.3.5 Update dependency svelte-check to v4.3.6 Jan 31, 2026
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from a7bab25 to f8de3b8 Compare January 31, 2026 09:23
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch 2 times, most recently from db7d4d2 to b55c443 Compare February 13, 2026 18:40
@renovate renovate bot changed the title Update dependency svelte-check to v4.3.6 Update dependency svelte-check to v4.4.0 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from b55c443 to dddc320 Compare February 18, 2026 17:12
@renovate renovate bot changed the title Update dependency svelte-check to v4.4.0 Update dependency svelte-check to v4.4.1 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from dddc320 to 8104da3 Compare February 20, 2026 15:38
@renovate renovate bot changed the title Update dependency svelte-check to v4.4.1 Update dependency svelte-check to v4.4.2 Feb 20, 2026
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 8104da3 to b40e561 Compare February 20, 2026 18:39
@renovate renovate bot changed the title Update dependency svelte-check to v4.4.2 Update dependency svelte-check to v4.4.3 Feb 20, 2026
@renovate renovate bot changed the title Update dependency svelte-check to v4.4.3 Update dependency svelte-check to v4.4.4 Feb 26, 2026
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from b40e561 to 9e6d6ef Compare February 26, 2026 17:36
@renovate renovate bot changed the title Update dependency svelte-check to v4.4.4 Update dependency svelte-check to v4.4.5 Mar 7, 2026
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 9e6d6ef to 524ec24 Compare March 7, 2026 21:48
@renovate renovate bot changed the title Update dependency svelte-check to v4.4.5 Update dependency svelte-check to v4.4.6 Mar 31, 2026
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 524ec24 to e3569ed Compare March 31, 2026 04:27
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.

1 participant