-
Notifications
You must be signed in to change notification settings - Fork 5
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 to v5.0.0-next.166 #179
Merged
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 ↗︎
|
795f608
to
b524cd1
Compare
b524cd1
to
804e5b8
Compare
804e5b8
to
f7ca2e1
Compare
f7ca2e1
to
e6643cb
Compare
e6643cb
to
c6a1ef7
Compare
c6a1ef7
to
635128b
Compare
635128b
to
c48b342
Compare
c48b342
to
8c790a6
Compare
8c790a6
to
ecf8217
Compare
ecf8217
to
d667210
Compare
f3ee648
to
d447ac0
Compare
d447ac0
to
fc02faa
Compare
fc02faa
to
7adeaef
Compare
7adeaef
to
cc937e5
Compare
ace87df
to
e325928
Compare
50b8b80
to
3adf9fb
Compare
3adf9fb
to
66b0312
Compare
1dd0ed7
to
e7cf8b8
Compare
e7cf8b8
to
1a16c19
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:
5.0.0-next.139
->5.0.0-next.166
5.0.0-next.141
->5.0.0-next.166
Release Notes
sveltejs/svelte (svelte)
v5.0.0-next.166
Compare Source
Patch Changes
fix: remove correct event listener from document (#12101)
fix: correctly serialize object assignment expressions (#12175)
fix: robustify migration script around indentation and comments (#12176)
fix: improve await block behaviour in non-runes mode (#12179)
fix: improve select handling of dynamic value with placeholders (#12181)
v5.0.0-next.165
Compare Source
Patch Changes
breaking: bump dts-buddy (#12134)
fix: throw compilation error for malformed snippets (#12144)
v5.0.0-next.164
Compare Source
Patch Changes
fix: prevent
a11y_label_has_associated_control
false positive for component or render tag in<label>
(#12119)fix: allow multiple optional parameters with defaults in snippets (#12070)
v5.0.0-next.163
Patch Changes
feat: more accurate
render
/mount
/hydrate
options (#12111)fix: better binding interop between runes/non-runes components (#12123)
v5.0.0-next.162
Patch Changes
v5.0.0-next.160
Compare Source
Patch Changes
v5.0.0-next.159
Compare Source
Patch Changes
fix: ensure element size bindings don't unsubscribe multiple times from the resize observer (#12091)
fix: prevent misidentification of bindings as delegatable event handlers if used outside event attribute (#12081)
fix: preserve current input values when removing defaults (#12083)
fix: preserve component function context for nested components (#12089)
v5.0.0-next.158
Compare Source
Patch Changes
v5.0.0-next.157
Compare Source
Patch Changes
fix: handle
is
attribute on elements with spread (#12056)fix: correctly process empty lines in messages (#12057)
fix: rewrite state_unsafe_mutation message (#12059)
fix: support function invocation from imported
*.svelte
components (#12061)fix: better types for
on
(#12053)v5.0.0-next.155
Compare Source
Patch Changes
fix: robustify migration script (#12019)
fix: relax constraint for
ComponentProps
(#12026)fix: address event delegation duplication behaviour (#12014)
chore: remove
createRoot
references (#12018)chore: clear
Map
/Set
before triggering$inspect
callbacks (#12013)breaking: rename
$effect.active
to$effect.tracking
(#12022)v5.0.0-next.154
Compare Source
Patch Changes
fix: ensure bound input content is resumed on hydration (#11986)
fix: better
render
type (#11997)fix: SSR template escaping (#12007)
v5.0.0-next.153
Compare Source
Patch Changes
feat: defer tasks without creating effects (#11960)
fix: enusre dev validation in dynamic component works as intended (#11985)
feat: detach inert effects (#11955)
feat: sort possible bindings in invalid binding error (#11950)
fix: apply style directives to element with empty style attribute (#11971)
v5.0.0-next.152
Compare Source
Patch Changes
fix: validate form inside a form (#11947)
fix: more robust handling of events in spread attributes (#11942)
feat: simpler `svelte:element hydration (#11773)
fix: make
legacy.componentApi
option more visible (#11924)feat: simpler hydration of CSS custom property wrappers (#11948)
chore: optimise effects that only exist to return a teardown (#11936)
feat: always create wrapper
<div>
for<svelte:component>
with CSS custom properties (#11792)feat: add svelte/events package and export
on
function (#11912)feat: more efficient output for attributes in SSR (#11949)
fix: update reactive set when deleting initial values (#11967)
feat: simpler string normalization (#11954)
fix: always assign text.nodeValue (#11944)
v5.0.0-next.151
Compare Source
Patch Changes
fix: relax
Component
type (#11929)fix: sort
{@​const ...}
tags topologically in legacy mode (#11908)chore: deprecate html in favour of body for render() (#11927)
fix: append start/end info to
AssignmentPattern
andVariableDeclarator
(#11930)fix: relax slot prop validation on components (#11923)
v5.0.0-next.150
Compare Source
Patch Changes
fix: populate
this.#sources
when constructing reactive map (#11913)fix: omit
state_referenced_locally
warning for component exports (#11905)fix: ensure event.target is correct for delegation (#11900)
chore: speed up regex (#11918)
feat: bind
activeElement
andpointerLockElement
in<svelte:document>
(#11879)fix: correctly backport
svelte:element
to old AST (#11917)fix: add
unused-export-let
to legacy lint replacements (#11896)v5.0.0-next.149
Compare Source
Patch Changes
fix: keep default values of props a proxy after reassignment (#11860)
fix: address map reactivity regression (#11882)
fix: assign message to error object in
handle_error
usingObject.defineProperty
(#11675)fix: ensure frozen objects in state are correctly skipped (#11889)
v5.0.0-next.148
Compare Source
Patch Changes
chore: improve $state.frozen performance in prod (#11852)
breaking: removed deferred event updates (#11855)
v5.0.0-next.147
Compare Source
Patch Changes
fix: improve reactive Map and Set implementations (#11827)
fix: improve controlled each block cleanup performance (#11839)
v5.0.0-next.144
Compare Source
Patch Changes
fix: address derived memory leak on disconnection from reactive graph (#11819)
fix: set correct scope for
@const
tags within slots (#11798)fix: better support for onwheel events in chrome (#11808)
fix: coherent infinite loop guard (#11815)
fix: make prop fallback values deeply reactive if needed (#11804)
fix: robustify initial scroll value detection when scroll is smooth (#11802)
v5.0.0-next.143
Compare Source
Patch Changes
Component
type that represents the new shape of Svelte components (#11775)v5.0.0-next.142
Compare Source
Patch Changes
fix: allow runelike writable as prop (#11768)
fix: support
array.lastIndexOf
without second argument (#11766)fix: handle
this
parameter in TypeScript-annotated functions (#11795)fix: allow classes to be reassigned (#11794)
fix: capture the correct event names when spreading attributes (#11783)
fix: allow global next to
&
for nesting (#11784)fix: parse ongotpointercapture and onlostpointercapture events correctly (#11790)
fix: only inject push/pop in SSR components when necessary (#11771)
v5.0.0-next.141
Compare Source
Patch Changes
fix: throw on invalid attribute expressions (#11736)
fix: use svg methods for updating svg attributes too (#11755)
fix: don't warn on link without href if aria-disabled (#11737)
fix: don't use console.trace inside dev warnings (#11744)
v5.0.0-next.140
Compare Source
Patch Changes
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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.