chore(deps): update dependency unplugin-vue-router to v0.16.2 #138

Merged
renovatebot merged 1 commits from renovate/patch-unplugin-packages into main 2025-11-18 19:55:54 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
unplugin-vue-router (source) 0.16.1 -> 0.16.2 age adoption passing confidence

Release Notes

posva/unplugin-vue-router (unplugin-vue-router)

v0.16.2

Compare Source

Code Refactoring
  • remove deprecated export vue-router/auto (9c3e4f2)
BREAKING CHANGES
  • This export was creating multiple issues and was not
    needed. It was deprecated long time ago and has now been removed. In
    most cases you should be able to just import from vue-router instead,
    but other exports must be adapted:

    • definePage shouldn't be imported, it's a macro with no runtime

    • DataLoaderPlugin and NavigationResult must be imported from
      unplugin-vue-router/data-loaders

    • defineBasicLoader must be imported from unplugin-vue-router/data-loaders/basic

    • defineColadaLoader must be imported from unplugin-vue-router/data-loaders/pinia-colada

      Here is the old declaration of vue-router/auto for reference:

    declare module 'vue-router/auto' {
      // reexport all types that are not augmented by unplugin-vue-router
      export * from 'vue-router'
    
      export { definePage } from 'unplugin-vue-router/runtime'
      // Experimental Data Fetching
      export {
        DataLoaderPlugin,
        NavigationResult,
      } from 'unplugin-vue-router/data-loaders'
    }
    

0.16.2 (2025-11-14)

Bug Fixes
  • experimental: connecting slash with optional params (e7d78cb)
  • experimental: keep non matchable records with name: false (980143d)
  • hmr: invalidate all modules related to pages on update (2fdcbde), closes #​748
Features

0.16.1 (2025-10-30)

Bug Fixes
  • experimental: reuse parent path for index routes (332a89c)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [unplugin-vue-router](https://uvr.esm.is) ([source](https://github.com/posva/unplugin-vue-router)) | [`0.16.1` -> `0.16.2`](https://renovatebot.com/diffs/npm/unplugin-vue-router/0.16.1/0.16.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin-vue-router/0.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin-vue-router/0.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin-vue-router/0.16.1/0.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin-vue-router/0.16.1/0.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>posva/unplugin-vue-router (unplugin-vue-router)</summary> ### [`v0.16.2`](https://github.com/posva/unplugin-vue-router/blob/HEAD/CHANGELOG.md#0170-2025-11-14) [Compare Source](https://github.com/posva/unplugin-vue-router/compare/v0.16.1...v0.16.2) ##### Code Refactoring - remove deprecated export vue-router/auto ([9c3e4f2](https://github.com/posva/unplugin-vue-router/commit/9c3e4f2e51c0ee00b8c5c39464f246000ceba708)) ##### BREAKING CHANGES - This export was creating multiple issues and was not needed. It was deprecated long time ago and has now been removed. In most cases you should be able to just import from `vue-router` instead, but other exports must be adapted: - `definePage` shouldn't be imported, it's a macro with no runtime - `DataLoaderPlugin` and `NavigationResult` must be imported from `unplugin-vue-router/data-loaders` - `defineBasicLoader` must be imported from `unplugin-vue-router/data-loaders/basic` - `defineColadaLoader` must be imported from `unplugin-vue-router/data-loaders/pinia-colada` Here is the old declaration of `vue-router/auto` for reference: ```ts declare module 'vue-router/auto' { // reexport all types that are not augmented by unplugin-vue-router export * from 'vue-router' export { definePage } from 'unplugin-vue-router/runtime' // Experimental Data Fetching export { DataLoaderPlugin, NavigationResult, } from 'unplugin-vue-router/data-loaders' } ``` #### [0.16.2](https://github.com/posva/unplugin-vue-router/compare/v0.16.1...v0.16.2) (2025-11-14) ##### Bug Fixes - **experimental:** connecting slash with optional params ([e7d78cb](https://github.com/posva/unplugin-vue-router/commit/e7d78cbd4c2866d6335946359c620508be213bc4)) - **experimental:** keep non matchable records with name: false ([980143d](https://github.com/posva/unplugin-vue-router/commit/980143d734ef222d081b09bbc66942bb293b9510)) - **hmr:** invalidate all modules related to pages on update ([2fdcbde](https://github.com/posva/unplugin-vue-router/commit/2fdcbde51f0b97bbd3906933cf5780a607546f0e)), closes [#&#8203;748](https://github.com/posva/unplugin-vue-router/issues/748) ##### Features - improve tree log ([474d12f](https://github.com/posva/unplugin-vue-router/commit/474d12fe4a73861867404ca15f719718c9f8dd71)) #### [0.16.1](https://github.com/posva/unplugin-vue-router/compare/v0.16.0...v0.16.1) (2025-10-30) ##### Bug Fixes - **experimental:** reuse parent path for index routes ([332a89c](https://github.com/posva/unplugin-vue-router/commit/332a89c774ea984e21630113da6ed25a213dd510)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovatebot force-pushed renovate/patch-unplugin-packages from cc875489e5 to 21961a2bc1 2025-11-18 14:36:38 +08:00 Compare
renovatebot force-pushed renovate/patch-unplugin-packages from 21961a2bc1 to a5082ef4e4 2025-11-18 17:32:00 +08:00 Compare
renovatebot merged commit a5082ef4e4 into main 2025-11-18 19:55:54 +08:00
renovatebot deleted branch renovate/patch-unplugin-packages 2025-11-18 19:55:54 +08:00
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#138