Unplugin-auto-import, a helpful tool for Vite and Webpack users, has a new version 0.15.0 available. This release introduces some changes compared to the previous stable version, 0.14.4, that developers should be aware of. The most significant update lies in the dependencies: unimport is bumped from version 2.2.4 to 3.0.0, and minimatch goes from 7.0.0 to 7.1.0. While minimatch update likely provides some bug fixes and potentially minor feature additions related to file matching patterns, the unimport upgrade is more noteworthy. Developers should review the unimport changelog to understand the breaking changes or new functionalities introduced in version 3.0.0, as it's a core dependency for handling imports.
Besides the dependencies, one can notice the magic-string dependency goes from version 0.29.0 to 0.30.0. These updates usually contain performance improvements, bug fixes, and new features of the underlying magic-string library. The release date jump from February 20th for the 0.14.4 version to February 23rd for the newer version suggests that those changes could solve some important issues from the older version.
Besides that there are no noteworthy changes, so the migration to the new version should be pretty straightforward.
The are not vulnerabilities for the version 0.15.0 of the package unplugin-auto-import