@nuxt/vite-builder versions 3.17.3 and 3.17.2 represent incremental updates to the Vite bundler specifically tailored for Nuxt applications. Examining the changes reveals subtle but impactful improvements in the build process, dependency management, and potentially enhanced stability. Version 3.17.3 integrates newer versions of core dependencies like vite (upgraded to 6.3.5 from 6.3.4), cssnano (upgraded to 7.0.7 from 7.0.6), esbuild (upgraded to 0.25.4 from 0.25.3), @nuxt/kit (upgraded to 3.17.3 from 3.17.2), unplugin (upgraded to 2.3.3 from 2.3.2), @vitejs/plugin-vue (upgraded to 5.2.4 from 5.2.3) and rollup (upgraded to 4.40.2 from 4.40.1).
These upgrades generally bring performance enhancements, bug fixes, and new features from the respective packages. For example, newer vite versions often result in faster build times and improved hot module replacement (HMR). Developers using @nuxt/vite-builder should benefit from these streamlined processes. The bump of @nuxt/kit is also important as it is the internal Nuxt toolkit and ensures compatibility between the builder and the core framework. The updated unplugin package likely introduces improvements to plugin handling within the Vite build pipeline.
The are not vulnerabilities for the version 3.17.3 of the package @nuxt/vite-builder