Vue Router 4.0.9 represents a minor update over its predecessor, version 4.0.8, aimed at enhancing the stability and developer experience within Vue 3 applications. One key difference lies in the updated dependency on @vue/devtools-api, moving from ^6.0.0-beta.10 to ^6.0.0-beta.14. This upgrade ensures better compatibility and potentially improved debugging capabilities when working with Vue Devtools.
Several development dependencies have also been updated, reflecting the project's commitment to staying current with the latest tooling. Notably, rollup jumps from version 2.47.0 to 2.51.2, dotenv from ^9.0.2 to ^10.0.0, webpack from ^5.37.0 to ^5.38.1, prettier from ^2.3.0 to ^2.3.1, ts-loader from ^9.1.2 to ^9.2.3, chromedriver from ^90.0.0 to ^91.0.0 and @vue/compiler-sfc from ^3.0.7 to ^3.1.1, suggesting improvements in build processes, code formatting, and single-file component compilation. While these updates are primarily for development, they contribute to a smoother and more efficient development workflow. The unpackedSize is slightly larger in version 4.0.9 (786424) compared to version 4.0.8 (775249), indicating some added code or resources, potentially related to the dependency updates or minor feature enhancements. Developers already using Vue Router 4 should find upgrading straightforward, benefiting from the improved tooling and potential bug fixes.
The are not vulnerabilities for the version 4.0.9 of the package vue-router