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

chore(deps): update dependency svelte-check to v3.6.9 - autoclosed #79

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check 3.0.3 -> 3.6.9 age adoption passing confidence

Release Notes

sveltejs/language-tools (svelte-check)

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)

v3.1.2

Compare Source

  • (fix) correct request handler event type for SvelteKit auto-typings

v3.1.1

Compare Source

  • (fix) allow more actions on one element
  • (fix) remove overzealous $$Props check (#​1920)
  • (fix) various improvements around automatic SvelteKit types (#​1926, #​1927)
  • (fix) race condition when reloading ts service (#​1922)
  • (fix) error on invalid tsconfig path (#​1928)

v3.1.0

Compare Source

  • (feat) include the number of files containing errors or warnings in svelte-check diagnostics summary (#​1909)

v3.0.4

Compare Source

  • (fix) recognize more js-like file types (#​1894)
  • (fix) no error with unkown props if $$restProps is used (#​1887)
  • (fix) move error if $$Props is an alias of another type (#​1892)
  • (chore) remove old transformation (#​1858)

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 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.

@codecov-commenter
Copy link

codecov-commenter commented May 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (4d3fbce) to head (e9d0372).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #79   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          418       418           
  Branches        67        67           
=========================================
  Hits           418       418           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.4.3 chore(deps): update dependency svelte-check to v3.4.4 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from fb00699 to 207df10 Compare June 21, 2023 17:18
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch 2 times, most recently from bc4bfbc to ec7d9af Compare July 4, 2023 13:32
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.4.4 chore(deps): update dependency svelte-check to v3.4.5 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from ec7d9af to 9ff4354 Compare July 6, 2023 16:23
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.4.5 chore(deps): 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 9ff4354 to 377b1cc Compare July 11, 2023 14:43
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from 377b1cc to 561ede5 Compare August 11, 2023 16:58
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.4.6 chore(deps): 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 561ede5 to 1b29f4a Compare August 11, 2023 17:38
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.5.0 chore(deps): 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 1b29f4a to 1610e9a Compare August 29, 2023 14:46
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.5.1 chore(deps): 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 1610e9a to f8f22ea Compare September 19, 2023 17:21
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.5.2 chore(deps): 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 f8f22ea to 6419aba Compare November 10, 2023 16:13
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.0 chore(deps): 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 6419aba to 7e2ce45 Compare November 22, 2023 13:02
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.1 chore(deps): 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 7e2ce45 to ceb7c82 Compare November 24, 2023 19:22
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch from ceb7c82 to 7d2fd47 Compare January 12, 2024 10:19
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.2 chore(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 7d2fd47 to d834527 Compare February 8, 2024 17:19
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.3 chore(deps): update dependency svelte-check to v3.6.4 Feb 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.4 chore(deps): update dependency svelte-check to v3.6.5 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/svelte-check-3.x-lockfile branch 2 times, most recently from 05575bd to 2ec1c3a Compare February 29, 2024 12:08
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.5 chore(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 2ec1c3a to a8ac064 Compare March 12, 2024 17:09
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.6 chore(deps): 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 fd37769 to e9d0372 Compare March 19, 2024 13:32
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.7 chore(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 from e9d0372 to 431c4be Compare April 1, 2024 23:04
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.8 chore(deps): update dependency svelte-check to v3.6.9 Apr 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte-check to v3.6.9 chore(deps): update dependency svelte-check to v3.6.9 - autoclosed Apr 17, 2024
@renovate renovate bot closed this Apr 17, 2024
@renovate renovate bot deleted the renovate/svelte-check-3.x-lockfile branch April 17, 2024 13:02
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