Skip to content

chore(deps): update dependency svelte-check to ^3.8.6#10

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/svelte-check-3.x
Open

chore(deps): update dependency svelte-check to ^3.8.6#10
renovate[bot] wants to merge 1 commit intomainfrom
renovate/svelte-check-3.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Apr 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check ^3.0.1^3.8.6 age adoption passing 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)

v3.4.4

Compare Source

  • (fix) add support for resize observer bindings (#​2044)
  • (fix) remove Svelte 4 ambient module declaration
  • (fix) add vite.config.ts.timestamp-* to ignore list (#​2052)

v3.4.3

Compare Source

  • (fix) load svelte/compiler for version 4 correctly

v3.4.2

Compare Source

  • (feat) add machine-verbose to the output options (#​2012)
  • (feat) implement experimental generics attribute on script tags (#​2020)
  • (fix) support nested destructuring in export const (#​2028)
  • (feat) get ready for Svelte 4 (#​2030)

v3.4.1

Compare Source

broken release, don't use

v3.4.0

Compare Source

broken release, don't use

v3.3.2

Compare Source

  • (fix) allow non-literal createEventDispatcher generic template (#​2004)
  • (fix) ignore updated files not belonging to project (#​2006)

v3.3.1

Compare Source

  • (fix) add entries as a valid export

v3.3.0

Compare Source

  • (feat) Auto-typing support for entries (#​1983)

v3.2.0

Compare Source

  • (feat) intellisense for new bindings (#​1957)
  • (feat) bump to TypeScript 5.0 (#​1919)
  • (feat) support <svelte:document> (#​1958)
  • (fix) swap order of inserted statements for store prop with type (#​1960)
  • (fix) add .js to $types imports to support node16/nodenext resolution (#​1967)
  • (fix) use Svelte's ComponentConstructorOptions (#​1969)
  • (feat) throw error on invalid tsconfig includes/excludes and on unknown options (#​1974)

v3.1.4

Compare Source

  • (fix) various kit auto typing fixes (#​1936)

v3.1.3

Compare Source

  • (fix) take arrow function into account when adding return type (#​1934)

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 force-pushed the renovate/svelte-check-3.x branch 3 times, most recently from fe84992 to f0fb0a2 Compare April 14, 2023 21:56
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.2.0 chore(deps): update dependency svelte-check to ^3.3.0 May 4, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from f0fb0a2 to 36e9d5f Compare May 4, 2023 13:50
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.3.0 chore(deps): update dependency svelte-check to ^3.3.1 May 5, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch 2 times, most recently from a97141d to a3d127a Compare May 8, 2023 18:48
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.3.1 chore(deps): update dependency svelte-check to ^3.3.2 May 8, 2023
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.3.2 chore(deps): update dependency svelte-check to ^3.4.2 May 26, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch 2 times, most recently from d62d44d to 8f965dd Compare May 26, 2023 21:04
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.4.2 chore(deps): update dependency svelte-check to ^3.4.3 May 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.4.3 chore(deps): update dependency svelte-check to ^3.4.4 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 8f965dd to a36cffa Compare June 21, 2023 21:01
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from a36cffa to 3c76631 Compare July 7, 2023 20:43
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.4.4 chore(deps): update dependency svelte-check to ^3.4.5 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 3c76631 to 80bf3dc Compare July 11, 2023 23:33
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.4.5 chore(deps): update dependency svelte-check to ^3.4.6 Jul 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.4.6 chore(deps): update dependency svelte-check to ^3.5.0 Aug 12, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 80bf3dc to 1dc21f1 Compare August 12, 2023 05:26
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.5.0 chore(deps): update dependency svelte-check to ^3.5.1 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 1dc21f1 to bf1ffb1 Compare August 30, 2023 02:40
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.5.1 chore(deps): update dependency svelte-check to ^3.5.2 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from bf1ffb1 to 4b01255 Compare September 19, 2023 23:33
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 4b01255 to e52f670 Compare November 11, 2023 05:37
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.5.2 chore(deps): update dependency svelte-check to ^3.6.0 Nov 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.6.0 chore(deps): update dependency svelte-check to ^3.6.1 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from e52f670 to 62329b2 Compare November 23, 2023 08:21
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.6.5 chore(deps): update dependency svelte-check to ^3.6.6 Mar 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.6.6 chore(deps): update dependency svelte-check to ^3.6.7 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from ddfc878 to 48fc958 Compare March 12, 2024 23:21
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 48fc958 to 19a0be4 Compare March 20, 2024 08:50
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.6.7 chore(deps): update dependency svelte-check to ^3.6.8 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 19a0be4 to 75d6670 Compare April 2, 2024 11:53
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.6.8 chore(deps): update dependency svelte-check to ^3.6.9 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 75d6670 to 40a537a Compare April 26, 2024 23:41
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.6.9 chore(deps): update dependency svelte-check to ^3.7.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 40a537a to 261a2bf Compare May 3, 2024 05:03
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.7.0 chore(deps): update dependency svelte-check to ^3.7.1 May 3, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 261a2bf to d26a1f3 Compare May 30, 2024 17:57
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.7.1 chore(deps): update dependency svelte-check to ^3.8.0 May 30, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from d26a1f3 to cf7e924 Compare June 19, 2024 17:38
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.8.0 chore(deps): update dependency svelte-check to ^3.8.1 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from cf7e924 to af25c11 Compare June 25, 2024 11:56
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.8.1 chore(deps): update dependency svelte-check to ^3.8.2 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from af25c11 to b535fe6 Compare June 28, 2024 05:26
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.8.2 chore(deps): update dependency svelte-check to ^3.8.4 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from b535fe6 to e5d02f3 Compare July 31, 2024 11:36
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.8.4 chore(deps): update dependency svelte-check to ^3.8.5 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from e5d02f3 to 1a4e886 Compare August 23, 2024 20:57
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to ^3.8.5 chore(deps): update dependency svelte-check to ^3.8.6 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch 2 times, most recently from c402f62 to 8f0321a Compare August 15, 2025 00:15
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 8f0321a to 0a2a078 Compare August 23, 2025 07:50
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 0a2a078 to 82ed9ad Compare September 26, 2025 19:44
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 82ed9ad to 6d3273b Compare October 23, 2025 16:10
@renovate renovate bot force-pushed the renovate/svelte-check-3.x branch from 6d3273b to 69c7148 Compare November 16, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants