Skip to content

Build(deps-dev): Bump svelte from 5.16.1 to 5.17.1

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

Bumps svelte from 5.16.1 to 5.17.1.

Release notes

Sourced from svelte's releases.

svelte@5.17.1

Patch Changes

  • fix: remove bindable prop validation (#14946)

  • chore: tweak "invalid assignment" compiler error message (#14955)

  • fix: silence false-positive stale value warning (#14958)

svelte@5.17.0

Minor Changes

  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)

Patch Changes

  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)

  • fix: account for min-width/height in slide transition (#14942)

  • fix: prevent long delays causing erratic spring behaviour (#14940)

  • feat: warn on using slide transition with table elements (#14936)

  • chore: improve signal performance by reducing duplicate deps (#14945)

svelte@5.16.6

Patch Changes

  • fix: Make Tween duration 0 set current to target immediately (#14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#14933)

  • fix: treat inert as a boolean attribute (#14935)

  • fix: remove leading newline from <pre> contents (#14922)

svelte@5.16.5

Patch Changes

  • fix: inherit correct namespace for <title> elements (#14817)

  • fix: don't throw bind_invalid_export if there's also a bindable prop with the same name (#14813)

svelte@5.16.4

Patch Changes

  • fix: use cached indexOf array prototype method internally (#14912)

  • fix: make Tween work with continuous target changes (#14895)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.17.1

Patch Changes

  • fix: remove bindable prop validation (#14946)

  • chore: tweak "invalid assignment" compiler error message (#14955)

  • fix: silence false-positive stale value warning (#14958)

5.17.0

Minor Changes

  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)

Patch Changes

  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)

  • fix: account for min-width/height in slide transition (#14942)

  • fix: prevent long delays causing erratic spring behaviour (#14940)

  • feat: warn on using slide transition with table elements (#14936)

  • chore: improve signal performance by reducing duplicate deps (#14945)

5.16.6

Patch Changes

  • fix: Make Tween duration 0 set current to target immediately (#14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#14933)

  • fix: treat inert as a boolean attribute (#14935)

  • fix: remove leading newline from <pre> contents (#14922)

5.16.5

Patch Changes

  • fix: inherit correct namespace for <title> elements (#14817)

  • fix: don't throw bind_invalid_export if there's also a bindable prop with the same name (#14813)

5.16.4

... (truncated)

Commits
  • 80d9f99 Version Packages (#14953)
  • 9aae463 fix: silence false-positive statel value warning (#14958)
  • a2565ef docs: tweak "invalid assignment" compiler error message (#14955)
  • ce4f972 fix: remove bindable prop validation (#14946)
  • 9b71eea Version Packages (#14943)
  • d41801c feat: warn on using slide transition with invalid display styles (#14936)
  • 4d2cb27 fix: prevent long delays causing erratic spring behaviour (#14940)
  • d245bab feat: allow non-numeric values to be tweened by snapping immediately to new v...
  • adee13d fix: account for min-width/height in slide transition (#14942)
  • 9c20eb4 chore: improve signal performance by reducing duplicate deps (#14945)
  • 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