Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
unplugin-vue-router (source) ^0.16.0 -> ^0.17.0 age confidence

Release Notes

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

v0.17.0

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)

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)

v0.16.1

Compare Source

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

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 19, 2025
@haoqunjiang haoqunjiang merged commit 198a94a into main Nov 19, 2025
3 checks passed
@renovate renovate bot deleted the renovate/v0.x branch November 19, 2025 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants