Skip to content
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

chore(deps): update dependency svelte-check to v4.0.9 #42

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

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

Release Notes

sveltejs/language-tools (svelte-check)

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Update dependency svelte-check to v4.0.3 Update dependency svelte-check to v4.0.4 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 3dabefd to f70a0bd Compare September 27, 2024 21:38
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from f70a0bd to c02696e Compare October 9, 2024 11:41
@renovate renovate bot changed the title Update dependency svelte-check to v4.0.4 Update dependency svelte-check to v4.0.5 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from c02696e to 6ee9c66 Compare October 11, 2024 18:51
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from 6ee9c66 to 4be9b3f Compare November 7, 2024 11:34
@renovate renovate bot changed the title Update dependency svelte-check to v4.0.5 Update dependency svelte-check to v4.0.6 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch 2 times, most recently from aa52e2b to da2cc30 Compare November 11, 2024 05:50
@renovate renovate bot changed the title Update dependency svelte-check to v4.0.6 Update dependency svelte-check to v4.0.7 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from da2cc30 to 8839d93 Compare November 11, 2024 19:45
@renovate renovate bot changed the title Update dependency svelte-check to v4.0.7 Update dependency svelte-check to v4.0.8 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch 2 times, most recently from 8b652f1 to dda1073 Compare November 16, 2024 21:39
@renovate renovate bot changed the title Update dependency svelte-check to v4.0.8 Update dependency svelte-check to v4.0.9 Nov 16, 2024
@renovate renovate bot changed the title Update dependency svelte-check to v4.0.9 chore(deps): update dependency svelte-check to v4.0.9 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from dda1073 to ffd7e51 Compare November 18, 2024 05:44
@renovate renovate bot force-pushed the renovate/svelte-check-4.x-lockfile branch from ffd7e51 to 0e9fcf9 Compare November 18, 2024 05:49
@AdityaKantipudi1 AdityaKantipudi1 merged commit a5f5711 into main Nov 18, 2024
1 check passed
@renovate renovate bot deleted the renovate/svelte-check-4.x-lockfile branch November 18, 2024 05:57
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