Skip to content

Build(deps-dev): Bump svelte from 5.1.15 to 5.2.0

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

Bumps svelte from 5.1.15 to 5.2.0.

Release notes

Sourced from svelte's releases.

svelte@5.2.0

Minor Changes

  • feat: better inlining of static attributes (#14269)

svelte@5.1.17

Patch Changes

  • fix: account for :has(...) as part of :root (#14229)

  • fix: prevent nested pseudo class from being marked as unused (#14229)

  • fix: use strict equality for key block comparisons in runes mode (#14285)

  • fix: bump is-reference dependency to fix import.meta bug (#14286)

svelte@5.1.16

Patch Changes

  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#14267)

  • fix: bail on named slots with that have reserved keywords during migration (#14278)

Changelog

Sourced from svelte's changelog.

5.2.0

Minor Changes

  • feat: better inlining of static attributes (#14269)

5.1.17

Patch Changes

  • fix: account for :has(...) as part of :root (#14229)

  • fix: prevent nested pseudo class from being marked as unused (#14229)

  • fix: use strict equality for key block comparisons in runes mode (#14285)

  • fix: bump is-reference dependency to fix import.meta bug (#14286)

5.1.16

Patch Changes

  • fix: don't wrap pseudo classes inside :global(...) with another :global(...) during migration (#14267)

  • fix: bail on named slots with that have reserved keywords during migration (#14278)

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