Build(deps-dev): Bump svelte from 4.2.19 to 5.0.5
Bumps svelte from 4.2.19 to 5.0.5.
Release notes
Sourced from svelte's releases.
svelte@5.0.5
Patch Changes
fix: mark
:has
selectors with multiple preceding selectors as used (#13750)fix: ensure event context is reset before invoking callback (#13737)
fix: add more robust check for
Element
prototype (#13744)fix: do not comment out unused selectors that are inside an unused selector (#13746)
fix: more accurately detect
$derived
migration opportunities (#13740)fix: do not add jsdoc if no types found (#13738)
svelte@5.0.4
Patch Changes
fix: webview preload tag can be any string (#13733)
fix: better children snippet / default slot interop (#13734)
svelte@5.0.3
Patch Changes
- chore: ensure transition events are dispatched without current reaction (#13719)
svelte@5.0.2
Patch Changes
- fix: don't blank css on migration error (#13703)
svelte@5.0.1
Patch Changes
- fix: use typedef for JSDoc props and maintain comments (#13698)
svelte@5.0.0
A new major version of Svelte has been released!
🎉 The new version brings:
- even better performance,
- a more granular reactivity system with runes,
- more expressive template syntax with snippets and event attributes,
- native TypeScript support,
- and backwards compatibility with the previous syntax!
... (truncated)
Changelog
Sourced from svelte's changelog.
5.0.5
Patch Changes
fix: mark
:has
selectors with multiple preceding selectors as used (#13750)fix: ensure event context is reset before invoking callback (#13737)
fix: add more robust check for
Element
prototype (#13744)fix: do not comment out unused selectors that are inside an unused selector (#13746)
fix: more accurately detect
$derived
migration opportunities (#13740)fix: do not add jsdoc if no types found (#13738)
5.0.4
Patch Changes
fix: webview preload tag can be any string (#13733)
fix: better children snippet / default slot interop (#13734)
5.0.3
Patch Changes
- chore: ensure transition events are dispatched without current reaction (#13719)
5.0.2
Patch Changes
- fix: don't blank css on migration error (#13703)
5.0.1
Patch Changes
- fix: use typedef for JSDoc props and maintain comments (#13698)
5.0.0
A new major version of Svelte has been released!
🎉 The new version brings:
... (truncated)
Commits
-
ae8f50f
Version Packages (#13742) -
a6e416d
fix: mark:has
selectors with multiple preceding selectors as used (#13750) -
fd78385
chore: restructure docs for new site (#13699) -
ad578a5
fix:@debug
does not work with proxied-state (#13690) -
28c8d2b
fix: do not comment out unused selectors that are inside an unused selector (... -
2efae79
fix: add more robust check forElement
prototype (#13744) -
a08f063
fix: more accurately detect$derived
migration use cases (#13740) -
8a06d05
fix: do not add jsdoc if no types found (#13738) -
be02b7e
event_context (#13737) -
fb052be
Version Packages (#13736) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts