Unplugin-auto-import has a new stable release, version 0.18.0, succeeding version 0.17.8. Both versions are designed to automatically register global imports for Vite and Webpack projects, streamlining development by eliminating the need for manual import statements. They share the same core dependencies, including unimport, unplugin, fast-glob, local-pkg, minimatch, @antfu/utils, magic-string, and @rollup/pluginutils, ensuring consistent functionality for handling import resolution and manipulation. The developer dependencies also mirror each other, featuring tools like esno, tsup, vite, eslint, rollup, and webpack for building, testing, and linting the package. The peer dependencies remains the same, @nuxt/kit and @vueuse/core.
While the functional core remains consistent, the primary difference lies in the releaseDate, with version 0.18.0 being released slightly later than 0.17.8. The unpacked size on disk has subtly changed, reflecting minor internal adjustments and likely bug fixes or performance improvements. Developers upgrading should experience a seamless transition, as the API and core functionality remain stable. However, as always, reviewing the changelog (if available) is recommended to identify any specific fixes or enhancements that might impact their projects, even if ever so subtle. The small size difference indicates the library is meticulously maintained to keep it lightweight. This update reinforces unplugin-auto-import as a reliable tool for modern web development, simplifying import management in Vite and Webpack environments with a focus on performance and ease of use.
The are not vulnerabilities for the version 0.18.0 of the package unplugin-auto-import