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

fix(deps): update dependency svelte-check to v3.7.1 #493

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check 3.5.2 -> 3.7.1 age adoption passing confidence

Release Notes

sveltejs/language-tools (svelte-check)

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

Configuration

📅 Schedule: Branch creation - "before 6:00am on the first day of the month" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.2 fix(deps): 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 27955e3 to e89fd42 Compare January 12, 2024 10:28
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.3 fix(deps): 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 e89fd42 to e95696a Compare February 8, 2024 18:34
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from e95696a to bf8daee Compare February 27, 2024 19:20
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.4 fix(deps): update dependency svelte-check to v3.6.5 Feb 27, 2024
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.5 fix(deps): 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 bf8daee to 9555ec4 Compare February 29, 2024 13:36
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 9555ec4 to c74f9e4 Compare March 12, 2024 17:49
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.6 fix(deps): update dependency svelte-check to v3.6.7 Mar 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.7 fix(deps): update dependency svelte-check to v3.6.8 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch 4 times, most recently from 6c43ff3 to 162c9fe Compare March 20, 2024 13:53
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 162c9fe to 512e73f Compare April 1, 2024 23:00
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.8 fix(deps): update dependency svelte-check to v3.6.9 Apr 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.6.9 fix(deps): update dependency svelte-check to v3.7.0 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch 2 times, most recently from d6de3a8 to 76b2afd Compare May 1, 2024 12:29
@renovate renovate bot changed the title fix(deps): update dependency svelte-check to v3.7.0 fix(deps): update dependency svelte-check to v3.7.1 May 2, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 76b2afd to 2f1822f Compare May 2, 2024 22:35
@eps1lon eps1lon merged commit 9c5a220 into main May 28, 2024
7 checks passed
@eps1lon eps1lon deleted the renovate/svelte-check-3.x-lockfile branch May 28, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant