Svelte has released version 5.25.1, a minor update following closely on the heels of version 5.25.0. Both versions maintain the core description of "Cybernetically enhanced web apps," highlighting Svelte's ambition to provide a streamlined and efficient development experience.
Examining the declared dependencies, we see no changes between the two versions. The core dependencies remain constant, including clsx, acorn, esrap, and others crucial for parsing, handling class names, and managing the Svelte compiler's environment. Similarly, the development dependencies, which are vital for building, testing, and packaging the library, are identical. This includes tools such as rollup, vitest, esbuild, and various plugins necessary for creating production-ready bundles and performing thorough testing. This consistency suggests that the update does not introduce any breaking changes or require developers to update their build configurations.
However, some differences can be noticed. The unpackedSize metric of the new package reported by the registry has changed from 2389988 bytes to 2390437 bytes, it's a 449 bytes increment. This suggests minor adjustments within the compiled code or included assets. Similarly, the releaseDate has been updated from "2025-03-21T17:05:07.908Z" to "2025-03-21T21:07:09.990Z", this means the new package was published 4 hours later. While seemingly minor, these kinds of changes can make a difference for specific projects and should be taken positively. For developers already using Svelte 5.25.0, upgrading to 5.25.1 is recommended to benefit from these refinements.
The are not vulnerabilities for the version 5.25.1 of the package svelte