-
Notifications
You must be signed in to change notification settings - Fork 14
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 #1237
Open
renovate
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 3, 2024 16:24
ac502d1
to
86f8920
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 4, 2024 10:22
86f8920
to
e9c9168
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 4, 2024 14:07
e9c9168
to
9af6cbc
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 9, 2024 16:58
9af6cbc
to
79f41b5
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 9, 2024 17:01
79f41b5
to
5e293e3
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 10, 2024 18:44
5e293e3
to
4ad4004
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 12, 2024 21:25
4ad4004
to
22ca1fb
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 13, 2024 21:32
22ca1fb
to
2a12057
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
September 14, 2024 15:53
2a12057
to
abc9595
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 11, 2024 00:25
051cfa1
to
cbd53ff
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 11, 2024 00:30
cbd53ff
to
0004c0a
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 11, 2024 22:45
0004c0a
to
5a332d4
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 11, 2024 22:50
5a332d4
to
f0e2969
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 20, 2024 00:57
f0e2969
to
3d1fb47
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 21, 2024 20:41
3d1fb47
to
76fb792
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 22, 2024 19:57
76fb792
to
0a0713c
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 22, 2024 20:03
0a0713c
to
3333cbb
Compare
renovate
bot
force-pushed
the
renovate/svelte-check-4.x
branch
from
November 26, 2024 10:19
3333cbb
to
5967a19
Compare
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:
^3.6.2
->^4.0.0
Release Notes
sveltejs/language-tools (svelte-check)
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.