Skip to content

Build(deps-dev): Bump svelte from 4.2.19 to 5.0.5

Dependabot requested to merge dependabot-npm_and_yarn-svelte-5.0.5 into main

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: @​debug does not work with proxied-state (#13690)

  • 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: @​debug does not work with proxied-state (#13690)

  • 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


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

Merge request reports

Loading