Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2025

This PR contains the following updates:

Package Change Age Confidence
unplugin-vue-router (source) ^0.16.1^0.19.0 age confidence

Release Notes

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

v0.19.2

Compare Source

Bug Fixes

v0.19.1

Compare Source

Bug Fixes
Features

v0.19.0

Compare Source

Bug Fixes
  • colada: always avoid double reload (70efd16)
  • colada: avoid tracking loader effect scope (e5d5c23), closes #​744
  • loaders: throw returned NavigationResult from parent loaders (8134519), closes #​584
  • warn: do not warn on known errors (#​678) (e208778)
Features
  • loaders: the initial value of error is now null (875243f)
BREAKING CHANGES
  • loaders: the initial value of errors as undefined was a mistake (differently from data which does start as undefined). The initial state of a loader should be pending, data: undefined, and error: null

v0.18.0

Compare Source

Features
  • use the official virtual prefix \0 (c85dd85), closes #​608
  • warn: catch non exposed loaders through NavigationResult (191681e), closes #​759

0.17.2 (2025-11-27)

Bug Fixes
Features

0.17.1 (2025-11-21)

Bug Fixes

v0.17.2

Compare Source

Features
  • use the official virtual prefix \0 (c85dd85), closes #​608
  • warn: catch non exposed loaders through NavigationResult (191681e), closes #​759

0.17.2 (2025-11-27)

Bug Fixes
Features

0.17.1 (2025-11-21)

Bug Fixes

v0.17.1

Compare Source

Bug Fixes

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)

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 was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Dec 31, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/unplugin-vue-router-0.x branch from 2e6af28 to 8ea1973 Compare January 8, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant