chore(deps): update dependency unplugin-vue-router to ^0.19.0 #157

Merged
renovatebot merged 1 commits from renovate/unplugin-packages into main 2025-12-08 05:55:04 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
unplugin-vue-router (source) ^0.18.0 -> ^0.19.0 age adoption passing confidence

Release Notes

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

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

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](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [unplugin-vue-router](https://uvr.esm.is) ([source](https://github.com/posva/unplugin-vue-router)) | [`^0.18.0` -> `^0.19.0`](https://renovatebot.com/diffs/npm/unplugin-vue-router/0.18.0/0.19.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin-vue-router/0.19.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin-vue-router/0.19.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin-vue-router/0.18.0/0.19.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin-vue-router/0.18.0/0.19.0?slim=true) | --- ### Release Notes <details> <summary>posva/unplugin-vue-router (unplugin-vue-router)</summary> ### [`v0.19.0`](https://github.com/posva/unplugin-vue-router/blob/HEAD/CHANGELOG.md#0190-2025-12-04) [Compare Source](https://github.com/posva/unplugin-vue-router/compare/v0.18.0...v0.19.0) ##### Bug Fixes - **colada:** always avoid double reload ([70efd16](https://github.com/posva/unplugin-vue-router/commit/70efd164f0498a5f43c55f09acdefba3a2f66564)) - **colada:** avoid tracking loader effect scope ([e5d5c23](https://github.com/posva/unplugin-vue-router/commit/e5d5c23cb181764c269a43971e9265a7910a3b9f)), closes [#&#8203;744](https://github.com/posva/unplugin-vue-router/issues/744) - **loaders:** throw returned NavigationResult from parent loaders ([8134519](https://github.com/posva/unplugin-vue-router/commit/81345194a5dc420a0c0849723fe6f4b7017c345a)), closes [#&#8203;584](https://github.com/posva/unplugin-vue-router/issues/584) - **warn:** do not warn on known errors ([#&#8203;678](https://github.com/posva/unplugin-vue-router/issues/678)) ([e208778](https://github.com/posva/unplugin-vue-router/commit/e208778ec942fd21ea1d8441826d2a0807eb9976)) ##### Features - **loaders:** the initial value of error is now null ([875243f](https://github.com/posva/unplugin-vue-router/commit/875243f734303b02737cfe73685ad02a6d2dae44)) ##### 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 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovatebot added 1 commit 2025-12-08 03:38:13 +08:00
chore(deps): update dependency unplugin-vue-router to ^0.19.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI/CD Pipeline / playwright (push) Successful in 2m3s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m46s
测试最新依赖 / playwright (push) Failing after 1m47s
测试最新依赖 / build-and-test (push) Failing after 1m56s
b2f9b9d3b3
renovatebot merged commit b2f9b9d3b3 into main 2025-12-08 05:55:04 +08:00
renovatebot deleted branch renovate/unplugin-packages 2025-12-08 05:55:04 +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#157