Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2023

This PR contains the following updates:

Package Change Age Confidence
svelte-check 3.4.43.8.6 age confidence

Release Notes

sveltejs/language-tools (svelte-check)

v3.8.6

Compare Source

  • fix: support Svelte 5 module script attribute (#​2473)

v3.8.5

Compare Source

  • chore: bump html/css language service (#​2424)
  • chore: better "cannot use bind:" error message (#​2429)
  • fix: no implicit children prop when using slot (#​2427)
  • fix: correctly handle HTML between implicit snippet props (#​2450)
  • fix: correctly scope snippet declarations (#​2449)
  • fix: make it possible to type snippet parameters using JSDoc (#​2449)
  • fix: add legacy methods to own component shape (#​2451)

v3.8.4

Compare Source

  • fix: ensure bindings and exports work properly for Svelte 5 + TS5.5

v3.8.3

Compare Source

  • fix: detect root snippets correctly
  • fix: prevent false positive store declarations (#​2422)

v3.8.2

Compare Source

v3.8.1

Compare Source

  • fix: adjust ambient module snipping logic
  • chore: speed up regex

v3.8.0

Compare Source

  • fix: allow for whitespace in snippets declaration (#​2366)
  • fix: allow as expressions for bindable props (#​2372)
  • fix: force correct semantic tokens for $props types (#​2379)
  • feat: Svelte 5 component class/function interop (#​2380)

v3.7.1

Compare Source

  • fix: rework bindable types strategy (#​2361)

v3.7.0

Compare Source

  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#​2336)
  • chore: better Svelte 5 interop (#​2336)
  • fix: preserve event attribute casing in Svelte 5 (#​2347)
  • fix: handle #await inside #snippet (#​2348)
  • fix: better bind:group transformation (#​2349)
  • fix: handle boolean css var (#​2350)

v3.6.9

Compare Source

  • fix: ensure type widening for bind:group
  • perf: improve perf in deleteUnresolvedResolutionsFromCache (#​2320)
  • fix: adjust for moved compiler file in Svelte 5 (#​2327)

v3.6.8

Compare Source

  • chore: support TypeScript 5.4 (#​2313)
  • fix: allow falsy values for render tags

v3.6.7

Compare Source

  • fix: use type instead of generic for $props() (#​2314)

v3.6.6

Compare Source

  • fix: adjust render tag for latest AST version

v3.6.5

Compare Source

  • fix: adjust $props() comment type logic (#​2294)
  • fix: use Svelte 4 compiler from user when available
  • fix: adjust snippet helper type to new snippet API
  • fix: also take type argument into account when analyzing $props()
  • fix: don't add form type to zero types when property is not typed out

v3.6.4

Compare Source

  • fix: take type annotations into account when transforming one-way bindings (#​2283)

Svelte 5:

  • fix: deduplicate generate props/events/slot types correctly (#​2269)
  • fix: adjust snippet code generation for new AST shape (#​2282)
  • fix: ensure correct types for media bindings (#​2284)
  • fix: implict children tweaks (#​2285) (#​2263)

v3.6.3

Compare Source

  • fix: various snippet improvements
  • fix: don't remove non-null-assertion operator (#​2248)
  • fix: prevent crash in moduleResolution Node16+ (#​2230)
  • fix: correct declareMap reference line number (#​2250)
  • feat: zero effort typings for reroute (#​2252)

v3.6.2

Compare Source

  • feat: add best-effort fallback typings to $props() rune
  • fix: don't add generic type when snippet has no params
  • fix: pass children to zero types Svelte 5 (#​2212)
  • fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets
  • fix: add implicit children prop in Svelte 5 mode (#​2211)
  • fix: hide deprecation warnings in generated code Svelte 5 (svelte#9586)
  • chore: bump deps (#​2214)
  • perf: faster checks for certain characters (#​2179)

v3.6.1

Compare Source

  • 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)

v3.6.0

Compare Source

  • feat: add experimental compatibility for Svelte 5
  • fix: enhance numberOnlyAttributes list

v3.5.2

Compare Source

  • fix: only allow client files and project files to be root files (#​2146)
  • fix: output $$Props code differently to deal with unions better (#​2153)
  • fix: add fallback handler to auto-types (#​2156)

v3.5.1

Compare Source

  • fix: ignore style tag inside script tag (#​2104)
  • fix: ignore error about transition third argument (#​2139)

v3.5.0

Compare Source

  • feat: try load svelteHTML from svelte core (#​2117)
  • fix: svelte:document types
  • fix: generic const modifier (#​2118)

v3.4.6

Compare Source

  • chore: bump deps to force versions that include Svelte 4 peer dependencies

v3.4.5

Compare Source

  • feat: SvelteKit HEAD export
  • fix: type one way bindings that are not the element (#​2066)

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 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 v3.4.5 Update dependency svelte-check to v3.4.6 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 1a7c1b5 to b5961df Compare July 11, 2023 14:21
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from b5961df to 7c94381 Compare August 8, 2023 14:39
@renovate renovate bot changed the title Update dependency svelte-check to v3.4.6 Update dependency svelte-check to v3.5.0 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 7c94381 to 51df48a Compare August 11, 2023 15:58
@renovate renovate bot changed the title Update dependency svelte-check to v3.5.0 Update dependency svelte-check to v3.5.1 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 51df48a to 60b46b3 Compare August 29, 2023 13:53
@renovate renovate bot changed the title Update dependency svelte-check to v3.5.1 Update dependency svelte-check to v3.5.2 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 60b46b3 to 52b1f33 Compare September 19, 2023 17:07
@renovate renovate bot changed the title Update dependency svelte-check to v3.5.2 Update dependency svelte-check to v3.6.0 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 52b1f33 to 27e7d5a Compare November 10, 2023 17:05
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.0 Update dependency svelte-check to v3.6.1 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 27e7d5a to 8c57f6a Compare November 22, 2023 14:23
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.1 Update dependency svelte-check to v3.6.2 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 8c57f6a to 2dd740b Compare November 24, 2023 17:09
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.2 Update dependency svelte-check to v3.6.3 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 2dd740b to d7e3e30 Compare January 12, 2024 13:35
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.3 Update dependency svelte-check to v3.6.4 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from d7e3e30 to c4cd46a Compare February 8, 2024 18:49
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.4 Update dependency svelte-check to v3.6.5 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from c4cd46a to 32b7722 Compare February 27, 2024 20:01
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.5 Update dependency svelte-check to v3.6.6 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 32b7722 to 569ea41 Compare February 29, 2024 12:31
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.6 Update dependency svelte-check to v3.6.7 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch 2 times, most recently from 486a45e to ded9406 Compare March 19, 2024 11:41
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.7 Update dependency svelte-check to v3.6.8 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from ded9406 to 89ca930 Compare April 1, 2024 22:10
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.8 Update dependency svelte-check to v3.6.9 Apr 1, 2024
@renovate renovate bot changed the title Update dependency svelte-check to v3.6.9 Update dependency svelte-check to v3.7.0 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 74d3133 to 9b99731 Compare May 2, 2024 21:15
@renovate renovate bot changed the title Update dependency svelte-check to v3.7.0 Update dependency svelte-check to v3.7.1 May 2, 2024
@renovate renovate bot changed the title Update dependency svelte-check to v3.7.1 Update dependency svelte-check to v3.8.0 May 29, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 9b99731 to 4b32bf4 Compare May 29, 2024 15:58
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 4b32bf4 to c1df531 Compare June 17, 2024 22:08
@renovate renovate bot changed the title Update dependency svelte-check to v3.8.0 Update dependency svelte-check to v3.8.1 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from c1df531 to 1bd6e22 Compare June 24, 2024 17:27
@renovate renovate bot changed the title Update dependency svelte-check to v3.8.1 Update dependency svelte-check to v3.8.2 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 1bd6e22 to f99af8a Compare June 26, 2024 12:18
@renovate renovate bot changed the title Update dependency svelte-check to v3.8.2 Update dependency svelte-check to v3.8.3 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from f99af8a to fb3da2d Compare June 26, 2024 15:58
@renovate renovate bot changed the title Update dependency svelte-check to v3.8.3 Update dependency svelte-check to v3.8.4 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from fb3da2d to 0d584f0 Compare July 30, 2024 19:19
@renovate renovate bot changed the title Update dependency svelte-check to v3.8.4 Update dependency svelte-check to v3.8.5 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 0d584f0 to 23c706a Compare August 22, 2024 17:35
@renovate renovate bot changed the title Update dependency svelte-check to v3.8.5 Update dependency svelte-check to v3.8.6 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch 2 times, most recently from 4e5729e to 031b0dd Compare January 30, 2025 17:23
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 031b0dd to 34aaf65 Compare February 9, 2025 13:35
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 34aaf65 to 6daf1b0 Compare March 3, 2025 12:38
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 6daf1b0 to 2f231ab Compare April 8, 2025 13:05
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 2f231ab to b82061c Compare June 22, 2025 13:27
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from b82061c to 82c5a41 Compare July 2, 2025 15:43
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch 2 times, most recently from 48c1861 to ed755e0 Compare August 13, 2025 11:58
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from ed755e0 to 6281da8 Compare August 31, 2025 12:49
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 6281da8 to f302800 Compare September 25, 2025 19:55
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from f302800 to 3d7b2f1 Compare October 21, 2025 09:40
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 3d7b2f1 to 88fb29f Compare November 11, 2025 02:34
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