Skip to content

Bump svelte-check from 3.5.2 to 3.6.1

Bumps svelte-check from 3.5.2 to 3.6.1.

Release notes

Sourced from svelte-check's releases.

svelte-check-3.6.1

  • fix: support SvelteKit zero types with $props rune
  • fix: use Snippet type and ensure @render tag only uses snippet functions
  • fix: account for > in attribute strings (#2204)
  • fix: handle contexts in each/await
  • fix: don't lowercase custom element attributes (#2190)
  • fix: make root snippets available in instance script (#2201)

svelte-check-3.6.0

  • feat: add experimental compatibility for Svelte 5
  • fix: enhance numberOnlyAttributes list
Commits
  • 07ffe29 feat: ensure render tag is passed a snippet function
  • 3f691b6 fix: harden split/move logic
  • a9940c1 breaking: bump prettier to version 3
  • 6027d3a feat: use Snippet type
  • 98fe60c fix: make root snippets available in instance script
  • b212062 chore: test for typescript in template
  • 10bcf31 fix: don't lowercase custom element attributes
  • 29d7b84 fix: improve props completion for namespaced component (#2207)
  • 0e12421 chore: fix flaky test for slow machines (#2205)
  • b7d0614 fix: handle contexts in each/await, silence snippet type errors
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading