Vue Router has released version 4.4.5, a minor update to the 4.x line for Vue 3 applications, following closely on the heels of version 4.4.4. Both versions maintain identical core dependencies, relying on "@vue/devtools-api" and peer dependency "vue": "^3.2.0". The development environment remains consistent, utilizing tools like Vite, Rollup, TypeScript, and Vitest for building, testing, and development. Key testing frameworks such as Nightwatch and associated utilities are also consistent. Essentially, the update does not introduce changes in the used dev dependencies like "@vitejs/plugin-vue":"^5.1.3" or "@rollup/plugin-node-resolve":"^15.2.3".
The primary difference between the two versions lies in what are probably under-the-hood improvements and bug fixes based on community feeback, reflected in the distribution size, where version 4.4.5 has an "unpackedSize":830590 versus "unpackedSize":828309 of the previous version; this change is also reflected on a different release date, with version 4.4.5 being released on "2024-09-13T06:46:33.949Z", a few days after the "2024-09-10T17:59:24.896Z" version 4.4.4 was released.
For developers, this likely means that upgrading from 4.4.4 to 4.4.5 should be relatively seamless. While the changelog should be consulted for specific fixes, developers can expect enhanced stability and potentially minor performance improvements. This continuous development ensures Vue Router remains a reliable and actively maintained routing solution for Vue 3 projects.
The are not vulnerabilities for the version 4.4.5 of the package vue-router