Skip to content

chore(deps): update dependency svelte-check to v4.2.1 #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check 4.0.2 -> 4.2.1 age adoption passing confidence

Release Notes

sveltejs/language-tools (svelte-check)

v4.2.1

Compare Source

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)

Configuration

📅 Schedule: 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.

@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.0.5 chore(deps): update dependency svelte-check to v4.0.6 Nov 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.0.6 chore(deps): update dependency svelte-check to v4.0.7 Nov 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.0.7 chore(deps): update dependency svelte-check to v4.0.8 Nov 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.0.8 chore(deps): update dependency svelte-check to v4.0.9 Nov 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.0.9 chore(deps): update dependency svelte-check to v4.1.0 Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.0 chore(deps): update dependency svelte-check to v4.1.1 Dec 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.1 chore(deps): update dependency svelte-check to v4.1.2 Jan 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.2 chore(deps): update dependency svelte-check to v4.1.3 Jan 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.3 chore(deps): update dependency svelte-check to v4.1.4 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from c09d702 to f888f55 Compare January 23, 2025 17:08
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from f888f55 to 1713d8d Compare February 9, 2025 13:12
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch 2 times, most recently from f863fdd to e5d04dc Compare March 6, 2025 15:09
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.4 chore(deps): update dependency svelte-check to v4.1.5 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from e5d04dc to a967c20 Compare March 11, 2025 11:25
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch 2 times, most recently from cc046ec to 3a285b7 Compare April 8, 2025 13:57
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.5 chore(deps): update dependency svelte-check to v4.1.6 Apr 13, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 3a285b7 to 41079f8 Compare April 13, 2025 09:53
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 41079f8 to c02e9a2 Compare April 24, 2025 09:50
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.6 chore(deps): update dependency svelte-check to v4.1.7 May 2, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from c02e9a2 to c1dfb2a Compare May 2, 2025 18:07
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.1.7 chore(deps): update dependency svelte-check to v4.2.0 May 14, 2025
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from c1dfb2a to 3608b24 Compare May 14, 2025 16:57
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 3608b24 to 5aa300a Compare May 15, 2025 16:53
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v4.2.0 chore(deps): update dependency svelte-check to v4.2.1 May 15, 2025
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