Unplugin-auto-import has released version 0.18.2, a minor update following closely after version 0.18.1. Both versions serve the same purpose: seamlessly registering global imports on demand for Vite and Webpack projects, enhancing developer experience by eliminating the need for manual import statements for frequently used functions and libraries. This intelligent automation streamlines development workflows, making code cleaner and more maintainable.
The core dependencies like unimport, unplugin, fast-glob, local-pkg, @antfu/utils, magic-string, and @rollup/pluginutils remain consistent between the two versions, ensuring continued compatibility and functionality related to import resolution and code manipulation. Similarly, the development dependencies used for building, testing, and linting the package also stay the same, indicating a focus on stability and quality within the development process.
The key discernible change lies in the minimatch dependency. Version 0.18.1 utilizes minimatch version 10.0.1, while version 0.18.2 downgrades to version 9.0.5. This suggests a potential issue identified with the newer minimatch version, perhaps related to bug fixes, performance optimizations, or compatibility concerns within the unplugin-auto-import ecosystem. Developers considering the update should investigate if changes to minimatch affect existing configurations. The unpacked size has a very minor change. Ultimately, version 0.18.2 offers a potentially more reliable experience due to the reversion of minimatch.
The are not vulnerabilities for the version 0.18.2 of the package unplugin-auto-import