@vue/compiler-dom has been updated from version 3.5.16 to 3.5.17. Both versions, licensed under MIT, are part of the Vue core compilation process, responsible for transforming Vue templates into render functions for the DOM. The core functionality and API remain consistent between the two versions, maintaining the developer experience familiar to Vue users.
A key difference lies in the updated dependencies. Version 3.5.17 relies on @vue/shared version 3.5.17 and @vue/compiler-core version 3.5.17, while the older version depends on analogous packages with version 3.5.16. This indicates underlying improvements and bug fixes within the shared utilities and core compilation logic.
The updated version exhibits a slight increase in unpacked size, growing from 640722 bytes to 641126 bytes. This suggests that the new features in the updated dependency resulted in more bytes to be added.
Developers upgrading should expect a seamless transition, as the core API and functionalities are maintained. The upgrade primarily brings improvements in performance, bug fixes inherited from the internal packages that it depends on. Staying current with the latest version ensures optimal performance and stability when working with Vue templates in a browser environment. The release dates also provide a timeline: version 3.5.16 was released on May 29, 2025 while 3.5.17 was released June 18, 2025.
The are not vulnerabilities for the version 3.5.17 of the package @vue/compiler-dom