@nuxt/vite-builder is a crucial package for Nuxt developers, acting as the bridge between the Nuxt framework and the Vite build tool, enabling faster and more efficient builds. Version 4.0.3 represents a subtle but important update over version 4.0.2. While seemingly minor, the changes incorporated likely include bug fixes and dependency updates to ensure optimal compatibility and performance within a Nuxt 3 project.
A key difference lies in the updated dependencies. @nuxt/kit moves from version 4.0.2 to 4.0.3, aligning with the core framework. h3 graduates from version 1.15.3 to 1.15.4 and vite-plugin-checker moves from version 0.10.1 to 0.10.2. These updates often bring performance improvements, bug fixes, and new features within those respective packages. Furthermore, the rollup dependency is updated from version 4.46.1 to 4.46.2. While the core functionality remains consistent between the two versions - providing seamless Vite integration for Nuxt applications - developers should prioritize upgrading to 4.0.3. This will ensure they benefit from the latest improvements, bug fixes, and security patches within the underlying dependencies. Keeping dependencies up-to-date is a best practice for long-term project maintainability and stability. The unpacked size has slightly increased, implying some additions / changes to the code. The newer version was also released about a week later than the previous one, which suggests that there were some reasons to create a new release.
The are not vulnerabilities for the version 4.0.3 of the package @nuxt/vite-builder