-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency svelte-check to v4 #157
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
base: main
Are you sure you want to change the base?
Conversation
|
4c76805
to
30a8306
Compare
0fd2abf
to
8e586f6
Compare
c289612
to
00e36bf
Compare
00e36bf
to
ef6e74d
Compare
8afaadc
to
0e09279
Compare
0e09279
to
0766bdc
Compare
d843abb
to
d2bb1df
Compare
378f1c5
to
c1056bc
Compare
c1056bc
to
c6d6605
Compare
c6d6605
to
3329a67
Compare
3329a67
to
f9e2f4c
Compare
305a34d
to
054be61
Compare
054be61
to
6b0a5d8
Compare
6b0a5d8
to
1425edb
Compare
1425edb
to
ff7c440
Compare
ff7c440
to
6589202
Compare
6589202
to
2a5d4e7
Compare
2a5d4e7
to
bdcc1e1
Compare
bdcc1e1
to
8111edc
Compare
8111edc
to
068f7ec
Compare
19c2741
to
515681d
Compare
515681d
to
e241287
Compare
e241287
to
0ff3eed
Compare
This PR contains the following updates:
3.8.6
->4.3.1
Release Notes
sveltejs/language-tools (svelte-check)
v4.3.1
Compare Source
fix: handle object literal in MustacheTag (#2805)
v4.3.0
Compare Source
await
support (#2799)v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
v4.1.4
Compare Source
v4.1.3
Compare Source
v4.1.2
Compare Source
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
Breaking changes
process
augmentation (declaring aprocess.browser
field) was removed.svelte
files now take precedence over.svelte.js/ts
files (if both exist) (#2481)skipLibCheck
is no longer forced totrue
, which may result ind.ts
files now being checked in your project, which they were not before, revealing type errors. Either fix those or add"skipLibCheck": true
to yourtsconfig.json
(#1976, #2463)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.