chore(deps): update dependency svelte-check to v4 #574
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/svelte-check-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^3.4.3
->^4.0.0
Release Notes
sveltejs/language-tools (svelte-check)
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.9
Compare Source
v4.0.8
Compare Source
v4.0.7
Compare Source
$props
: infer types for$bindable
, infer function type from arrow functionv4.0.6
Compare Source
const load = ...
declarations (#2540)v4.0.5
Compare Source
v4.0.4
Compare Source
v4.0.3
Compare Source
Component
in type positions. Instead you need to prepend it withtypeof
. Here's how you do it:let x: Component
. After:let x: ReturnType<typeof Component>
let x: typeof Component
. Afterlet x: typeof Component
(no change)v4.0.2
Compare Source
Component
interface get proper intellisensev4.0.1
Compare Source
process
augmentation from internald.ts
filev4.0.0
Compare Source
de316849a3
to1d22e6cc93