-
Notifications
You must be signed in to change notification settings - Fork 574
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 v4 #3424
base: main
Are you sure you want to change the base?
Conversation
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
✅ Benchmark Results
|
8243113
to
0cfa02b
Compare
💻 Website PreviewThe latest changes are available as preview in: https://e67e15b2.graphql-yoga.pages.dev |
0cfa02b
to
e2cf67b
Compare
aee9853
to
0e84329
Compare
0e84329
to
1c77a79
Compare
1c77a79
to
498e2ec
Compare
87e8c85
to
0086065
Compare
d6eafbe
to
ef5de8e
Compare
ef5de8e
to
234394c
Compare
This PR contains the following updates:
3.4.3
->4.1.0
Release Notes
sveltejs/language-tools (svelte-check)
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)v3.8.6
Compare Source
v3.8.5
Compare Source
v3.8.4
Compare Source
v3.8.3
Compare Source
v3.8.2
Compare Source
v3.8.1
Compare Source
v3.8.0
Compare Source
as
expressions for bindable props (#2372)v3.7.1
Compare Source
v3.7.0
Compare Source
$bindable()
in Svelte 5 runes mode (#2336)#await
inside#snippet
(#2348)bind:group
transformation (#2349)v3.6.9
Compare Source
bind:group
v3.6.8
Compare Source
v3.6.7
Compare Source
$props()
(#2314)v3.6.6
Compare Source
v3.6.5
Compare Source
v3.6.4
Compare Source
Svelte 5:
v3.6.3
Compare Source
v3.6.2
Compare Source
$props()
runev3.6.1
Compare Source
$props
runeSnippet
type and ensure@render
tag only uses snippet functions>
in attribute strings (#2204)v3.6.0
Compare Source
v3.5.2
Compare Source
$$Props
code differently to deal with unions better (#2153)v3.5.1
Compare Source
v3.5.0
Compare Source
svelte:document
typesv3.4.6
Compare Source
v3.4.5
Compare Source
HEAD
exportv3.4.4
Compare Source
vite.config.ts.timestamp-*
to ignore list (#2052)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.