chore(deps): update dependency unplugin-vue-router to ^0.10.0 #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.8.5
->^0.10.0
Release Notes
posva/unplugin-vue-router (unplugin-vue-router)
v0.10.8
Compare Source
Features
v0.10.7
Compare Source
Bug Fixes
v0.10.6
Compare Source
Bug Fixes
Features
v0.10.5
Compare Source
Features
v0.10.4
Compare Source
Features
v0.10.3
Compare Source
Features
v0.10.2
Compare Source
Bug Fixes
v0.10.1
Compare Source
Bug Fixes
Features
v0.10.0
Compare Source
Bug Fixes
Features
definePage()
globally available (7a57597)Performance Improvements
BREAKING CHANGES
This version requires [email protected] or higher. The
unplugin-vue-router/types
no longer export all of the generic types fromvue-router
. Instead, import them directly fromvue-router
.0.9.1 (2024-06-07)
Bug Fixes
v0.9.1
Compare Source
Bug Fixes
v0.9.0
Compare Source
Bug Fixes
routes
import to avoid cyclic imports (63788f6), closes #132Code Refactoring
BREAKING CHANGES
createRouter()
now requires the explicitrouter
property to be set and imported:
This also means that runtime
extendRoutes()
option is not needed. Ithas been deprecated and will be removed in the next major release.
Tree
andPrefixTree
insert method expects a path without the fileextension. They also expect the fullpath of the file as a second
argument (it used to be optional). This aligns better with their responsibility as they shouldn't be trimming the extension like they used to.
This shouldn't affect most users as the Tree implementation is used
internally to represent the folder structure.
"type": "module"
. It shouldn'tbreak anything for users but this is just in case, we all know how fragile this js ecosystem is sometimes...
0.8.8 (2024-05-22)
Bug Fixes
0.8.7 (2024-05-20)
Bug Fixes
Features
0.8.6 (2024-04-12)
Bug Fixes
0.8.5 (2024-03-14)
Bug Fixes
0.8.4 (2024-02-24)
This patch contains the necessary fixes to allow importing the data loaders. However, they cannot be imported from
vue-router/auto
nor fromunplugin-vue-router/runtime
. Instead, they should be imported fromunplugin-vue-router/data-loaders/...
. This is needed as some of the loaders depends on extra packages that not all users have installed. At the moment, there are two data loadersunplugin-vue-router/data-loaders/basic
: https://uvr.esm.is/rfcs/data-loaders/basic.htmlunplugin-vue-router/data-loaders/pinia-colada
: https://uvr.esm.is/rfcs/data-loaders/colada.htmlBug Fixes
0.8.3 (2024-02-22)
Bug Fixes
0.8.2 (2024-02-22)
Bug Fixes
0.8.1 (2024-02-22)
Bug Fixes
v0.8.8
Compare Source
Bug Fixes
v0.8.7
Compare Source
Bug Fixes
Features
v0.8.6
Compare Source
Bug Fixes
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.
This PR was generated by Mend Renovate. View the repository job log.