Skip to content

Build(deps-dev): Bump svelte from 5.2.10 to 5.5.3

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

Bumps svelte from 5.2.10 to 5.5.3.

Release notes

Sourced from svelte's releases.

svelte@5.5.3

Patch Changes

  • fix: don't try to add owners to non-$state class fields (#14533)

  • fix: capture infinite_loop_guard in error boundary (#14534)

  • fix: proxify values when assigning using ||=, &&= and ??= operators (#14273)

svelte@5.5.2

Patch Changes

  • fix: use correct reaction when lazily creating deriveds inside SvelteDate (#14525)

svelte@5.5.0

Minor Changes

  • feat: allow snippets to be exported from module scripts (#14315)

Patch Changes

  • fix: ignore TypeScript generics on variables (#14509)

svelte@5.4.0

Minor Changes

  • feat: support #each without as (#14396)

svelte@5.3.2

Patch Changes

  • fix: correctly prune CSS for elements inside snippets (#14494)

  • fix: render attributes during SSR regardless of case (#14492)

svelte@5.3.1

Patch Changes

  • fix: treat spread elements the same as call expressions (#14488)

  • fix: correctly increment/decrement bigints (#14485)

svelte@5.3.0

Minor Changes

  • feat: add error boundaries with <svelte:boundary> (#14211)

svelte@5.2.12

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.5.3

Patch Changes

  • fix: don't try to add owners to non-$state class fields (#14533)

  • fix: capture infinite_loop_guard in error boundary (#14534)

  • fix: proxify values when assigning using ||=, &&= and ??= operators (#14273)

5.5.2

Patch Changes

  • fix: use correct reaction when lazily creating deriveds inside SvelteDate (#14525)

5.5.1

Patch Changes

  • fix: don't throw with nullish actions (#13559)

  • fix: leave update expressions untransformed unless a transformer is provided (#14507)

  • chore: turn reactive_declaration_non_reactive_property into a runtime warning (#14192)

5.5.0

Minor Changes

  • feat: allow snippets to be exported from module scripts (#14315)

Patch Changes

  • fix: ignore TypeScript generics on variables (#14509)

5.4.0

Minor Changes

  • feat: support #each without as (#14396)

5.3.2

Patch Changes

  • fix: correctly prune CSS for elements inside snippets (#14494)

  • fix: render attributes during SSR regardless of case (#14492)

... (truncated)

Commits
  • 3d9122f Version Packages (#14537)
  • fe0bd29 fix: proxify values when assigning using ||=, &&= and ??= operators (#1...
  • bbee1fc fix: don't try to add owners to non-$state class fields (#14533)
  • b558852 fix: capture infinite_loop_guard in error boundary (#14534)
  • a65e68c Version Packages (#14530)
  • d595cc1 Version Packages (#14529)
  • 2f8eda9 fix: ensure SvelteDate cached methods have correct reactive context (#14525)
  • 3927568 fix: don't throw with nullish actions (#13559)
  • a5de086 feat: turn reactive_declaration_non_reactive_property into a runtime warnin...
  • aac929d fix: leave update expressions untransformed unless a transformer is provided ...
  • 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

Merge request reports

Loading