sublimelsp / LSP-svelte

Convenience plugin for Svelte Language Tools
MIT License
16 stars 0 forks source link

Chore: Bump svelte-language-server from 0.16.7 to 0.16.12 in /server #134

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps svelte-language-server from 0.16.7 to 0.16.12.

Release notes

Sourced from svelte-language-server's releases.

language-server-0.16.12

  • fix: support more types of component type definition in completions (#2407)
  • fix: watch svelte files and project files outside workspace (#2299)
  • fix: more robust component props / element attributes completion (#2394)
  • chore: upgrade to TS 5.5 (#2415)

language-server-0.16.11

  • fix: adjust ambient module snipping logic

language-server-0.16.10

  • feat: Svelte 5 component class/function interop (#2380)
  • fix: don't debounce document symbol request (#2382)

language-server-0.16.9

  • fix: rework bindable types strategy (#2361)

language-server-0.16.8

  • feat: editor support for TS 5.4 (#2334)
  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#2336)
  • chore: better Svelte 5 interop (#2336)
  • fix: watch package.json in more situations (#2332)
Commits
  • 6e64abd fix: more robust start tag detection
  • 1d5f3cd chore: upgrade to TS 5.5 (#2415)
  • 7008652 fix: handle optional args in snippets (#2414)
  • dbfb47a fix: watch svelte files and project files outside workspace (#2299)
  • bdfa37a fix: snippets with TS incorrect transformation (#2412)
  • be5e535 chore: remove import-fresh dependency (#2413)
  • 397139b chore: move fast-glob to devDependencies (#2400)
  • 36981e7 fix: support more types of component type defintion in completion (#2407)
  • 0261112 fix: adjust ambient module snipping logic
  • 730090f chore: adjust test snapshot for latest svelte 5 (#2402)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)