chore(deps): update dependency vue-router to v5 #206

Open
renovatebot wants to merge 1 commits from renovate/vue-router-5.x into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-router (source) ^4.6.3^5.0.0 age adoption passing confidence

Release Notes

vuejs/router (vue-router)

v5.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.0

Compare Source

Vue Router 5 is a boring release, it merges unplugin-vue-router into the core package with no breaking changes. The only exception is that the iife build no longer includes @vue/devtools-api because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in this issue. See the migration guide for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [vue-router](https://router.vuejs.org) ([source](https://github.com/vuejs/router)) | [`^4.6.3` → `^5.0.0`](https://renovatebot.com/diffs/npm/vue-router/4.6.3/5.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue-router/5.0.2?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-router/5.0.2?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-router/4.6.3/5.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-router/4.6.3/5.0.2?slim=true) | --- ### Release Notes <details> <summary>vuejs/router (vue-router)</summary> ### [`v5.0.2`](https://github.com/vuejs/router/releases/tag/v5.0.2) [Compare Source](https://github.com/vuejs/router/compare/v5.0.1...v5.0.2) #####    🐞 Bug Fixes - Remove devtools from iife build  -  by [@&#8203;posva](https://github.com/posva) [<samp>(58c03)</samp>](https://github.com/vuejs/router/commit/58c033c0) - Loose version check vue-router  -  by [@&#8203;posva](https://github.com/posva) [<samp>(90e4b)</samp>](https://github.com/vuejs/router/commit/90e4bb80) - **volar**: Empty options  -  by [@&#8203;posva](https://github.com/posva) [<samp>(02275)</samp>](https://github.com/vuejs/router/commit/022758a7) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://github.com/vuejs/router/releases/tag/v5.0.1) [Compare Source](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1) #####    🐞 Bug Fixes - **volar**: Make typed plugin work with vue-tsc  -  by [@&#8203;peter50216](https://github.com/peter50216) in [#&#8203;2607](https://github.com/vuejs/router/issues/2607) [<samp>(7845e)</samp>](https://github.com/vuejs/router/commit/7845e327) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://github.com/vuejs/router/releases/tag/v5.0.0) [Compare Source](https://github.com/vuejs/router/compare/v4.6.4...v5.0.0) Vue Router 5 is a *boring* release, it merges [unplugin-vue-router](https://uvr.esm.is) into the core package with no breaking changes. The only exception is that the *iife* build no longer includes `@vue/devtools-api` because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in [this issue](https://github.com/vuejs/devtools/issues/989). See [the migration guide](https://router.vuejs.org/guide/migration/v4-to-v5.html) for instructions on how to upgrade from unplugin-vue-router to Vue Router 5. #####    🚀 Features - **experimental**: Query params are optional by default  -  by [@&#8203;posva](https://github.com/posva) [<samp>(78913)</samp>](https://github.com/vuejs/router/commit/78913551) - Add volar plugins  -  by [@&#8203;posva](https://github.com/posva) [<samp>(530ac)</samp>](https://github.com/vuejs/router/commit/530ac53e) - Add data loaders as experimental  -  by [@&#8203;posva](https://github.com/posva) [<samp>(ab895)</samp>](https://github.com/vuejs/router/commit/ab89513d) - Add route json schema  -  by [@&#8203;posva](https://github.com/posva) [<samp>(20675)</samp>](https://github.com/vuejs/router/commit/2067515a) - Upgrade devtools-api to v7  -  by [@&#8203;posva](https://github.com/posva) [<samp>(17b84)</samp>](https://github.com/vuejs/router/commit/17b841b8) - Upgrade devtools to v8  -  by [@&#8203;posva](https://github.com/posva) [<samp>(b8aa2)</samp>](https://github.com/vuejs/router/commit/b8aa2395) - Runtime error on missing param parsers  -  by [@&#8203;posva](https://github.com/posva) [<samp>(3444b)</samp>](https://github.com/vuejs/router/commit/3444bc94) - **volar**: Allow rootDir option  -  by [@&#8203;posva](https://github.com/posva) [<samp>(df65a)</samp>](https://github.com/vuejs/router/commit/df65a864) #####    🐞 Bug Fixes - Avoid breaking older browsers support  -  by [@&#8203;posva](https://github.com/posva) [<samp>(c7ba4)</samp>](https://github.com/vuejs/router/commit/c7ba4507) - Trigger navigation guards when keep-alive component is reactivated for different route  -  by [@&#8203;babu-ch](https://github.com/babu-ch) and [@&#8203;posva](https://github.com/posva) in [#&#8203;2604](https://github.com/vuejs/router/issues/2604) [<samp>(c7735)</samp>](https://github.com/vuejs/router/commit/c7735d30) - Add automatic types for param parsers  -  by [@&#8203;posva](https://github.com/posva) [<samp>(0fb5d)</samp>](https://github.com/vuejs/router/commit/0fb5da34) - Param parsers when dts is not at root  -  by [@&#8203;posva](https://github.com/posva) [<samp>(16b39)</samp>](https://github.com/vuejs/router/commit/16b39ff7) - Expose resolveOptions for unplugin  -  by [@&#8203;posva](https://github.com/posva) [<samp>(35543)</samp>](https://github.com/vuejs/router/commit/355431b6) - Escape tildes in paths  -  by [@&#8203;posva](https://github.com/posva) [<samp>(aac2e)</samp>](https://github.com/vuejs/router/commit/aac2e265) - **volar**: Upgrade config read  -  by [@&#8203;posva](https://github.com/posva) [<samp>(e3024)</samp>](https://github.com/vuejs/router/commit/e3024d19) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v4.6.4...v5.0.0) ### [`v4.6.4`](https://github.com/vuejs/router/releases/tag/v4.6.4) [Compare Source](https://github.com/vuejs/router/compare/v4.6.3...v4.6.4) #####    🚀 Features - **experimental**: - Handle redirect types  -  by [@&#8203;posva](https://github.com/posva) [<samp>(92efb)</samp>](https://github.com/vuejs/router/commit/92efba79) - Basic alias  -  by [@&#8203;posva](https://github.com/posva) [<samp>(ded2d)</samp>](https://github.com/vuejs/router/commit/ded2d578) #####    🐞 Bug Fixes - Make the build output compatible with v4.5  -  by [@&#8203;drylint](https://github.com/drylint) in [#&#8203;2591](https://github.com/vuejs/router/issues/2591) [<samp>(42bc2)</samp>](https://github.com/vuejs/router/commit/42bc246f) - **experimental**: IsActive with custom params  -  by [@&#8203;posva](https://github.com/posva) [<samp>(edca6)</samp>](https://github.com/vuejs/router/commit/edca66c6) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v4.6.3...v4.6.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovatebot added 1 commit 2026-02-13 04:52:15 +08:00
chore(deps): update dependency vue-router to v5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI/CD Pipeline / playwright (push) Successful in 2m33s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m32s
49c8f744cd
renovatebot force-pushed renovate/vue-router-5.x from 49c8f744cd to c43bce509e 2026-02-17 06:22:56 +08:00 Compare
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI/CD Pipeline / playwright (push) Successful in 2m33s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m54s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vue-router-5.x:renovate/vue-router-5.x
git checkout renovate/vue-router-5.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: examples/vue-ts-example-2025#206