Skip to content

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

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

Bumps svelte from 5.2.10 to 5.7.1.

Release notes

Sourced from svelte's releases.

svelte@5.7.1

Patch Changes

  • fix: ensure bindings always take precedence over spreads (#14575)

svelte@5.7.0

Minor Changes

  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#14422)

Patch Changes

  • fix: treat undefined and null the same for the initial input value (#14562)

svelte@5.6.2

Patch Changes

  • chore: make if blocks tree-shakable (#14549)

svelte@5.6.1

Patch Changes

  • fix: handle static form values in combination with default values (#14555)

svelte@5.6.0

Minor Changes

  • feat: support defaultValue/defaultChecked for inputs (#14289)

svelte@5.5.4

Patch Changes

  • fix: better error messages for invalid HTML trees (#14445)

  • fix: remove spreaded event handlers when they become nullish (#14546)

  • fix: respect the unidirectional nature of time (#14541)

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

... (truncated)

Changelog

Sourced from svelte's changelog.

5.7.1

Patch Changes

  • fix: ensure bindings always take precedence over spreads (#14575)

5.7.0

Minor Changes

  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#14422)

Patch Changes

  • fix: treat undefined and null the same for the initial input value (#14562)

5.6.2

Patch Changes

  • chore: make if blocks tree-shakable (#14549)

5.6.1

Patch Changes

  • fix: handle static form values in combination with default values (#14555)

5.6.0

Minor Changes

  • feat: support defaultValue/defaultChecked for inputs (#14289)

5.5.4

Patch Changes

  • fix: better error messages for invalid HTML trees (#14445)

  • fix: remove spreaded event handlers when they become nullish (#14546)

  • fix: respect the unidirectional nature of time (#14541)

5.5.3

Patch Changes

... (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