chore(deps): update dependency svelte to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
svelte (source) | peerDependencies | major | 4 -> 4 || 5 |
svelte (source) | devDependencies | major | ^4.2.10 -> ^5.0.0 |
Release Notes
sveltejs/svelte (svelte)
v5.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)
v5.0.4
Patch Changes
-
fix: webview preload tag can be any string (#13733)
-
fix: better children snippet / default slot interop (#13734)
v5.0.3
Patch Changes
- chore: ensure transition events are dispatched without current reaction (#13719)
v5.0.2
Patch Changes
- fix: don't blank css on migration error (#13703)
v5.0.1
Patch Changes
- fix: use typedef for JSDoc props and maintain comments (#13698)
v5.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!
For more details check out the Svelte docs and the migration guide.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.