@nuxt/schema version 3.13.2 introduces subtle but important updates compared to the previous stable version 3.13.1. A key difference lies in the dependency updates. Notably, unimport has been bumped from version 3.11.1 to 3.12.0. While seemingly minor, this update in unimport could bring improvements in how Nuxt handles automatic component and composable imports, potentially leading to a smoother development experience due to more robust or efficient module resolution. Several devDependencies also see updates. Vue moves from 3.5.0 to 3.5.5, vite from 5.4.3 to 5.4.5, @unhead/schema from 1.10.4 to 1.11.5, @nuxt/telemetry from 2.5.4 to 2.6.0, @vue/compiler-sfc and @vue/compiler-core from 3.5.0 to 3.5.5, and @vue/language-core from 2.1.4 to 2.1.6. These upgraded devDependencies suggest enhancements in the Vue ecosystem integration, build process improvements through Vite, schema enhancements provided by unhead, and telemetry improvements, all contributing to a better developer experience in terms of Vue 3 compatibility, build performance and debugging. By examining the dependency changes, developers can anticipate improvements and bug fixes related to module importing and Vue 3 related ecosystem integrations.
The are not vulnerabilities for the version 3.13.2 of the package @nuxt/schema