CloudNativeEntrepreneur / sveltekit-web3auth

Web3 auth via JWTs for Sveltekit
MIT License
29 stars 3 forks source link

chore(deps): update dependency svelte2tsx to v0.7.28 #94

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte2tsx (source) 0.5.5 -> 0.7.28 age adoption passing confidence

Release Notes

sveltejs/language-tools (svelte2tsx) ### [`v0.7.28`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.28) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.27...svelte2tsx-0.7.28) - fix: ensure "organize imports" doesn't mess with generated `$$Component` type ### [`v0.7.27`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.27) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.26...svelte2tsx-0.7.27) - fix: don't move appended content from previous node while hoisting interface ([#​2596](https://redirect.github.com/sveltejs/language-tools/issues/2596)) - fix: ensure hoisted interfaces are moved after hoisted imports ([#​2597](https://redirect.github.com/sveltejs/language-tools/issues/2597)) - fix: preserve bind:... mapping on elements for better source maps ### [`v0.7.26`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.26) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.25...svelte2tsx-0.7.26) - fix: detect shadowed variables/types during type hoisting ([#​2590](https://redirect.github.com/sveltejs/language-tools/issues/2590)) ### [`v0.7.25`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.25) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.24...svelte2tsx-0.7.25) - fix: fall back to any instead of unknown for untyped $props ([#​2582](https://redirect.github.com/sveltejs/language-tools/issues/2582)) - fix: robustify and fix file writing ([#​2584](https://redirect.github.com/sveltejs/language-tools/issues/2584)) - fix: hoist types related to $props rune if possible ([#​2571](https://redirect.github.com/sveltejs/language-tools/issues/2571)) ### [`v0.7.24`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.24) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.23...svelte2tsx-0.7.24) - fix: `$props`: infer types for `$bindable`, infer function type from arrow function ### [`v0.7.23`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.23) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.22...svelte2tsx-0.7.23) - feat: autotype `const load = ...` declarations ([#​2540](https://redirect.github.com/sveltejs/language-tools/issues/2540)) - feat: provide component instance type in Svelte 5 ([#​2553](https://redirect.github.com/sveltejs/language-tools/issues/2553)) - fix: infer object and array shapes from fallback types ([#​2562](https://redirect.github.com/sveltejs/language-tools/issues/2562)) - fix: ignore exported variable declarations that aren't simple identifiers when checking for valid SvelteKit exports ### [`v0.7.22`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.22) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.21...svelte2tsx-0.7.22) - fix: include named exports in svelte 5 type ([#​2528](https://redirect.github.com/sveltejs/language-tools/issues/2528)) ### [`v0.7.21`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.21) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.20...svelte2tsx-0.7.21) - fix: relax component constructor type ([#​2524](https://redirect.github.com/sveltejs/language-tools/issues/2524)) ### [`v0.7.20`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.20) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.19...svelte2tsx-0.7.20) - fix: silence type error in old d.ts files - fix: revert additional two-way-binding checks as they were causing bugs ([#​2508](https://redirect.github.com/sveltejs/language-tools/issues/2508)) - breaking(svelte5): only generate function component shape in runes mode ([#​2517](https://redirect.github.com/sveltejs/language-tools/issues/2517)) ### [`v0.7.19`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.19) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.18...svelte2tsx-0.7.19) - fix: ensure components typed through Svelte 5's `Component` interface get proper intellisense ### [`v0.7.18`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.18) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.17...svelte2tsx-0.7.18) - fix: remove ancient `process` augmentation from internal `d.ts` file ### [`v0.7.17`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.17) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.16...svelte2tsx-0.7.17) - chore: bump magic-string ([#​2476](https://redirect.github.com/sveltejs/language-tools/issues/2476)) - chore: show more error diagnostics for emitDts - feat: better type checking for bindings in Svelte 5 ([#​2477](https://redirect.github.com/sveltejs/language-tools/issues/2477)) ### [`v0.7.16`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.16) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.15...svelte2tsx-0.7.16) - feat: support specifying tsconfig for emitDts ([#​2454](https://redirect.github.com/sveltejs/language-tools/issues/2454)) - fix: support Svelte 5 module script attribute ([#​2473](https://redirect.github.com/sveltejs/language-tools/issues/2473)) ### [`v0.7.15`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.15) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.14...svelte2tsx-0.7.15) - fix: add legacy methods to own component shape ([#​2451](https://redirect.github.com/sveltejs/language-tools/issues/2451)) ### [`v0.7.14`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.14) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.13...svelte2tsx-0.7.14) - feat: warn on likely failed d.ts file generation ([#​2428](https://redirect.github.com/sveltejs/language-tools/issues/2428)) - fix: no implicit children prop when using slot ([#​2427](https://redirect.github.com/sveltejs/language-tools/issues/2427)) - fix: correctly detect real Svelte files for declarationMap ([#​2443](https://redirect.github.com/sveltejs/language-tools/issues/2443)) - 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)) ### [`v0.7.13`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.13) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.12...svelte2tsx-0.7.13) - fix: ensure bindings and exports work properly for Svelte 5 + TS5.5 ### [`v0.7.12`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.12) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.11...svelte2tsx-0.7.12) - fix: detect root snippets correctly - fix: prevent false positive store declarations ([#​2422](https://redirect.github.com/sveltejs/language-tools/issues/2422)) ### [`v0.7.11`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.11) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.10...svelte2tsx-0.7.11) - 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)) ### [`v0.7.10`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.10) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.9...svelte2tsx-0.7.10) - chore: speed up regex ### [`v0.7.9`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.9) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.8...svelte2tsx-0.7.9) - 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)) ### [`v0.7.8`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.8) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.7...svelte2tsx-0.7.8) - fix: rework bindable types strategy ([#​2361](https://redirect.github.com/sveltejs/language-tools/issues/2361)) ### [`v0.7.7`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.7) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.6...svelte2tsx-0.7.7) - 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)) ### [`v0.7.6`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.6) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.5...svelte2tsx-0.7.6) - fix: ensure type widening for `bind:group` ### [`v0.7.5`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.5) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.4...svelte2tsx-0.7.5) - chore: support TypeScript 5.4 ([#​2313](https://redirect.github.com/sveltejs/language-tools/issues/2313)) - fix: allow falsy values for render tags ### [`v0.7.4`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.4) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.3...svelte2tsx-0.7.4) - fix: use type instead of generic for $props() ([#​2314](https://redirect.github.com/sveltejs/language-tools/issues/2314)) ### [`v0.7.3`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.3) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.2...svelte2tsx-0.7.3) - fix: adjust render tag for latest AST version ### [`v0.7.2`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.2) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.1...svelte2tsx-0.7.2) - fix: adjust $props() comment type logic ([#​2294](https://redirect.github.com/sveltejs/language-tools/issues/2294)) - 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 ### [`v0.7.1`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.1) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.7.0...svelte2tsx-0.7.1) - 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)) ### [`v0.7.0`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.7.0) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.27...svelte2tsx-0.7.0) - fix: various snippet improvements - fix: handle `svelte.ts/js` files when emitting types ([#​2241](https://redirect.github.com/sveltejs/language-tools/issues/2241)) - fix: don't remove non-null-assertion operator ([#​2248](https://redirect.github.com/sveltejs/language-tools/issues/2248)) - feat: transpile `$props()` differently to support rename/find reference ([#​2255](https://redirect.github.com/sveltejs/language-tools/issues/2255)) - feat: zero effort typings for reroute ([#​2252](https://redirect.github.com/sveltejs/language-tools/issues/2252)) ### [`v0.6.27`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.27) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.26...svelte2tsx-0.6.27) - 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](https://redirect.github.com/sveltejs/language-tools/issues/2212)) - fix: add possibility to pass in version to svelte2tsx to differentiate transpiler targets - fix: add implicit children prop in Svelte 5 mode ([#​2211](https://redirect.github.com/sveltejs/language-tools/issues/2211)) - perf: faster checks for certain characters ([#​2179](https://redirect.github.com/sveltejs/language-tools/issues/2179)) ### [`v0.6.26`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.26) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.25...svelte2tsx-0.6.26) - feat: support SvelteKit zero types with `$props` rune - feat: use `Snippet` type and ensure `@render` tag only uses snippet functions - fix: account for `>` in attribute strings ([#​2204](https://redirect.github.com/sveltejs/language-tools/issues/2204)) - fix: handle contexts in each/await - fix: don't lowercase custom element attributes ([#​2190](https://redirect.github.com/sveltejs/language-tools/issues/2190)) - fix: make root snippets available in instance script ([#​2201](https://redirect.github.com/sveltejs/language-tools/issues/2201)) ### [`v0.6.25`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.25) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.24...svelte2tsx-0.6.25) - fix: handle runes looking like stores ### [`v0.6.24`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.24) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.23...svelte2tsx-0.6.24) - feat: add experimental compatibility for Svelte 5 - fix: enhance numberOnlyAttributes list ### [`v0.6.23`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.23) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.22...svelte2tsx-0.6.23) - fix: enhance precompile blank for parser error workaround ([#​2173](https://redirect.github.com/sveltejs/language-tools/issues/2173)) ### [`v0.6.22`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.22) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.21...svelte2tsx-0.6.22) - fix: output `$$Props` code differently to deal with unions better ([#​2153](https://redirect.github.com/sveltejs/language-tools/issues/2153)) - feat: add fallback handler to auto-types ([#​2156](https://redirect.github.com/sveltejs/language-tools/issues/2156)) ### [`v0.6.21`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.21) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.20...svelte2tsx-0.6.21) - fix: ignore style tag inside script tag ([#​2104](https://redirect.github.com/sveltejs/language-tools/issues/2104)) ### [`v0.6.20`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.20) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.19...svelte2tsx-0.6.20) - fix: `svelte:document` types - fix: generic const modifier ([#​2118](https://redirect.github.com/sveltejs/language-tools/issues/2118)) ### [`v0.6.19`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.19) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.18...svelte2tsx-0.6.19) - fix: use SvelteComponent in shims-v4 ### [`v0.6.18`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.18) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.17...svelte2tsx-0.6.18) - fix: don't use deprecated SvelteComponentTyped import if shims path hints at v4 when emitting dts ### [`v0.6.17`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.17) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.16...svelte2tsx-0.6.17) - feat: don't use deprecated `SvelteComponentTyped` import if shims path hints at v4 - feat: SvelteKit `HEAD` export - fix: deduplicate exports ([#​2083](https://redirect.github.com/sveltejs/language-tools/issues/2083)) - fix: type one way bindings that are not the element ([#​2066](https://redirect.github.com/sveltejs/language-tools/issues/2066)) ### [`v0.6.16`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.16) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.15...svelte2tsx-0.6.16) - (feat) add support for resize observer bindings ([#​2044](https://redirect.github.com/sveltejs/language-tools/issues/2044)) ### [`v0.6.15`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.15) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.14...svelte2tsx-0.6.15) - (feat) implement generics attr on script tags ([#​2020](https://redirect.github.com/sveltejs/language-tools/issues/2020)) - (fix) support nested destructuring in export const ([#​2028](https://redirect.github.com/sveltejs/language-tools/issues/2028)) - (feat) get ready for Svelte 4 ([#​2030](https://redirect.github.com/sveltejs/language-tools/issues/2030)) ### [`v0.6.14`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.14) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.13...svelte2tsx-0.6.14) - (fix) allow non-literal createEventDispatcher generic template ([#​2004](https://redirect.github.com/sveltejs/language-tools/issues/2004)) ### [`v0.6.13`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.13) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.12...svelte2tsx-0.6.13) - (fix) add entries as a valid export ### [`v0.6.12`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.12) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.11...svelte2tsx-0.6.12) - (feat) Auto-typing support for entries ([#​1983](https://redirect.github.com/sveltejs/language-tools/issues/1983)) ### [`v0.6.11`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.11) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.10...svelte2tsx-0.6.11) - (feat) intellisense for new bindings ([#​1957](https://redirect.github.com/sveltejs/language-tools/issues/1957)) - (feat) support `` ([#​1958](https://redirect.github.com/sveltejs/language-tools/issues/1958)) - (fix) swap order of inserted statements for store prop with type ([#​1960](https://redirect.github.com/sveltejs/language-tools/issues/1960)) - (fix) add `.js` to `$types` imports to support node16/nodenext resolution ([#​1967](https://redirect.github.com/sveltejs/language-tools/issues/1967)) - (fix) use Svelte's ComponentConstructorOptions ([#​1969](https://redirect.github.com/sveltejs/language-tools/issues/1969)) ### [`v0.6.10`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.10) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.9...svelte2tsx-0.6.10) - (chore) mark svelte2tsx as compatible with TS 5 ### [`v0.6.9`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.9) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.8...svelte2tsx-0.6.9) - (fix) various kit auto typing fixes ([#​1936](https://redirect.github.com/sveltejs/language-tools/issues/1936)) ### [`v0.6.8`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.8) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.7...svelte2tsx-0.6.8) - (fix) take arrow function into account when adding return type ([#​1934](https://redirect.github.com/sveltejs/language-tools/issues/1934)) ### [`v0.6.7`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.7) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.6...svelte2tsx-0.6.7) - (fix) check return type of API methods ### [`v0.6.6`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.6) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.5...svelte2tsx-0.6.6) - (fix) correct request handler event type for SvelteKit auto-typings ### [`v0.6.5`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.5) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.4...svelte2tsx-0.6.5) invalid release, don't use ### [`v0.6.4`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.4) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.3...svelte2tsx-0.6.4) - (internal) create interhal helpers for language server / typescript plugin - (fix) allow more actions on one element - (fix) remove overzealous $$Props check ([#​1920](https://redirect.github.com/sveltejs/language-tools/issues/1920)) ### [`v0.6.3`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.3) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.2...svelte2tsx-0.6.3) - ### [`v0.6.2`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.2) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.1...svelte2tsx-0.6.2) - (fix) set rootDir in emitDts for consistent output structure ([#​1886](https://redirect.github.com/sveltejs/language-tools/issues/1886)) - (fix) add `data-sveltekit-replacestate/-keepfocus` to SvelteKit anchor tag props ([#​1865](https://redirect.github.com/sveltejs/language-tools/issues/1865)) - (fix) no error with unkown props if uses $$restProps ([#​1887](https://redirect.github.com/sveltejs/language-tools/issues/1887)) - (chore) remove old transformation ([#​1858](https://redirect.github.com/sveltejs/language-tools/issues/1858)) ### [`v0.6.1`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.1) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.6.0...svelte2tsx-0.6.1) - (fix) adjust sourcemap paths when emitting `d.ts.map` files ([#​1851](https://redirect.github.com/sveltejs/language-tools/issues/1851)) ### [`v0.6.0`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.6.0) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.23...svelte2tsx-0.6.0) #### BREAKING CHANGES - the old transformation is no longer available. If you're using the `svelte.JSX` namespace in your projects, you should migrate [accordingly](https://redirect.github.com/sveltejs/language-tools/blob/master/docs/preprocessors/typescript.md#im-getting-deprecation-warnings-for-sveltejsx--i-want-to-migrate-to-the-new-typings) - minimum required Node version is now 16 - minimum required TypeScript version is now 4.9 - minimum required Svelte version is now 3.55 ### [`v0.5.23`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.23) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.22...svelte2tsx-0.5.23) - (fix) move interface if referenced by generic ([#​1791](https://redirect.github.com/sveltejs/language-tools/issues/1791)) - (fix) data-sveltekit attributes are valid on all elements ([#​1773](https://redirect.github.com/sveltejs/language-tools/issues/1773)) - (fix) no error with unkown props if uses $$props ([#​1769](https://redirect.github.com/sveltejs/language-tools/issues/1769)) ### [`v0.5.22`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.22) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.21...svelte2tsx-0.5.22) - (fix) add `""` and `"off"` as valid `data-sveltekit-X` values ([#​1753](https://redirect.github.com/sveltejs/language-tools/issues/1753)) ([#​1749](https://redirect.github.com/sveltejs/language-tools/issues/1749)) - (fix) getter type is nonnullable ([#​1751](https://redirect.github.com/sveltejs/language-tools/issues/1751)) - (fix) add FormDataEvent ([#​1760](https://redirect.github.com/sveltejs/language-tools/issues/1760)) ### [`v0.5.21`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.21) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.20...svelte2tsx-0.5.21) - (fix) update SvelteKit anchor tag props ([#​1682](https://redirect.github.com/sveltejs/language-tools/issues/1682)) - (fix) type error for component with no props ([#​1744](https://redirect.github.com/sveltejs/language-tools/issues/1744)) - (fix) prevent spell-check suggesting generated variable ([#​1738](https://redirect.github.com/sveltejs/language-tools/issues/1738)) - (fix) generic support for component getter and accessor ([#​1689](https://redirect.github.com/sveltejs/language-tools/issues/1689)) - (fix) allow falsy values for svelte:component ([#​1694](https://redirect.github.com/sveltejs/language-tools/issues/1694)) - (fix) skip forwarded event from svelte:self ([#​1693](https://redirect.github.com/sveltejs/language-tools/issues/1693)) ### [`v0.5.20`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.20) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.19...svelte2tsx-0.5.20) - (fix) relax event handler typings ([#​1502](https://redirect.github.com/sveltejs/language-tools/issues/1502)) - (fix) ensure correct typings are accessed ([#​1675](https://redirect.github.com/sveltejs/language-tools/issues/1675)) ### [`v0.5.19`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.19) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.18...svelte2tsx-0.5.19) - (fix) add JSDoc before the export keyword in quick-fix ([#​1643](https://redirect.github.com/sveltejs/language-tools/issues/1643)) - (fix) ts-nocheck, ts-ignore code action for module script ([#​1648](https://redirect.github.com/sveltejs/language-tools/issues/1648)) - (fix) don't blank non-top-level scripts ([#​1662](https://redirect.github.com/sveltejs/language-tools/issues/1662)) ### [`v0.5.18`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.18) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.17...svelte2tsx-0.5.18) New transformation: - (fix) use let for #each block ([#​1636](https://redirect.github.com/sveltejs/language-tools/issues/1636)) - (fix) better backwards compatibility ([#​1640](https://redirect.github.com/sveltejs/language-tools/issues/1640)) - (fix) more robust check for block start ([#​1641](https://redirect.github.com/sveltejs/language-tools/issues/1641)) ### [`v0.5.17`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.17) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.16...svelte2tsx-0.5.17) - (fix) prevent crash during completions ([#​1629](https://redirect.github.com/sveltejs/language-tools/issues/1629)) - (fix) new line before the JSDoc of the first import ([#​1621](https://redirect.github.com/sveltejs/language-tools/issues/1621)) - (fix) style directive with multiple values ([#​1632](https://redirect.github.com/sveltejs/language-tools/issues/1632)) ### [`v0.5.16`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.16) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.15...svelte2tsx-0.5.16) - (fix) add a missing file in 0.5.15 New transformation: - (feat) enable actions to enhance typings on applied element (not usable yet, requires pending Svelte PR) ([#​1553](https://redirect.github.com/sveltejs/language-tools/issues/1553)) - (feat) preserve `bind:` for better type checking of HTML elements ([#​1596](https://redirect.github.com/sveltejs/language-tools/issues/1596)) - (feat) keep colon while transforming events ([#​1549](https://redirect.github.com/sveltejs/language-tools/issues/1549)) ### [`v0.5.15`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.15) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.14...svelte2tsx-0.5.15) - (fix) extract name in destructuring with default in reactive statement ([#​1605](https://redirect.github.com/sveltejs/language-tools/issues/1605)) New transformation: - (feat) enable actions to enhance typings on applied element (not usable yet, requires pending Svelte PR) ([#​1553](https://redirect.github.com/sveltejs/language-tools/issues/1553)) - (feat) preserve `bind:` for better type checking of HTML elements ([#​1596](https://redirect.github.com/sveltejs/language-tools/issues/1596)) - (feat) keep colon while transforming events ([#​1549](https://redirect.github.com/sveltejs/language-tools/issues/1549)) ### [`v0.5.14`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.14) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.13...svelte2tsx-0.5.14) - (fix) allow SapperAnchorProps & SvelteKitAnchorProps on svelte:element ([#​1577](https://redirect.github.com/sveltejs/language-tools/issues/1577)) ### [`v0.5.13`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.13) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.12...svelte2tsx-0.5.13) - (feat) support inert attribute ([#​1565](https://redirect.github.com/sveltejs/language-tools/issues/1565)) ### [`v0.5.12`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.12) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.11...svelte2tsx-0.5.12) - (feat) use SvelteComponentTyped if available for some typings ([#​1548](https://redirect.github.com/sveltejs/language-tools/issues/1548)) New transformation: - (fix) adjust special element typings ([#​1547](https://redirect.github.com/sveltejs/language-tools/issues/1547)) ### [`v0.5.11`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.11) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.10...svelte2tsx-0.5.11) - (feat) support TypeScript 4.7 group aware organize import ([#​1515](https://redirect.github.com/sveltejs/language-tools/issues/1515)) - (fix) store rework ([#​1531](https://redirect.github.com/sveltejs/language-tools/issues/1531)) ### [`v0.5.10`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.10) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.9...svelte2tsx-0.5.10) - (feat) support const tag in if block ([#​1478](https://redirect.github.com/sveltejs/language-tools/issues/1478)) New transformation - (fix) better mapping for empty text attribute ([#​1483](https://redirect.github.com/sveltejs/language-tools/issues/1483)) ### [`v0.5.9`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.9) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.8...svelte2tsx-0.5.9) - (fix) more robust transformation for reactive declare with destructure ([#​1442](https://redirect.github.com/sveltejs/language-tools/issues/1442)) - (fix) relax tag mapping for `` ([#​1443](https://redirect.github.com/sveltejs/language-tools/issues/1443)) - (fix) add ping attribute for ([#​1450](https://redirect.github.com/sveltejs/language-tools/issues/1450)) ### [`v0.5.8`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.8) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.7...svelte2tsx-0.5.8) - (feat) add support for `` ([#​1437](https://redirect.github.com/sveltejs/language-tools/issues/1437)) ### [`v0.5.7`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.7) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.6...svelte2tsx-0.5.7) - (feat) add `sveltekit:reload` ([#​1431](https://redirect.github.com/sveltejs/language-tools/issues/1431)) - (fix) allow `null` and `undefined` for style and class directives ([#​1432](https://redirect.github.com/sveltejs/language-tools/issues/1432)) - (fix) more robust handling of script tags in `{@​html ..}` tags ([#​1433](https://redirect.github.com/sveltejs/language-tools/issues/1433)) ### [`v0.5.6`](https://redirect.github.com/sveltejs/language-tools/releases/tag/svelte2tsx-0.5.6) [Compare Source](https://redirect.github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.5...svelte2tsx-0.5.6) - (fix) $store++/$store-- return type ([#​1395](https://redirect.github.com/sveltejs/language-tools/issues/1395)) - (fix) make uninitialized props be typed as any ([#​1410](https://redirect.github.com/sveltejs/language-tools/issues/1410))

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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: sveltekit-web3auth@0.0.0-development
npm ERR! Found: svelte@3.46.4
npm ERR! node_modules/svelte
npm ERR!   dev svelte@"3.46.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0" from svelte2tsx@0.7.8
npm ERR! node_modules/svelte2tsx
npm ERR!   dev svelte2tsx@"0.7.8" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-02T21_11_38_441Z-debug-0.log
renovate[bot] commented 5 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: sveltekit-web3auth@0.0.0-development
npm ERR! Found: svelte@3.46.4
npm ERR! node_modules/svelte
npm ERR!   dev svelte@"3.46.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0" from svelte2tsx@0.7.28
npm ERR! node_modules/svelte2tsx
npm ERR!   dev svelte2tsx@"0.7.28" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-11-22T22_10_02_357Z-debug-0.log