-
Notifications
You must be signed in to change notification settings - Fork 37
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 svelte-check to 4.1.4 #180
Open
chii-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/svelte-check-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
|
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
238a4cf
to
388f0ce
Compare
388f0ce
to
f5c9222
Compare
| datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | npm | svelte-check | 2.9.1 | 4.1.4 |
f5c9222
to
32a4bf2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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.1.4
Release Notes
sveltejs/language-tools (svelte-check)
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)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)v3.4.3
Compare Source
v3.4.2
Compare Source
v3.4.1
Compare Source
broken release, don't use
v3.4.0
Compare Source
broken release, don't use
v3.3.2
Compare Source
v3.3.1
Compare Source
v3.3.0
Compare Source
v3.2.0
Compare Source
<svelte:document>
(#1958).js
to$types
imports to support node16/nodenext resolution (#1967)v3.1.4
Compare Source
v3.1.3
Compare Source
v3.1.2
Compare Source
v3.1.1
Compare Source
v3.1.0
Compare Source
v3.0.4
Compare Source
$$restProps
is used (#1887)v3.0.3
Compare Source
--no-tsconfig
flag work (#1843)v3.0.2
Compare Source
v3.0.1
Compare Source
BREAKING CHANGES
svelte.JSX
namespace in your projects, you should migrate accordingly--tsconfig
anymore in most cases now; use--no-tsconfig
to get back the old behavior of only checking Svelte files without a jsconfig/tsconfig)v3.0.0
Compare Source
broken release, see 3.0.1 instead
v2.10.3
Compare Source
v2.10.2
Compare Source
v2.10.1
Compare Source
""
and"off"
as validdata-sveltekit-X
values (#1753) (#1749)v2.10.0
Compare Source
v2.9.2
Compare 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.