@nuxt/schema (versions 3.14.1592 and 3.14.159) provides Nuxt developers with essential types and default configurations. Examining the differences between these versions reveals subtle but potentially impactful updates for your Nuxt projects.
Version 3.14.1592, released more recently, incorporates several dependency updates. Specifically, std-env is bumped from 3.7.0 to 3.8.0, unimport moves from 3.13.1 to 3.13.2, vite jumps from 5.4.10 to 5.4.11 and @vitejs/plugin-vue from 5.1.4 to 5.2.0. Also, minor upgrades appear in @vue/compiler-sfc and @vue/compiler-core (3.5.12 to 3.5.13), as well as in vue from 3.5.12 to 3.5.13 and @vitejs/plugin-vue-jsx from 4.0.1 to 4.1.0. Nitropack also get an update from 2.10.3 to 2.10.4.While seemingly minor, these updates often contain bug fixes, performance improvements, and new features within those respective packages that can indirectly benefit your Nuxt application.
Furthermore, the unpacked size of the package increased slightly from 589709 to 589710 bytes. Developers should review the changelogs of the updated dependencies to understand the full extent of the changes and assess any potential impact on their projects. Upgrading ensures you're leveraging the latest improvements and security patches, contributing to a more stable and performant Nuxt development experience.
The are not vulnerabilities for the version 3.14.1592 of the package @nuxt/schema