oplik0 / solo2-desktop

A GUI application for managing Solo v2 security keys
MIT License
9 stars 1 forks source link

chore(deps): update dependency svelte-check to v3.8.6 #127

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check 3.6.2 -> 3.8.6 age adoption passing confidence

Release Notes

sveltejs/language-tools (svelte-check) ### [`v3.8.6`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.8.6) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.8.5...svelte-check-3.8.6) - fix: support Svelte 5 module script attribute ([#​2473](https://redirect.github.com/sveltejs/language-tools/issues/2473)) ### [`v3.8.5`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.8.5) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.8.4...svelte-check-3.8.5) - chore: bump html/css language service ([#​2424](https://redirect.github.com/sveltejs/language-tools/issues/2424)) - chore: better "cannot use bind:" error message ([#​2429](https://redirect.github.com/sveltejs/language-tools/issues/2429)) - fix: no implicit children prop when using slot ([#​2427](https://redirect.github.com/sveltejs/language-tools/issues/2427)) - fix: correctly handle HTML between implicit snippet props ([#​2450](https://redirect.github.com/sveltejs/language-tools/issues/2450)) - fix: correctly scope snippet declarations ([#​2449](https://redirect.github.com/sveltejs/language-tools/issues/2449)) - fix: make it possible to type snippet parameters using JSDoc ([#​2449](https://redirect.github.com/sveltejs/language-tools/issues/2449)) - fix: add legacy methods to own component shape ([#​2451](https://redirect.github.com/sveltejs/language-tools/issues/2451)) ### [`v3.8.4`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.8.4) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.8.3...svelte-check-3.8.4) - fix: ensure bindings and exports work properly for Svelte 5 + TS5.5 ### [`v3.8.3`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.8.3) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.8.2...svelte-check-3.8.3) - fix: detect root snippets correctly - fix: prevent false positive store declarations ([#​2422](https://redirect.github.com/sveltejs/language-tools/issues/2422)) ### [`v3.8.2`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.8.2) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.8.1...svelte-check-3.8.2) - chore: reduce dependencies ([#​2413](https://redirect.github.com/sveltejs/language-tools/issues/2413)) ([#​2400](https://redirect.github.com/sveltejs/language-tools/issues/2400)) - fix: handle snippets with typed arguments ([#​2412](https://redirect.github.com/sveltejs/language-tools/issues/2412)) - fix: handle optional arguments in snippets ([#​2414](https://redirect.github.com/sveltejs/language-tools/issues/2414)) ### [`v3.8.1`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.8.1) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.8.0...svelte-check-3.8.1) - fix: adjust ambient module snipping logic - chore: speed up regex ### [`v3.8.0`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.8.0) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.7.1...svelte-check-3.8.0) - fix: allow for whitespace in snippets declaration ([#​2366](https://redirect.github.com/sveltejs/language-tools/issues/2366)) - fix: allow `as` expressions for bindable props ([#​2372](https://redirect.github.com/sveltejs/language-tools/issues/2372)) - fix: force correct semantic tokens for $props types ([#​2379](https://redirect.github.com/sveltejs/language-tools/issues/2379)) - feat: Svelte 5 component class/function interop ([#​2380](https://redirect.github.com/sveltejs/language-tools/issues/2380)) ### [`v3.7.1`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.7.1) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.7.0...svelte-check-3.7.1) - fix: rework bindable types strategy ([#​2361](https://redirect.github.com/sveltejs/language-tools/issues/2361)) ### [`v3.7.0`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.7.0) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.9...svelte-check-3.7.0) - feat: mark only properties as bindable that were declared using `$bindable()` in Svelte 5 runes mode ([#​2336](https://redirect.github.com/sveltejs/language-tools/issues/2336)) - chore: better Svelte 5 interop ([#​2336](https://redirect.github.com/sveltejs/language-tools/issues/2336)) - fix: preserve event attribute casing in Svelte 5 ([#​2347](https://redirect.github.com/sveltejs/language-tools/issues/2347)) - fix: handle `#await` inside `#snippet` ([#​2348](https://redirect.github.com/sveltejs/language-tools/issues/2348)) - fix: better `bind:group` transformation ([#​2349](https://redirect.github.com/sveltejs/language-tools/issues/2349)) - fix: handle boolean css var ([#​2350](https://redirect.github.com/sveltejs/language-tools/issues/2350)) ### [`v3.6.9`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.9) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.8...svelte-check-3.6.9) - fix: ensure type widening for `bind:group` - perf: improve perf in deleteUnresolvedResolutionsFromCache ([#​2320](https://redirect.github.com/sveltejs/language-tools/issues/2320)) - fix: adjust for moved compiler file in Svelte 5 ([#​2327](https://redirect.github.com/sveltejs/language-tools/issues/2327)) ### [`v3.6.8`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.8) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.7...svelte-check-3.6.8) - chore: support TypeScript 5.4 ([#​2313](https://redirect.github.com/sveltejs/language-tools/issues/2313)) - fix: allow falsy values for render tags ### [`v3.6.7`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.7) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.6...svelte-check-3.6.7) - fix: use type instead of generic for `$props()` ([#​2314](https://redirect.github.com/sveltejs/language-tools/issues/2314)) ### [`v3.6.6`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.6) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.5...svelte-check-3.6.6) - fix: adjust render tag for latest AST version ### [`v3.6.5`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.5) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.4...svelte-check-3.6.5) - fix: adjust $props() comment type logic ([#​2294](https://redirect.github.com/sveltejs/language-tools/issues/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`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.4) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.3...svelte-check-3.6.4) - fix: take type annotations into account when transforming one-way bindings ([#​2283](https://redirect.github.com/sveltejs/language-tools/issues/2283)) Svelte 5: - fix: deduplicate generate props/events/slot types correctly ([#​2269](https://redirect.github.com/sveltejs/language-tools/issues/2269)) - fix: adjust snippet code generation for new AST shape ([#​2282](https://redirect.github.com/sveltejs/language-tools/issues/2282)) - fix: ensure correct types for media bindings ([#​2284](https://redirect.github.com/sveltejs/language-tools/issues/2284)) - fix: implict children tweaks ([#​2285](https://redirect.github.com/sveltejs/language-tools/issues/2285)) ([#​2263](https://redirect.github.com/sveltejs/language-tools/issues/2263)) ### [`v3.6.3`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte-check-3.6.3) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte-check-3.6.2...svelte-check-3.6.3) - fix: various snippet improvements - fix: don't remove non-null-assertion operator ([#​2248](https://redirect.github.com/sveltejs/language-tools/issues/2248)) - fix: prevent crash in moduleResolution Node16+ ([#​2230](https://redirect.github.com/sveltejs/language-tools/issues/2230)) - fix: correct declareMap reference line number ([#​2250](https://redirect.github.com/sveltejs/language-tools/issues/2250)) - feat: zero effort typings for reroute ([#​2252](https://redirect.github.com/sveltejs/language-tools/issues/2252))

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.



This PR was generated by Mend Renovate. View the repository job log.