@nuxt/vite-builder is a crucial package for Nuxt 3 developers, acting as the Vite bundler that powers the development and build processes. Version 3.17.4 introduces several updates and refinements compared to the previous stable version, 3.17.3.
One key difference lies in the updated dependencies. Notably, @nuxt/kit has been updated from 3.17.3 to 3.17.4, aligning the builder with the latest core Nuxt functionalities. Furthermore, unplugin is updated from 2.3.3 to 2.3.4 and @vitejs/plugin-vue-jsx sees an upgrade from 4.1.2 to 4.2.0. These dependency updates often bring performance improvements, bug fixes, and new features from their respective projects, enhancing the overall development experience.
In the devDependencies, vue advances from version 3.5.13 to 3.5.14 and rollup moves from 4.40.2 to 4.41.0. These upgrades in development dependencies ensure compatibility with the latest tooling and may unlock new optimization possibilities during the build process. unenv had an update from 2.0.0-rc.15 to 2.0.0-rc.17
Developers should also be aware of the peer dependency on vue, which remains at ^3.3.4, ensuring compatibility with existing Vue 3 projects. The relatively small change in unpacked size from 78843 to 78655 may indicate some minor internal refactoring or optimization.
The update to version 3.17.4 signals an incremental improvement focusing on dependency alignment and potential subtle enhancements within the Vite bundling process. By keeping dependencies up-to-date, this ensures that Nuxt developers can leverage the latest features and fixes available in the wider ecosystem.
The are not vulnerabilities for the version 3.17.4 of the package @nuxt/vite-builder