Update dependency vue-router to v5.2.0 #73

Open
nitrix wants to merge 1 commits from renovate/vue-router-5.x-lockfile into master
Owner

This PR contains the following updates:

Package Change Age Confidence
vue-router (source) 5.0.45.2.0 age confidence

Release Notes

vuejs/router (vue-router)

v5.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.0.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v5.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Track definePage imports per-file to fix named view race condition  -  by @​posva (11191)
  • Avoid double decoding hash on string location  -  by @​posva (1578c)
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](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)) | [`5.0.4` → `5.2.0`](https://renovatebot.com/diffs/npm/vue-router/5.0.4/5.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue-router/5.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-router/5.0.4/5.2.0?slim=true) | --- ### Release Notes <details> <summary>vuejs/router (vue-router)</summary> ### [`v5.2.0`](https://github.com/vuejs/router/releases/tag/v5.2.0) [Compare Source](https://github.com/vuejs/router/compare/v5.1.0...v5.2.0) #####    🚀 Features - Add helpful diagnostics  -  by [@&#8203;posva](https://github.com/posva) in [#&#8203;2737](https://github.com/vuejs/router/issues/2737) [<samp>(628fe)</samp>](https://github.com/vuejs/router/commit/628fe18a) #####    🐞 Bug Fixes - Allow pinia 4  -  by [@&#8203;posva](https://github.com/posva) [<samp>(16535)</samp>](https://github.com/vuejs/router/commit/16535337) - **scroll**: Ignore stale async scrollBehavior results  -  by [@&#8203;baozjj](https://github.com/baozjj) and [@&#8203;cursoragent](https://github.com/cursoragent) in [#&#8203;2730](https://github.com/vuejs/router/issues/2730) [<samp>(303df)</samp>](https://github.com/vuejs/router/commit/303dfe19) - **unplugin**: Reject invalid hex digits in \[x+hh] character codes  -  by [@&#8203;greymoth-jp](https://github.com/greymoth-jp) in [#&#8203;2744](https://github.com/vuejs/router/issues/2744) [<samp>(4d967)</samp>](https://github.com/vuejs/router/commit/4d967411) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v5.1.0...v5.2.0) ### [`v5.1.0`](https://github.com/vuejs/router/releases/tag/v5.1.0) [Compare Source](https://github.com/vuejs/router/compare/v5.0.7...v5.1.0) #####    🚀 Features - Typed definePage params.path  -  by [@&#8203;posva](https://github.com/posva) in [#&#8203;2716](https://github.com/vuejs/router/issues/2716) [<samp>(d65de)</samp>](https://github.com/vuejs/router/commit/d65de749) - Strict type for definePage param default  -  by [@&#8203;posva](https://github.com/posva) [<samp>(0ae10)</samp>](https://github.com/vuejs/router/commit/0ae10cdd) - Support raw param parsers  -  by [@&#8203;posva](https://github.com/posva) [<samp>(eadec)</samp>](https://github.com/vuejs/router/commit/eadec558) - Force array type raw param parsers  -  by [@&#8203;posva](https://github.com/posva) [<samp>(7a68b)</samp>](https://github.com/vuejs/router/commit/7a68b87c) - Allow overriding the global Router type  -  by [@&#8203;posva](https://github.com/posva) [<samp>(1cd93)</samp>](https://github.com/vuejs/router/commit/1cd93b33) - Emit runtime warning for invalid format in query params  -  by [@&#8203;posva](https://github.com/posva) [<samp>(8259a)</samp>](https://github.com/vuejs/router/commit/8259a09c) - Override useRouter() return with experimental types config  -  by [@&#8203;posva](https://github.com/posva) [<samp>(39a34)</samp>](https://github.com/vuejs/router/commit/39a344f7) - Allow string as a param parser for convenience  -  by [@&#8203;posva](https://github.com/posva) [<samp>(be37b)</samp>](https://github.com/vuejs/router/commit/be37b798) #####    🐞 Bug Fixes - Fix auto import fixes and make experimental esm only  -  by [@&#8203;posva](https://github.com/posva) [<samp>(db3a6)</samp>](https://github.com/vuejs/router/commit/db3a6b37) - Deterministic param parser types order  -  by [@&#8203;posva](https://github.com/posva) [<samp>(bf0fc)</samp>](https://github.com/vuejs/router/commit/bf0fc9b6) - Avoid importing unused param parsers  -  by [@&#8203;posva](https://github.com/posva) [<samp>(41c00)</samp>](https://github.com/vuejs/router/commit/41c00e7c) - Filter invalid query params without failing to match  -  by [@&#8203;posva](https://github.com/posva) [<samp>(db717)</samp>](https://github.com/vuejs/router/commit/db7178a5) - Detect not set format  -  by [@&#8203;posva](https://github.com/posva) [<samp>(aa89e)</samp>](https://github.com/vuejs/router/commit/aa89e2ee) - Allow undefined values for params in query  -  by [@&#8203;posva](https://github.com/posva) [<samp>(4726e)</samp>](https://github.com/vuejs/router/commit/4726e2b6) - **experimental**: Repeatable params in subsegments  -  by [@&#8203;posva](https://github.com/posva) [<samp>(84664)</samp>](https://github.com/vuejs/router/commit/846640e4) - **types**: Add vite as optional peer dependency  -  by [@&#8203;ForgottenR](https://github.com/ForgottenR), [@&#8203;posva](https://github.com/posva) and **shihuijie** in [#&#8203;2712](https://github.com/vuejs/router/issues/2712) [<samp>(facbf)</samp>](https://github.com/vuejs/router/commit/facbf6b1) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.7...v5.1.0) ### [`v5.0.7`](https://github.com/vuejs/router/releases/tag/v5.0.7) [Compare Source](https://github.com/vuejs/router/compare/v5.0.6...v5.0.7) #####    🚀 Features - Upgrade to babel 8  -  by [@&#8203;posva](https://github.com/posva) [<samp>(8d3e6)</samp>](https://github.com/vuejs/router/commit/8d3e60e7) - Make `defineParamParser()` more intuitive  -  by [@&#8203;posva](https://github.com/posva) [<samp>(8715b)</samp>](https://github.com/vuejs/router/commit/8715b211) - Upgrade `@vue/devtools-api`  -  by [@&#8203;posva](https://github.com/posva) [<samp>(87c3a)</samp>](https://github.com/vuejs/router/commit/87c3affe) - **matcher**: Hint at `params: {}` workaround in discarded params warning  -  by [@&#8203;posva](https://github.com/posva) and **shanliuling** in [#&#8203;2689](https://github.com/vuejs/router/issues/2689) [<samp>(c2b13)</samp>](https://github.com/vuejs/router/commit/c2b13c61) - **param-parsers**: Add include/exclude options  -  by [@&#8203;posva](https://github.com/posva) [<samp>(91cde)</samp>](https://github.com/vuejs/router/commit/91cdec3b) #####    🐞 Bug Fixes - **matcher**: - Finalize param token before processing escaped colon  -  by [@&#8203;babu-ch](https://github.com/babu-ch) and [@&#8203;posva](https://github.com/posva) in [#&#8203;2654](https://github.com/vuejs/router/issues/2654) [<samp>(20521)</samp>](https://github.com/vuejs/router/commit/20521b03) - **query**: - Use Object.create(null) to prevent prototype pollution  -  by [@&#8203;wdskuki](https://github.com/wdskuki), **wdsmini** and [@&#8203;posva](https://github.com/posva) in [#&#8203;2661](https://github.com/vuejs/router/issues/2661) [<samp>(be88c)</samp>](https://github.com/vuejs/router/commit/be88c756) - **resolve**: - Omit empty optional params from resolved params  -  by [@&#8203;babu-ch](https://github.com/babu-ch) and [@&#8203;posva](https://github.com/posva) in [#&#8203;2434](https://github.com/vuejs/router/issues/2434) [<samp>(1ef09)</samp>](https://github.com/vuejs/router/commit/1ef09646) - **types**: - Wire RouteNamedMap via generated routes.d.ts  -  by [@&#8203;posva](https://github.com/posva) in [#&#8203;2700](https://github.com/vuejs/router/issues/2700) [<samp>(aef99)</samp>](https://github.com/vuejs/router/commit/aef99415) - **unplugin**: - Avoid generating empty routes  -  by [@&#8203;FrontEndDog](https://github.com/FrontEndDog) and [@&#8203;posva](https://github.com/posva) in [#&#8203;2642](https://github.com/vuejs/router/issues/2642) [<samp>(10a8b)</samp>](https://github.com/vuejs/router/commit/10a8b773) - Apply definePage path-param parser overrides  -  by [@&#8203;posva](https://github.com/posva) in [#&#8203;2699](https://github.com/vuejs/router/issues/2699) [<samp>(c8074)</samp>](https://github.com/vuejs/router/commit/c8074862) - **volar**: - Drop runtime `@vue/language-core` import  -  by [@&#8203;danielroe](https://github.com/danielroe) in [#&#8203;2710](https://github.com/vuejs/router/issues/2710) [<samp>(8af50)</samp>](https://github.com/vuejs/router/commit/8af50c9c) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.6...v5.0.7) ### [`v5.0.6`](https://github.com/vuejs/router/releases/tag/v5.0.6) [Compare Source](https://github.com/vuejs/router/compare/v5.0.5...v5.0.6) #####    🐞 Bug Fixes - Missing closing quote in generated import  -  by [@&#8203;zjy040525](https://github.com/zjy040525) and [@&#8203;posva](https://github.com/posva) in [#&#8203;2688](https://github.com/vuejs/router/issues/2688) [<samp>(32f78)</samp>](https://github.com/vuejs/router/commit/32f78c77) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.5...v5.0.6) ### [`v5.0.5`](https://github.com/vuejs/router/releases/tag/v5.0.5) [Compare Source](https://github.com/vuejs/router/compare/v5.0.4...v5.0.5) #####    🚀 Features - Enable standard schema param parsers  -  by [@&#8203;posva](https://github.com/posva) [<samp>(ea8e3)</samp>](https://github.com/vuejs/router/commit/ea8e3e21) - Normalize param parsers once  -  by [@&#8203;posva](https://github.com/posva) [<samp>(48087)</samp>](https://github.com/vuejs/router/commit/480877cc) #####    🐞 Bug Fixes - Track definePage imports per-file to fix named view race condition  -  by [@&#8203;posva](https://github.com/posva) [<samp>(11191)</samp>](https://github.com/vuejs/router/commit/11191bca) - Avoid double decoding hash on string location  -  by [@&#8203;posva](https://github.com/posva) [<samp>(1578c)</samp>](https://github.com/vuejs/router/commit/1578c9e9) #####     [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.4...v5.0.5) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
nitrix force-pushed renovate/vue-router-5.x-lockfile from 77f368480d to 0caff6053f 2026-04-22 13:02:34 +02:00 Compare
nitrix changed title from Update dependency vue-router to v5.0.5 to Update dependency vue-router to v5.0.6 2026-04-22 13:02:35 +02:00
nitrix force-pushed renovate/vue-router-5.x-lockfile from 0caff6053f to 19eb3c1551 2026-05-13 10:03:27 +02:00 Compare
nitrix changed title from Update dependency vue-router to v5.0.6 to Update dependency vue-router to v5.0.7 2026-05-13 10:03:29 +02:00
nitrix force-pushed renovate/vue-router-5.x-lockfile from 19eb3c1551 to 3527de2f3f 2026-05-19 12:04:37 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 3527de2f3f to 036482b75b 2026-05-25 13:04:06 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 036482b75b to 7863399e0c 2026-05-25 14:04:23 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 7863399e0c to 8d543bd6be 2026-05-27 12:04:45 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 8d543bd6be to 085981ed5a 2026-05-28 17:05:55 +02:00 Compare
nitrix changed title from Update dependency vue-router to v5.0.7 to Update dependency vue-router to v5.1.0 2026-05-28 17:05:57 +02:00
nitrix force-pushed renovate/vue-router-5.x-lockfile from 085981ed5a to bb562b4fb8 2026-06-11 08:03:50 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from bb562b4fb8 to 73b24d3a9b 2026-06-11 10:06:31 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 73b24d3a9b to 49ba8839ca 2026-06-14 07:04:04 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 49ba8839ca to 736359c9f6 2026-06-16 16:07:06 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 736359c9f6 to 76a08479f3 2026-06-18 16:06:13 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 76a08479f3 to 7fd07da200 2026-06-18 20:05:58 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 7fd07da200 to 6e91f0bdea 2026-06-20 16:04:53 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 6e91f0bdea to 4bcda3cf6d 2026-06-22 00:05:59 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 4bcda3cf6d to c8ee4bd468 2026-06-25 12:06:48 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from c8ee4bd468 to b1d340110e 2026-06-25 14:06:30 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from b1d340110e to 36bb2ae2e5 2026-06-28 08:04:42 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 36bb2ae2e5 to 3d05c458d2 2026-06-28 17:03:20 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 3d05c458d2 to ab1210fa28 2026-07-02 19:03:37 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from ab1210fa28 to 0d6f3c3e2f 2026-07-09 11:03:30 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 0d6f3c3e2f to 409e8b6513 2026-07-11 22:03:15 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 409e8b6513 to f53c9ac3c9 2026-07-12 11:03:21 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from f53c9ac3c9 to 418ae96d94 2026-07-12 23:03:55 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 418ae96d94 to 4e0eafd81b 2026-07-13 13:04:38 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 4e0eafd81b to 9f66998736 2026-07-15 13:04:29 +02:00 Compare
nitrix changed title from Update dependency vue-router to v5.1.0 to Update dependency vue-router to v5.2.0 2026-07-15 13:04:30 +02:00
nitrix force-pushed renovate/vue-router-5.x-lockfile from 9f66998736 to 338201f56c 2026-07-16 06:03:57 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 338201f56c to 16f473e6e2 2026-07-17 17:04:24 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 16f473e6e2 to 5955f76da5 2026-07-19 11:04:14 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 5955f76da5 to 3e7271c26b 2026-07-19 21:03:54 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 3e7271c26b to 32671eac95 2026-07-21 11:04:58 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 32671eac95 to 566a9dc09d 2026-07-22 11:04:14 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 566a9dc09d to 19f98a3edd 2026-07-24 20:03:51 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 19f98a3edd to bf914fd2df 2026-07-25 08:03:44 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from bf914fd2df to 841238e98b 2026-07-25 10:03:18 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 841238e98b to 0269729bdb 2026-07-28 12:04:32 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from 0269729bdb to ce84d15ecc 2026-07-29 15:04:28 +02:00 Compare
nitrix force-pushed renovate/vue-router-5.x-lockfile from ce84d15ecc to f3b9b716fe 2026-07-31 18:03:58 +02:00 Compare
nitrix added 1 commit 2026-08-03 13:04:42 +02:00
Update dependency vue-router to v5.2.0
CI / frontend-test (push) Successful in 41s
CI / backend-test (push) Successful in 1m33s
CI / frontend-e2e (push) Successful in 1m59s
CI / build-and-publish (push) Skipped
ece912e94e
nitrix force-pushed renovate/vue-router-5.x-lockfile from f3b9b716fe to ece912e94e 2026-08-03 13:04:42 +02:00 Compare
All checks were successful
CI / frontend-test (push) Successful in 41s
Required
Details
CI / backend-test (push) Successful in 1m33s
Required
Details
CI / frontend-e2e (push) Successful in 1m59s
Required
Details
CI / build-and-publish (push) Skipped
You are not authorized to merge this pull request.
This pull request can be merged automatically.
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-lockfile:renovate/vue-router-5.x-lockfile
git checkout renovate/vue-router-5.x-lockfile
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nitrix/fete#73