Vue Router's 4.2.0 release brings notable updates compared to the previous stable version, 4.1.6. A key upgrade lies in its dependency on @vue/devtools-api, moving to version ^6.5.0 from ^6.4.5, suggesting enhanced debugging and development experience within Vue Devtools. The development environment receives a significant refresh with newer versions of core tools. We see updates in vue (from ^3.2.41 to ^3.3.1), vite (from ^3.1.8 to ^4.3.5), jest (from ^27.5.1 to ^29.4.3), rollup (from ^2.78.0 to ^3.17.2). Typescript also sees an update from ~4.7.4 to ~4.9.4
Several development dependencies are bumped up, including @vue/test-utils, @vue/compiler-sfc, and @vitejs/plugin-vue, indicating improved testing capabilities and better compatibility with the latest Vue features. The update in @microsoft/api-extractor from ^7.29.2 to ^7.34.4 suggests refinements in API documentation generation. Finally, the package size saw a small increment, raising the "unpackedSize" from 797,639 to 803,979, alongside a more recent "releaseDate" signifying active maintenance and feature additions. These upgrades collectively point towards a more robust, developer-friendly experience when building navigation within Vue 3 applications. For developers, these updates largely mean a better, smoother, and up-to-date toolkit for building modern Vue applications with enhanced routing capabilities.
The are not vulnerabilities for the version 4.2.0 of the package vue-router