Open
Conversation
Contributor
Author
|
9872df6 to
883a3b2
Compare
883a3b2 to
db412de
Compare
727cf22 to
837778d
Compare
837778d to
e2554f1
Compare
e2554f1 to
a15032b
Compare
a15032b to
acae372
Compare
a1c8cb1 to
2156508
Compare
2156508 to
0d70e1e
Compare
0d70e1e to
238a4cf
Compare
44daab3 to
d0ec9e0
Compare
d0ec9e0 to
e672d30
Compare
e672d30 to
42e0cca
Compare
42e0cca to
5a7c1f5
Compare
5a7c1f5 to
e945049
Compare
e945049 to
12da465
Compare
12da465 to
6bc800d
Compare
6bc800d to
cbafe9b
Compare
cbafe9b to
f038661
Compare
f038661 to
d88befe
Compare
d88befe to
c8f7651
Compare
c8f7651 to
45ac7dd
Compare
45ac7dd to
93ce27e
Compare
93ce27e to
21491dc
Compare
21491dc to
008272d
Compare
| datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | npm | svelte-check | 2.9.1 | 4.4.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.1->4.4.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sveltejs/language-tools (svelte-check)
v4.4.5Compare Source
Patch Changes
v4.4.4Compare Source
Patch Changes
fix: more robust detection of
lang="ts"attribute (#2957)fix: pass filename to
warningFilter(#2959)fix: resolve svelte files under path alias in
--incremental/tsgomode (#2955)v4.4.3Compare Source
Patch Changes
@ts-ignoreetc comments within tags (#2950)v4.4.2Compare Source
Patch Changes
fix: resolve shims correctly in
--incremental/tsgomode (cd1ff2f)fix: include
referencesin generatedtsconfig.jsonin--incremental/tsgomode (1990f74)v4.4.1Compare Source
Patch Changes
fix: handle relative imports reaching outside working directory when using
--incremental/--tsgoflags (#2942)fix: support SvelteKit zero types in svelte-check --incremental (#2939)
v4.4.0Compare Source
Minor Changes
--incrementaland--tsgoflags (#2932)Patch Changes
fix: ignore Unix domain sockets in file watcher to prevent crashes (#2931)
fix: properly use machine output by default for Claude Code (
e9f58d2)v4.3.6Compare Source
Patch Changes
v4.3.5Compare Source
Patch Changes
v4.3.4Compare Source
Patch Changes
v4.3.3Compare Source
Patch Changes
fix: prevent file watcher issue (#2859)
fix: allow
undefinedandnullvalues for#eachin Svelte 5 (#2863)perf: check if file content changed in tsconfig file watch (#2859)
v4.3.2Compare Source
Patch Changes
perf: tweak some snapshot hot paths (#2852)
perf: more precise module cache invalidation (#2853)
fix: properly handle
runes={false}in<svelte:options>(#2847)See https://github.com/sveltejs/language-tools/releases
v4.3.1Compare Source
fix: handle object literal in MustacheTag (https://github.com/sveltejs/language-tools/pull/2805)
v4.3.0Compare Source
awaitsupport (#2799)v4.2.2Compare Source
v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
v4.1.6Compare Source
v4.1.5Compare Source
v4.1.4Compare Source
v4.1.3Compare Source
v4.1.2Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
v4.0.9Compare Source
v4.0.8Compare Source
v4.0.7Compare Source
$props: infer types for$bindable, infer function type from arrow functionv4.0.6Compare Source
const load = ...declarations (#2540)v4.0.5Compare Source
v4.0.4Compare Source
v4.0.3Compare Source
Componentin 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.2Compare Source
Componentinterface get proper intellisensev4.0.1Compare Source
processaugmentation from internald.tsfilev4.0.0Compare Source
Breaking changes
processaugmentation (declaring aprocess.browserfield) was removed.sveltefiles now take precedence over.svelte.js/tsfiles (if both exist) (#2481)skipLibCheckis no longer forced totrue, which may result ind.tsfiles now being checked in your project, which they were not before, revealing type errors. Either fix those or add"skipLibCheck": trueto yourtsconfig.json(#1976, #2463)v3.8.6Compare Source
v3.8.5Compare Source
v3.8.4Compare Source
v3.8.3Compare Source
v3.8.2Compare Source
v3.8.1Compare Source
v3.8.0Compare Source
asexpressions for bindable props (#2372)v3.7.1Compare Source
v3.7.0Compare Source
$bindable()in Svelte 5 runes mode (#2336)#awaitinside#snippet(#2348)bind:grouptransformation (#2349)v3.6.9Compare Source
bind:groupv3.6.8Compare Source
v3.6.7Compare Source
$props()(#2314)v3.6.6Compare Source
v3.6.5Compare Source
v3.6.4Compare Source
Svelte 5:
v3.6.3Compare Source
v3.6.2Compare Source
$props()runev3.6.1Compare Source
$propsruneSnippettype and ensure@rendertag only uses snippet functions>in attribute strings (#2204)v3.6.0Compare Source
v3.5.2Compare Source
$$Propscode differently to deal with unions better (#2153)v3.5.1Compare Source
v3.5.0Compare Source
svelte:documenttypesv3.4.6Compare Source
v3.4.5Compare Source
HEADexportv3.4.4Compare Source
vite.config.ts.timestamp-*to ignore list (#2052)v3.4.3Compare Source
v3.4.2Compare Source
v3.4.1Compare Source
broken release, don't use
v3.4.0Compare Source
broken release, don't use
v3.3.2Compare Source
v3.3.1Compare Source
v3.3.0Compare Source
v3.2.0Compare Source
<svelte:document>(#1958).jsto$typesimports to support node16/nodenext resolution (#1967)v3.1.4Compare Source
v3.1.3Compare Source
v3.1.2Compare Source
v3.1.1Compare Source
v3.1.0Compare Source
v3.0.4Compare Source
$$restPropsis used (#1887)v3.0.3Compare Source
--no-tsconfigflag work (#1843)v3.0.2Compare Source
v3.0.1Compare Source
BREAKING CHANGES
svelte.JSXnamespace in your projects, you should migrate accordingly--tsconfiganymore in most cases now; use--no-tsconfigto get back the old behavior of only checking Svelte files without a jsconfig/tsconfig)v3.0.0Compare Source
broken release, see 3.0.1 instead
v2.10.3Compare Source
v2.10.2Compare Source
v2.10.1Compare Source
""and"off"as validdata-sveltekit-Xvalues (#1753) (#1749)v2.10.0Compare Source
v2.9.2Compare Source
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 has been generated by Renovate Bot.