-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update dependency svelte to v5.41.0 #673
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/svelte-5.x-lockfile
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.
+82
−61
Conversation
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
7f87a0f
to
f8af2e9
Compare
f8af2e9
to
981ee08
Compare
359997d
to
f623a00
Compare
f623a00
to
7176ddb
Compare
fe99f3b
to
6ed65b9
Compare
96e3a06
to
6ed65b9
Compare
598e992
to
3adf0f9
Compare
fbeb465
to
3adf0f9
Compare
3f69c55
to
1ee263c
Compare
1ee263c
to
37be847
Compare
37be847
to
6e436e6
Compare
6e436e6
to
b8ff1a1
Compare
8fa4cea
to
f26d402
Compare
f26d402
to
5cdaf28
Compare
5cdaf28
to
476dbfd
Compare
21176f2
to
0c5b3f0
Compare
8321873
to
69f87e5
Compare
69f87e5
to
b7c10af
Compare
b7c10af
to
ef910a6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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:
5.38.2
->5.41.0
Release Notes
sveltejs/svelte (svelte)
v5.41.0
Compare Source
Minor Changes
$state.eager(value)
rune (#16849)Patch Changes
fix: preserve
<select>
state while focused (#16958)chore: run boundary async effects in the context of the current batch (#16968)
fix: error if
each
block haskey
but noas
clause (#16966)v5.40.2
Compare Source
Patch Changes
pending
branch of SSR boundary (#16965)v5.40.1
Compare Source
Patch Changes
v5.40.0
Compare Source
Minor Changes
createContext
utility for type-safe context (#16948)Patch Changes
chore: simplify
batch.apply()
(#16945)fix: don't rerun async effects unnecessarily (#16944)
v5.39.13
Compare Source
Patch Changes
fix: add missing type for
fr
attribute forradialGradient
tags in svg (#16943)fix: unset context on stale promises (#16935)
v5.39.12
Compare Source
Patch Changes
fix: better input cursor restoration for
bind:value
(#16925)fix: track the user's getter of
bind:this
(#16916)fix: generate correct SSR code for the case where
pending
is an attribute (#16919)fix: generate correct code for
each
blocks with async body (#16923)v5.39.11
Compare Source
Patch Changes
v5.39.10
Compare Source
Patch Changes
fix: hydrate each blocks inside element correctly (#16908)
fix: allow await in if block consequent and alternate (#16890)
fix: don't replace rest props with
$$props
for excluded props (#16898)fix: correctly transform
$derived
private fields on server (#16894)fix: add
UNKNOWN
evaluation value before breaking forbinding.initial===SnippetBlock
(#16910)v5.39.9
Compare Source
Patch Changes
v5.39.8
Compare Source
Patch Changes
fix: check boundary
pending
attribute at runtime on server (#16855)fix: preserve tuple type in
$state.snapshot
(#16864)fix: allow await in svelte:boundary without pending (#16857)
fix: update
bind:checked
error message to clarify usage with radio inputs (#16874)v5.39.7
Compare Source
Patch Changes
chore: simplify batch logic (#16847)
fix: rebase pending batches when other batches are committed (#16866)
fix: wrap async
children
in$$renderer.async
(#16862)fix: silence label warning for buttons and anchor tags with title attributes (#16872)
fix: coerce nullish
<title>
to empty string (#16863)v5.39.6
Compare Source
Patch Changes
fix: depend on reads of deriveds created within reaction (async mode) (#16823)
fix: SSR regression of processing attributes of
<select>
and<option>
(#16821)fix: async
class:
+ spread attributes were compiled into sync server-side code (#16834)fix: ensure tick resolves within a macrotask (#16825)
v5.39.5
Compare Source
Patch Changes
fix: allow
{@​html await ...}
and snippets with async content on the server (#16817)fix: use nginx SSI-compatible comments for
$props.id()
(#16820)v5.39.4
Compare Source
Patch Changes
await
in<script>
(#16806)v5.39.3
Compare Source
Patch Changes
fix: remove outer hydration markers (#16800)
fix: async hydration (#16797)
v5.39.2
Compare Source
Patch Changes
fix: preserve SSR context when block expressions contain
await
(#16791)chore: bump some devDependencies (#16787)
v5.39.1
Compare Source
Patch Changes
fix: add missing type for
fr
attribute forradialGradient
tags in svg (#16943)fix: unset context on stale promises (#16935)
v5.39.0
Compare Source
Minor Changes
Patch Changes
v5.38.10
Compare Source
Patch Changes
v5.38.9
Compare Source
Patch Changes
chore: generate CSS hash using the filename (#16740)
fix: correctly analyze
<object.property>
components (#16711)fix: clean up scheduling system (#16741)
fix: transform input defaults from spread (#16481)
fix: don't destroy contents of
svelte:boundary
unless the boundary is an error boundary (#16746)v5.38.8
Compare Source
Patch Changes
$effect.pending
count to the correct boundary (#16732)v5.38.7
Compare Source
Patch Changes
fix: replace
undefined
withvoid(0)
in CallExpressions (#16693)fix: ensure batch exists when resetting a failed boundary (#16698)
fix: place store setup inside async body (#16687)
v5.38.6
Compare Source
Patch Changes
flushSync
while flushing effects (#16674)v5.38.5
Compare Source
Patch Changes
v5.38.3
Compare Source
Patch Changes
fix: ensure correct order of template effect values (#16655)
fix: allow async
{@​const}
in more places (#16643)fix: properly catch top level await errors (#16619)
perf: prune effects without dependencies (#16625)
fix: only emit
for_await_track_reactivity_loss
in async mode (#16644)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.