@nuxt/vite-builder versions 3.17.1 and 3.17.0 represent incremental updates to the Vite bundler for Nuxt, primarily focusing on dependency adjustments and internal improvements. Developers upgrading from 3.17.0 to 3.17.1 will find that the core functionality remains largely consistent, ensuring a smooth transition. The most notable change lies in the updated dependencies. Specifically, h3 moves from version 1.15.2 to 1.15.3 and @nuxt/kit from 3.17.0 to 3.17.1, aligning with respective updates in their ecosystems. Though seemingly minor, these dependency bumps often incorporate bug fixes, performance enhancements, and security patches from upstream packages, contributing to a more robust and reliable build process.
Furthermore, the rollup devDependency is updated from version 4.40.0 to 4.40.1 in the newer version, which likely includes internal tooling improvements relevant for development and building the package itself. Developers should note that both versions share a wide range of dependencies, including Vite for speedy bundling, esbuild for fast JavaScript compilation, and @vitejs/plugin-vue and @vitejs/plugin-vue-jsx for Vue-specific optimizations. @nuxt/vite-builder leverages these tools with other dependencies like unplugin, vite-node, and rollup-plugin-visualizer to create a rich development experience tailored for Nuxt applications and provides optimized builds for production.
The are not vulnerabilities for the version 3.17.1 of the package @nuxt/vite-builder