Skip to content

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

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

Bumps svelte from 5.2.10 to 5.4.0.

Release notes

Sourced from svelte's releases.

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

  • fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470)

  • fix: prevent infinite loops when pruning CSS (#14474)

  • fix: generate correct code when encountering object expression statement (#14480)

svelte@5.2.11

Patch Changes

  • fix: ignore text and expressions outside the template when validating HTML (#14468)

  • fix: better account for render tags when pruning CSS (#14456)

Changelog

Sourced from svelte's changelog.

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)

5.3.1

Patch Changes

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

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

5.3.0

Minor Changes

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

5.2.12

Patch Changes

  • fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470)

  • fix: prevent infinite loops when pruning CSS (#14474)

  • fix: generate correct code when encountering object expression statement (#14480)

5.2.11

Patch Changes

  • fix: ignore text and expressions outside the template when validating HTML (#14468)

  • fix: better account for render tags when pruning CSS (#14456)

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