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:
declaremodule'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'}
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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 [#​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-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
0.16.1->0.16.2Release Notes
posva/unplugin-vue-router (unplugin-vue-router)
v0.16.2Compare Source
Code Refactoring
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-routerinstead,but other exports must be adapted:
definePageshouldn't be imported, it's a macro with no runtimeDataLoaderPluginandNavigationResultmust be imported fromunplugin-vue-router/data-loadersdefineBasicLoadermust be imported fromunplugin-vue-router/data-loaders/basicdefineColadaLoadermust be imported fromunplugin-vue-router/data-loaders/pinia-coladaHere is the old declaration of
vue-router/autofor reference:0.16.2 (2025-11-14)
Bug Fixes
Features
0.16.1 (2025-10-30)
Bug Fixes
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.
This PR has been generated by Renovate Bot.
cc875489e5to21961a2bc121961a2bc1toa5082ef4e4