@nuxt/vite-builder version 3.18.0 arrives with notable updates compared to the previous stable release, 3.17.7. Developers leveraging Nuxt's Vite integration will find several dependency upgrades potentially impacting their projects. Notably, the core vite dependency jumps from version 6.3.5 to 7.0.6, bringing in the latest Vite features, performance improvements, and bug fixes. This upgrade could require adjustments in your Vite configuration depending on the extent to which you customize it. Jiti also bumps up from 2.4.2 to 2.5.1.
Several smaller but significant bumps appear in the dependencies, including @vitejs/plugin-vue moving from 5.2.4 to 6.0.1 and @vitejs/plugin-vue-jsx from 4.2.0 to 5.0.1. These updates likely incorporate improvements and new functionalities related to Vue 3 component compilation and JSX support. get-port-please sees a minor upgrade, while vue-bundle-renderer goes from 2.1.1 to 2.1.2. Vite-plugin-checker goes from 0.10.0 to 0.10.1. The devDependencies see bump too with rollup from 4.44.2 to 4.46.1 and unbuild from 3.5.0 to 3.6.0 and the related @nuxt/schema from 3.17.7 to 3.18.0 (aligned with the package).
Developers who rely on specific features or have encountered issues in older versions of these dependencies should carefully review the changelogs for each updated package. These upgrades enhance build performance, introduce new capabilities, and address existing bugs. The @nuxt/kit dependency also aligns with the main package version, ensuring compatibility and access to the latest Nuxt framework features.
The are not vulnerabilities for the version 3.18.0 of the package @nuxt/vite-builder